(longlines-mode): Add a message-setup-hook.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * longlines.el (longlines-before-revert-hook)
4 (longlines-after-revert-hook): New functions.
5 (longlines-mode): Turn off longlines temporarily when reverting.
6 Add a message-setup-hook.
7 (longlines-decode-buffer): New function.
8
9 2005-11-19 Andreas Schwab <schwab@suse.de>
10
11 * emacs-lisp/shadow.el: Handle compressed files.
12
13 2005-11-19 Romain Francoise <romain@orebokech.com>
14
15 * net/browse-url.el (browse-url-default-browser): Signal an error
16 if no usable browser can be found, rather than try to load w3.
17
18 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19
20 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21 replacing existing properties.
22 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
24 tty specs.
25 (rcirc-server-prefix, rcirc-server): New faces.
26 (rcirc-url-regexp): Generate with rx macro.
27 (rcirc-last-server-message-time): New variable.
28 (rcirc-filter): Record time of last message.
29 (rcirc-keepalive): Kill processes that did not send a message
30 since the last ping.
31 (rcirc-mode): Give rcirc-topic a local binding here.
32
33 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
34
35 * subr.el (read-passwd): Fontify the prompt as we do with other
36 prompts.
37
38 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
39
40 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
41 binding buffer-read-only to nil.
42
43 2005-11-19 Eli Zaretskii <eliz@gnu.org>
44
45 * complete.el (partial-completion-mode): Mention
46 completion-auto-help in the doc string.
47
48 * man.el (Man-highlight-references): Doc fix. Reformat code in a
49 more Lisp-ish way.
50
51 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
52
53 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
54 digits, not 8, to avoid misalignment for files larger than 100MB.
55
56 2005-11-19 Eli Zaretskii <eliz@gnu.org>
57
58 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention
59 "keyboard shortcuts" in the help text.
60
61 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
62
63 * startup.el (fancy-splash-default-action): Discard only
64 mouse-down and succeeding mouse-up events in the splash screen
65 window so that drag-n-drop event can be processed.
66
67 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
68
69 * longlines.el (longlines-mode): Add hacks for mail-mode and
70 message-mode.
71
72 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
73
74 * textmodes/org.el: (org-table-sort-lines): New command.
75 (org-tbl-menu): Add entry for `org-table-sort-lines'.
76 (org-add-file): Command removed, use `org-agenda-file-to-front'
77 instead.
78 (org-export-icalendar): Use `org-icalendar-combined-name'.
79 (org-cycle-agenda-files, org-agenda-file-to-end)
80 (org-agenda-file-to-front): New commands.
81 (org-table-tab-jumps-over-hlines,org-export-html-style): New
82 options.
83 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
84 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
85 New functions.
86 (org-fill-paragraph): Call `org-table-align' in tables.
87 (org-mode): Call `org-set-autofill-regexps'.
88 (org-export-as-html): Support for local handformatted lists.
89 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
90 (org-export-local-list-max-depth): New option.
91 (org-html-expand): Use `org-html-protect'.
92
93 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
94
95 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
96 to "p".
97 (gdb): Move definition of gud-pp to...
98
99 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
100 speedbar.
101 (gdb-find-watch-expression): New function.
102
103 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
104
105 * faces.el (face-attribute, set-face-attribute): Mention existence
106 of `:ignore-defface' setting in docstring.
107
108 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * simple.el (completion-setup-function): Fix last change.
111
112 2005-11-17 John Paul Wallington <jpw@pobox.com>
113
114 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
115 Use `posn-set-point' instead of `mouse-set-point' because the
116 latter is not fbound when configured without X.
117
118 * comint.el (comint-insert-input): Likewise.
119
120 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
121
122 * simple.el (hard-newline): New variable.
123 (sendmail-user-agent-compose, next-line): Use it.
124
125 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
126 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
127 (mail-mail-reply-to, mail-mail-followup-to)
128 (mail-position-on-field, mail-signature, mail-yank-original)
129 (mail-attach-file): Likewise.
130
131 * mail/mailheader.el (mail-header-format)
132 (mail-header-format-function): Likewise.
133
134 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
135
136 2005-11-17 Juri Linkov <juri@jurta.org>
137
138 * font-lock.el (font-lock-faces): Rename this defgroup from
139 `font-lock-highlighting-faces'.
140 (font-lock-comment-face, font-lock-comment-delimiter-face)
141 (font-lock-string-face, font-lock-doc-face)
142 (font-lock-keyword-face, font-lock-builtin-face)
143 (font-lock-function-name-face, font-lock-variable-name-face)
144 (font-lock-type-face, font-lock-constant-face)
145 (font-lock-warning-face, font-lock-negation-char-face)
146 (font-lock-preprocessor-face)
147 (font-lock-regexp-grouping-backslash)
148 (font-lock-regexp-grouping-construct): Rename :group from
149 `font-lock-highlighting-faces' to `font-lock-faces'.
150
151 * cus-edit.el (lisp, c, tex):
152 * progmodes/ada-mode.el (ada):
153 * progmodes/asm-mode.el (asm):
154 * progmodes/cperl-mode.el (cperl-faces):
155 * progmodes/cpp.el (cpp):
156 * progmodes/dcl-mode.el (dcl):
157 * progmodes/f90.el (f90):
158 * progmodes/fortran.el (fortran):
159 * progmodes/icon.el (icon):
160 * progmodes/idlwave.el (idlwave-misc):
161 * progmodes/m4-mode.el (m4):
162 * progmodes/make-mode.el (makefile):
163 * progmodes/meta-mode.el (meta-font):
164 * progmodes/modula2.el (modula2):
165 * progmodes/octave-mod.el (octave):
166 * progmodes/pascal.el (pascal):
167 * progmodes/perl-mode.el (perl):
168 * progmodes/prolog.el (prolog):
169 * progmodes/ps-mode.el (PostScript-edit):
170 * progmodes/scheme.el (scheme):
171 * progmodes/sh-script.el (sh-script):
172 * progmodes/simula.el (simula):
173 * progmodes/tcl.el (tcl):
174 * textmodes/nroff-mode.el (nroff):
175 * textmodes/reftex-vars.el (reftex-fontification-configurations):
176 * textmodes/sgml-mode.el (sgml):
177 * textmodes/texinfo.el (texinfo):
178 Add :link (custom-group-link font-lock-faces) to defgroup.
179
180 * hi-lock.el (hi-lock): Rename this defgroup from
181 `hi-lock-interactive-text-highlighting'. Change parent group from
182 `faces' to `font-lock'. Add link to the manual.
183 (hi-lock-mode, hi-lock-file-patterns-range)
184 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
185 `hi-lock-interactive-text-highlighting' to `hi-lock'.
186 (hi-lock-faces): Add :group `faces'.
187
188 * cus-edit.el (custom-variable-prompt): Clarify the code.
189
190 * faces.el (face-read-string): Set the default value arg of
191 completing-read.
192
193 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
194
195 * rfn-eshadow.el (file-name-shadow-properties)
196 (file-name-shadow-tty-properties, file-name-shadow-mode):
197 Remove autoloads, because the file is now preloaded.
198
199 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * printing.el (easy-menu-intern): Don't define.
202 (pr-get-symbol): Use easy-menu-intern only if defined.
203
204 * simple.el (blink-matching-open): Simplify a bit.
205 (completion-setup-function): Fix the case of partial-completion-mode
206 when the minibuffer's contents start with "-".
207 Obey completion-base-size-function even when
208 minibuffer-completing-file-name is non-nil.
209
210 2005-11-16 Richard M. Stallman <rms@gnu.org>
211
212 * net/eudcb-ph.el (eudc-ph-open-session):
213 Use set-process-query-on-exit-flag.
214
215 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
216
217 * international/ucs-tables.el (ucs-set-table-for-input):
218 Use make-local-variable, not make-variable-buffer-local.
219
220 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
221 Improve warning message text.
222
223 * savehist.el (savehist-save-hook): Add :group.
224
225 * menu-bar.el (menu-bar-help-menu):
226 Rename Find Extra Packages to External Packages.
227
228 * cus-edit.el (Custom-reset-standard): Verify that
229 :custom-standard-value prop exists before calling it.
230
231 * apropos.el (apropos-calc-scores): Use apropos-pattern.
232
233 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
234
235 * wid-edit.el (color): Enclose %t in %{...%}.
236
237 * cus-edit.el (face): Enclose %t in %{...%}.
238
239 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
240
241 * savehist.el (savehist-mode-hook): Re-add the var.
242 (savehist-mode): Use it.
243
244 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * textmodes/flyspell.el: Fix commenting convention.
247 Remove unnecessary leading * in custom docstrings.
248 (flyspell-emacs): Remove unused var.
249 (flyspell-delete-region-overlays): Use remove-overlays.
250 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
251 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
252 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
253 (flyspell-debug-signal-word-checked): Use with-current-buffer.
254 (make-flyspell-overlay): Don't locally reuse a global name.
255 (flyspell-highlight-incorrect-region)
256 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
257 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
258 (flyspell-notify-misspell): Remove unused args `start' and `end'.
259 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
260 Wrap calls to accept-process-output inside with-local-quit since it's
261 often called from a post-command-hook.
262 (flyspell-correct-word, flyspell-auto-correct-word):
263 Use ispell-send-string.
264 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
265
266 * calendar/diary-lib.el (diary-list-entries): Also hide the
267 terminating newline.
268
269 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
270
271 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
272 window-system, to allow fonts on tty.
273
274 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
275
276 * progmodes/gud.el (gud-speedbar-item-info): New function.
277 (gud-install-speedbar-variables): Use it to display data type
278 of watch expression as a tooltip in speedbar.
279
280 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
281
282 * font-core.el (global-font-lock-mode): Add :version keyword,
283 because default was changed.
284
285 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
286
287 * startup.el (command-line): Use `custom-reevaluate-setting' for
288 `file-name-shadow-mode'.
289
290 * loadup.el: Preload rfn-eshadow.
291
292 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
293 Add :version keyword.
294 (file-name-shadow-properties, file-name-shadow-tty-properties)
295 (file-name-shadow): Add :version keyword.
296
297 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
298 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
299 in the custom-group property of the symbol frames and the fringe
300 group got no link to its parent group frames.
301 Doc fix.
302
303 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
304
305 * progmodes/gud.el (gud-stop-subjob): New function.
306 (gud-menu-map, gud-tool-bar-map): Use it.
307
308 2005-11-16 Kim F. Storm <storm@cua.dk>
309
310 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
311 than kill it.
312 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
313 to a more useful/logical place.
314
315 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
316
317 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
318 go buttons complementary.
319
320 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
323 (rfn-eshadow-sifn-equal): New function.
324 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
325
326 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
327
328 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
329 string.
330
331 * viper.el (viper-emacs-state-mode-list): Ensure that
332 rcirc-mode buffers come up in Emacs state.
333
334 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
335 operation.
336
337 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
338
339 * term.el (term-termcap-format): Fix typos.
340 (term-down): Fix the negative argument case.
341
342 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
343
344 * progmodes/gdb-ui.el: Remove face-alias left over from change on
345 2005-08-15.
346 (gdb-ann3): New command gud-go.
347 (menu): Accomodate gdb-mi.el.
348 (gdb-assembler-custom): Make buffer of selected window current
349 so that set-window-point works.
350
351 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
352 buttons and include new ones.
353
354 2005-11-16 Kim F. Storm <storm@cua.dk>
355
356 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
357 (gud-menu-map): Use it.
358
359 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
360
361 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
362 that works correctly for Custom and that does not override a user
363 who disables it.
364
365 * help-mode.el (help-make-xrefs, help-xref-on-pp)
366 (help-xref-interned, help-follow): Make hyperlinks for variables
367 that are unbound, but have a non-nil variable-documentation property.
368
369 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
370 mode hook. (It conflicted with defcustoms for some mode hooks.)
371 Use the `variable-documentation' property to give the mode hook a
372 docstring and expand that docstring.
373
374 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
375
376 * savehist.el (savehist-mode): Don't bother with
377 `custom-set-minor-mode'.
378 (savehist-coding-system): Check XEmacs version.
379 (history-length): Declare also at run time.
380 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
381 Don't set the customize state.
382 (savehist-minibuffer-hook): Special case for when
383 minibuffer-history-variable is equal to t.
384
385 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * files.el (write-file): Refresh VC status.
388
389 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
390 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
391 than fundamental-mode to see if the mode was set.
392
393 2005-11-14 Romain Francoise <romain@orebokech.com>
394
395 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
396 dummy function in `eval-when-compile' to avoid compiler warning.
397 Require `man' at compile time.
398
399 2005-11-14 Jay Belanger <belanger@truman.edu>
400
401 * calc-alg.el (calcFunc-write-out-power): Rename it to
402 calcFunc-powerexpand.
403 (math-write-out-power): Rename it to math-powerexpand; have it
404 handle negative exponents.
405 (calc-writeoutpower): Rename it to calc-powerexpand.
406
407 * calc-ext.el: Change calcFunc-writeoutpower and
408 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
409 autoloads.
410 Add calcFunc-ldiv to autoloads.
411
412 * calc-arith.el (calcFunc-ldiv): New function.
413
414 * calc.el (calc-left-divide): New function.
415
416 2005-11-14 Juri Linkov <juri@jurta.org>
417
418 * cus-edit.el (custom-variable-prompt): Set the default value arg
419 of completing-read.
420
421 * cus-dep.el (custom-make-dependencies): Reverse the list of
422 found dependencies.
423
424 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
425
426 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
427 Highlighting" entry, it is on by default now.
428 (menu-bar-options-save): Do not save global-font-lock-mode.
429
430 2005-11-13 Richard M. Stallman <rms@gnu.org>
431
432 * textmodes/flyspell.el (flyspell-large-region):
433 Call flyspell-accept-buffer-local-defs.
434
435 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
436
437 * textmodes/flyspell.el (flyspell-notify-misspell):
438 Fix misspelling of "Misspelling".
439 (flyspell-process-localwords): New function.
440 (flyspell-large-region): Call flyspell-process-localwords and
441 flyspell-delete-region-overlays.
442 (flyspell-delete-region-overlays): New function.
443 (flyspell-delete-all-overlays): Call that.
444
445 2005-11-13 Richard M. Stallman <rms@gnu.org>
446
447 * help.el (help-for-help-internal): Improve doc of C-h a.
448 (describe-key): Improve prompt; doc fix.
449
450 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * vc-svn.el (vc-svn-registered): Catch all errors.
453
454 * cus-dep.el (custom-make-dependencies): Typo.
455
456 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
457
458 * net/tramp-util.el (top): Fix compilation warning.
459
460 2005-11-13 Kim F. Storm <storm@cua.dk>
461
462 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
463
464 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
465
466 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
467 (gud-speedbar-buttons): Match on "const char *" too.
468
469 * progmodes/gdb-ui.el (gdb-var-create-handler)
470 (gdb-var-list-children-handler): Match on "const char *" too.
471 (gdb-var-evaluate-expression-handler): Match on empty string.
472 (gdb-var-update-handler): Only call
473 gdb-var-evaluate-expression-handler when required.
474
475 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
476
477 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
478 selected window. This still doesn't work for speedbar.
479 (gud-speedbar-buttons): Handle string expressions properly.
480
481 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
482 (gdb-var-create-handler): Handle string expressions properly.
483 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
484 Handle string expressions properly. Move "type" field into regexp.
485
486 2005-11-12 Karl Fogel <kfogel@red-bean.com>
487
488 * bookmark.el (bookmark-maybe-message): New function to reduce
489 code duplication: invokes `message' iff baud-rate is high enough.
490 (bookmark-write-file): Use above instead of an inline conditional.
491 (bookmark-load): Same.
492
493 2005-11-12 Karl Fogel <kfogel@red-bean.com>
494
495 * bookmark.el (bookmark-write-file): Don't visit the destination
496 file, just write the data to it using write-region. This is
497 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
498 change to avoid visiting the file in the first place.
499
500 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
501
502 * hi-lock.el (hi-lock-mode): Set the default value of
503 font-lock-defaults.
504
505 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
506
507 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
508 arg to `file-attributes'.
509 (find-lisp-format): The UID and GID can now be strings.
510
511 2005-11-12 Kim F. Storm <storm@cua.dk>
512
513 * help.el (help-map): Bind C-h d to apropos-documentation.
514
515 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
516 when point is at end-of-buffer.
517
518 * apropos.el (apropos-match-face): Doc fix.
519 (apropos-sort-by-scores): Add new choice `verbose'.
520 (apropos-documentation-sort-by-scores): New defcustom.
521 (apropos-pattern): Now contains the pattern entered by the user.
522 (apropos-pattern-quoted): New defvar.
523 (apropos-regexp): New defvar, containing the regexp corresponding
524 to apropos-pattern.
525 (apropos-all-words-regexp): Rename from apropos-all-regexp.
526 (apropos-read-pattern): New defun. Use it to read pattern arg in
527 interactive calls; returns list of words for a word list, and
528 string for a regexp.
529 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
530 parses a list of words or regexp as returned by apropos-read-pattern.
531 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
532 (apropos-score-doc): Return a very high score if the string
533 entered by the user matches literally.
534 (apropos-variable): Doc fix. Use apropos-read-pattern.
535 (apropos-command): Doc fix. Use apropos-read-pattern and
536 apropos-parse-pattern. Call apropos-print with nosubst=t.
537 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
538 apropos-parse-pattern.
539 (apropos-documentation): Doc fix. Use apropos-read-pattern and
540 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
541 apropos-documentation-sort-by-scores. Call apropos-print with
542 nosubst=t.
543 (apropos-documentation-internal): Pass doc string through
544 substitute-key-definition before adding text properties.
545 Highlight substring matching literal user input if possible.
546 (apropos-documentation-check-doc-file): Remove locals beg and end.
547 Fix calculation of score (as added twice). Pass doc string through
548 substitute-key-definition before adding text properties.
549 (apropos-documentation-check-elc-file): Pass doc string through
550 substitute-key-definition before adding text properties.
551 Highlight substring matching literal user input if possible.
552 (apropos-print): Add new arg NOSUBST; if set, command and variable
553 doc strings have already been passed through substitute-key-definition.
554 Add code to handle apropos-accumulator items without score element
555 for backwards compatibility (e.g. with woman package).
556 Only show scores if apropos-sort-by-scores is `verbose'.
557
558 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
561 Add jka-compr-load-suffixes to load-suffixes.
562
563 * jka-compr.el: Require 'jka-cmpr-hook.
564 (jka-compr-info-compress-message, jka-compr-info-compress-program)
565 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
566 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
567 (jka-compr-info-can-append, jka-compr-info-strip-extension)
568 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
569 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
570 (jka-compr-uninstall): Remove entries from
571 jka-compr-added-to-file-coding-system-alist after they are used.
572 (jka-compr-error): Remove unused var `curbuf'.
573 (jka-compr-file-local-copy): Remove unused var `notfound'.
574
575 2005-11-10 Romain Francoise <romain@orebokech.com>
576
577 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
578
579 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
580
581 * progmodes/gud.el (gud-menu-map): Move parentheses.
582 (gdb): New command gud-pv.
583
584 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * tar-mode.el: Remove spurious or unnecessary leading stars
587 in docstrings.
588 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
589 (tar-parse-octal-integer-safe): Use mapc.
590 (tar-header-block-summarize): Remove unused var `ck'.
591 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
592 cleared before. Obey default-enable-multibyte-characters.
593 Use mapconcat. Simplify setting of tar-header-offset.
594 (tar-mode-map): Move initialization inside delcaration.
595 (tar-flag-deleted): Use `abs'.
596 (tar-expunge-internal): Remove unused var `line'.
597 (tar-expunge-internal): Don't hardcode point-min==1.
598 (tar-expunge): Widen while doing set-buffer-multibyte.
599 (tar-rename-entry): Use file-name-coding-system.
600 (tar-alter-one-field): Don't hardcode point-min==1.
601 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
602 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
603
604 2005-11-10 Masatake YAMATO <jet@gyve.org>
605
606 * add-log.el (add-log-current-defun): Handle class::method
607 notation of c++. Fix incorrect comment.
608
609 2005-11-10 Alan Mackenzie <acm@muc.de>
610
611 * help-fns.el (describe-variable): Make C-h v work when a variable
612 has variable documentation yet is unbound.
613
614 2005-11-10 Masatake YAMATO <jet@gyve.org>
615
616 * man.el (Man-highlight-references): Set an empty
617 string to `Man-arguments' if it is nil.
618 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
619
620 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
623 commenting conventions.
624
625 * cus-dep.el (custom-make-dependencies): Simplify.
626 Better follow the commenting conventions.
627
628 2005-11-09 Richard M. Stallman <rms@gnu.org>
629
630 * apropos.el (apropos-pattern): Rename from apropos-regexp.
631 (apropos-orig-pattern): Rename from apropos-orig-regexp.
632 All uses changed.
633 (apropos-rewrite-regexp): Doc fix.
634 (apropos-variable, apropos-command, apropos, apropos-value):
635 Change prompt; carry through the argument renaming.
636
637 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
638
639 * find-lisp.el: Require dired.
640 (find-lisp-find-dired-internal): Do not call
641 `abbreviate-file-name' on DIR.
642
643 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
644
645 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
646
647 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
648
649 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
650 when using the speedbar.
651 (gdb): New command gud-pp.
652 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
653
654 2005-11-09 Juri Linkov <juri@jurta.org>
655
656 * replace.el (occur-excluded-properties): New defcustom.
657 (occur-1, occur-engine, occur-accumulate-lines): Use it.
658
659 2005-11-08 Jay Belanger <belanger@truman.edu>
660
661 * calc/calc-units.el (math-convert-units): Replace any composite
662 unit by its definition.
663
664 2005-11-08 Lars Hansen <larsh@soem.dk>
665
666 * emacs-lisp/autoload.el (update-directory-autoloads):
667 Add obsolete function alias.
668
669 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
672 comment-indent-function.
673 (lisp-comment-indent): Replace by an alias for comment-indent-default.
674
675 * reveal.el (reveal-post-command): Rework the handling of
676 reveal-open-spots, so as to be more reliable. There were several
677 tricky corner cases where an open spot might be lost, or where
678 a closed spot might end up on the list of open spots.
679 Only reveal text that's ellipsised.
680
681 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
682
683 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
684
685 2005-11-07 John Paul Wallington <jpw@gnu.org>
686
687 * ibuffer.el (ibuffer): Search iconified frames too when
688 getting Ibuffer buffer's window.
689
690 2005-11-06 Richard M. Stallman <rms@gnu.org>
691
692 * progmodes/compile.el (compilation-internal-error-properties):
693 save-excursion around the computation of MARKER.
694
695 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
696
697 * textmodes/flyspell.el (flyspell-external-point-words):
698 flyspell-get-word returns a list, not just a string.
699
700 2005-11-06 John Paul Wallington <jpw@pobox.com>
701
702 * ibuffer.el (ibuffer): Search all visible frames when getting
703 Ibuffer buffer's window.
704
705 2005-11-07 Masatake YAMATO <jet@gyve.org>
706
707 * man.el (Man-reference-regexp): Accept spaces between
708 `Man-name-regexp' and `Man-section-regexp'.
709 (Man-apropos-regexp): New variable.
710 (Man-abstract-xref-man-page): Use value for `Man-target-string'
711 if available.
712 (Man-highlight-references, Man-highlight-references0):
713 Handle the case when `Man-arguments' includes "-k".
714 (Man-highlight-references0): Rename the argument `TARGET-POS' to
715 `TARGET'. `TARGET' can be a number, function or nil.
716
717 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
718
719 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
720 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
721 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
722 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
723 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
724 (gdb-send-item): Use buffer-local-value and simplify.
725
726 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
727
728 * startup.el (command-line): Use `custom-reevaluate-setting' for
729 `global-font-lock-mode'.
730
731 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
732 by default, except in batch mode or when the -D option is given.
733
734 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
735 specified keyword args on to `define-minor-mode'. Update docstring.
736
737 2005-11-05 Romain Francoise <romain@orebokech.com>
738
739 * replace.el (occur-engine): Add marker at end of line, too.
740
741 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * font-lock.el: Don't deal with font-lock-face-attributes here,
744 move the code ...
745
746 * startup.el (command-line): ... here. Use face-spec-set instead
747 of custom-declare-face.
748
749 * faces.el (face-spec-set): Reset the face if spec is not nil.
750
751 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * newcomment.el (comment-region-internal): Box more tightly in the
754 common case where there's no TAB in the boxed text.
755
756 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
757
758 * info.el (info-tool-bar-map): Use images prev-node, next-node and
759 up-node.
760
761 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
762
763 * newsticker.el: Commentary updated. Code formatting changed.
764 (newsticker-version): Change to "1.9".
765 (newsticker, newsticker-feed): Doc fix.
766 (newsticker-url-list): Doc fix. Add option "Weekly".
767 (newsticker-retrieval-interval): Add option "Weekly".
768 (newsticker-headline-processing): Doc fix.
769 (newsticker-auto-mark-filter): Remove.
770 (newsticker-auto-mark-filter-list): New.
771 (newsticker-layout, newsticker-sort-method): Doc fix.
772 (newsticker-hide-old-items-in-newsticker-buffer)
773 (newsticker-heading-format, newsticker-item-format)
774 (newsticker-desc-format): Doc fix.
775 (newsticker-show-all-rss-elements): Remove.
776 (newsticker-show-all-news-elements): New.
777 (newsticker-faces, newsticker-ticker): Doc fix.
778 (remove-from-invisibility-spec): Code formatting.
779 (newsticker--process-ids): New.
780 (newsticker-mode): Doc fix.
781 (newsticker-mode): Change mode-line-format.
782 (newsticker-start): Remove debug output.
783 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
784 (newsticker-w3m-show-inline-images): Code formatting.
785 (newsticker-next-item): Call `force-mode-line-update'.
786 (newsticker-previous-item): Call `force-mode-line-update'.
787 (newsticker-next-feed): Call `force-mode-line-update'.
788 (newsticker-previous-feed): Call `force-mode-line-update'.
789 (newsticker-mark-all-items-at-point-as-read): Code formatting.
790 (newsticker-show-old-items): Do not show descs.
791 (newsticker-hide-entry): Hide too much.
792 (newsticker-hide-entry, newsticker-show-entry)
793 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
794 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
795 (newsticker-toggle-auto-narrow-to-item): Code formatting.
796 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
797 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
798 (newsticker-get-news): Call `force-mode-line-update'.
799 Collect process ids.
800 (newsticker--sentinel): Change coding system handling.
801 Move image retrieval to new functions newsticker--get-logo-url-*.
802 Move feed parsing to new functions newsticker--parse-*.
803 Update list of process ids.
804 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
805 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
806 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
807 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
808 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
809 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
810 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
811 (newsticker--decode-coding-string): Remove.
812 (newsticker--decode-numeric-entities): Check input. Format code.
813 (newsticker--remove-whitespace): Check input.
814 (newsticker--do-forget-preformatted): Doc fix.
815 (newsticker--decode-rfc822-date): Allow for missing time.
816 (newsticker--update-process-ids): New.
817 (newsticker--image-sentinel): Change comment.
818 (newsticker--image-read): Change error message.
819 (newsticker--imenu-goto): Doc fix. Show headline title.
820 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
821 (newsticker--buffer-do-insert-text): Clean whitespace in
822 html-rendered headline title. Code formatting.
823 Call `newsticker--buffer-print-extra-elements'.
824 (newsticker--buffer-print-extra-element): Remove.
825 (newsticker--buffer-print-extra-elements): New.
826 (newsticker--buffer-do-print-extra-element): New.
827 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
828 large sizes.
829 (newsticker--run-auto-mark-filter)
830 (newsticker--do-run-auto-mark-filter):
831 Use `newsticker-auto-mark-filter-list'.
832
833 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
834
835 * net/rcirc.el: Use split-string OMIT-NULLS argument.
836 (rcirc-print): Force redisplay before running hooks. Do long
837 buffer truncation after making new text read-only. Deal with nil
838 text when decoding strings. If TARGET is nil, use either the
839 currently selected buffer, if it is an rcirc buffer and of the
840 same process or the process buffer.
841 (rcirc-mode): Remove header-line. Recompute short buffer names.
842 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
843 (rcirc-short-buffer-name): Add variable.
844 (rcirc-kill-buffer-hook): Recompute short buffer names.
845 Remove nick from private channel.
846 (rcirc-send-input): Send command text to current-buffer.
847 Don't clear overlay arrow here.
848 (rcirc-short-buffer-name): Return a short buffer name.
849 (rcirc-update-short-buffer-names, rcirc-abbreviate)
850 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
851 buffer-name abbreviations.
852 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
853 Do not touch nick-table when killing a parted channel.
854 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
855 Clear arrow from current buffer if it is now hidden.
856 (rcirc-current-buffer): Add variable.
857 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
858 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
859 Remove -face from names.
860 (rcirc-update-activity-string): Print "DND" when globally ignoring
861 activity.
862 (rcirc-ignore-buffer-activity-flag): Rename from
863 rcirc-ignore-channel-activity.
864 (rcirc-ignore-all-activity-flag): Doc fix.
865 (rcirc-channels): Remove variable.
866 (rcirc-kill-buffer-hook):
867 (rcirc-get-buffer-create): Add nick to private channel.
868 (rcirc-multiline-edit-submit): Remove tabs.
869 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
870 folded.
871 (rcirc-remove-nick-channel): Bug fix.
872 (rcirc-toggle-ignore-buffer-activity): Rename from
873 rcirc-toggle-ignore-channel-activity.
874 (rcirc-record-activity): Add buffers to the front of the list.
875 (rcirc-update-activity): Remove killed buffers from list.
876 (rcirc-process-server-response-1): Remove last argument if it is
877 null before calling handler.
878 (rcirc): Add "rcirc" defcustom prefix.
879 (rcirc-prompt): Simplify default prompt.
880 Use custom-initialize-default.
881 (rcirc-private-chats): Remove variable.
882 (rcirc-prompt): Change initialization.
883 (rcirc-version): Remove function.
884 (rcirc-id-string): Add constant.
885 (rcirc-last-buffer): Remove variable.
886 (rcirc-buffer-alist): Add variable.
887 (rcirc-connect): Update variable setup.
888 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
889 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
890 default.
891 (rcirc-handler-generic): Trigger activity.
892 (rcirc-send-message): Create the buffor of the target.
893 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
894 (rcirc-get-buffer): Just return nil if there is no matching buffer.
895 (rcirc-multiline-edit-cancel): Remove function.
896 (rcirc-set-last-buffer): Remove function.
897 (rcirc-get-any-buffer): Add function.
898 (rcirc-join-channels): Don't print /join text.
899 (rcirc-toggle-ignore-channel-activity): Add and update echo area
900 messages.
901 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
902 (rcirc-handler-NOTICE): Recognize CTCP responses.
903 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
904 constructing TOPIC string for buffers we are not JOINed.
905 (rcirc-handler-CTCP-response): Add handler.
906 (rcirc-multiline-edit-submit): Restore the window-configuration
907 before adjusting point.
908 (rcirc): Add customization group.
909 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
910 (rcirc-user-full-name, rcirc-startup-channels-alist)
911 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
912 (rcirc-ignore-all-activity-flag, rcirc-time-format)
913 (rcirc-input-ring-size, rcirc-read-only-flag)
914 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
915 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
916 Change defvar to defcustom.
917 (rcirc-update-prompt): Add optional ALL arg, which will update
918 prompts in all rcirc buffers. Regexp quote replacement text.
919 (rcirc-fill-column): Accept 'frame-width as a value.
920 (rcirc-set-changed): Add function.
921 (rcirc-next-active-buffer): Write more meaningful messages.
922 (rcirc-faces): Add customization group.
923 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
924 (rcirc-nick-in-message-face, rcirc-prompt-face)
925 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
926 (with-rcirc-process-buffer): Move before first usage.
927 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
928 (rcirc-debug-flag): Rename from `rcirc-log-p'.
929 (rcirc-debug): Rename from `rcirc-log'.
930 (rcirc-format-response-string): Do not print '-' chars for a
931 NOTICE with no sender. Simplify output of server responses.
932
933 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
934
935 (rcirc-browse-url-map, rcirc-browse-url-at-point)
936 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
937 mouse and RET clickable.
938
939 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
940
941 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
942
943 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
944
945 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
946 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
947 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
948 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
949 argument to all these routines, so the passphrase can be managed
950 externally and passed in to the system.
951 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
952 pgg-add-passphrase-to-cache function.
953
954 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
955 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
956 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
957 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
958 argument to all these routines, so the passphrase can be managed
959 externally and passed in to the system.
960 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
961 function.
962
963 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
964
965 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
966 from goto-address-url-regexp.
967
968 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
969
970 * textmodes/org.el (org-read-date, org-goto-calendar)
971 (org-recenter-calendar, org-agenda-goto-calendar):
972 Temporarily clear 'calendar-move-hook'.
973
974 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
975
976 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
977 merging.
978
979 * ediff-util.el (ediff-previous-difference): Don't skip regions that
980 have merge clashes.
981
982 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
983
984 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
985 Undo previous change.
986
987 * startup.el (command-line): Use `custom-reevaluate-setting' for
988 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
989 tty-register-default-colors on Mac.
990
991 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
992
993 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
994 (gdb-buffer-type): Make it automatically buffer local...
995 (gdb-get-create-buffer): ...and set it accordingly.
996 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
997 actually work.
998
999 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1000
1001 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1002 not red.
1003
1004 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1005
1006 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1007 case GUD buffer is not visible.
1008 (gdb-goto-breakpoint): Try to force display in source buffer.
1009 (gdb-frame-gdb-buffer): Copy other similar functions.
1010 (gdb-restore-windows): Don't display source if not asked for.
1011 (gdb-assembler-buffer-name): Don't capitalise.
1012
1013 2005-11-03 Richard M. Stallman <rms@gnu.org>
1014
1015 * wid-edit.el (key-sequence): New widget type.
1016
1017 * simple.el (set-mark-command-repeat-pop): New variable.
1018 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1019 if set-mark-command-repeat-pop is true.
1020
1021 * info.el (Info-fontify-node): Don't display extra "see" if there
1022 already is one here.
1023
1024 * mouse.el: Fix special handling of DEL after dragging a region:
1025 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1026 (mouse-region-delete-keys): Add [backspace].
1027
1028 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1029
1030 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1031 not to assume it pertains to an affix.
1032
1033 * textmodes/flyspell.el (flyspell-post-command-hook):
1034 Bind deactivate-mark to prevent deactivation.
1035
1036 2005-11-03 Lars Hansen <larsh@soem.dk>
1037
1038 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1039 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1040 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1041
1042 2005-11-03 Romain Francoise <romain@orebokech.com>
1043
1044 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1045 Update copyright years.
1046
1047 2005-11-03 Sam Steingold <sds@gnu.org>
1048
1049 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1050 Use system-type instead of window-system because window-system is not
1051 correctly defined during loadup.
1052
1053 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1054
1055 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1056 (xml-parse-tag): Join strings separated by a comment properly.
1057
1058 2005-11-02 Andreas Schwab <schwab@suse.de>
1059
1060 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1061
1062 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1065 (byte-optimize-pure-func): Quote the eval'd value.
1066
1067 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1068 Rename from perl-font-lock-syntactic-face-function.
1069 Change the calling convention so it can be used as a font-lock MATCHER.
1070 Do the parse-partial-sexp loop outselves.
1071 (perl-font-lock-syntactic-keywords): Use it.
1072 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1073
1074 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1077 disassembly buffer too.
1078 (gdb-exited): Remove overlay arrows when execution has finished.
1079 (gdb-info-frames-custom, gdb-info-threads-custom)
1080 (gdb-info-registers-custom): Don't add inappropriate text
1081 properties if inferior is not active.
1082
1083 2005-11-02 Glenn Morris <rgm@gnu.org>
1084
1085 * progmodes/fortran.el (fortran-blink-match):
1086 Use `blink-matching-delay'.
1087
1088 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1089
1090 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1091
1092 2005-11-02 Lars Hansen <larsh@soem.dk>
1093
1094 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1095 "Permission denied".
1096
1097 2005-11-01 Richard M. Stallman <rms@gnu.org>
1098
1099 * textmodes/flyspell.el (flyspell-external-point-words):
1100 Pass nil to flyspell-get-word.
1101
1102 2005-11-02 Kim F. Storm <storm@cua.dk>
1103
1104 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1105 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1106
1107 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1110 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1111 (calendar-mouse-print-dates): Add optional `event' argument.
1112 Update interactive-spec.
1113 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1114 Use `calendar-event-to-date' instead of `event'.
1115
1116 2005-11-02 Masatake YAMATO <jet@gyve.org>
1117
1118 * progmodes/ld-script.el (ld-script-builtins):
1119 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1120 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1121 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1122
1123 2005-11-01 Romain Francoise <romain@orebokech.com>
1124
1125 * vc-sccs.el: Update copyright year.
1126 * ezimage.el: Likewise.
1127
1128 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1129
1130 * info.el (Info-fontify-node): Use `string-width' for fontifying
1131 underlined titles.
1132
1133 2005-11-01 Juri Linkov <juri@jurta.org>
1134
1135 * info.el (Info-fontify-node): Downcase node header keywords Node,
1136 Prev, Next, Up before comparison.
1137 (Info-history): Insert absolute directory name, and put invisible
1138 property on it.
1139
1140 2005-11-01 Juri Linkov <juri@jurta.org>
1141
1142 * info.el (Info-file-supports-index-cookies): New variable.
1143 (Info-find-node-2): Check makeinfo version for index cookie support.
1144 (Info-index-nodes): Search for nodes with index cookies only when
1145 Info-file-supports-index-cookies is t. Otherwise, search nodes
1146 with "Index" in the node name.
1147 (Info-index-node): Search index cookie in the current node only when
1148 Info-file-supports-index-cookies is t. Otherwise, check the word
1149 "Index" in the node name.
1150 (Info-find-emacs-command-nodes): Remove code that searches nodes
1151 with "Index" node name in the top menu.
1152
1153 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * progmodes/scheme.el (scheme-mode-variables): Use the default
1156 comment-indent-function.
1157
1158 * faces.el (face-attribute): Handle the case where a face inherits from
1159 a non-existent face.
1160
1161 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1162 for octal and hexa output, and merge the char into the paren.
1163 (kill-new): Use push.
1164 (copy-to-buffer): Use with-current-buffer.
1165 (completion-setup-function): Move code in loop to remove redundancy.
1166 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1167 those inherited from minibuffer-local-completion-map.
1168
1169 * savehist.el (savehist-mode) <defcustom>:
1170 Use custom-set-minor-mode if available.
1171 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1172 and emit a message if applicable.
1173
1174 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1175
1176 * savehist.el: Sync up to version 19.
1177 (savehist-mode): New minor mode.
1178 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1179 (savehist-length): Remove (use history-length instead).
1180 (savehist-file-modes): Rename from savehist-modes.
1181 (savehist-save-hook, savehist-loaded): New vars.
1182 (savehist-load): Use savehist-mode. Try to smooth up transition from
1183 old format to new format.
1184 (savehist-install): Allow savehist-autosave-interval to be nil.
1185 (savehist-save): Run the new hook. Be more careful to only trim the
1186 history variables.
1187 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1188 (savehist-printable): Print into a buffer rather than char-by-char.
1189
1190 2005-11-01 John Wiegley <johnw@newartisans.com>
1191
1192 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1193 toggle-ignore keybinding (C-a). The author said it had been
1194 disabled much earlier due to a possible incompatibility, but after
1195 many months of usage I have encountered no problems (and it is a
1196 rather useful option, especially for switching to " *temp*").
1197
1198 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1199 support for OS/X's AddressBook, by calling out to the open source
1200 program "contacts" (installable through Fink).
1201
1202 * net/eudc.el (eudc-expand-inline): If the
1203 `eudc-multiple-match-handling-method' is set to `all', delete the
1204 query string before inserting the query result.
1205
1206 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1207 flag, to prevent Eshell from using the system ls when
1208 `eshell-ls-insert-directory' is in used.
1209 (eshell-ls-insert-directory): Disable font-lock in directory
1210 buffer so that Eshell's own fontification is seen. This broke
1211 recently due to changes in font-lock, so this goes back to version
1212 21 behavior.
1213
1214 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1215
1216 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1217 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1218 (gdb-many-windows): Doc fix.
1219
1220 2005-10-31 Romain Francoise <romain@orebokech.com>
1221
1222 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1223
1224 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1225
1226 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1227 that global-font-lock-mode can be enabled by default.
1228
1229 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1230 (font-lock-add-keywords, font-lock-remove-keywords)
1231 (font-lock-fontify-buffer): Remove autoload cookies.
1232
1233 * jit-lock.el (jit-lock-register): Likewise.
1234
1235 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1236
1237 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1238
1239 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1240 intact if there is no gud-comint-buffer.
1241
1242 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1243
1244 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1245 old prompt comint-prompt-read-only is t and GDB commands are
1246 issued from tool bar etc.
1247
1248 2005-10-31 Masatake YAMATO <jet@gyve.org>
1249
1250 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1251
1252 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1255 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1256
1257 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1258
1259 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1260 starting at beginning of line. Fontification is messed up when
1261 `open-paren-in-column-0-is-defun-start' set to t.
1262 Reported by John Paul Wallington <jpw@pobox.com>.
1263
1264 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1265
1266 * comint.el (comint-send-input): Call `comint-update-fence' when
1267 `comint-process-echoes' and `comint-prompt-read-only' are both
1268 non-nil, to avoid leftover read-only newline.
1269
1270 2005-10-30 Richard M. Stallman <rms@gnu.org>
1271
1272 * textmodes/flyspell.el (flyspell-external-point-words):
1273 Detect when WORD can't be checked properly because
1274 flyspell-get-word finds just part of it, and move on.
1275
1276 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1277 boundarychar for Polish.
1278 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1279 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1280
1281 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1282
1283 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1284 (gdb-registers-font-lock-keywords): Delete.
1285 (gdb-registers-mode): Don't fontify.
1286 (gdb-info-registers-custom): Use text properties instead as, in
1287 future, changed register values will use font-lock-warning-face.
1288 (gdb-local-font-lock-keywords): Rename to...
1289 (gdb-locals-font-lock-keywords): ...for consistency.
1290
1291 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1292
1293 * vc.el (vc-switch-backend): Better error message if the buffer is
1294 not visiting a file under version control.
1295
1296 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1297
1298 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1301 ~/.emacs.d/.emacs.
1302
1303 2005-10-29 Richard M. Stallman <rms@gnu.org>
1304
1305 * replace.el (occur-mode-mouse-goto): Always go to other window.
1306 (occur-mode-goto-occurrence): Always switch in same window.
1307
1308 * simple.el (undo): Display message at end, not at start.
1309
1310 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1311 New arg REUSE-CELL.
1312 (cancel-timer-internal): New function.
1313 (timer-event-handler): Use cancel-timer-internal,
1314 and pass the cell it returns to timer-activate...
1315
1316 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1317 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1318 (jit-lock-after-change): Test memory-full.
1319
1320 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1321
1322 * textmodes/conf-mode.el (conf-assignment-sign)
1323 (conf-assignment-regexp): Fix docstrings.
1324 (conf-mode-initialize): New function.
1325 (conf-mode): Remove optional args. Use delay-mode-hooks to
1326 recognize recursive calls.
1327 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1328 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1329 (conf-xdefaults-mode): Use define-derived-mode and
1330 conf-mode-initialize.
1331
1332 2005-10-29 Romain Francoise <romain@orebokech.com>
1333
1334 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1335
1336 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1337
1338 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1339 part of the decoded armor to find the key-identifier.
1340 (pgg-gpg-lookup-key-owner): New function to return the
1341 human-readable identifier of a key owner.
1342 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1343 key itself.
1344 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1345 the key value) if we have a key and can match it against a secret
1346 key. Also, added a note pointing out fact that the prompt only
1347 indicates the first matching key.
1348
1349 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1350 pgg-decrypt-region.
1351 (pgg-pending-timers): A new hash for tracking the passphrase cache
1352 timers, so that new ones supercede old ones.
1353 (pgg-add-passphrase-to-cache): Rename from
1354 `pgg-add-passphrase-cache' to reduce confusion (all callers
1355 changed). Modified to cancel old timers when new ones are added.
1356 (pgg-remove-passphrase-from-cache): Rename from
1357 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1358 changed). Modified to cancel old timers when their keys are
1359 removed from the cache.
1360 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1361 XEmacs, an indirection to delete-itimer.
1362 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1363 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1364 users can only check cache without risk of prompting. Correct bug in
1365 notruncate behavior.
1366 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1367 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1368 Add informative docstrings.
1369 (pgg-decrypt): Convey provided passphrase in subordinate call to
1370 pgg-decrypt-region.
1371
1372 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1373
1374 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1375 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1376 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1377 'passphrase' argument, so the passphrase can be managed externally
1378 and then passed in to the system.
1379
1380 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1381 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1382 so the passphrase cache can be used reliably with identifiers
1383 besides a pgp packet's key id.
1384
1385 * pgg-gpg.el (pgg-pgp-encrypt-region)
1386 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1387 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1388 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1389 argument to all these routines, so the passphrase can be managed
1390 externally and passed in to the system.
1391
1392 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1393 'notruncate' argument, so the passphrase cache can be used
1394 reliably with identifiers besides a pgp packet's key id.
1395
1396 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1397
1398 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1399 symmetric encryption.
1400 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1401 encrypted session key.
1402 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1403 message ask for the passphrase in a proper way.
1404
1405 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1406 New user commands for symmetric encryption.
1407
1408 2005-10-28 Bill Wohler <wohler@newt.com>
1409
1410 * help-mode.el (help-url): New button type. Calls browse-url.
1411 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1412 Similar to Info nodes: URL `url'.
1413 (help-make-xrefs): Create help-url buttons for
1414 help-xref-url-regexp matches.
1415
1416 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1417
1418 * tool-bar.el (tool-bar-add-item-from-menu)
1419 (tool-bar-local-item-from-menu): Fix doc strings.
1420
1421 2005-10-28 Romain Francoise <romain@orebokech.com>
1422
1423 * ldefs-boot.el: Update.
1424
1425 * subr.el (locate-library): Move from help-fns.el.
1426 * help-fns.el (locate-library): Move to subr.el.
1427
1428 2005-10-28 Richard M. Stallman <rms@gnu.org>
1429
1430 * net/tramp.el (tramp-completion-mode): defvar moved up.
1431
1432 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1433
1434 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1435
1436 * files.el (find-file-noselect): Use %d to format large file size.
1437
1438 * bindings.el (mode-line-format): Add %e.
1439
1440 * loadup.el ("facemenu"): Load unconditionally.
1441 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1442 ("x-dnd"): Load, when appropriate.
1443
1444 * startup.el (command-line): Call before-init-hook earlier.
1445 Warn about some bad characters in -u user name.
1446
1447 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1448 (flyspell-external-point-words): Error if misspelled word is not found.
1449 Set flyspell-large-region-beg at end of word.
1450
1451 2005-10-28 Andreas Schwab <schwab@suse.de>
1452
1453 * view.el (View-revert-buffer-scroll-page-forward):
1454 Use view-page-size-default.
1455
1456 2005-10-28 Juri Linkov <juri@jurta.org>
1457
1458 * international/quail.el (quail-get-current-str): Translate last
1459 raw character for deterministic input methods.
1460
1461 2005-10-27 Jay Belanger <belanger@truman.edu>
1462
1463 * calc/calc-ext.el: Add functions to autoloads.
1464 (math-identity-matrix-p, math-ident-row-p): New functions.
1465
1466 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1467 multiplication by an identity matrix; don't turn multiplication by
1468 an inverse matrix into division.
1469 (math-div-symbol-fancy): Replace division by matrices with
1470 multiplication by inverse.
1471
1472 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1473
1474 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1475 (calc-writeoutpower): New functions.
1476
1477 2005-10-27 Romain Francoise <romain@orebokech.com>
1478
1479 * replace.el (occur-engine): Include colon in mouse-face highlight.
1480
1481 * dired-x.el: Change Maintainer field.
1482
1483 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * longlines.el (longlines-mode): Bind after-change-functions to
1486 nil during initial decoding and final encoding.
1487
1488 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1489
1490 * term.el (term-emulate-terminal, term-handle-colors-array)
1491 (term-handle-ansi-escape): Specify the terminfo capabilities
1492 implemented.
1493
1494 2005-10-26 Richard M. Stallman <rms@gnu.org>
1495
1496 * info.el (Info-fontify-node): Fix detection of sentence-break
1497 before *Note.
1498
1499 2005-10-26 Romain Francoise <romain@orebokech.com>
1500
1501 * smerge-mode.el: Add `tools' to file keywords.
1502
1503 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1504
1505 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1506 when the fringe is not available.
1507
1508 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1509 (def-gdb-auto-update-trigger): Simplify construction.
1510 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1511 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1512 defined explicitly.
1513 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1514 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1515 defined explicitly.
1516 (gdb-info-locals-custom): Remove as it's a no-op.
1517
1518 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * longlines.el (longlines-mode): Remove narrowing before
1521 performing the initial decoding or final encoding.
1522
1523 2005-10-25 Romain Francoise <romain@orebokech.com>
1524
1525 * emacs-lisp/find-func.el (find-library-name): Also strip
1526 extension if library name ends in .el, to take advantage of
1527 `find-library-suffixes'.
1528
1529 2005-10-25 Richard M. Stallman <rms@gnu.org>
1530
1531 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1532
1533 2005-10-25 Juri Linkov <juri@jurta.org>
1534
1535 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1536 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1537
1538 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1541 (blackbox-redefine-key): Add argument `map'.
1542
1543 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1544 regions when moving the jit-lock-context-unfontify-pos boundary.
1545
1546 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1547
1548 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1549
1550 2005-10-25 Masatake YAMATO <jet@gyve.org>
1551
1552 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1553
1554 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1555
1556 * play/blackbox.el (blackbox-redefine-key): New function.
1557 (blackbox-mode-map): Use it to remap existing bindings for cursor
1558 motion instead of binding literal keys.
1559
1560 2005-10-25 Glenn Morris <rgm@gnu.org>
1561
1562 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1563 diary does not end in a newline. Do not assume a blank line at
1564 the start of the diary file.
1565
1566 2005-10-25 Kenichi Handa <handa@m17n.org>
1567
1568 * international/quail.el (quail-translate-key): If the input
1569 method is deterministic and failed to handle the last key, restart
1570 the key handling loop from an appropriate key.
1571
1572 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * vc.el (vc-dired-mode): Extend comment for binding of
1575 `directory-listing-before-filename-regexp'.
1576
1577 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * textmodes/texinfo.el (texinfo-mode):
1580 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1581 not to unnecessarily expose emacs-mule's internal char codes.
1582
1583 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1584
1585 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1586 Display hand pointer and help-echo on disabled icon too.
1587 (gdb-mouse-until): New function.
1588 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1589
1590 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1593 with 2005-10-23 change to doctor.el.
1594
1595 * finder.el (finder-mode-map): Add follow-link binding.
1596
1597 2005-10-25 Kim F. Storm <storm@cua.dk>
1598
1599 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1600 to gdb-mouse-toggle-breakpoint-fringe.
1601 (gdb-mouse-toggle-breakpoint-margin): Rename from
1602 gdb-mouse-toggle-breakpoint. Fix doc.
1603 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1604 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1605 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1606 string properties also for fringe breakpoint bitmaps.
1607
1608 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1609
1610 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1611
1612 2005-10-25 Masatake YAMATO <jet@gyve.org>
1613
1614 * simple.el (completion-common-substring):
1615 Use `completion-common-substring' prior to `completion-base-size'.
1616
1617 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1618
1619 * savehist.el: Require CL while compiling.
1620 (savehist-history-variables): Remove.
1621 (savehist-save-minibuffer-history, savehist-additional-variables)
1622 (savehist-minibuffer-history-variables): New vars.
1623 (savehist-save): Use them.
1624 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1625 (savehist-install): New fun, extracted from savehist-load.
1626 (savehist-load): Use them.
1627
1628 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1631 a dummy doc-string-elt property.
1632 (defalias, defvaralias, define-category): Add a docstring property.
1633
1634 * image.el (defimage):
1635 * widget.el (define-widget):
1636 * custom.el (defface, defcustom): Add `doc-string' declaration.
1637
1638 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1639 (defadvice): Add `doc-string' declaration.
1640
1641 * emacs-lisp/byte-run.el (macro-declaration-function):
1642 Handle `doc-string' declarations.
1643 (define-obsolete-function-alias, define-obsolete-variable-alias):
1644 Add `doc-string' declaration.
1645
1646 2005-10-24 Kenichi Handa <handa@m17n.org>
1647
1648 * international/utf-7.el (utf-7): Add autoload cookie.
1649
1650 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1651
1652 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1653
1654 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1655 list of directories passed to batch-update-autoloads. Add "." to
1656 the list of the echoed directories.
1657
1658 * pgg-def.el:
1659 * pgg-gpg.el:
1660 * pgg-parse.el:
1661 * pgg-pgp.el:
1662 * pgg-pgp5.el:
1663 * pgg.el: Moved here from the gnus subdirectory.
1664
1665 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1666
1667 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1668 in case comint-prompt-read-only is set to t.
1669
1670 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1671 in case comint-prompt-read-only is set to t.
1672
1673 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1674
1675 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1676 Now a string.
1677 (icalendar-import-format): Handle CLASS, STATUS, URL.
1678 Rename `subject' to `summary'.
1679 (icalendar-import-format-summary): Rename from
1680 `icalendar-import-format-subject'.
1681 (icalendar-import-format-url, icalendar-import-format-status)
1682 (icalendar-import-format-class): New variables.
1683 (icalendar--rris): Take variable argument list.
1684 (icalendar--datestring-to-isodate): Remove unnecessary
1685 calendar-style check when converting dates with explicit month names.
1686 (icalendar-export-region): Change return type of conversion
1687 subroutines. Bury current buffer unless error occurred.
1688 (icalendar--convert-to-ical)
1689 (icalendar--parse-summary-and-rest): New functions.
1690 (icalendar--convert-ordinary-to-ical)
1691 (icalendar--convert-weekly-to-ical)
1692 (icalendar--convert-yearly-to-ical)
1693 (icalendar--convert-block-to-ical)
1694 (icalendar--convert-cyclic-to-ical)
1695 (icalendar--convert-anniversary-to-ical): Change return type.
1696 Strip trailing blanks from subject.
1697 (icalendar--convert-sexp-to-ical): Change return type.
1698 Strip trailing blanks from subject. Handle simple sexp
1699 entries as generated by icalendar.el.
1700 (icalendar--convert-float-to-ical)
1701 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1702 (icalendar-import-file): Doc fix.
1703 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1704 Correct call to icalendar--rris.
1705 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1706 `summary'.
1707 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1708
1709 2005-10-24 Romain Francoise <romain@orebokech.com>
1710
1711 * server.el (server-sentinel): Set query-on-exit flag to nil on
1712 new client processes (it isn't inherited from the server process).
1713
1714 * replace.el (occur-engine): Rearrange text properties.
1715
1716 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1719 case-fold-search is nil.
1720 (debug-help-follow): Use help-xref-interned directly.
1721
1722 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * thumbs.el (thumbs-image-type): Add .pbm.
1725
1726 2005-10-23 Richard M. Stallman <rms@gnu.org>
1727
1728 * faces.el (inhibit-face-set-after-frame-default): New variable.
1729 (set-face-attribute): Bind it.
1730 (face-set-after-frame-default): Test it.
1731
1732 * help-fns.el (describe-simplify-lib-file-name): New function.
1733 (describe-function-1, describe-variable): Use it.
1734
1735 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1736
1737 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1738 Eliminate nil as possible value.
1739 (tooltip-hide-delay): Reduce internal-border-width.
1740
1741 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1742 (menu-bar-file-menu) <new-file>: Likewise.
1743
1744 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1745
1746 * international/mule.el (load-with-code-conversion):
1747 Pass full file name to `eval-buffer' unless preloading.
1748
1749 * textmodes/flyspell.el (flyspell-large-region):
1750 Call ispell-check-version.
1751
1752 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1753 Fix the make-variable-buffer-local call that was supposed
1754 to be for this variable.
1755 (ispell-aspell-supports-utf8): Doc fix.
1756 (ispell-find-aspell-dictionaries): Preserve elements of
1757 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1758 (ispell-aspell-find-dictionary): Return nil on error.
1759
1760 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1761 (doctor-symptoms): Likewise.
1762
1763 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1764
1765 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1768 (custom-raised-buttons): Add :set spec.
1769 (custom-button-unraised, custom-button-pressed-unraised):
1770 New faces, so that custom-raised-buttons actually does something.
1771 (custom-mode): Use custom-button and custom-button-pressed.
1772
1773 * wid-edit.el (widget-specify-button): Don't ignore
1774 widget-mouse-face on graphic terminals.
1775 (widget-move-and-invoke): Cleanup.
1776
1777 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1778
1779 * whitespace.el (whitespace-cleanup): Doc fix.
1780
1781 2005-10-23 Romain Francoise <romain@orebokech.com>
1782
1783 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1784 `eval-after-load' to avoid evaluating their result.
1785
1786 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * files.el (directory-listing-before-filename-regexp):
1789 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1790
1791 * dired.el (dired-move-to-filename-regexp): Remove.
1792 All occurences replaced by `directory-listing-before-filename-regexp'.
1793
1794 * dired-x.el, locate.el, vc.el:
1795 Replace `dired-move-to-filename-regexp' by
1796 `directory-listing-before-filename-regexp'. In vc.el it is
1797 overwritten locally; maybe this can be handled in files.el too.
1798
1799 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1800 replaced by `directory-listing-before-filename-regexp'.
1801
1802 2005-10-23 Andreas Schwab <schwab@suse.de>
1803
1804 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1805 and eval-next-after-load.
1806
1807 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1808
1809 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1810 exist, create it.
1811
1812 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1813
1814 * allout.el: Remove autoloads for mailcrypt and crypt++.
1815 Require pgg, pgg-gpg during compilation.
1816 (allout-version): Increment version number to 2.1, and use a literal
1817 rather than RCS Id.
1818 (allout-default-encryption-scheme): Remove.
1819 (allout-passphrase-verifier-handling)
1820 (allout-passphrase-verifier-string)
1821 (allout-file-passphrase-verifier-string)
1822 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1823 (allout-passphrase-hint-handling): Rename and simplify.
1824 (allout-init): Use `find-file-hook' if available, otherwise
1825 `find-file-hooks'.
1826 (allout-mode): Use `write-file-functions' if available, otherwise
1827 `local-write-file-hooks' and, instead of making auto-save-hook
1828 buffer local, make the write-file-hook activity contingent to
1829 allout-mode.
1830 (allout-mode): Use key-binding substitution in the docstring.
1831 (allout-kill-line): Spell-out kill ring data structure mutation
1832 instead of using byte-compiler-complaint-provoking `pop'.
1833 (allout-insert-listified): Use `insert' rather than `insert-string'
1834 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1835 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1836 (allout-encrypt-string): Totally revamped vis new underlying
1837 encryption facilities.
1838 (allout-mc-activate-passwd): Remove.
1839 (allout-obtain-passphrase): New, more or less replaces
1840 allout-mc-activate-passwd.
1841 (allout-encrypted-key-info): More or less replaces
1842 allout-encrypted-text-type.
1843 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1844 (my-mark-marker): Use `(featurep 'xemacs)'.
1845
1846 2005-10-23 Lars Hansen <larsh@soem.dk>
1847
1848 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1849 (byte-compile-file-form-defmumble, byte-compile-defun)
1850 (byte-compile-defmacro): Use it.
1851 (byte-compile-form): Don't call byte-compile-set-symbol-position
1852 when a byte-compile handler is called.
1853
1854 2005-10-22 Romain Francoise <romain@orebokech.com>
1855
1856 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1857
1858 * subr.el (eval-after-load): Convert library name to an absolute
1859 file name using locate-library, since load-history no longer has
1860 library names in it.
1861
1862 2005-10-22 Richard M. Stallman <rms@gnu.org>
1863
1864 * files.el (make-temp-file): Move from subr.el.
1865 * subr.el (make-temp-file): Move to files.el.
1866
1867 * window.el (get-buffer-window-list): Move from subr.el.
1868 * subr.el (get-buffer-window-list): Move to window.el.
1869
1870 * image.el (image-load-path): Use eval-at-startup to initialize.
1871
1872 * subr.el (eval-at-startup): New macro.
1873
1874 * subr.el: Much rearrangement of functions and division
1875 into pages. No code changes.
1876
1877 2005-10-22 Kenichi Handa <handa@m17n.org>
1878
1879 * tar-mode.el (tar-extract): Be sure to call
1880 find-operation-coding-system if set-auto-coding doesn't find a
1881 coding system.
1882
1883 2005-10-22 Kim F. Storm <storm@cua.dk>
1884
1885 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1886 Change users.
1887 (image-type-file-name-regexps): New defconst.
1888 (image-type-from-data): Simplify loop.
1889 (image-type-from-buffer): New defun.
1890 (image-type-from-file-header): Use it instead of image-type-from-data.
1891 Use image-search-load-path instead of only looking in data-directory.
1892 (image-type-from-file-name): New defun.
1893 (image-search-load-path): Change `pathname' to `filename'.
1894 Make PATH arg optional, default to image-load-path.
1895
1896 2005-10-21 Richard M. Stallman <rms@gnu.org>
1897
1898 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1899
1900 * textmodes/paragraphs.el (sentence-end-base): New variable.
1901 (sentence-end): Use sentence-end-base.
1902
1903 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1906 property independently from the font-lock-multiline variable.
1907
1908 2005-10-21 Richard M. Stallman <rms@gnu.org>
1909
1910 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1911
1912 * startup.el (command-line): Convert library names
1913 in `load-history' to absolute file names.
1914
1915 * subr.el (symbol-file): Doc fix.
1916
1917 * loadhist.el (file-loadhist-lookup): Call locate-library
1918 instead of find-library-name. Don't try converting
1919 abs file names to library names, since load-history no longer
1920 has library names in it.
1921 (file-dependents, file-provides, file-requires): Doc fixes.
1922
1923 2005-10-21 Juri Linkov <juri@jurta.org>
1924
1925 * progmodes/etags.el (tags-table-mode): New function.
1926 (tags-verify-table): Replace initialize-new-tags-table with
1927 tags-table-mode.
1928
1929 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1930 default value.
1931 (desktop-modes-not-to-save): Add tags-table-mode to the
1932 default value.
1933
1934 * info.el (Info-index-next): Add total number of index
1935 alternatives to the message.
1936
1937 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1938 backward only space (instead of space and period) before looking
1939 at sentence end.
1940
1941 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1942 Add the old variable value as 4th default-value arg of read-string.
1943
1944 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1945
1946 * cus-face.el (custom-declare-face): Make face from X resources
1947 also on Mac.
1948
1949 * disp-table.el (standard-display-g1, standard-display-graphic):
1950 Refuse to use string glyphs also on Mac.
1951 (standard-display-european): Don't set terminal coding system also
1952 on Mac.
1953
1954 * frame.el (display-screens): Use x-display-screens also on Mac.
1955
1956 2005-10-21 Romain Francoise <romain@orebokech.com>
1957
1958 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1959
1960 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1963 and $? into sexps.
1964
1965 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1966 warning face on open-paren-in-column-0.
1967
1968 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1969 boundary case. Fix typo.
1970 Suggested by Martin Rudalics <rudalics@gmx.at>.
1971
1972 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
1973
1974 * textmodes/org.el: (org-combined-agenda-icalendar-file)
1975 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1976 (org-export-icalendar-this-file)
1977 (org-export-icalendar-all-agenda-files)
1978 (org-export-icalendar-combine-agenda-files): New commands.
1979 (org-export-icalendar, org-print-icalendar-entries)
1980 (org-start-icalendar-file, org-finish-icalendar-file)
1981 (org-ical-ts-to-string): New functions.
1982 (org-read-date, org-goto-calendar)
1983 (org-agenda-goto-calendar): Inhibit displaying diary entries by
1984 call to `calendar'.
1985 (orgtbl-setup): Remove the :keys arguments from the menu description.
1986 (org-after-save-iCalendar-file-hook): New variable.
1987
1988 2005-10-21 Kenichi Handa <handa@m17n.org>
1989
1990 * language/vietnamese.el (tcvn-5712): Make it an alias of
1991 vietnamese-tcvn coding-system.
1992
1993 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1996 group id is given.
1997
1998 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2001 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2002 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2003 whose line is either continued or ends with a comment.
2004
2005 2005-10-20 Romain Francoise <romain@orebokech.com>
2006
2007 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2008
2009 * replace.el (occur-engine): Add follow-link property.
2010
2011 * font-core.el (font-lock-mode): Doc fix.
2012
2013 2005-10-20 Richard M. Stallman <rms@gnu.org>
2014
2015 * net/rcirc.el: New file.
2016
2017 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2018
2019 * term.el (term-term-name): Initialize to "eterm-color".
2020
2021 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2022
2023 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2024 for encryption functionality.
2025 Move allout customization subgroup from `editing' to `outlines' group.
2026 Fix commentary 'keywords' to legitimate ones.
2027 Update author info (using my current email address, obscurified).
2028 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2029 (allout-encrypted-topic-p, allout-encrypted-text-type)
2030 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2031 (allout-situate-encryption-key-verifier)
2032 (allout-get-encryption-key-verifier, allout-verify-key)
2033 (allout-next-topic-pending-encryption)
2034 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2035 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2036 (outline-key-verifier-handling, outline-key-hint-handling)
2037 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2038 (allout-file-key-verifier-string, allout-encryption-scheme)
2039 (allout-key-verifier-string, allout-key-hint-string)
2040 (allout-after-save-decrypt): New variables.
2041 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2042 (allout-after-saves-handler): New hook functions.
2043 (allout-post-command-business): Do allout-after-save-decrypt.
2044 (allout-enable-file-variable-adjustment): Custom var to enable
2045 mechanism for adding and adjusting settings of Emacs file variables.
2046 (allout-adjust-file-variable, allout-file-vars-section-data):
2047 New functions, implement the mechanism.
2048 (outlineify-sticky): Use the file vars mechanism.
2049 (allout-inhibit-protection, allout-during-write-cue)
2050 (allout-override-protect, allout-before-change-protect): Remove.
2051 (allout-flag-region, allout-open-topic): Adjust read-only text.
2052 (allout-open-line-not-read-only): Add to facilitate read-only
2053 text based protection.
2054 (allout-kill-line): Revise to adjust read-only text, clue the
2055 user about the inhibition.
2056 (allout-unprotected): Use unwind-protect.
2057 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2058 topic deeper than the offspring depth of the previous topic -
2059 avoiding confusing "containment discontinuities".
2060 (allout-reindent-bodies): Fix retention of body relative hanging
2061 indent during promotion of collapsed bodies.
2062 (allout-open-topic): Make it easy to open new topic with same
2063 bullet as current topic - topic creation functions provided with
2064 any universal argument provokes now prompt for bullet, defaulting
2065 to the bullet of the previous topic.
2066 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2067 Plain bullet alternates '.' period and ',' comma only. All other
2068 bullets are relegated to special status (but customizable).
2069 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2070 since it actually operates w.r.t. most immediately containing
2071 entry, visible or not.
2072 (allout-hide-current-entry, allout-show-current-entry): Use the
2073 revised version.
2074 (allout-old-expose-topic): Solidify deprecation.
2075 (allout-end-of-subtree): Add so we can span concealed as well
2076 as visible topics.
2077 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2078 (allout-end-of-current-heading): Tweak to just respect the first line.
2079 (allout-get-body-text): Add.
2080 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2081 when invoked interactively.
2082 (allout-up-current-level): Use `interactive-p'.
2083 (allout-mode, allout-init): Miscellaneous docstring and
2084 operational refinements, as well as hookups of new encryption stuff.
2085 (allout-beginning-of-current-entry): Now works as advertised.
2086 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2087 (allout-isearch-rectification): Refine condition for isearching.
2088 (allout-isearch-abort, allout-enwrap-isearch)
2089 (allout-flag-region, my-region-active-p): Relocate some macros.
2090 (allout-title): Fallback title is '(buffer-name)', not
2091 non-existing '(current-buffer-name)'.
2092 (subst-char-in-string): Define if absent (for some XEmacs versions).
2093
2094 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2095
2096 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2097 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2098 (mail-citation-prefix-regexp, mail-signature-file)
2099 (mail-default-headers, mail-bury-selects-summary)
2100 (mail-send-nonascii): Add autoload cookies.
2101
2102 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2103
2104 * frame.el (blink-cursor-mode): Add `mac' to the list of
2105 window-system's that support blinking cursor.
2106
2107 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2108
2109 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2110
2111 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2112
2113 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2114 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2115 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2116
2117 2005-10-20 Kim F. Storm <storm@cua.dk>
2118
2119 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2120 (ido-set-current-directory): Don't add / after final @.
2121 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2122 Explicitly handle ange-ftp completion oddities.
2123 (ido-make-file-list): Don't rotate list at tramp root to avoid
2124 triggering tramp file handler for expand-file-name via get-file-buffer.
2125
2126 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * simple.el (eval-expression-print-format): Put the char-string
2129 inside the parenthesis, like the other alternative notations.
2130 (kill-new): Use push.
2131 (copy-to-buffer): Use with-current-buffer.
2132 (completion-setup-function): Simplify.
2133 (minibuffer-local-must-match-map): Don't add redundant bindings which
2134 are already present in its parent (minibuffer-local-completion-map).
2135
2136 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2137
2138 2005-10-19 Jay Belanger <belanger@truman.edu>
2139
2140 * calc/calc-units.el (math-standard-units): Add units, adjust
2141 symbols and update values.
2142 (math-unit-prefixes): Add more prefixes.
2143
2144 2005-10-19 Romain Francoise <romain@orebokech.com>
2145
2146 * bookmark.el (bookmark-menu-heading): New face.
2147 (bookmark-bmenu-list): Use it.
2148 Don't fiddle with `baud-rate' at top-level.
2149
2150 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * image.el (create-image, find-image): Mention max-image-size in
2153 docstring.
2154
2155 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * savehist.el (savehist-load): Revert to checking XEmacs.
2158
2159 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2160 Various docstring and line-width fixups.
2161 (conf-mode): Use cond.
2162 Set font-lock-defaults. Don't set comment-use-syntax.
2163
2164 2005-10-18 David Ponce <david@dponce.com>
2165
2166 * tree-widget.el (tree-widget-button-click): New function.
2167 (tree-widget-button-keymap): Use it.
2168
2169 2005-10-18 Romain Francoise <romain@orebokech.com>
2170
2171 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2172 (bookmark-bmenu-hide-filenames): Add follow-link property.
2173 Improve help-echo text.
2174
2175 * ffap.el (find-file-at-point): Doc fix.
2176
2177 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2178
2179 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2180
2181 2005-10-18 Masatake YAMATO <jet@gyve.org>
2182
2183 Install to the CVS repository what I forgot to install in my
2184 2005-10-16 changes.
2185
2186 * progmodes/python.el (python-complete-symbol): Pass the common
2187 prefix substring of completion to `display-completion-list'.
2188
2189 * textmodes/org.el (org-complete): Ditto.
2190
2191 2005-10-18 Masatake YAMATO <jet@gyve.org>
2192
2193 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2194
2195 * woman.el (WoMan-xref-man-page): New button type derived
2196 from `Man-abstract-xref-man-page'.
2197 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2198
2199 * man.el (Man-abstract-xref-man-page): New button type.
2200 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2201 (Man-highlight-references): Add new optional argument `xref-man-type'.
2202
2203 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2206
2207 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * cus-edit.el (Custom-move-and-invoke): Delete.
2210 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2211
2212 * wid-edit.el (widget-move-and-invoke): New function, from
2213 Custom-move-and-invoke.
2214
2215 2005-10-17 Bill Wohler <wohler@newt.com>
2216
2217 Move all remaining images from lisp/toolbar to etc/images, move
2218 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2219 the low resolution images in their own directory (low-color).
2220
2221 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2222 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2223 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2224 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2225 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2226 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2227 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2228
2229 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2230 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2231 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2232 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2233 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2234 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2235 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2236 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2237 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2238 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2239 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2240 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2241 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2242 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2243 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2244
2245 To conform with convention, replace the underscore (_) in the
2246 following image names with dash (-) or (/) as appropriate.
2247
2248 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2249 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2250 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2251 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2252 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2253 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2254 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2255 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2256 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2257 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2258 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2259 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2260 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2261 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2262 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2263
2264 * info.el (info-tool-bar-map): Replace underscores in image names
2265 with dashes.
2266
2267 * makefile.w32-in (WINS): Remove toolbar.
2268
2269 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2270
2271 * tool-bar.el: Move to lisp from toolbar. Now that
2272 toolbar is empty, it should be deleted when folks run "cvs up -P".
2273
2274 2005-10-18 Jay Belanger <belanger@truman.edu>
2275
2276 * calc/calc-store.el (calc-store-into): Get the proper variable name
2277 to display in message.
2278
2279 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2280
2281 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2282 expressions display in speedbar for all buffers when debugging.
2283 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2284
2285 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2286 (speedbar-insert-button, speedbar-make-button):
2287 Use add-text-properties.
2288 (speedbar-update-localized-contents)
2289 (speedbar-update-directory-contents)
2290 (speedbar-update-special-contents): Use dolist.
2291 (speedbar-buffer-easymenu-definition): Add a menu separator.
2292
2293 2005-10-17 Jason Rumney <jasonr@gnu.org>
2294
2295 * makefile.w32-in: Use $(lisp) consistently.
2296 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2297 for shell specific generation of mh-autoloads.
2298
2299 2005-10-17 Richard M. Stallman <rms@gnu.org>
2300
2301 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2302
2303 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * jit-lock.el (jit-lock-fontify-now):
2306 Move jit-lock-context-unfontify-pos to avoid wasted work.
2307
2308 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2309
2310 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2311 `tramp-completion-mode' for checking if we are in completion mode.
2312 (tramp-completion-handle-file-name-all-completions): Reorder code
2313 in order to complete for file names only in case there are no
2314 method/user/host completions. This is necessary for cooperation
2315 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2316
2317 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * longlines.el (longlines-search-forward)
2320 (longlines-search-backward): Match any number of spaces.
2321
2322 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2323
2324 * diff-mode.el (diff-mode): Doc fix.
2325
2326 2005-10-16 David Reitter <david.reitter@gmail.com>
2327
2328 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2329 as default on darwin and windows systems.
2330
2331 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2332
2333 * arc-mode.el (archive-zip-extract): Doc fix.
2334
2335 2005-10-16 Romain Francoise <romain@orebokech.com>
2336
2337 * mouse.el (mouse-1-click-follows-link): Doc fix.
2338
2339 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * savehist.el: Don't require CL at runtime.
2342 (savehist-xemacs): Remove.
2343 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2344 (savehist-no-conversion): Use (featurep 'xemacs).
2345 (savehist-load): Check existence of start-itimer rather than XEmacs.
2346 Use an idle timer.
2347 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2348 `delete-if-not'.
2349
2350 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2351
2352 * savehist.el: Newer version.
2353 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2354 (savehist-last-checksum, savehist-no-conversion): New vars.
2355 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2356 New functions.
2357 (savehist-load, savehist-save): Use them.
2358 (savehist-delimit): Remove.
2359
2360 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * progmodes/compile.el (compilation-goto-locus): Display the
2363 compilation buffer first and the source buffer second, in case they're
2364 in overlapping frames. Don't raise the compilation frame if it was the
2365 selected window upon entry. Pass the `other-window' arg to
2366 pop-to-buffer.
2367
2368 * info.el (Info-fontify-node): Use dolist.
2369 Change add-text-properties to put-text-property.
2370
2371 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2372
2373 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2374 bound of search.
2375
2376 2005-10-16 Masatake YAMATO <jet@gyve.org>
2377
2378 * dabbrev.el (dabbrev-completion): Pass the common
2379 prefix substring of completion to `display-completion-list'.
2380
2381 * filecache.el (file-cache-minibuffer-complete)
2382 (file-cache-complete): Ditto.
2383
2384 * tempo.el (tempo-display-completions): Ditto.
2385
2386 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2387
2388 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2389
2390 * eshell/em-hist.el (eshell-list-history): Ditto.
2391
2392 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2393
2394 * mail/mailalias.el (mail-complete): Ditto.
2395
2396 * progmodes/etags.el (complete-tag): Ditto.
2397
2398 * progmodes/make-mode.el (makefile-complete): Ditto.
2399
2400 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2401
2402 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2403
2404 * progmodes/pascal.el (pascal-complete-word)
2405 (pascal-show-completions): Ditto.
2406
2407 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2408
2409 * simple.el (completion-common-substring): New variable.
2410 (completion-setup-function): Use `completion-common-substring'
2411 to put faces.
2412
2413 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2414
2415 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2416 (x-get-selection, mac-select-convert-to-string): Convert from/to
2417 UTF-16 clipboard data as in native byte order, no BOM.
2418
2419 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2420
2421 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2422 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2423 (gud-sentinel): Use speedbar-frame to check for speedbar.
2424
2425 2005-10-15 Richard M. Stallman <rms@gnu.org>
2426
2427 * savehist.el: New file.
2428
2429 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2430
2431 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2432 Fix bug in \bf fontification.
2433
2434 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * pcvs.el (cvs-edit-log-files): New var.
2437 (cvs-mode-edit-log): New arg `file'.
2438 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2439 Instead force the use of the original file and nothing else.
2440 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2441 the cvs-minor-wrap-function is set.
2442 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2443
2444 2005-10-14 Bill Wohler <wohler@newt.com>
2445
2446 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2447 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2448 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2449 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2450 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2451 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2452 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2453 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2454 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2455 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2456 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2457 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2458 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2459 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2460 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2461
2462 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2463 appropriately (for example, gud-break to gud/break).
2464
2465 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * longlines.el (longlinges-search-function)
2468 (longlines-search-forward, longlines-search-backward): New functions.
2469 (longlines-mode): Set isearch-search-fun-function to
2470 longlinges-search-function.
2471
2472 * mouse.el (mouse-drag-region-1): Handle the case where a
2473 double-click event is bound to an arbitrary function.
2474
2475 2005-10-14 David Ponce <david@dponce.com>
2476
2477 * recentf.el (recentf-track-opened-file)
2478 (recentf-track-closed-file, recentf-update-menu)
2479 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2480 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2481 mouse-1-click-follows-link.
2482
2483 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2484
2485 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2486 Gnome file-manager.png. Suggested by
2487 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2488
2489 * toolbar/README: Add diropen.xpm.
2490
2491 2005-10-13 Bill Wohler <wohler@newt.com>
2492
2493 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2494 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2495
2496 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2499 Don't waste the byte-compiler's time on constant data.
2500
2501 2005-10-13 Kenichi Handa <handa@m17n.org>
2502
2503 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2504 byte with `escape-glyph' face.
2505
2506 * international/fontset.el (ccl-encode-unicode-font):
2507 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2508 Handle the case that ucs-mule-to-mule-unicode translates a character to
2509 ASCII (usually for IPA characters).
2510
2511 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2514 Don't hide the underline of titles if font-lock-mode is disabled.
2515
2516 2005-10-12 Bill Wohler <wohler@newt.com>
2517
2518 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2519 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2520 files in MH-E-SRC have been updated.
2521 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2522
2523 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2526 (mixal-mode-syntax-table): Add \n as end-comment.
2527 (mixal-operation-codes-alist): Immediately initialize to full value.
2528 (mixal-add-operation-code): Remove.
2529 (mixal-describe-operation-code): Make the arg non-optional.
2530 Use the interactive spec instead.
2531 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2532 (mixal-font-lock-keywords): Don't highlight comments here any more.
2533 (mixal-font-lock-syntactic-keywords): New var.
2534 (mixal-mode): Use it. Fix comment-start-skip.
2535
2536 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2537
2538 * startup.el (command-line-x-option-alist): -nb => -nbi
2539
2540 2005-10-12 Kim F. Storm <storm@cua.dk>
2541
2542 * startup.el (fancy-splash-default-action): Discard mouse click in
2543 the splash screen window, as it has no sensible meaning in the
2544 next window to be selected. Fixes error reported by Jan D.
2545
2546 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2547
2548 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2549
2550 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2553 Try to fix up minor layout issues like indentation, line break, etc...
2554 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2555 because it doesn't work.
2556 (mixal-operation-codes): Add some more codes.
2557 (mixal-font-lock-keywords): Process comments here.
2558 (mixal-mode): mixasm no longer needs -g option.
2559
2560 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2561
2562 * progmodes/sh-script.el (sh-tmp-file):
2563 Use mktemp -t. Finish support for es and rc shells.
2564
2565 2005-10-11 Jay Belanger <belanger@truman.edu>
2566
2567 * calc/calcalg2.el (calc-integral): With an argument, compute the
2568 definite integral.
2569
2570 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * mouse.el (mouse-drag-region-1): Don't try to catch a
2573 double-click when doing follow-link (it's overridden anyway).
2574
2575 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2578 (autoload-print-form-outbuf): Add docstring.
2579
2580 2005-10-11 Juri Linkov <juri@jurta.org>
2581
2582 * info.el (Info-mode-menu): Delete menu item "Edit".
2583 (Info-mode): Delete description of Info-edit from docstring,
2584 and rearrange descriptions of Info commands in the order
2585 they are documented in the Info manual.
2586
2587 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * calendar/appt.el (appt-check): Use diary-selective-display var.
2590
2591 2005-10-10 Richard M. Stallman <rms@gnu.org>
2592
2593 * net/newsticker.el (newsticker-start, newsticker-show-news):
2594 Add autoload cookies.
2595
2596 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2597
2598 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2599
2600 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2601
2602 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2603
2604 2005-10-10 Jay Belanger <belanger@truman.edu>
2605
2606 * calc/calc-arith.el (math-check-known-scalarp)
2607 (math-check-known-matrixp): Check the values of arguments that are
2608 variables.
2609 (math-check-known-square-matrixp): New function.
2610 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2611 (math-super-types): Add sqmatrix type.
2612
2613 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2614 mode name `square' to 'sqmatrix'.
2615
2616 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2617 mode name `square' to 'sqmatrix'.
2618
2619 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * progmodes/etags.el (select-tags-table-mode): Don't use
2622 selective-display.
2623 (tags-select-tags-table): Pass `button' to the action function.
2624 (select-tags-table): Place the side-info on button properties rather
2625 than in hidden text. Abbreviate file names.
2626 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2627 (select-tags-table-select): Add `button' argument.
2628 Get side-info from the button property rather than from hidden text.
2629
2630 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2631
2632 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2633 (gud-speedbar-buttons): Preserve point if possible.
2634 (gud-sentinel): Restore previous speedbar display type.
2635
2636 * progmodes/gdb-ui.el (gdba): Improve diagram.
2637 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2638 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2639 Call get-buffer-window once.
2640
2641 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2644 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2645 (pascal-indent-command): Remove unused var `ind'.
2646 (pascal-indent-case): Remove unused var `oldpos'.
2647 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2648 since it's now used as a proper minor mode map.
2649 (pascal-outline): Rename to pascal-outline-mode.
2650 (pascal-outline-mode): Use define-minor-mode.
2651 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2652 selective-display.
2653
2654 2005-10-10 Andreas Schwab <schwab@suse.de>
2655
2656 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2657 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2658
2659 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2660 outside source directory.
2661
2662 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2663
2664 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2665 C-x' as a prefix.
2666 (orgtbl-mode-map): Full keymap instead of sparse, because all
2667 `self-insert-command' keys are redefined in this map.
2668 (org-export-as-html): Specify charset for HTML file, by taking it
2669 from the coding system.
2670
2671 2005-10-10 Kenichi Handa <handa@m17n.org>
2672
2673 * textmodes/flyspell.el (flyspell-check-word-p):
2674 If unread-command-events is non-empty, don't call sit-for.
2675
2676 2005-10-09 Richard M. Stallman <rms@gnu.org>
2677
2678 * font-lock.el (font-lock-syntactic-keywords)
2679 (font-lock-keywords): Doc fixes.
2680
2681 * textmodes/flyspell.el (flyspell-external-point-words):
2682 Simplify logic, and don't try to check for consecutive appearances
2683 of one incorrect word.
2684
2685 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2686
2687 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2688 separator.
2689
2690 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2691 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2692 (gud-expansion-speedbar-buttons): New function.
2693 (gud-speedbar-buttons): Check for gud-comint-buffer.
2694
2695 2005-10-09 Bill Wohler <wohler@newt.com>
2696
2697 * Makefile.in (updates): Add mh-loaddefs dependency.
2698
2699 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * speedbar.el (speedbar-file-key-map): Fix typo.
2702
2703 2005-10-09 Daniel Brockman <daniel@brockman.se>
2704
2705 * cus-start.el (line-spacing): Add custom spec.
2706
2707 2005-10-09 Romain Francoise <romain@orebokech.com>
2708
2709 * textmodes/ispell.el (ispell-check-version): Fix last change.
2710
2711 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2712
2713 * term/x-win.el: Remove -i, --icon-type from comment.
2714
2715 * startup.el (command-line-x-option-alist): Remove options -i,
2716 -itype, --icon-type, added -nb, --no-bitmap-icon
2717
2718 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2719
2720 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2721 instead of :active.
2722
2723 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2724
2725 * textmodes/ispell.el (ispell-check-version):
2726 Ignore hyphen, and all that follows, in aspell's version text.
2727
2728 2005-10-08 Jay Belanger <belanger@truman.edu>
2729
2730 * calc/calc-arith.el (math-known-square-matrixp): New function.
2731 (math-pow-fancy): Check for matrices before distributing exponent
2732 across products.
2733
2734 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2735 fullscreen keypad. Suggested by Luc Teirlinck.
2736 (calc-keypad-show-input): Add space for formatting.
2737
2738 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2739 Add square matrix option.
2740
2741 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2742 of checking calc-matrix-mode when deciding how to expand.
2743
2744 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2745
2746 2005-10-08 Lars Hansen <larsh@soem.dk>
2747
2748 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2749 Add error handling.
2750 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2751
2752 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2753
2754 Sync with Tramp 2.0.51.
2755
2756 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2757 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2758 Insert special handling for `last-coding-system-used', again
2759 it still seems to be necessary (unlike stated before).
2760 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2761 (tramp-password-prompt-regexp): There might be other words before
2762 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2763 (tramp-chunksize): Improve docstring.
2764 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2765 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2766 Christian Joergensen <bugs@razor.dk>.
2767
2768 2005-10-07 Glenn Morris <rgm@gnu.org>
2769
2770 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2771 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2772 precision'.
2773
2774 2005-10-07 Romain Francoise <romain@orebokech.com>
2775
2776 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2777 (ibuffer-do-shell-command-pipe-replace)
2778 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2779 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2780 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2781 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2782 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2783 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2784 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2785 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2786 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2787 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2788 Autoload file sans suffix.
2789
2790 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2791
2792 2005-10-07 David Ponce <david@dponce.com>
2793
2794 * recentf.el (recentf-menu-open-all-flag): New option.
2795 (recentf-digit-shortcut-command-name): New function.
2796 (recentf--shortcuts-keymap): New variable.
2797 (recentf-menu-shortcuts): New variable.
2798 (recentf-make-menu-items): Initialize it. Replace the "More..."
2799 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2800 (recentf-menu-value-shortcut): New function.
2801 (recentf-make-menu-item): Use it. No more in-lined.
2802 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2803 (recentf-open-most-recent-file): Rename from
2804 `recentf-open-file-with-key'. Don't depend on key binding.
2805 (recentf-mode-map): New variable.
2806 (recentf-mode): Use it.
2807
2808 2005-10-06 Bill Wohler <wohler@newt.com>
2809
2810 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2811
2812 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2813 (MH-E-SRC): New. Used by mh-autoloads.
2814 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2815 files in MH-E-SRC have been updated.
2816 (compile, recompile, bootstrap): Depend on mh-autoloads.
2817
2818 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2821 gud-break and gud-remove icons when the fringe is not available.
2822
2823 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2824 Typo.
2825
2826 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2827
2828 * play/zone.el (zone): Wrap body with save-window-excursion.
2829
2830 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2833 Use the new `list-only' arg to diary-list-entries.
2834
2835 * calendar/diary-lib.el: Use overlays rather than selective-display.
2836 (diary-selective-display): New var.
2837 (diary-header-line-format): Use it.
2838 (diary-list-entries): Add argument `list-only'.
2839 Put the buffer in diary-mode. Don't add \^M at beg and end.
2840 Replace \^M by invisible overlays.
2841 (diary-unhide-everything): Replace \^M by invisible overlays.
2842 (print-diary-entries): Look for overlays rather than \^M.
2843 Add a space to the temp buffer name.
2844 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2845 Put the buffer in diary-mode.
2846 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2847 (diary-anniversary): Make the year arg optional.
2848 (diary-time-regexp): New const.
2849 (diary-font-lock-keywords): Use it to accept a few more time formats.
2850
2851 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2852
2853 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2854
2855 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2856 Fix bug introduced 2005-07-03: Use (car (last ...))
2857 to faithfully reproduce replaced artist-last.
2858 (artist-set-arrow-points-for-poly): Likewise.
2859 Suggested by Johan Bockg\e,Ae\e(Brd.
2860
2861 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2864 * wid-edit.el (widget):
2865 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2866 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2867
2868 2005-10-06 Kenichi Handa <handa@m17n.org>
2869
2870 * international/mule-cmds.el (set-language-environment):
2871 Fix setting up of case-table for unibyte mode.
2872
2873 * simple.el (what-cursor-position): If the character is displayed
2874 by some `display' text property, show that. Don't use
2875 single-key-description for eight-bit characters in multibyte mode.
2876
2877 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2878
2879 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2880 (gdb-ann3): Set it.
2881 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2882 (gdb-info-frames-custom): Use inverse-video for first five
2883 characters of selected frame only.
2884 (gdb-get-frame-number): Select frame even when point is on frame
2885 number.
2886
2887 2005-10-06 Masatake YAMATO <jet@gyve.org>
2888
2889 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2890 Put `font-lock-function-name-face'.
2891 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2892 and `font-lock-variable-name-face'
2893 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2894 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2895 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2896 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2897 (gdb-local-font-lock-keywords): New font lock keywords definition.
2898 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2899 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2900 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2901
2902 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2903
2904 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2905 (ediff-merge-region-is-non-clash-to-skip): Previously called
2906 ediff-merge-region-is-non-clash.
2907
2908 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2909 Use insert-buffer-substring.
2910
2911 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2912 selecting files to patch. Also bug fixes.
2913
2914 * ediff-util.el (ediff-setup): Bug fix.
2915 (ediff-next-difference): Never skip clashes that differ in white
2916 space only.
2917
2918 * ediff-wind.el (ediff-setup-control-frame)
2919 (ediff-destroy-control-frame): Check the menubar feature.
2920
2921 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2922 (viper-refresh-mode-line): Use make-local-variable to localize
2923 some vars instead of make-variable-buffer-local. Suggested by
2924 Stefan Monnier.
2925
2926 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2927 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2928 Use make-local-variable instead of make-variable-buffer-local.
2929 Suggested by Stefan Monnier.
2930
2931 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2932 (viper-comint-mode-hook): Use make-local-variable on
2933 require-final-newline.
2934 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2935
2936 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2939 also the second char of a comment-start sequence.
2940 (scheme-sexp-comment-syntax-table): New var.
2941 (lambda, define): Set their scheme-doc-string-elt property.
2942 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2943 Use lisp-font-lock-syntactic-face-function now that it properly
2944 handles |...| symbols.
2945 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2946 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2947
2948 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2949 bit from # to |.
2950 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2951
2952 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2953 (lisp-doc-string-elt-property): New var.
2954 (lisp-font-lock-syntactic-face-function): Use it.
2955 Rewrite to recognize docstrings even for forms not at toplevel.
2956
2957 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2958 annotation on the | part of #| rather than on the # part.
2959 (scheme-font-lock-syntactic-face-function): New function, to
2960 distinguish strings from |...| symbols.
2961 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2962 syntax-table so that #|...|# is properly highlighted.
2963
2964 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2965 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2966
2967 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2970 and C-e.
2971
2972 * emacs-lisp/eldoc.el: Move comments into docstrings.
2973 (eldoc-message-commands): Initialize in its declaration.
2974 Add move-beginning-of-line and move-end-of-line.
2975 (eldoc-add-command, eldoc-add-command-completions)
2976 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2977
2978 * outline.el (outline-mark-subtree): Activate the mark.
2979
2980 * calendar/appt.el (appt-time-regexp): New var.
2981 (appt-add, appt-make-list): Use it.
2982 (appt-convert-time): Clean up.
2983
2984 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2985 Don't set any syntax-table property here.
2986 (tex-font-lock-verb): New function. Do it here.
2987 (tex-font-lock-syntactic-keywords): Use it.
2988
2989 2005-10-04 Richard M. Stallman <rms@gnu.org>
2990
2991 * wid-edit.el (widget-file-complete): Get the widget start point
2992 the right way. Default directory to `/' if file has none.
2993
2994 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2995
2996 * textmodes/flyspell.el (flyspell-mode-on):
2997 Call ispell-maybe-find-aspell-dictionaries.
2998
2999 * textmodes/ispell.el (ispell-word, ispell-region):
3000 Call ispell-maybe-find-aspell-dictionaries.
3001 (ispell-accept-buffer-local-defs):
3002 Don't call ispell-maybe-find-aspell-dictionaries
3003
3004 2005-10-04 Richard M. Stallman <rms@gnu.org>
3005
3006 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3007
3008 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3009
3010 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3011 instead of `fboundp' in order to allow for anonymous functions.
3012
3013 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3016 case the user clicks on the link while another window is selected.
3017 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3018
3019 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3020 functionality.
3021 (dframe-help-echo): Save point in case mouse tracking is off.
3022
3023 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3024
3025 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3026
3027 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3030 not change the global value of those vars.
3031
3032 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3033 make-local-variable which we do not need any more.
3034
3035 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3036
3037 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3038 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3039 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3040 (speedbar-path-line): Define obsolete aliases.
3041 (speedbar-line-directory): Doc fix.
3042
3043 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3044 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3045 instead of speedbar-line-path.
3046
3047 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3048
3049 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3050 to nil if dropping on a window. Handle dropping on a minibuffer window
3051 like dropping on a non-window part of Emacs.
3052
3053 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * net/ange-ftp.el: Use with-current-buffer.
3056 (ange-ftp-insert-directory): Do not follow symlinks any more.
3057
3058 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3059 Remove interactive spec.
3060
3061 2005-10-03 Kim F. Storm <storm@cua.dk>
3062
3063 * ido.el (ido-mode): Use custom-initialize-set.
3064
3065 2005-10-02 Richard M. Stallman <rms@gnu.org>
3066
3067 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3068 Use insert-buffer-substring.
3069
3070 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3071 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3072
3073 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3076 in last change.
3077 (ange-ftp-insert-directory): Fix up the search for the case where
3078 `file' is absolute.
3079
3080 2005-10-02 Romain Francoise <romain@orebokech.com>
3081
3082 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3083
3084 2005-10-02 Andreas Schwab <schwab@suse.de>
3085
3086 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3087 directory component in the session info.
3088
3089 2005-10-01 Richard M. Stallman <rms@gnu.org>
3090
3091 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3092
3093 * simple.el (next-error-internal): New function.
3094
3095 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3096 (compilation-start): Pass new arg to compilation-buffer-name.
3097 (compile-goto-error): Use next-error-internal.
3098
3099 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * speedbar.el: Remove RCS tag.
3102 (speedbar-check-read-only): Handle non-existent files.
3103
3104 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3105
3106 * info.el (Info-speedbar-hierarchy-buttons)
3107 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3108
3109 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3110
3111 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3112 Do not match newline.
3113 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3114 (bibtex-summary): Remove unnecessary save-excursion.
3115 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3116
3117 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3118
3119 * term/mac-win.el: Add charset info for "iso10646-1".
3120 Modify default fontset to use ATSUI-compatible fonts for some charsets
3121 if available.
3122
3123 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * speedbar.el: Re-apply arch tag.
3126 (speedbar-version): Rename to version 1.0. Suggested by Eric
3127 M. Ludlam.
3128 Reapply two changes from Emacs CVS' version of speedbar lost
3129 during the merge:
3130 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3131 (speedbar-frame-parameters): Improve customize type.
3132
3133 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3136 (ange-ftp-file-directory-p): Fix the symlink case.
3137 (ange-ftp-insert-directory): When listing a single file, get a list of
3138 the parent buffer and extract the relevant line. Inspired from a patch
3139 by Katsumi Yamaoka <yamaoka@jpl.org>.
3140 (ange-ftp-file-name-sans-versions): Simplify.
3141
3142 2005-09-30 Bill Wohler <wohler@newt.com>
3143
3144 Move MH-E image files from toolbar and mail directories into
3145 etc/images.
3146
3147 * mail/reply2.*: Move to etc/images/mail/reply*.
3148
3149 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3150 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3151 etc/images.
3152
3153 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3154 * toolbar/reply*: Move to etc/images/mail.
3155
3156 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3157
3158 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3159
3160 * speedbar.el: New version 1.0pre3.
3161
3162 Frame management code (including timer, and mouse click specifics)
3163 moved to dframe.el:
3164 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3165 (speedbar-timer): Removed. Use dframe-timer.
3166 (speedbar-close-frame): Removed. Use dframe-close-frame.
3167 (speedbar-activity-change-focus-flag): Removed. Use
3168 dframe-activity-change-focus-flag.
3169 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3170 dframe-update-speed.
3171
3172 (speedbar-current-frame): New macro. Use this instead of the
3173 variable speedbar-frame.
3174
3175 (speedbar-use-images, speedbar-expand-image-button-alist)
3176 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3177
3178 (speedbar-find-image-on-load-path): Removed. Replaced by
3179 defezimage in ezimage.el.
3180 (speedbar-expand-image-button-alist): Removed. Replaced by
3181 ezimage-expand-image-button-alist in ezimage.el.
3182
3183 (speedbar-ignored-directory-regexp)
3184 (speedbar-add-ignored-directory-regexp)
3185 (speedbar-ignored-directory-expressions)
3186 (speedbar-line-directory, speedbar-buffers-line-directory)
3187 (speedbar-directory-line, speedbar-buffers-line-directory):
3188 Renamed, replacing `path' with `directory'.
3189
3190 (speedbar-create-directory, speedbar-expand-line-descendants)
3191 (speedbar-toggle-line-expansion)
3192 (speedbar-contract-line-descendants): New commands.
3193
3194 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3195 (speedbar-use-tool-tips-flag): New options.
3196
3197 (speedbar-check-read-only, speedbar-require-version)
3198 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3199 (speedbar-handle-delete-frame, speedbar-try-completion)
3200 (speedbar-update-localized-contents): New functions.
3201
3202 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3203 (speedbar-object-read-only-indicator): New variables.
3204
3205 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3206 New hooks.
3207
3208 (speedbar-separator-face): New face.
3209
3210 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3211 (speedbar-ignored-modes): Add fundamental-mode.
3212 (speedbar-directory-unshown-regexp): Add . directories.
3213
3214 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3215 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3216 `]' for full expand/close.
3217 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3218
3219 (speedbar-check-vc): Support hidden files.
3220 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3221 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3222 state is nil, it is not checked out.
3223
3224 (speedbar-line-text, speedbar-line-token): Support expand buttons
3225 with no text.
3226 (speedbar-refresh): Universal argument acts as power-click.
3227 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3228 that buffer to get variable values.
3229
3230 And many other bugfixes.
3231
3232 * dframe.el, ezimage.el, sb-image.el: New files.
3233
3234 * sb-*.xpm: Remove files. New image files installed into
3235 etc/images/ezimage.
3236
3237 2005-09-30 Kenichi Handa <handa@m17n.org>
3238
3239 * ps-mule.el (ps-mule-show-warning): If a character is in
3240 ps-print-translation-table, don't treat it as non-printable.
3241
3242 2005-09-30 David Ponce <david@dponce.com>
3243
3244 * tree-widget.el (tree-widget-themes-load-path): New variable.
3245 (tree-widget-themes-directory): Doc fix.
3246 (tree-widget-image-formats) [Emacs]: Doc fix.
3247 (tree-widget--locate-sub-directory): New function.
3248 (tree-widget-themes-directory): Use it.
3249
3250 * recentf.el (recentf-filename-handlers): Rename from
3251 `recentf-filename-handler'. Allow a list of functions.
3252 (recentf-menu-items-for-commands): Fix :help strings.
3253 (recentf-apply-filename-handlers): New function.
3254 (recentf-expand-file-name): Use it.
3255 (recentf-cleanup): Remove duplicates too.
3256
3257 2005-09-29 Juri Linkov <juri@jurta.org>
3258
3259 * faces.el: Rearrange face definitions to be in the same order as
3260 their face descriptions in "(emacs)Standard Faces".
3261
3262 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3263
3264 * tooltip.el (tooltip): Add group `basic-faces'.
3265
3266 * buff-menu.el (Buffer-menu-buffer): Remove group
3267 `font-lock-highlighting-faces'.
3268
3269 * progmodes/compile.el (compilation-error, compilation-warning)
3270 (compilation-info, compilation-line-number, compilation-column-number):
3271 Change group from `font-lock-highlighting-faces' to `compilation'.
3272
3273 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3274 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3275 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3276 (vhdl-font-lock-reserved-words-face)
3277 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3278 `font-lock-highlighting-faces'.
3279
3280 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3281
3282 2005-09-28 Kim F. Storm <storm@cua.dk>
3283
3284 * emulation/cua-base.el: Set CUA move property on additional commands:
3285 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3286 forward-sexp, backward-sexp, forward-list, backward-list.
3287
3288 2005-09-28 Romain Francoise <romain@orebokech.com>
3289
3290 * comint.el (comint-show-output): Really set point at the
3291 beginning of the output when not using `comint-use-prompt-regexp'.
3292
3293 2005-09-27 Jay Belanger <belanger@truman.edu>
3294
3295 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3296 in TeX mode.
3297
3298 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * textmodes/org.el (org-table-sum): Fix format string.
3301
3302 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3303 Quote face names.
3304
3305 2005-09-26 Romain Francoise <romain@orebokech.com>
3306
3307 * isearch.el (isearch-forward-regexp): Close doc string.
3308
3309 2005-09-25 Richard M. Stallman <rms@gnu.org>
3310
3311 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3312
3313 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3314
3315 * progmodes/compile.el (compilation-error-properties):
3316 When getting the file from the previous error message,
3317 correctly decode the new data format.
3318
3319 * progmodes/cc-cmds.el (c-electric-paren):
3320 Call old-blink-paren only for close-paren.
3321
3322 2005-09-24 Andreas Schwab <schwab@suse.de>
3323
3324 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3325 condition.
3326
3327 2005-09-25 Romain Francoise <romain@orebokech.com>
3328
3329 * dired-aux.el (dired-copy-file-recursive):
3330 * dired.el (dired-delete-file):
3331 * ediff-mult.el (ediff-dir-diff-copy-file):
3332 * ediff-util.el (ediff-test-save-region):
3333 * forms.el (forms-mode):
3334 * ido.el (ido-file-internal, ido-delete-file-at-head):
3335 * log-edit.el (log-edit-done):
3336 * ses.el (ses-yank-resize):
3337 * play/gomoku.el (gomoku-human-plays, gomoku)
3338 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3339 (gomoku-offer-a-draw):
3340 * play/landmark.el (lm-human-resigns, lm):
3341 * net/eudcb-ldap.el (eudc-ldap-check-base):
3342 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3343 * progmodes/ebrowse.el (ebrowse-find-pattern):
3344 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3345 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3346 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3347
3348 * vc.el (vc-delete-file):
3349 * play/gomoku.el (gomoku-terminate-game, gomoku)
3350 (gomoku-prompt-for-move, gomoku-human-takes-back):
3351 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3352 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3353
3354 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3355
3356 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3357 color rxvt terminals by using the code xterm.el used to use before
3358 2005-04-09 in order to match the colors used by rxvt.
3359
3360 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3361
3362 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3363 colors rxvt-unicode terminals by using the same code as xterm.el.
3364
3365 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3368 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3369 new symbol used for the tex-verbatim face.
3370
3371 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3372
3373 * woman.el (woman-file-name):
3374 * wid-edit.el (widget-file-prompt-value)
3375 (widget-coding-system-prompt-value):
3376 * w32-fns.el (set-w32-system-coding-system):
3377 * vc.el (vc-version-diff, vc-annotate):
3378 * textmodes/reftex-auc.el (reftex-arg-cite)
3379 (reftex-arg-index-tag):
3380 * textmodes/refer.el (refer-get-bib-files):
3381 * textmodes/artist.el (artist-figlet-choose-font):
3382 * terminal.el (terminal-emulator):
3383 * replace.el (occur-read-primary-args):
3384 * rect.el (string-rectangle, string-insert-rectangle):
3385 * ps-print.el (ps-print-preprint):
3386 * progmodes/pascal.el (pascal-goto-defun):
3387 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3388 * progmodes/compile.el (compilation-find-file):
3389 * printing.el (pr-interactive-n-up):
3390 * play/animate.el (animate-birthday-present):
3391 * net/rcompile.el (remote-compile):
3392 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3393 * mail/rmailsum.el (rmail-summary-search-backward)
3394 (rmail-summary-search):
3395 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3396 (rmail-output-read-file-name):
3397 * mail/rmail.el (rmail-search, rmail-search-backwards):
3398 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3399 * locate.el (locate):
3400 * international/quail.el (quail-show-keyboard-layout):
3401 * international/mule.el (set-buffer-file-coding-system)
3402 (revert-buffer-with-coding-system, set-file-name-coding-system)
3403 (set-terminal-coding-system, set-keyboard-coding-system)
3404 (set-next-selection-coding-system):
3405 * international/mule-diag.el (describe-coding-system)
3406 (describe-font, describe-fontset):
3407 * international/mule-cmds.el (universal-coding-system-argument)
3408 (search-unencodable-char, describe-input-method)
3409 (set-language-environment, describe-language-environment):
3410 * international/codepage.el (codepage-setup):
3411 * international/code-pages.el (codepage-setup):
3412 * info.el (Info-search, Info-follow-reference)
3413 (Info-search-backward):
3414 * emacs-lisp/advice.el (ad-read-advised-function)
3415 (ad-read-advice-class, ad-clear-cache, ad-activate)
3416 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3417 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3418 (ad-read-regexp):
3419 * ediff-util.el (ediff-toggle-regexp-match):
3420 * ediff-ptch.el (ediff-prompt-for-patch-file):
3421 * dired-aux.el (dired-diff):
3422 * diff.el (diff):
3423 * cus-edit.el (custom-variable-prompt):
3424 * calendar/timeclock.el (timeclock-ask-for-project):
3425 * calc/calcalg3.el (calc-get-fit-variables):
3426 * calc/calc-store.el (calc-edit-variable)
3427 (calc-permanent-variable):
3428 * vc-mcvs.el (vc-mcvs-register):
3429 * shadowfile.el (shadow-define-literal-group):
3430 * woman.el (woman-file-name):
3431 * vc.el (vc-version-diff, vc-merge):
3432 * textmodes/reftex-index.el (reftex-index-complete-tag):
3433 * format.el (format-decode-buffer, format-decode-region):
3434 * emulation/viper-cmd.el (viper-read-string-with-history):
3435 * emacs-lisp/debug.el (cancel-debug-on-entry):
3436 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3437 * ediff.el (ediff-merge-revisions)
3438 (ediff-merge-revisions-with-ancestor, ediff-revision):
3439 * completion.el (interactive-completion-string-reader):
3440 * calc/calc-prog.el (calc-user-define-formula):
3441 Follow convention for reading with the minibuffer.
3442
3443 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3444
3445 * progmodes/python.el (python-describe-symbol): Add globals() and
3446 locals() to the arguments of emacs.ehelp.
3447
3448 2005-09-24 Magnus Henoch <mange@freemail.hu>
3449
3450 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3451 New function, code extracted from ispell-valid-dictionary-list.
3452 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3453 Call it.
3454
3455 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3456
3457 * subr.el (version-regexp-alist): Extend valid syntax for version
3458 strings: allow any of the characters -,_,+ to separate the
3459 alpha/beta/rc part from the version part. Doc fix.
3460 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3461
3462 2005-09-23 David Reitter <david.reitter@gmail.com>
3463
3464 * mail/mailclient.el: New file.
3465
3466 2005-09-23 Richard M. Stallman <rms@gnu.org>
3467
3468 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3469 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3470 Doc fixes.
3471
3472 * progmodes/cc-mode.el (c-font-lock-init):
3473 Specify font-lock-lines-before.
3474
3475 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3478 whole conflict.
3479
3480 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3481
3482 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3483 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3484 of `remap' feature when available. Additional key bindings for
3485 better tty support.
3486 (org-mode-restart, org-force-self-insert): New commands.
3487 (org-time-stamp-inactive): New command.
3488 (org-remap): New function.
3489 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3490 (org-enable-fixed-width-editor): Move to `org-structure'
3491 customization group.
3492 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3493 blank field after field motion commands.
3494
3495 2005-09-23 Kenichi Handa <handa@m17n.org>
3496
3497 * international/mule-cmds.el (set-language-environment):
3498 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3499 have to call utf-translate-cjk-load-tables.
3500
3501 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * mouse.el (mouse-move-drag-overlay): Fix last change.
3504
3505 2005-09-22 David Ponce <david@dponce.com>
3506
3507 * tree-widget.el (tree-widget-value-create): Fix previous change.
3508
3509 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3510
3511 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3512
3513 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * mouse.el (mouse-move-drag-overlay): New function.
3516 (mouse-drag-region-1): Use it.
3517 Try to simplify a bit the state handling. Handle clicks on links
3518 inside intangible areas.
3519 (mouse-save-then-kill): Minor simplification.
3520 (mouse-secondary-overlay): Make it always non-nil instead of
3521 recreating it each time.
3522 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3523 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3524 Simplify accordingly.
3525
3526 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3529
3530 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3531
3532 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3533 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3534 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3535 to patch.
3536
3537 * ediff-util.el: Use insert-buffer-substring.
3538
3539 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3540
3541 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3542 field boundaries in the minibuffer.
3543 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3544 (viper-minibuffer-post-command-hook): New hook.
3545 (viper-line): Don't move cursor at bolp.
3546
3547 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3548
3549 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3550 avoid compiler warnings.
3551
3552 * emulation/viper-macs.el (ex-map): Better messages.
3553
3554 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3555
3556 * emulation/viper.el: Replace make-variable-buffer-local with
3557 viper-make-variable-buffer-local everywhere, to avoid warnings.
3558
3559 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3562 Delete unused var `old-selected-window'.
3563 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3564 (mouse-drag-secondary): Delete unused var `start-frame'.
3565
3566 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3567
3568 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3569
3570 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3573 Re-indent within 80 columns. Use inhibit-read-only.
3574
3575 2005-09-19 Romain Francoise <romain@orebokech.com>
3576
3577 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3578
3579 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3582 unconditionally, since the after-change-function already did it.
3583
3584 2005-09-19 Miles Bader <miles@gnu.org>
3585
3586 * net/newsticker.el: Get rid of CVS keyword.
3587
3588 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3589
3590 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3591 The prompt is formatted later.
3592
3593 2005-09-19 David Ponce <david@dponce.com>
3594
3595 * tree-widget.el (tree-widget-value-create): Save the converted
3596 tree :node widget.
3597
3598 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3599
3600 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3601 variable `message'.
3602
3603 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3604
3605 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3606 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3607 <slawomir.nowaczyk.847@student.lu.se>.
3608
3609 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * image.el (image-load-path): Use symbol `data-directory' instead
3612 of its value, for backward compatibility with packages that bind
3613 it during `find-image'. Suggested by Katsumi Yamaoka.
3614 (image-search-load-path): Handle symbols whose values are strings.
3615
3616 2005-09-18 Romain Francoise <romain@orebokech.com>
3617
3618 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3619 with-current-buffer form in save-excursion.
3620
3621 2005-09-18 D Goel <deego@gnufans.org>
3622
3623 * apropos.el (apropos-command): Fix `message' call: first arg
3624 should be a format spec. In this and all other cases that appear
3625 below and elsewhere in the source code, I made a change only when
3626 two conditions were satisfied: [1] I can think of a possibility
3627 that the arguments would cause an error, for example, the code in
3628 question relies on external variables such as filenames. [2] I
3629 was sure that the arg to `message' could not have been nil in the code.
3630
3631 * textmodes/tildify.el (tildify-region): Ditto.
3632
3633 * textmodes/reftex-index.el (reftex-index-change-entry)
3634 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3635 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3636 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3637 (org-priority, org-table-sum):
3638 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3639 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3640 (flyspell-word, flyspell-display-next-corrections):
3641 * textmodes/bibtex.el (bibtex-print-help-message):
3642 * textmodes/artist.el (artist-key-set-point-poly):
3643 * term/mac-win.el (mac-services-insert-text):
3644 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3645 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3646 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3647 (vhdl-compose-configuration):
3648 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3649 (sh-set-indent, sh-learn-line-indent):
3650 * progmodes/ps-mode.el (ps-mode-target-column):
3651 * progmodes/idlwave.el (idlwave-make-tags)
3652 (idlwave-scan-library-catalogs):
3653 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3654 * progmodes/gud.el (gud-jdb-analyze-source):
3655 * progmodes/flymake.el (flymake-log):
3656 * progmodes/ebnf2ps.el (ebnf-generate-region):
3657 * progmodes/cmacexp.el (c-macro-expansion):
3658 * progmodes/ada-xref.el (ada-treat-cmd-string):
3659 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3660 (ada-justified-indent-current, ada-batch-reformat):
3661 * play/zone.el (zone):
3662 * play/landmark.el (lm-move):
3663 * play/decipher.el (decipher-show-alphabet):
3664 * net/newsticker.el (newsticker--display-jump)
3665 (newsticker--display-scroll):
3666 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3667 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3668 * mail/feedmail.el (feedmail-dump-message-to-queue):
3669 * eshell/esh-proc.el (eshell-remove-process-entry):
3670 * emulation/ws-mode.el (ws-last-error):
3671 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3672 (viper-record-kbd-macro):
3673 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3674 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3675 * emacs-lisp/find-func.el (find-function-noselect):
3676 * calendar/timeclock.el (timeclock-status-string)
3677 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3678 (timeclock-when-to-leave-string):
3679 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3680 * calc/calc-units.el (calc-enter-units-table):
3681 * calc/calc-mode.el (calc-mode-record-mode):
3682 * woman.el (woman-mini-help):
3683 * wdired.el (wdired-change-to-wdired-mode):
3684 * vc.el (vc-retrieve-snapshot):
3685 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3686 * startup.el (display-startup-echo-area-message):
3687 * simple.el (set-goal-column):
3688 * ses.el (ses-command-hook, ses-recalculate-cell):
3689 * server.el (server-process-filter):
3690 * printing.el (pr-interface-txt-print, pr-interface-printify)
3691 (pr-interface-ps):
3692 * pcvs.el (cvs-help):
3693 * log-edit.el (log-edit, log-edit-mode-help):
3694 * iswitchb.el (iswitchb-possible-new-buffer):
3695 * isearch.el (isearch-edit-string):
3696 * image-mode.el (image-mode, image-minor-mode):
3697 * ibuf-macs.el (define-ibuffer-filter):
3698 * hi-lock.el (hi-lock-find-patterns):
3699 * files.el (toggle-read-only):
3700 * ediff-util.el (ediff-copy-diff)
3701 (ediff-write-merge-buffer-and-maybe-kill):
3702 * echistory.el (Electric-history-undefined):
3703 * dnd.el (dnd-insert-text):
3704 * dired-aux.el (dired-query):
3705 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3706 * bookmark.el (bookmark-bmenu-locate):
3707 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3708 Fix `message' calls to ensure first arg is a format string.
3709 The change was made only when these two conditions were satisfied:
3710 [1] when there is a possibility that the arguments would cause an error
3711 for example, if the code in question relies on external variables
3712 such as filenames, and
3713 [2] if the arg to `message' could not have been nil in the code.
3714
3715 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3716 Not having a %s would be weird, though not technically wrong.
3717
3718 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3719
3720 * term/mac-win.el (mac-add-charset-info): Doc fix.
3721
3722 2005-09-17 Romain Francoise <romain@orebokech.com>
3723
3724 * shell.el (shell-resync-dirs): Handle echoing processes more
3725 reliably. Don't insert resync command if `comint-process-echoes'
3726 is non-nil.
3727
3728 2005-09-17 Magnus Henoch <mange@freemail.hu>
3729
3730 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3731 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3732 aspell versions >= 0.60.
3733 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3734 only if ispell-aspell-supports-utf8 is non-nil.
3735
3736 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3737
3738 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3739 buffer-local value to lisp-indent-function.
3740
3741 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3742
3743 * progmodes/glasses.el (glasses-make-readable): If
3744 glasses-separator differs from underscore, put appropriate
3745 overlays over underscore characters.
3746 (glasses-convert-to-unreadable): If glasses-separator differs from
3747 underscore, try to convert glasses-separator characters to
3748 underscores.
3749
3750 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3753 Use with-syntax-table and dolist.
3754
3755 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3756
3757 * textmodes/reftex-auc.el:
3758 * textmodes/reftex-cite.el:
3759 * textmodes/reftex-dcr.el:
3760 * textmodes/reftex-global.el:
3761 * textmodes/reftex-parse.el:
3762 * textmodes/reftex-ref.el:
3763 * textmodes/reftex-sel.el:
3764 * textmodes/reftex-toc.el:
3765 * textmodes/reftex-vars.el:
3766 * textmodes/reftex.el: Small changes to remove compiler warnings.
3767
3768 * textmodes/reftex-index.el: Likewise.
3769 (reftex-query-index-phrase): More efficient use of markers.
3770
3771 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * image.el (image-load-path): New variable.
3774 (image-search-load-path): New function.
3775 (find-image): Search for images in `image-load-path'.
3776
3777 2005-09-15 Richard M. Stallman <rms@gnu.org>
3778
3779 * follow.el: Change Maintainer field.
3780
3781 2005-09-15 David Ponce <david@dponce.com>
3782
3783 * recentf.el (recentf-save-file-modes): New option.
3784 (recentf-save-list): Use it.
3785
3786 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3787
3788 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3789 (mode-line-mule-info, mode-line-modified): Move bindings from
3790 mouse-3 to mouse-1.
3791
3792 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * simple.el (sendmail-user-agent-compose): Revert last change.
3795
3796 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3799 Use with-current-buffer.
3800 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3801 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3802 (ange-ftp-insert-directory): Remove unused var `short'.
3803 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3804
3805 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3806 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3807
3808 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3809 (check-calendar-holidays, diary-list-entries): Autoload.
3810 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3811 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3812
3813 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3814 which mistakenly removed a call to display-buffer.
3815
3816 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3819
3820 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3821
3822 * progmodes/hideshow.el
3823 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3824 (hs-allow-nesting): New user var.
3825 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3826 (hs-hide-block-at-point): When nesting allowed,
3827 if there is already an overlay in place, delete it.
3828 (hs-safety-is-job-n): Delete func; remove call sites.
3829 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3830 (hs-overlay-at): New func.
3831 (hs-already-hidden-p, hs-show-block): Use it.
3832 (hs-hide-all): Don't pre-clean if nesting allowed.
3833 (hs-show-all): Temporarily disallow
3834 nesting around call to `hs-discard-overlays'.
3835
3836 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3839 Delete unused local var.
3840
3841 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * help-fns.el (describe-categories): "?\ " -> "?\s".
3844 (help-do-arg-highlight): Recognize also ARG-n, as in
3845 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3846
3847 * international/codepage.el (dos-unsupported-char-glyph):
3848 * net/newsticker.el (tool-bar-map, w3-mode-map)
3849 (w3m-minor-mode-map):
3850 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3851 (ent-alist):
3852 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3853
3854 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * custom.el (custom-push-theme): Handle the case where a symbol is
3857 bound but face properties have not yet been assigned.
3858
3859 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3860 Fix behavior if noerase is `t' and there is no mail buffer.
3861
3862 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3863 if `continue' is nil, rather than signal an error.
3864
3865 2005-09-12 Richard M. Stallman <rms@gnu.org>
3866
3867 * font-lock.el (font-lock-keywords): Add autoload.
3868
3869 * help-fns.el (describe-variable): Rearrange to put source link
3870 in a predictable place.
3871
3872 * net/newsticker.el: New file.
3873
3874 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3877 (calendar-basic-setup): Use the new nil arg.
3878 (number-of-diary-entries): Move to diary-lib.el.
3879
3880 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3881 (diary-list-entries): Use with-syntax-table and dolist.
3882 Rename from list-diary-entries.
3883 Use number-of-diary-entries if `number' is nil.
3884 (diary, diary-view-entries): Use this new name and new nil arg value.
3885 (number-of-diary-entries): Move from calendar.el.
3886 (diary-unhide-everything): New function.
3887 (include-other-diary-files, fancy-diary-display)
3888 (diary-show-all-entries, make-diary-entry): Use it.
3889 (diary-mail-entries): Use buffer-string.
3890 (mark-diary-entries): Fix long standing paren typo.
3891 (diary-sexp-entry): Use count-lines.
3892 (make-diary-entry): Avoid `previous-line'.
3893 (diary-mode-map): New var.
3894 (diary-mode): Redraw cal after saving. Setup header-line.
3895 (fancy-diary-display-mode): Use local-set-key.
3896
3897 * startup.el (command-line): Try calling various terminal-init-foo-bar
3898 functions by stripping hyphenated suffixes from $TERM.
3899
3900 * files.el (normal-mode): Check boundness of font-lock-keywords.
3901
3902 2005-09-12 Richard M. Stallman <rms@gnu.org>
3903
3904 * progmodes/compile.el: Don't decide a file's directory
3905 until the user actually tries to go there.
3906 (compilation-next-error-function):
3907 Pass compilation-find-file the directory from the file-struct.
3908 (compilation-internal-error-properties): Separate local FILE-STRUCT
3909 from FILE. Doc the args better. Rename arg FMT to FMTS.
3910 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3911 Expand it, and if nil, use default-directory.
3912 (compilation-get-file-structure): Don't mix specified directory
3913 with default directory. Put specified directory into
3914 file-struct. Don't make the file name absolute.
3915
3916 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3917 (compile-command): Add autoload.
3918 (compilation-disable-input): Add autoload.
3919
3920 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3921
3922 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3923 strings of the variables it can override.
3924 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3925 %Q and %q, for fully-qualified domain name and unqualified host name.
3926
3927 2005-09-11 Kim F. Storm <storm@cua.dk>
3928
3929 * emacs-lisp/authors.el (authors-aliases): Update list.
3930 (authors-fixed-entries): Update mldrag.el entry.
3931
3932 2005-09-10 Alan Mackenzie <acm@muc.de>
3933
3934 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3935 from the region narrowed to.
3936
3937 2005-09-10 Magnus Henoch <mange@freemail.hu>
3938
3939 * textmodes/ispell.el (ispell-check-version): Signal an error if
3940 aspell version is less than 0.60.
3941
3942 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3943
3944 * progmodes/octave-inf.el (inferior-octave-startup):
3945 Resync current dir at the end.
3946
3947 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3948
3949 * woman.el (woman-topic-at-point-default):
3950 Rename to woman-use-topic-at-point-default.
3951 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3952 (woman-file-name): Reflect renames above. Automatically use the
3953 word at point as topic if woman-use-topic-at-point is non-nil.
3954 Otherwise offer it as default but don't insert it in the
3955 minibuffer. Also use `test-completion' instead of `assoc' as
3956 suggested by Stefan Monnier.
3957
3958 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3959
3960 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3961 the attempt to do it over Tramp. This is not yet supported.
3962
3963 2005-09-10 Eli Zaretskii <eliz@gnu.org>
3964
3965 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3966 (menu-bar-non-minibuffer-window-p): New functions.
3967 ("Split Window", "Save As..."): Use them.
3968 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3969 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3970 Use menu-bar-menu-frame-live-and-visible-p.
3971 ("Save Buffer", "Insert File", "Open Directory...")
3972 ("Open File...", "Visit New File..."):
3973 Use menu-bar-non-minibuffer-window-p.
3974 (kill-this-buffer-enabled-p, dired <menu-enable>):
3975 Use menu-bar-non-minibuffer-window-p.
3976
3977 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3978
3979 * cus-start.el (all): Don't complain about fringe-related
3980 built-ins if fringes are not supported. Ditto about
3981 selection-related built-ins. Fix the test for GTK-related built-ins.
3982
3983 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3984 ("Postscript Print Buffer", "Print Region", "Save As...")
3985 ("Save", "Insert File...", "Open Directory...")
3986 ("Open File...", "Visit New File..."")
3987 ("Truncate Long Lines in this Buffer"): Don't look at
3988 menu-updating-frame if this display does not support multiple frames.
3989
3990 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3991
3992 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3993
3994 2005-09-09 Emilio Lopes <eclig@gmx.net>
3995
3996 * woman.el: Format- and whitespace-related changes.
3997
3998 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3999
4000 * woman.el: Fix my email address.
4001
4002 2005-09-08 Richard M. Stallman <rms@gnu.org>
4003
4004 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4005 (sh-mode): Locally set skeleton-pair-default-alist.
4006
4007 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4008
4009 * progmodes/flymake.el: Require `compile' unconditionally.
4010
4011 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4012
4013 * woman.el (woman-file-name): Provide a default, not initial input.
4014
4015 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4016
4017 * font-lock.el (font-lock-support-mode): Doc fix.
4018
4019 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4020
4021 2005-09-08 Richard M. Stallman <rms@gnu.org>
4022
4023 * simple.el (blink-matching-open): Get rid of text props from
4024 the string shown in echo area. Don't permanently set point.
4025 Some rearrangements.
4026
4027 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4028
4029 * recentf.el (recentf-filename-handler): Add custom choice
4030 `abbreviate-file-name'.
4031
4032 * msb.el (msb--very-many-menus): Fix typo.
4033
4034 * disp-table.el (standard-display-european): Don't set
4035 enable-multibyte-characters to nil.
4036
4037 2005-09-08 David Ponce <david@dponce.com>
4038
4039 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4040 (recentf-expand-file-name): Doc fix.
4041 (recentf-dialog-mode-map): Define digit shortcuts.
4042 (recentf--files-with-key): New variable.
4043 (recentf-show-digit-shortcut-filter): New function.
4044 (recentf-open-files-items): New function.
4045 (recentf-open-files): Use it.
4046 (recentf-open-file-with-key): New command.
4047
4048 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4051 Suggested by Kim F. Storm.
4052 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4053 (Buffer-menu-make-sort-button): Use global keymap.
4054
4055 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4056
4057 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4058 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4059 necessary any longer with the remapped command.
4060 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4061 formatting time only.
4062
4063 * net/tramp.el (tramp-action-password)
4064 (tramp-multi-action-password): Compile the password prompt from
4065 `method', `user' and `host'. Sometimes it isn't obvious which
4066 password to enter, for example with remote files offered by
4067 recentf.el, or with multiple steps. Suggested by Robert Marshall
4068 <robert@chezmarshall.freeserve.co.uk>.
4069
4070 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4073 Fix regexp for when "s///" is at the beginning of line.
4074
4075 2005-09-07 Jay Belanger <belanger@truman.edu>
4076
4077 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4078 when in matrix mode.
4079
4080 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4083 non-anonymous functions.
4084
4085 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4088 when using a header line. Otherwise, use mouse-1-click-follows-link.
4089
4090 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4091 can't be moved; don't signal an error.
4092
4093 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * cus-theme.el (custom-theme-write-faces): Save the current face
4096 spec, not the defface spec.
4097
4098 * custom.el (custom-known-themes): Clarify meaning of "standard".
4099 (custom-push-theme): Save old values in the standard theme.
4100 (disable-theme): Correct typo.
4101 (custom-face-theme-value) Deleted unused function.
4102 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4103
4104 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * progmodes/compile.el (compilation-goto-locus): Take into account
4107 iconified frames when determining whether the buffer is
4108 already visible.
4109 Don't reset window height if the window already existed.
4110
4111 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * custom.el (load-theme): Rename from require-theme.
4114 Add interactive spec.
4115 (enable-theme): Rename from custom-enable-theme.
4116 Add interactive spec.
4117 (disable-theme): Rename from custom-disable-theme.
4118 Add interactive spec.
4119 (custom-make-theme-feature): Doc fix.
4120 (custom-theme-directory): Doc fix.
4121 (provide-theme): Call enable-theme.
4122
4123 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * obsolete/lazy-lock.el (lazy-lock-mode):
4126 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4127 font-lock-mode if it's off. Print a warning instead.
4128
4129 * progmodes/compile.el (compilation-start): Ignore errors if the
4130 process died before we get to send-eof.
4131
4132 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4133 Undo last change. Enclosing the result in quotes broke things on Unix
4134 since tex-send-command passes it through shell-quote-argument.
4135 (tex-send-command): Pass `file' through convert-standard-filename
4136 when possible.
4137 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4138 info in a transcript.
4139
4140 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4143 fix compilation warning. Reorder the key definitions to group
4144 together keys emitted by the current version of xterm.
4145
4146 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4147 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4148 Reorder predicates to correct min-color usage.
4149
4150 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4153 Kill local variables when longlines-mode is turned off.
4154
4155 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4158
4159 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4160
4161 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4162
4163 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4164 (font-lock-lines-before): Change default to being inactive.
4165 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4166 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4167
4168 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4169
4170 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4171 Deactivate temporarily advice if active (not needed for Emacs 22,
4172 but for backwards compatibility).
4173 (tramp-exists-file-name-handler): Rewrite. First implementation
4174 was too simple.
4175 (tramp-advice-make-auto-save-file-name):
4176 Call `tramp-handle-make-auto-save-file-name' (again, just for
4177 backwards compatibility).
4178
4179 2005-08-31 Reto Zimmermann <reto@gnu.org>
4180
4181 * progmodes/vhdl-mode.el
4182 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4183 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4184 (vhdl-set-default-project): New function (easier setting of default).
4185 (vhdl-port-copy): Handle extended identifiers for generics.
4186 (vhdl-compiler-alist): Better description for error message regexp.
4187 (vhdl-make): Query for target, use previous as default.
4188 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4189 (vhdl-font-lock-keywords-2): Fix fontification for record
4190 el. assign.
4191 (vhdl-speedbar-make-subpack-line): Add package body link.
4192 (vhdl-generate-makefile-1): Not include itself as dependency.
4193 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4194 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4195 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4196 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4197 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4198 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4199 (vhdl-import-project): Add string argument for `error'.
4200 (vhdl-compose-configuration)
4201 (vhdl-compose-configuration-architecture): Add configuration
4202 declaration generation.
4203 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4204 (vhdl-trailer-re): Add "record" keyword (better indentation).
4205 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4206 "[^ \t-\"]+".
4207 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4208 (vhdl-testbench-entity-file-name)
4209 (vhdl-testbench-architecture-file-name): Allow separate
4210 customization of testbench file names.
4211 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4212 (vhdl-get-visible-signals): Allow newline within alias declaration.
4213 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4214 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4215 (member-ignore-case): Alias for missing function in XEmacs.
4216 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4217 (vhdl-update-sensitivity-list): Ignore case on read signals.
4218 (vhdl-replace-string): Adjust case only for file names.
4219 (vhdl-update-sensitivity-list): Fix search for read signals.
4220 (vhdl-update-sensitivity-list): Exclude formal parameters.
4221 (vhdl-get-visible-signals): Include aliases of signals.
4222 (vhdl-get-visible-signals): Fix signal name searching.
4223 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4224 (vhdl-fixup-whitespace-region): Fix for character
4225 literals (e.g. ':').
4226
4227 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * ansi-color.el (comint-last-output-start):
4230 * bs.el (font-lock-verbose):
4231 * diff-mode.el (add-log-buffer-file-name-function):
4232 * dired-x.el (vm-folder-directory):
4233 * faces.el (help-xref-stack-item):
4234 * files.el (font-lock-keywords):
4235 * find-lisp.el (dired-buffers, dired-subdir-alist):
4236 * ido.el (cua-inhibit-cua-keys):
4237 * log-view.el (cvs-minor-wrap-function):
4238 * outline.el (font-lock-warning-face):
4239 * simple.el (compilation-current-error):
4240 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4241 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4242 * tooltip.el (comint-prompt-regexp):
4243 * w32-fns.el (explicit-shell-file-name):
4244 * term/mac-win.el (mac-charset-info-alist)
4245 (mac-services-selection, mac-system-script-code):
4246 * term/tty-colors.el (msdos-color-values):
4247 * term/w32-win.el (xlfd-regexp-registry-subnum):
4248 * term/x-win.el (x-keysym-table, x-selection-timeout)
4249 (x-session-id, x-session-previous-id):
4250 * textmodes/ispell.el (mail-yank-prefix):
4251 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4252 * textmodes/org.el (calc-embedded-close-formula)
4253 (calc-embedded-open-formula)
4254 (font-lock-unfontify-region-function):
4255 * textmodes/reftex-global.el (isearch-next-buffer-function)
4256 (TeX-master):
4257 * textmodes/reftex.el (font-lock-keywords):
4258 * textmodes/tex-mode.el (font-lock-comment-face)
4259 (font-lock-doc-face):
4260 * textmodes/texinfo.el (outline-heading-alist):
4261 Add defvars.
4262
4263 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4264 (artist-spray-chars, artist-mode-init, artist-replace-string)
4265 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4266 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4267 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4268
4269 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4270 (conf-align-assignments): "?\ " -> "?\s".
4271
4272 * textmodes/reftex-index.el (TeX-master): Add defvar.
4273 (reftex-index-phrases-marker): Move up defvar.
4274
4275 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4276 (reftex-toc-include-labels-indicator)
4277 (reftex-toc-include-index-indicator)
4278 (reftex-toc-max-level-indicator): Move up declarations.
4279
4280 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4281 of args to `tramp-run-real-handler', even if it's empty in this case.
4282
4283 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4284
4285 * dired.el (dired-move-to-filename-regexp): Add date format for
4286 Mac OS X 10.3 in East Asian locales.
4287
4288 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * files.el (make-auto-save-file-name): Add file name handler call
4291 if applicable.
4292
4293 * net/tramp.el (tramp-file-name-handler-alist)
4294 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4295 (tramp-handle-make-auto-save-file-name): Rename from
4296 `tramp-make-auto-save-file-name'.
4297 (tramp-exists-file-name-handler): New defun.
4298 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4299 `make-auto-save-file-name' is not a magic file name operation.
4300
4301 2005-08-30 Richard M. Stallman <rms@gnu.org>
4302
4303 * files.el (risky-local-variable-p):
4304 Match `-predicates' and `-commands.
4305
4306 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4307 (custom-save-all): Visit the file if necessary;
4308 kill the buffer if we created it.
4309 (custom-save-delete): Don't visit file or kill buffer here.
4310
4311 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4312
4313 * textmodes/org.el (org-special-keyword): New face.
4314 (org-table-copy-down, org-table-eval-formula)
4315 (org-table-recalculate, org-init-section-numbers):
4316 Use `string-to-number' instead of `string-to-int'.
4317 (org-get-location): Use `insert-buffer-substring' instead of
4318 `insert-buffer'.
4319 (org-modify-diary-entry-string): New function.
4320 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4321 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4322 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4323 active region.
4324 (org-export-as-html): Handle QUOTE keyword.
4325 (org-quote-string): New option.
4326 (org-bookmark-jump-unhide): New function, used for
4327 `bookmark-after-jump-hook'.
4328 (org-diary-default-entry): Apply only when not called through
4329 `org-agenda'.
4330
4331 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * net/eudc.el (mode-popup-menu):
4334 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4335 * progmodes/ada-mode.el (compile-auto-highlight)
4336 (skeleton-further-elements):
4337 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4338 * progmodes/cmacexp.el (msdos-shells):
4339 * progmodes/compile.el (font-lock-extra-managed-props)
4340 (font-lock-keywords, font-lock-maximum-size)
4341 (font-lock-support-mode):
4342 * progmodes/grep.el (font-lock-lines-before):
4343 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4344 * progmodes/mixal-mode.el (compile-command):
4345 * progmodes/perl-mode.el (font-lock-comment-face)
4346 (font-lock-doc-face, font-lock-string-face):
4347 * progmodes/prolog.el (comint-prompt-regexp):
4348 * progmodes/sh-script.el (font-lock-comment-face)
4349 (font-lock-set-defaults, font-lock-string-face):
4350 * progmodes/sql.el (font-lock-keyword-face)
4351 (font-lock-set-defaults, font-lock-string-face):
4352 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4353 (itimer-version, lazy-lock-defer-contextually)
4354 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4355 Add defvars.
4356
4357 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4358 (cperl-electric-keyword, cperl-electric-pod)
4359 (cperl-electric-backspace, cperl-forward-re)
4360 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4361 (vc-rcs-header, vc-sccs-header): Add defvars.
4362
4363 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4364 (font-lock-syntactic-keywords, gud-find-expr-function):
4365 Add defvars.
4366
4367 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4368 (gdb-frame-parameters): Declare before use.
4369
4370 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4371 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4372 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4373 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4374
4375 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4376 (idlwave-help-with-source): Use `insert-buffer-substring', not
4377 `insert-buffer'.
4378
4379 2005-08-29 Juri Linkov <juri@jurta.org>
4380
4381 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4382 Put outline-back-to-heading function call inside save-excursion.
4383
4384 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * man.el (Man-init-defvars, Man-translate-references)
4387 (Man-support-local-filenames, Man-highlight-references):
4388 * progmodes/sql.el (sql-interactive-mode):
4389 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4390
4391 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4392 (compilation-mode-font-lock-keywords): Add defvars.
4393 (checkdoc-interactive-loop): "?\ " -> "?\s".
4394
4395 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4396 (font-lock-doc-face, font-lock-string-face)
4397 (font-lock-keywords-case-fold-search): Add defvars.
4398 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4399
4400 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4401 Don't pass X and Y (they are ignored anyway).
4402 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4403 (mouse-delete-window): Make arguments optional.
4404
4405 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4406 (caesar-translate-table, minor-modes, news-buffer-save)
4407 (news-group-name, news-minor-modes): Add defvars.
4408
4409 * emacs-lisp/lselect.el (mouse-highlight-priority)
4410 (x-lost-selection-functions, zmacs-regions):
4411 * emacs-lisp/pp.el (font-lock-verbose):
4412 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4413 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4414 (ses-mode-map):
4415 * emacs-lisp/tcover-unsafep.el (safe-functions):
4416 * international/mule-cmds.el (mac-system-coding-system)
4417 (mac-system-locale):
4418 * language/ethio-util.el (rmail-current-message)
4419 (rmail-message-vector):
4420 * language/thai-util.el (thai-auto-composition-mode):
4421 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4422 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4423 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4424 (vm-primary-inbox, vm-spool-files):
4425 * mail/rmail.el (deleted-head, font-lock-fontified)
4426 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4427 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4428 (total-messages):
4429 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4430 (rmail-summary-mode-map):
4431 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4432 (rmail-last-label, rmail-last-multi-labels)
4433 (rmail-summary-vector, rmail-total-messages):
4434 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4435 * mail/rmailsum.el (msgnum):
4436 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4437 (rmail-current-message):
4438 * obsolete/fast-lock.el (font-lock-face-list):
4439 * obsolete/rnewspost.el (mail-reply-buffer):
4440 * obsolete/scribe.el (compile-command):
4441 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4442
4443 2005-08-28 John Paul Wallington <jpw@gnu.org>
4444
4445 * ibuf-ext.el (ibuffer-auto-update-changed):
4446 Use `frame-or-buffer-changed-p' to check whether we need to update.
4447 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4448 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4449 as a `frame-or-buffer-changed-p' state vector instead.
4450
4451 2005-08-27 Romain Francoise <romain@orebokech.com>
4452
4453 * textmodes/makeinfo.el (makeinfo-compile):
4454 Use `compilation-start'. Set `next-error-function' according to
4455 `disable-errors'.
4456 (makeinfo-next-error): New function.
4457 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4458 (makeinfo-buffer): Likewise.
4459
4460 * progmodes/compile.el (compilation-start): Add autoload cookie.
4461
4462 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4463 * textmodes/sgml-mode.el: Likewise.
4464 * progmodes/python.el: Likewise.
4465
4466 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4467
4468 * simple.el (blink-matching-paren-distance): Document the meaning
4469 of nil value, and allow to customize to nil.
4470
4471 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4472 command.com, not command.exe.
4473
4474 2005-08-26 John Wiegley <johnw@newartisans.com>
4475
4476 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4477 code around a bit so that an extraneous nil argument is not added
4478 to a command when no args are given.
4479
4480 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4481 double-quoted argument resolves to nil, return it as an empty
4482 string rather than as nil. This made it impossible to pass "" to
4483 a shell script as a null string argument.
4484
4485 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * outline.el (outline-invent-heading): New fun.
4488 (outline-promote, outline-demote): Use it.
4489 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4490 (outline-end-of-subtree): Remove unused var `opoint'.
4491
4492 2005-08-26 David Reitter <david.reitter@gmail.com>
4493
4494 * menu-bar.el (truncate-lines, write-file, print-buffer)
4495 (ps-print-buffer-faces, ps-print-buffer, split-window):
4496 Disable menu items when the frame they refer to is invisible, or when
4497 they refer to a buffer and the minibuffer is selected.
4498
4499 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4500
4501 * progmodes/flymake.el (flymake-highlight-err-lines):
4502 Use save-excursion around flymake-highlight-line to preserve point.
4503
4504 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4505
4506 * progmodes/octave-mod.el: Change Author and Maintainer address.
4507 (octave-maintainer-address): Change Kurt's email address.
4508 * progmodes/octave-inf.el: Change Author and Maintainer address.
4509 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4510
4511 2005-08-26 Kim F. Storm <storm@cua.dk>
4512
4513 * subr.el (version-list-<, version-list-<=, version-list-=):
4514 Renamed from integer-list-*.
4515 (version-list-not-zero): Likewise. Fix while loop.
4516 (version=): Use version-list-= instead of string-equal.
4517
4518 2005-08-26 Richard M. Stallman <rms@gnu.org>
4519
4520 * outline.el (outline-promote): Try shortening the heading.
4521 As last resort, read the heading to use.
4522 (outline-demote): As last resort, read the heading to use.
4523
4524 2005-08-26 Romain Francoise <romain@orebokech.com>
4525
4526 * progmodes/compile.el (compilation-start): Doc fix.
4527
4528 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4529 (antlr-font-lock-additional-keywords): Fix reference to
4530 `antlr-font-lock-literal-regexp' erroneously changed during the
4531 mass face rename.
4532 (antlr-run-tool): Use `compilation-start'.
4533
4534 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4535 instead of the obsolete `compile-internal'.
4536
4537 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4540 (number, original-date):
4541 * calendar/cal-china.el (date):
4542 * calendar/cal-coptic.el (date):
4543 * calendar/cal-french.el (date):
4544 * calendar/cal-hebrew.el (date, entry, number, original-date):
4545 * calendar/cal-islam.el (date, number, original-date):
4546 * calendar/cal-iso.el (date):
4547 * calendar/cal-julian.el (date):
4548 * calendar/cal-mayan.el (date):
4549 * calendar/cal-menu.el (date, event):
4550 * calendar/cal-persia.el (date):
4551 * calendar/lunar.el (date):
4552 * calendar/solar.el (date): Add defvars.
4553
4554 * emerge.el:
4555 * ibuffer.el:
4556 * info-xref.el:
4557 * obsolete/bg-mouse.el:
4558 * obsolete/sun-curs.el:
4559 * obsolete/swedish.el: Move the `defvar's to the top level.
4560
4561 * smerge-mode.el (smerge-refined-change): Add :group.
4562
4563 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4566 (smerge-keep-n): Remove props.
4567 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4568 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4569 now that it's done in smerge-keep-n.
4570 (smerge-refined-change): New face.
4571 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4572 (smerge-refine): New funs.
4573 (smerge-basic-map): Bind smerge-refine.
4574
4575 2005-08-25 Juri Linkov <juri@jurta.org>
4576
4577 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4578 compilation-process-setup-function and compilation-disable-input
4579 in grep-mode instead of let-bindings in grep.
4580
4581 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4582 Delete "Automatic File De/compression" (auto-compression-mode).
4583
4584 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4585
4586 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4587 Silence warning about non-existent variable.
4588
4589 2005-08-25 Richard M. Stallman <rms@gnu.org>
4590
4591 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4592 Rename "Describe Key" to "Describe Key or Mouse Operation".
4593
4594 * mail/mailalias.el (build-mail-aliases): Delete comments
4595 from the contents before processing them.
4596
4597 * isearch.el (isearch-edit-string): Erase the Search prompt
4598 if user enters an empty string and there is no default.
4599
4600 * comint.el (comint-file-name-prefix): Add autoload.
4601
4602 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4603
4604 * subr.el (play-sound): Rearrange to avoid warning.
4605
4606 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4607
4608 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4609 New hook.
4610 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4611
4612 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4615
4616 * custom.el (custom-theme-set-variables): Sort minor modes last.
4617
4618 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4619
4620 * subr.el (version-separator, version-regexp-alist): New vars used by
4621 version comparison funs.
4622 (integer-list-<, integer-list-=, integer-list-<=)
4623 (integer-list-not-zero): New funs for integer list comparison.
4624 (version-to-list, version=, version<, version<=): New funs for version
4625 comparison.
4626
4627 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4630 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4631 time to silence the byte-compiler.
4632
4633 * ibuffer.el (ibuffer-compile-make-eliding-form)
4634 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4635 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4636 so it's silly to get warnings for it).
4637 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4638 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4639 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4640 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4641 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4642 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4643 Defvar at compile time.
4644 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4645 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4646 Declare them before use.
4647
4648 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4649 (info-xref-good, info-xref-bad): Defvar at compile time.
4650
4651 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4652 Use `let*' instead of `let'.
4653
4654 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4655 (*mouse-y*, menu, char): Defvar at compile time.
4656 (sc::menu): Declare it before use.
4657 (sc::pack-one-line): Use `let', not `let*'.
4658
4659 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4660 (mail-send-hook): Defvar at compile time.
4661
4662 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4663 Defvar at compile time.
4664
4665 * term/sun-mouse.el (current-global-mousemap)
4666 (current-local-mousemap): Declare them before use.
4667
4668 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4669
4670 * bookmark.el (bookmark-after-jump-hook): New hook.
4671 (bookmark-jump): Run `bookmark-after-jump-hook'.
4672
4673 2005-08-23 Juri Linkov <juri@jurta.org>
4674
4675 * faces.el (minibuffer-prompt): Doc fix.
4676
4677 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * progmodes/xscheme.el: Trivial changes to silence warnings.
4680 (xscheme-previous-mode, xscheme-previous-process-state):
4681 Add defvars.
4682 (xscheme-last-input-end, xscheme-process-command-line)
4683 (xscheme-process-name, xscheme-buffer-name)
4684 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4685 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4686 (xscheme-control-g-synchronization-p)
4687 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4688 (default-xscheme-runlight, xscheme-runlight)
4689 (xscheme-runlight-string, xscheme-process-filter-state)
4690 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4691 Move to beginning of file.
4692 (scheme-interaction-mode-commands-alist)
4693 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4694 Declare them before use. Note: the initialization code for the variables
4695 has not been moved because it uses functions that reference the variables.
4696 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4697 (xscheme-prompt-for-expression-map): Declare them before use.
4698 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4699
4700 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4701
4702 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4703
4704 2005-08-22 Juri Linkov <juri@jurta.org>
4705
4706 * faces.el (set-face-underline): Delete this duplicate function
4707 and make an obsolete alias to set-face-underline-p.
4708 (set-face-underline-p): Use docstring of set-face-underline.
4709 (describe-face): Create hyperlink to parent face.
4710
4711 * info.el (Info-insert-dir): Use save-excursion around
4712 insert-buffer-substring.
4713 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4714 (Info-escape-percent): Delete function.
4715 (Info-fontify-node): Replace Info-escape-percent by
4716 replace-regexp-in-string with REP arg set to lambda that
4717 duplicates `%' and preserves text properties.
4718
4719 * progmodes/compile.el (compilation-disable-input): Doc fix.
4720 (define-compilation-mode): Doc fix and refill.
4721 (kill-compilation): Use `mode-name' in the error message.
4722 (compilation-find-file): Use `compilation-error' in the
4723 read-file-name's prompt.
4724
4725 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4728 (smerge-auto-leave): Make undo re-enable the mode.
4729 (debug-ignored-errors): Add the user-error of impossible resolution.
4730 (smerge-resolve): Move things around a bit, in preparation for later.
4731 (smerge-diff): Don't fail if the buffer has no associated file.
4732 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4733 (smerge-conflict-overlay): New function.
4734 (smerge-match-conflict): Don't add text properties here.
4735 (smerge-find-conflict): Instead, add an overlay here.
4736 Also check for the case where we're inside a conflict already, so as to
4737 obviate the need for font-lock-multiline, which is unbearably slow with
4738 large conflicts and ciomplex font-lock patterns.
4739 (smerge-remove-props): Remove overlay rather than text-properties.
4740 (smerge-mode): Don't set font-lock-multiline.
4741 Remove overlays when turned off.
4742
4743 2005-08-21 Kim F. Storm <storm@cua.dk>
4744
4745 * ido.el (ido-ignore-item-p): Use save-match-data.
4746 Bind case-fold-search to ido-case-fold locally.
4747
4748 2005-08-20 Richard M. Stallman <rms@gnu.org>
4749
4750 * files.el (normal-mode): If font lock is on, turn it off and on.
4751
4752 * subr.el (replace-regexp-in-string): Doc fix.
4753
4754 * startup.el (command-line-1): Don't suppress startup screen
4755 due to existing processes.
4756
4757 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4758
4759 * progmodes/compile.el (compilation-disable-input): Default to nil.
4760
4761 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4762
4763 * progmodes/compile.el (compilation-disable-input): New defcustom.
4764 (compilation-start): If compilation-disable-input is non-nil, send
4765 EOF to the compilation process.
4766
4767 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4768
4769 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4770 Run the argument of tex-shell-cd-command through
4771 convert-standard-filename, to get the correct style of slashes on
4772 Windows, and enclose the result in quotes, in case the file name
4773 includes whitespace or other special characters.
4774
4775 2005-08-19 Andreas Schwab <schwab@suse.de>
4776
4777 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4778 process.
4779
4780 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4783
4784 2005-08-18 Kim F. Storm <storm@cua.dk>
4785
4786 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4787
4788 2005-08-18 Richard M. Stallman <rms@gnu.org>
4789
4790 * scroll-lock.el: New file.
4791
4792 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4793
4794 * dired.el (dired-move-to-end-of-filename):
4795 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4796
4797 2005-08-18 Kim F. Storm <storm@cua.dk>
4798
4799 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4800 rather than toggle mode when custom value is nil.
4801 (ido-everywhere): Fix defun doc string.
4802
4803 2005-08-17 Richard M. Stallman <rms@gnu.org>
4804
4805 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4806 as tag instead of "Inviolable".
4807
4808 2005-08-17 Kim F. Storm <storm@cua.dk>
4809
4810 * windmove.el (windmove-coordinates-of-position): Remove.
4811 (windmove-coordinates-of-window-position): Remove.
4812 (windmove-reference-loc): Use posn-at-point instead.
4813
4814 * subr.el (insert-for-yank-1): Doc fix.
4815
4816 * ido.el (ido-enter-matching-directory): Rename from
4817 ido-enter-single-matching-directory. Change 'slash choice to
4818 'only. Add 'first choice.
4819 (ido-exhibit): Adapt to above changes.
4820
4821 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4822
4823 * Makefile.in: Expand comment about building loaddefs.el.
4824
4825 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4826
4827 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4828 Comment use of defadvice.
4829
4830 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4831
4832 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4833
4834 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4835 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4836 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4837 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4838 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4839 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4840 for backward compatibility for faces that did not appear in the
4841 previous Emacs release.
4842
4843 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4844
4845 2005-08-15 Kim F. Storm <storm@cua.dk>
4846
4847 * emulation/cua-base.el (cua-delete-region): Return t if
4848 deleted region was non-empty.
4849 (cua-replace-region): Inhibit overwrite-mode for
4850 self-insert-command if replaced region was non-empty.
4851 (cua--explicit-region-start, cua--status-string): Make them
4852 buffer-local at top-level...
4853 (cua-mode): ...rather than when mode is enabled.
4854
4855 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4856
4857 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4858 Set t for Emacs 21, 22, and so on.
4859
4860 2005-08-15 David Ponce <david@dponce.com>
4861
4862 * tree-widget.el: Update Commentary header.
4863 (tree-widget-theme): Doc fix.
4864 (tree-widget-space-width): New option.
4865 (tree-widget-image-properties): Look up in the default theme too.
4866 (tree-widget--cursors): Only for images with arrow pointer shape.
4867 (tree-widget-lookup-image): Pointer shape is hand by default.
4868 (tree-widget-icon): Rename generic icon widget from
4869 `tree-widget-control'.
4870 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4871 derive from `tree-widget-icon'.
4872 (tree-widget-handle): Improve default look and feel of the text
4873 representation.
4874 (tree-widget): Rename :*-control properties to :*-icon properties.
4875 Add :action and :help-echo properties.
4876 (tree-widget-after-toggle-functions): Move.
4877 (tree-widget-close-node, tree-widget-open-node): Remove.
4878 (tree-widget-before-create-icon-functions): New hook.
4879 (tree-widget-value-create): Update to allow customization of icons
4880 and nodes at run-time via that new hook.
4881 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4882 (tree-widget-icon-action, tree-widget-icon-help-echo)
4883 (tree-widget-action, tree-widget-help-echo): New functions.
4884
4885 2005-08-15 Kim F. Storm <storm@cua.dk>
4886
4887 * ido.el (ido-buffer-internal): Use with-no-warnings.
4888 (ido-make-merged-file-list): Use while-no-input.
4889
4890 2005-08-15 Richard M. Stallman <rms@gnu.org>
4891
4892 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4893 (flyspell-large-region): Fix doc and custom type.
4894
4895 2005-08-14 Richard M. Stallman <rms@gnu.org>
4896
4897 * files.el (interpreter-mode-alist): Doc fix.
4898
4899 * mail/rmail.el (rmail-nonignored-headers): New variable.
4900 (rmail-clear-headers): Use it.
4901 (rmail-reply): Better handling of mail-followup-to header.
4902
4903 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4904 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4905 don't try to refer to executable-font-lock-keywords.
4906 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4907 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4908 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4909 (sh-mode): Set comment-start-skip, local-abbrev-table,
4910 imenu-case-fold-search.
4911 (sh-set-shell): Don't set them here.
4912 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4913 Don't cache the results in the original alist; don't ever modify
4914 that alist.
4915
4916 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4917
4918 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4919 empty.
4920
4921 2005-08-15 Andreas Schwab <schwab@suse.de>
4922
4923 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4924
4925 * dired.el, info.el, mail/rmail.el: Revert last change.
4926
4927 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4928
4929 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4930 modification in `eval-after-load' form.
4931 * info.el: Likewise.
4932 * mail/rmail.el: Likewise.
4933
4934 2005-08-14 Juri Linkov <juri@jurta.org>
4935
4936 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4937 Remove highlighting of "Compilation started". Highlight only
4938 the word "finished" in "Compilation finished". Add highlighting
4939 of "interrupt", "killed", "terminated" and the exit code.
4940 (compilation-start): Add newline after header. Use exactly the
4941 same time stamp format as the finishing message.
4942 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4943
4944 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4945 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4946 Add highlighting of "interrupt", "killed", "terminated".
4947
4948 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4949 enabled and the current command is self-insert-command, call it
4950 explicitly with overwrite-mode bound to nil, to not allow it
4951 to delete the character after the selected region.
4952
4953 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4954
4955 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4956 move-end-of-line, end-of-line, and beginning-of-line to the list
4957 of commands after which the echo area is updated.
4958
4959 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4960
4961 * cus-edit.el (custom-save-all, custom-save-delete):
4962 Bind recentf-exclude to exclude custom-file.
4963
4964 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4965
4966 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4967 to go to the bottom of the mail message. Added to
4968 `rmail-summary-mode-map' with key "/".
4969 (rmail-summary-show-message): New (internal) function for use by
4970 both `rmail-summary-beginning/end-of-message'.
4971 (rmail-summary-beginning-of-message): Change to use
4972 rmail-summary-show-message.
4973
4974 * mail/rmail.el (rmail-end-of-message): New command to go to the
4975 end of the current message. Added to `rmail-mode-map' with key "/".
4976 (rmail-beginning-of-message): Fix to work as documented.
4977 (rmail-mode): Change documentation.
4978
4979 * progmodes/compile.el (compilation-start): Add the line
4980 "Compilation started" with compilation start time.
4981 (compilation-mode-font-lock-keywords): Add `started' to keywords.
4982
4983 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
4984
4985 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4986 of menu items.
4987
4988 2005-08-11 Richard M. Stallman <rms@gnu.org>
4989
4990 * simple.el (pop-global-mark): Reverse test of widen-automatically.
4991
4992 * battery.el (battery-status-function): Don't use ignore-errors.
4993
4994 2005-08-11 Lute Kamstra <lute@gnu.org>
4995
4996 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4997 define-obsolete-variable-alias.
4998
4999 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5002 (ange-ftp-send-cmd): Revert last change, and expand
5003 the comment explaining the problem.
5004
5005 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5006
5007 * ldefs-boot.el: Update.
5008
5009 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5010 item to "Time, Load and Mail". Change help echo text.
5011
5012 * time.el (display-time-use-mail-icon, display-time-format)
5013 (display-time-string-forms): Shorten first line of docstrings.
5014
5015 2005-08-10 Lars Hansen <larsh@soem.dk>
5016
5017 * desktop.el (desktop-buffer-mode-handlers):
5018 Make non-customizable. Add autoload cookie. Change initial value to
5019 nil; add elements in respective modules instead. Fix doc string.
5020 (desktop-load-file): New function.
5021 (desktop-minor-mode-handlers): New autoloaded variable.
5022 (desktop-create-buffer): Call minor mode handlers.
5023 Use desktop-load-file to load major and minor mode modules prior to
5024 checking for a handler.
5025 (desktop-save): Don't add nil to desktop-minor-modes for minor
5026 modes with nil function in desktop-minor-mode-table. Don't delete
5027 desktop file before rewriting it.
5028 (desktop-locals-to-save): Add autoload cookie. Don't make
5029 automatically buffer-local. Add variables column-number-mode,
5030 size-indication-mode, indent-tabs-mode,
5031 indicate-buffer-boundaries, indicate-empty-lines and
5032 show-trailing-whitespace.
5033 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5034 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5035 (desktop-clear-preserve-buffers-regexp): Delete.
5036 (desktop-clear-preserve-buffers): Update initial value and docstring.
5037 (desktop-save-buffer): Fix doc string.
5038
5039 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5040 (hilit-chg-desktop-restore): New function.
5041 (highlight-changes-mode): Add highlight-changes-mode to
5042 desktop-locals-to-save.
5043
5044 * dired.el: Add handler to desktop-buffer-mode-handlers.
5045 (dired-restore-desktop-buffer): Remove autoload cookie.
5046 (dired-mode): Add autoload cookie.
5047
5048 * info.el: Add handler to desktop-buffer-mode-handlers.
5049 (Info-restore-desktop-buffer): Remove autoload cookie.
5050 (Info-mode): Add autoload cookie.
5051
5052 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5053 (mh-restore-desktop-buffer): Remove autoload cookie.
5054 (mh-folder-mode): Add autoload cookie.
5055
5056 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5057 (rmail-restore-desktop-buffer): Remove autoload cookie.
5058
5059 2005-08-11 Masatake YAMATO <jet@gyve.org>
5060
5061 * hexl.el (hexl-address-region):
5062 (hexl-ascii-region, hexl-font-lock-keywords):
5063 (hexl-highlight-line-range): Use the term "region"
5064 instead of "area" for consistency with the other symbols
5065 defined in hexl.el.
5066
5067 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5068
5069 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5070 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5071 out by Juri Linkov). Add `display-battery-mode'.
5072
5073 2005-08-09 Juri Linkov <juri@jurta.org>
5074
5075 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5076 Remove `-text' from face variable names.
5077 (compilation-error-file-name, compilation-warning-file-name)
5078 (compilation-info-file-name): Delete faces.
5079 (compilation-line-number, compilation-column-number):
5080 Remove face underlining.
5081 (compilation-message-face): Set to `underline' value by default.
5082 (compilation-error-face, compilation-warning-face)
5083 (compilation-info-face): Remove `-file-name' from face names.
5084 (compilation-error-text-face, compilation-warning-text-face)
5085 (compilation-info-text-face): Delete face variables.
5086 (compilation-text-face): Delete function.
5087
5088 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5089 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5090 (grep-error-face): Set to `compilation-error' instead of
5091 `compilation-error-face' (which is redefined to `grep-hit-face' in
5092 grep buffers).
5093 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5094 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5095
5096 * dired-aux.el (dired-do-query-replace-regexp):
5097 Use `query-replace-read-args'.
5098
5099 * replace.el (query-replace-read-from, query-replace-read-to)
5100 (query-replace-read-args): Rename arg `string' to `prompt'.
5101
5102 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5103
5104 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5105
5106 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5107 uploading files.
5108 (ange-ftp-canonize-filename): Handle file names beginning with ~
5109 correctly.
5110
5111 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5112
5113 * textmodes/fill.el (canonically-space-region)
5114 (fill-context-prefix, fill-french-nobreak-p)
5115 (fill-delete-newlines, fill-comment-paragraph)
5116 (justify-current-line): "?\ " -> "?\s".
5117
5118 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5119
5120 * textmodes/fill.el (fill-nonuniform-paragraphs):
5121 Improve argument/docstring consistency.
5122
5123 2005-08-09 Richard M. Stallman <rms@gnu.org>
5124
5125 * textmodes/ispell.el (ispell-word): More fboundp checks.
5126
5127 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5128 (find-file-noselect-1): Call it here, only if RAWFILE.
5129 (normal-mode): Always set some major mode.
5130 (save-some-buffers-action-alist): Change some explanation strings.
5131 (file-name-non-special): In the `quote' method, use unwind-protect.
5132
5133 2005-08-09 Magnus Henoch <mange@freemail.hu>
5134
5135 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5136 (ispell-have-aspell-dictionaries): New variable.
5137 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5138 (ispell-get-aspell-config-value): New function.
5139 (ispell-aspell-find-dictionary): New function.
5140 (ispell-aspell-add-aliases): New function.
5141 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5142 appropriate. Don't look for ispell dictionaries if we use aspell.
5143 (ispell-menu-map): Don't build a submenu of dictionaries.
5144
5145 2005-08-09 Richard M. Stallman <rms@gnu.org>
5146
5147 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5148 (sql-read-passwd): Use read-passwd.
5149
5150 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5151 (idlwave-toolbar-is-possible): Add defvars.
5152
5153 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5154 Avoid warnings.
5155
5156 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5157 (idlwave-system-class-info, idlwave-executive-commands-alist):
5158 Use defvar.
5159
5160 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5161
5162 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5163 Avoid warnings.
5164
5165 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5166 and content-type: headers.
5167
5168 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5169
5170 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5171 and rename some of them to be more self-explanatory.
5172
5173 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5174
5175 * startup.el (command-line-1): Implement -scriptload.
5176
5177 * replace.el (occur-engine): Initial *Occur* output not undoable.
5178
5179 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5180 and improve help strings.
5181
5182 * isearch.el (isearch-repeat): When changing direction,
5183 mark search successful.
5184
5185 * ediff-init.el: Use (featurep 'xemacs).
5186
5187 * comint.el (send-invisible): Identify buffer, if not selected.
5188
5189 * align.el: Delete autoload for c-guess-basic-syntax.
5190
5191 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5194 Improve argument/docstring consistency. Doc fixes.
5195 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5196 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5197 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5198 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5199 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5200 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5201 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5202 Defvar at compile time.
5203
5204 2005-08-09 Juri Linkov <juri@jurta.org>
5205
5206 * info.el: Replace `info' with upper-case `Info' where appropriate.
5207 (info-title-1, info-title-2, info-title-3, info-title-4)
5208 (info-menu-header): Move up face definitions.
5209 (info-menu-star): Rename from `info-menu-5'.
5210 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5211 (Info-fontify-visited-nodes): Fix docstring.
5212 (Info-hide-note-references): Fix docstring.
5213 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5214 menu items in the same way as on cross-references.
5215 (info-apropos): Fix sorting order and formatting to be like in the
5216 stand-alone Info browser. Display error messages for 1 sec.
5217 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5218 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5219 from the menu bar.
5220 (Info-insert-dir): Restore point after calling
5221 `insert-buffer-substring'.
5222
5223 2005-08-08 Richard M. Stallman <rms@gnu.org>
5224
5225 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5226 (recompute-lucid-menubar): Add defvars.
5227
5228 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5229
5230 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5231
5232 * net/net-utils.el (run-dig): Rename from `dig'.
5233
5234 * play/gametree.el (gametree-mode): Use make-local-variable,
5235 not make-variable-buffer-local.
5236
5237 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5238
5239 * ansi-color.el (ansi-color-make-extent)
5240 (ansi-color-set-extent-face): Use fboundp, not functionp.
5241
5242 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5243 not make-variable-buffer-local.
5244
5245 * bookmark.el (Info-current-file): Add defvar.
5246 (bookmark-jump-noselect): Use with-no-warnings.
5247
5248 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5249
5250 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5251
5252 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5253
5254 * find-file.el (ada-procedure-start-regexp)
5255 (ada-package-start-regexp): Add defvars.
5256
5257 * info.el (Info-insert-dir): Use insert-buffer-substring.
5258
5259 * xml.el (xml-att-def-re): Add defvar.
5260
5261 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5262 calling convention.
5263
5264 * subr.el (while-no-input): Return t if there is input.
5265
5266 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5267
5268 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5269
5270 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5273 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5274
5275 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5276
5277 * cmuscheme.el (scheme-start-file): Replace reference to
5278 `user-emacs-directory' by "~/.emacs.d/".
5279
5280 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5281
5282 * info.el (Info-dir-remove-duplicates): Avoid case folding
5283 in loop; instead, keep downcased strings for comparison.
5284 Suggested by Helmut Eller.
5285
5286 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5287
5288 Sync with Tramp 2.0.50.
5289
5290 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5291 XEmacs case; not necessary anymore.
5292 (tramp-user-regexp): Allow "@" as part of user name.
5293 (tramp-handle-set-visited-file-modtime)
5294 (tramp-handle-insert-file-contents)
5295 (tramp-handle-write-region): No special handling for
5296 `last-coding-system-used, because this is done in
5297 `tramp-accept-process-output' now.
5298 (tramp-accept-process-output): New defun.
5299 (tramp-process-one-action, tramp-process-one-multi-action)
5300 (tramp-wait-for-regexp, tramp-wait-for-output)
5301 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5302 Howells <dhowells@redhat.com>.
5303 (clear-visited-file-modtime): Defadvice removed. The check for
5304 unset buffer's modtime does not need to be based on
5305 `tramp-buffer-file-attributes'. Suggested by RMS.
5306 (tramp-message): Insert "\n" if not being at beginning of line.
5307 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5308 sequence with same logic.
5309 (tramp-completion-handle-expand-file-name): Discard call of
5310 `tramp-drop-volume-letter'. It is not necessary, and there have
5311 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5312 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5313 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5314 should always be visible.
5315 (tramp-handle-insert-directory, tramp-setup-complete)
5316 (tramp-set-process-query-on-exit-flag)
5317 (tramp-append-tramp-buffers): Pacify byte-compiler.
5318 (tramp-bug): Delete non-existing variables from list.
5319 Apply `tramp-load-report-modules' as pre-hook.
5320 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5321 `shell-prompt-pattern' because of non-7bit characters.
5322 Reported by Sebastian Luque <sluque@mun.ca>.
5323 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5324 (tramp-match-string-list): Remove function.
5325 (tramp-wait-for-regexp): Remove call of that function.
5326 Suggested by Kim F. Storm <storm@cua.dk>.
5327 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5328 instead of octal character code ?\600. The latter resulted in a
5329 syntax error with XEmacs.
5330
5331 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5332 XEmacs case; not necessary anymore.
5333 (tramp-smb-handle-write-region): No special handling for
5334 `last-coding-system-used, because this is done in
5335 `tramp-accept-process-output' now.
5336 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5337
5338 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5339
5340 * wid-edit.el (widget-choice-value-create):
5341 Unconditionally respect user choice. Set :explicit-choice back to nil
5342 when no longer needed.
5343 (widget-choice-action): Unconditionally respect user choice.
5344 Eliminate :explicit-choice-value.
5345
5346 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5347
5348 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5349 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5350 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5351 running new function `toggle-indicate-empty-lines'.
5352 Rename "Customize" item to "Customize fringe".
5353 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5354 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5355 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5356 Delete "Empty lines only" item.
5357 (menu-bar-showhide-fringe-ind-customize): New function.
5358 (menu-bar-showhide-fringe-ind-mixed)
5359 (menu-bar-showhide-fringe-ind-box)
5360 (menu-bar-showhide-fringe-ind-right)
5361 (menu-bar-showhide-fringe-ind-left)
5362 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5363 instead of `fringe-indicators'.
5364
5365 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5366
5367 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5368 Change the date of last update.
5369
5370 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5371
5372 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5373 (viper-exec-yank, viper-put-back): Don't display modification msg
5374 if in the minibuffer.
5375
5376 * viper-init.el (viper-replace-overlay-cursor-color)
5377 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5378 Make variables frame local.
5379
5380 * viper-util.el (viper-append-filter-alist): Use append instead of
5381 nconc.
5382
5383 * viper.el (viper-vi-state-mode-list)
5384 (viper-emacs-state-mode-list): Move help-mode and
5385 completion-list-mode from the first list to the second.
5386 (viper-mode): Docstring.
5387 (viper-go-away, viper-non-hook-settings): Don't localize
5388 minor-mode-alist in newer Emacsen. Add advice to
5389 set-cursor-color. Don't bind "\C-c\\".
5390
5391 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5392
5393 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5394 (scheme-macro-expand-command): New user options.
5395 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5396 (scheme-form-at-point, scheme-start-file)
5397 (scheme-interactively-start-process): New functions.
5398 (scheme-get-process): New function, extracted from `scheme-proc'.
5399 (run-scheme): Call `scheme-start-file' to get start file, and pass
5400 it to `make-comint'.
5401 (switch-to-scheme, scheme-proc):
5402 Call `scheme-interactively-start-process' if no Scheme buffer/process
5403 is available.
5404
5405 2005-08-06 Juri Linkov <juri@jurta.org>
5406
5407 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5408 Use `compilation-text-face', `compilation-info-text-face' and
5409 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5410 (compilation-error): New face.
5411 (compilation-error-file-name): Inherit from
5412 `compilation-error' instead of `font-lock-warning-face'.
5413 (compilation-warning-file-name): Inherit from
5414 `compilation-warning' instead of `font-lock-warning-face'.
5415 (compilation-info, compilation-error-file-name)
5416 (compilation-warning-file-name, compilation-info-file-name)
5417 (compilation-line-number, compilation-column-number): Doc fix.
5418 (compilation-error-text-face, compilation-warning-text-face)
5419 (compilation-info-text-face): New face variables.
5420 (compilation-line-face, compilation-column-face)
5421 (compilation-enter-directory-face)
5422 (compilation-leave-directory-face): Doc fix.
5423 (compilation-text-face): New function.
5424
5425 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5426 instead of 1 to display binary file names as info file links.
5427 (grep-error-face): Use `compilation-error-face' instead of
5428 `font-lock-keyword-face'.
5429 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5430 and `compilation-warning-text-face' instead of
5431 `font-lock-keyword-face'. Use `compilation-error-text-face'
5432 instead of `grep-error-face'.
5433
5434 2005-08-05 Kenichi Handa <handa@m17n.org>
5435
5436 * international/code-pages.el: Add autoload cookies for all coding
5437 systems.
5438
5439 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5440
5441 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5442
5443 2005-08-04 Juri Linkov <juri@jurta.org>
5444
5445 * progmodes/compile.el (compilation-mode-map):
5446 * progmodes/grep.el (grep-mode-map):
5447 Bind TAB to `compilation-next-error' and [backtab] to
5448 `compilation-previous-error'.
5449
5450 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5451 matching line numbers, column numbers and their ranges with regexp
5452 matching only line numbers.
5453 (grep-context-face): New face variable.
5454 (grep-mode-font-lock-keywords): Use it.
5455
5456 * faces.el (read-face-name): Delete duplicate faces.
5457
5458 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5459
5460 * thumbs.el (thumbs-find-image): Don't make variables
5461 automatically buffer local.
5462 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5463 (thumbs-image-num): Make automatically buffer local.
5464 (thumbs-show-thumbs-list): Use `make-local-variable', not
5465 `make-variable-buffer-local'.
5466 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5467
5468 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5469 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5470 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5471 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5472 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5473 (feelings-about, foullst, found, hello, history, howareyoulst)
5474 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5475 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5476 (neglst, obj, object, owner, please, problems, qlist)
5477 (random-adjective, relation, remlst, repetitive-shortness)
5478 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5479 (shortlst, something, sportslst, stallmanlst, states, subj)
5480 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5481 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5482 Defvar at compile time.
5483
5484 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5485 not `make-variable-buffer-local'.
5486
5487 2005-08-02 Kim F. Storm <storm@cua.dk>
5488
5489 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5490 rectangle overlay in selected window.
5491
5492 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5493
5494 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5495 instead of display group. Make `indicate-buffer-boundaries'
5496 customizable through Custom.
5497
5498 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5499
5500 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5501 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5502 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5503 (gdb-put-string): Fix typos in docstrings.
5504
5505 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5506
5507 Update copyright notices of files in progmodes directory for
5508 release of Emacs 22.1.
5509
5510 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5511
5512 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5513 Don't barf if the GUD buffer has been killed.
5514
5515 2005-08-01 Kim F. Storm <storm@cua.dk>
5516
5517 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5518
5519 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * simple.el (next-error-follow-minor-mode):
5522 make-variable-buffer-local -> make-local-variable.
5523
5524 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5525
5526 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5527 (byte-compile-form-make-variable-buffer-local): New functions to warn
5528 about misuses of make-variable-buffer-local where make-local-variable
5529 was meant.
5530
5531 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * bs.el (bs-attributes-list): Doc fix.
5534 (bs): Update url-link.
5535
5536 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5537 (desktop-load-default): Simplify.
5538
5539 * ibuffer.el (ibuffer-columnize-and-insert-list)
5540 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5541 (ibuffer-unmark-all, ibuffer-toggle-marks)
5542 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5543 (ibuffer-compile-make-format-form, ibuffer-format-column)
5544 (ibuffer-current-buffers-with-marks)
5545 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5546 (ibuffer): Doc fix.
5547 (ibuffer-mode): Fix typo in docstring.
5548 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5549 with `define-obsolete-variable-alias'.
5550 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5551
5552 2005-07-29 Kenichi Handa <handa@m17n.org>
5553
5554 * international/mule-cmds.el (select-message-coding-system):
5555 Be sure to use LF for end-of-line. If no coding system is decided,
5556 return iso-8859-1-unix.
5557
5558 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5561 (ange-ftp-pending-error-line): New vars.
5562 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5563 to handle the non-fatal no-route-to-host messages.
5564 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5565
5566 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5567
5568 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5569 (isearch-quote-char, isearch-printing-char)
5570 (isearch-text-char-description): "?\ " -> "?\s".
5571 (isearch-lazy-highlight-cleanup)
5572 (isearch-lazy-highlight-initial-delay)
5573 (isearch-lazy-highlight-interval)
5574 (isearch-lazy-highlight-max-at-a-time)
5575 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5576 Declare with define-obsolete-*-alias macros.
5577 (isearch-forward): Fix typo in docstring.
5578 (search-invisible, search-ring-yank-pointer)
5579 (regexp-search-ring-yank-pointer): Doc fixes.
5580
5581 * recentf.el (recentf-menu-append-commands-p): Declare with
5582 `define-obsolete-variable-alias'.
5583 (recentf-max-saved-items, recentf-menu-filter)
5584 (recentf-arrange-by-rule-subfilter): Doc fixes.
5585 (recentf-menu-append-commands-flag)
5586 (recentf-initialize-file-name-history, recentf-expand-file-name)
5587 (recentf-clear-data): Fix typos in docstrings.
5588
5589 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5590
5591 * progmodes/gdb-ui.el: Smarten comments.
5592 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5593
5594 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5595
5596 * term/apollo.el (terminal-init-apollo): New function containing
5597 all former top level forms in the file.
5598 * term/bobcat.el (terminal-init-bobcat):
5599 * term/cygwin.el (terminal-init-cygwin):
5600 * term/iris-ansi.el (terminal-init-iris-ansi):
5601 * term/linux.el (terminal-init-linux):
5602 * term/news.el (terminal-init-news):
5603 * term/rxvt.el (terminal-init-rxvt):
5604 * term/sun.el (terminal-init-sun):
5605 * term/tvi970.el (terminal-init-tvi970):
5606 * term/vt100.el (terminal-init-vt100):
5607 * term/vt102.el (terminal-init-vt102):
5608 * term/vt125.el (terminal-init-vt125):
5609 * term/vt200.el (terminal-init-vt200):
5610 * term/vt201.el (terminal-init-vt201):
5611 * term/vt220.el (terminal-init-vt220):
5612 * term/vt240.el (terminal-init-vt240):
5613 * term/vt300.el (terminal-init-vt300):
5614 * term/vt320.el (terminal-init-vt320):
5615 * term/vt400.el (terminal-init-vt400):
5616 * term/vt420.el (terminal-init-vt420):
5617 * term/wyse50.el (terminal-init-wyse50):
5618 * term/xterm.el (terminal-init-xterm): Likewise.
5619
5620 * term/README: Describe the terminal-init-* functionality.
5621
5622 * startup.el (command-line): After loading the terminal initialization
5623 file call the corresponding terminal initialization function.
5624
5625 2005-07-27 Kenichi Handa <handa@m17n.org>
5626
5627 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5628 negative.
5629
5630 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5631 (ps-mule-composition-prologue): Fix for the case that
5632 RelativeCompose is false.
5633
5634 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5637
5638 * descr-text.el (describe-char): Handle the case where the list of
5639 chars is displayed in a separate frame.
5640 Be a bit more discriminating when looking for the char.
5641
5642 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * bookmark.el (bookmark-automatically-show-annotations)
5645 (bookmark-read-annotation-text-func): Doc fixes.
5646 (bookmark-save): Improve argument/docstring consistency.
5647 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5648 (bookmark-alist-from-buffer)
5649 (bookmark-upgrade-file-format-from-0)
5650 (bookmark-grok-file-format-version)
5651 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5652 (bookmark-read-annotation-mode)
5653 (bookmark-insert-current-bookmark, bookmark-jump)
5654 (bookmark-exit-hook): Fix typos in docstrings.
5655 (bookmark-exit-hooks): Define as obsolete alias.
5656 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5657 not `bookmark-exit-hooks'. Fix docstring.
5658 (bookmark-bmenu-select): "?\ " -> "?\s".
5659
5660 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5661
5662 * startup.el (command-line): Fix typo.
5663
5664 2005-07-24 Richard M. Stallman <rms@gnu.org>
5665
5666 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5667 not emacs-quick-startup.
5668
5669 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5672 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5673 instead of `reb-with-current-window'.
5674 (reb-prev-match): Likewise. Also, don't move left if the search
5675 was unsuccessful.
5676 (reb-initialize-buffer): New function.
5677 (re-builder, reb-change-syntax): Use it.
5678
5679 * man.el (Man-goto-page): Make second argument NOERROR optional.
5680
5681 2005-07-23 Richard M. Stallman <rms@gnu.org>
5682
5683 * man.el (Man-bgproc-sentinel): Check here for failure to find
5684 any man page in the output, and report the error here.
5685 (Man-arguments): Make it permanent local.
5686 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5687 (Man-mode): Pass t for NOERROR.
5688
5689 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5690 (grep-mode-font-lock-keywords):
5691 Don't use compilation-...-face for messages that are not file names.
5692
5693 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5694 Don't use compilation-...-face for messages that are not file names.
5695
5696 2005-07-22 Juri Linkov <juri@jurta.org>
5697
5698 * startup.el (normal-splash-screen): Update menu name.
5699
5700 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5701
5702 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5703
5704 * term/xterm.el: Load term/rxvt if the terminal is actually an
5705 rxvt terminal.
5706 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5707
5708 * term/rxvt.el (function-key-map): Use substitute-key-definition
5709 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5710
5711 * term/cygwin.el: New file.
5712
5713 2005-07-22 Kim F. Storm <storm@cua.dk>
5714
5715 * image-file.el (insert-image-file, image-file-yank-handler):
5716 Fix last change to maintain a (unique) yank-handler on yanked images.
5717
5718 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5719
5720 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5721 of the file size (as in "177B" for 177 bytes). This happens with
5722 "ls -lh" on FreeBSD.
5723
5724 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5725
5726 * hilit-chg.el (highlight-changes-global-initial-state)
5727 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5728 (hilit-chg-fixup, highlight-changes-mode):
5729 Fix typos in docstrings.
5730 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5731 Doc fixes.
5732
5733 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5734
5735 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5736 mode function using `eval-after-load'.
5737
5738 2005-07-21 Kim F. Storm <storm@cua.dk>
5739
5740 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5741 included when reporting an emacs crash, and tell about the DEBUG file.
5742
5743 * image-file.el (insert-image-file): Add yank-handler.
5744 (image-file-yank-handler): Yank handler to make unique copies of
5745 images when they are yanked into a buffer next to each other.
5746
5747 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5748
5749 * comint.el (comint-use-prompt-regexp, comint-send-input)
5750 (comint-source-default, comint-extract-string)
5751 (comint-get-source, comint-word, comint-completion)
5752 (comint-source, comint-prompt-read-only, comint-update-fence):
5753 Fix typos in docstrings.
5754 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5755 Declare with define-obsolete-*-alias macros.
5756 (comint-previous-matching-input-from-input)
5757 (comint-next-matching-input-from-input)
5758 (comint-previous-matching-input, comint-next-matching-input)
5759 (comint-forward-matching-input):
5760 Improve argument/docstring consistency.
5761
5762 * desktop.el (desktop-clear-preserve-buffers-regexp):
5763 Also preserve the *server* buffer.
5764
5765 * simple.el (clone-indirect-buffer): Doc fix.
5766 (fixup-whitespace, just-one-space)
5767 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5768 (next-error, next-error-highlight)
5769 (next-error-highlight-no-select, next-error-last-buffer)
5770 (next-error-buffer-p, next-error-find-buffer, next-error)
5771 (previous-error, next-error-no-select, previous-error-no-select)
5772 (open-line, split-line, minibuffer-prompt-width, kill-new)
5773 (binary-overwrite-mode): Fix typos in docstrings.
5774 (set-fill-column): Fix typo in message.
5775
5776 * skeleton.el (skeleton-proxy-new): Doc fix.
5777
5778 * strokes.el (strokes-load-hook): Doc fix.
5779 (strokes-grid-resolution, strokes-get-grid-position)
5780 (strokes-renormalize-to-grid, strokes-read-stroke)
5781 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5782 (strokes-global-map): Fix typos in docstrings.
5783 (strokes-help): Doc fix. Fix help message and pass it through
5784 `substitute-command-keys'.
5785
5786 * tempo.el (tempo-insert-prompt, tempo-interactive)
5787 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5788 (tempo-insert-string-functions, tempo-local-tags)
5789 (tempo-define-template, tempo-insert-template)
5790 (tempo-insert-prompt-compat, tempo-is-user-element)
5791 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5792 Fix typos in docstrings.
5793
5794 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5795 (vcursor-key-bindings, vcursor-use-vcursor-map)
5796 (vcursor-find-window, vcursor-scroll-down)
5797 (vcursor-disable, vcursor-beginning-of-buffer)
5798 (vcursor-end-of-buffer): Fix typos in docstrings.
5799 (vcursor-relative-move, vcursor-get-char-count):
5800 Improve argument/docstring consistency.
5801
5802 * version.el: "?\ " -> "?\s".
5803
5804 * wid-edit.el (widget-default-create, widget-after-change)
5805 (widget-default-format-handler, widget-checklist-add-item)
5806 (widget-radio-add-item, widget-choose, widget-specify-secret)
5807 (widget-field-value-create, widget-field-value-get)
5808 (widget-editable-list-format-handler)
5809 (widget-editable-list-entry-create, widget-group-value-create)
5810 (widget-documentation-link-add)
5811 (widget-documentation-string-value-create): "?\ " -> "?\s".
5812 (widget-convert-text): Doc fix.
5813 (widget-narrow-to-field, widget-field-find)
5814 (widget-url-link-action, widget-emacs-library-link-action)
5815 (widget-color-notify): Fix typos in docstrings.
5816
5817 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5818 (x-select-text, set-w32-system-coding-system)
5819 (w32-add-charset-info): Fix typos in docstrings.
5820
5821 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5822 (cua-enable-cua-keys, cua-use-hyper-key)
5823 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5824 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5825
5826 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5827
5828 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5829 `defalias' instead of faking it.
5830
5831 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5832 (eshell-ls-missing, eshell-ls-dired-initial-args)
5833 (eshell-ls-use-in-dired): Fix typos in docstrings.
5834
5835 2005-07-20 Kim F. Storm <storm@cua.dk>
5836
5837 * emulation/cua-base.el (cua-mode): Improve doc string.
5838
5839 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * abbrev.el (expand-region-abbrevs): Doc fix.
5842 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5843 Improve argument/docstring consistency.
5844
5845 * arc-mode.el (archive-get-descr, archive-alternate-display):
5846 Doc fixes.
5847 (archive-l-e): Improve argument/docstring consistency.
5848 (archive-tmpdir, archive-unixdate, archive-unixtime)
5849 (archive-chmod-entry): Fix typos in docstrings.
5850 (archive-unflag, archive-unflag-backwards)
5851 (archive-unmark-all-files): "?\ " -> "?\s".
5852
5853 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5854 (Buffer-menu-not-modified, Buffer-menu-execute)
5855 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5856 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5857
5858 * composite.el (compose-string, encode-composition-rule)
5859 (compose-last-chars): Fix typos in docstrings.
5860
5861 * desktop.el (desktop-enable, desktop-basefilename):
5862 Declare with `define-obsolete-variable-alias'.
5863 (desktop-internal-v2s): Don't quote keywords.
5864 (desktop-clear): "?\ " -> "?\s".
5865
5866 * dired.el (dired-align-file, dired-flag-backup-files)
5867 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5868 (dired-listing-switches, dired-ls-F-marks-symlinks)
5869 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5870 (dired-directory, dired-faces, dired, dired-revert)
5871 (dired-mode, dired-summary, dired-view-file)
5872 (dired-copy-filename-as-kill, dired-delete-file)
5873 (dired-no-confirm, dired-unmark-all-marks)
5874 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5875 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5876 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5877 Fix typos in message strings.
5878
5879 * dired-x.el (virtual-dired): Declare with `defalias'.
5880 (dired-mark-unmarked-files, dired-local-variables-file)
5881 (dired-omit-here-always): Doc fix.
5882 (dired-omit-mode, dired-find-subdir)
5883 (dired-enable-local-variables, dired-clean-up-buffers-too)
5884 (dired-extra-startup, dired-mark-extension, dired-jump)
5885 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5886 (dired-smart-shell-command, dired-guess-shell-alist-user)
5887 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5888 (dired-x-bind-find-file, dired-x-submit-report):
5889 Fix typos in docstrings.
5890 (dired-mark-unmarked-files): "?\ " -> "?\s".
5891
5892 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5893
5894 * faces.el (describe-face): "?\ " -> "?\s".
5895 (read-all-face-attributes, read-face-font, modify-face)
5896 (face-attr-construct, italic): Fix typos in docstrings.
5897 (frame-update-face-colors): Declare with
5898 `define-obsolete-function-alias'.
5899
5900 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5901 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5902 (magic-mode-alist, buffer-file-numbers-unique)
5903 (write-file-functions, get-free-disk-space):
5904 Fix typos in docstrings.
5905 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5906 (write-contents-hooks, write-file-hooks):
5907 Declare with `define-obsolete-variable-alias'.
5908
5909 * forms-d2.el (arch-rj): Fix typo in docstrings.
5910 (arch-tocol): Likewise. "?\ " -> "?\s".
5911
5912 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5913 Fix typo in docstring.
5914 (set-screen-width, set-screen-height): Delete redundant info in
5915 doctrings.
5916 (new-frame, screen-height, screen-width): Declare with
5917 `define-obsolete-function-alias'.
5918 (delete-frame-hook, blink-cursor): Declare with
5919 `define-obsolete-variable-alias'.
5920
5921 * paths.el (prune-directory-list): Fix typos in docstring.
5922
5923 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5924 (cvs-prefix-get): Fix typos in docstrings.
5925
5926 * ps-print.el (ps-extend-face-list, ps-extend-face)
5927 (ps-print-background-image): Fix typos in docstrings.
5928 (ps-default-fg, ps-default-bg): Doc fixes.
5929
5930 * s-region.el (s-region-bind): Doc fix.
5931 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5932
5933 * textmodes/org.el (org-table-formula-substitute-names)
5934 (org-table-get-vertical-vector): Doc fixes.
5935 (org-table-recalculate): Remove unused argument to `message'.
5936
5937 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5938
5939 * textmodes/org.el (org-table-column-names)
5940 (org-table-column-name-regexp)
5941 (org-table-named-field-locations): New variables.
5942 (org-archive-subtree): Protect `this-command' when calling
5943 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5944 the kill buffer.
5945 (org-complete): Remove fixed-formula completion.
5946 (org-edit-formulas-map): New variable.
5947 (org-table-edit-formulas): New command.
5948 (org-finish-edit-formulas, org-abort-edit-formulas)
5949 (org-show-variable, org-table-get-vertical-vector): New functions.
5950 (org-table-maybe-eval-formula): Handle `:=' fields.
5951 (org-table-get-stored-formulas, org-table-store-formulas)
5952 (org-table-get-formula, org-table-modify-formulas)
5953 (org-table-replace-in-formulas): Handle named field formulas.
5954 (org-table-get-specials): Store locations of named fields.
5955
5956 2005-07-19 Juri Linkov <juri@jurta.org>
5957
5958 * progmodes/grep.el (grep-regexp-alist)
5959 (grep-mode-font-lock-keywords, grep-process-setup):
5960 Use default GNU grep match color "01;31m" instead of "01;41m".
5961 (grep-regexp-alist, grep-mode-font-lock-keywords):
5962 Use `\\[[0-9]*m' instead of `\\[00m'.
5963 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5964 sgr_start where its handling is more important. Use the real
5965 length of sgr_start instead of constant 8.
5966 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5967 specially. Delete all remaining escape sequences.
5968 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5969 (grep-regexp-alist): Make hyperlink only for binary file name
5970 instead of the whole line.
5971 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5972 (grep-mode): Add autoload.
5973
5974 * emacs-lisp/find-func.el (find-function-regexp):
5975 Add `define-compilation-mode'.
5976
5977 2005-07-19 Juri Linkov <juri@jurta.org>
5978
5979 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5980 (compare-windows-sync-string-size, compare-windows-recenter)
5981 (compare-windows-highlight, compare-windows): Add version 22.1.
5982 (compare-windows) <defface>: Inherit from lazy-highlight instead
5983 of duplicating its default value.
5984
5985 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5986 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5987
5988 * descr-text.el (describe-char): Create link buttons for `charset'
5989 and `code point'. Add the current input method name with a link
5990 button to `to input' field. Print face names of display table
5991 characters in `The display table entry is displayed by' section
5992 instead of printing face-id in the `display' field.
5993 Guess hardcoded faces and create a link button for them.
5994 Skip empty fields when calculating max-width.
5995 Treat `widget-create' specially while inserting strings from the
5996 collected field list.
5997 (describe-char-after): Made obsolete in version 22.1, not 21.5.
5998
5999 * diff-mode.el (diff-file-header): Change foreground color from
6000 yellow to green on light backgrounds.
6001 (diff-context): Inherit from `shadow' only for color/grayscale
6002 with more than 88 colors.
6003 (diff-indicator-removed, diff-indicator-added)
6004 (diff-indicator-changed): New faces.
6005 (diff-font-lock-keywords): Use new faces. Regroup rules.
6006 Add "^---$" for `normal' diff format. Fontify `#' lines with
6007 font-lock-comment-delimiter-face and font-lock-comment-face.
6008 Add `#' to ^[^...] in the rule for `diff-context-face'.
6009
6010 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6011 a button-like box. Inherit from `highlight' on low colors.
6012 (shadow): Use shades of gray only for color/grayscale with
6013 more than 88 colors. Use green for light backgrounds with
6014 8 colors, and yellow for dark backgrounds with 8 colors.
6015
6016 * font-lock.el (font-lock-regexp-grouping-backslash):
6017 Don't inherit from escape-glyph (use bold for all cases).
6018
6019 * info.el (info-xref-visited): Use light foreground color `violet'
6020 for dark backgrounds instead of dark color `magenta3'.
6021 (info-title-1): Use `yellow' color for dark backgrounds.
6022
6023 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6024 too-light magenta2.
6025
6026 * replace.el (match): Use slightly more light RoyalBlue3 instead
6027 of dark RoyalBlue4.
6028
6029 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6030
6031 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6032
6033 * novice.el (disabled-command-hook): Declare it with
6034 `define-obsolete-variable-alias'.
6035
6036 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6037 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6038 (desktop-load-default): Add release to obsolescence info.
6039 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6040 (desktop-append-buffer-args, desktop-read):
6041 Fix typos in docstrings.
6042 (desktop-kill): Fix typo in message.
6043 (desktop-save): Doc fix.
6044
6045 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6046
6047 * viper-cmd.el (viper-escape-to-state): Bug fix.
6048 (viper-envelop-ESC-key): Change the definition of fast
6049 keysequence so it'll work with keyboard macros.
6050
6051 * ediff.el (ediff-patch-buffer): Change the docstring.
6052
6053 2005-07-19 Kenichi Handa <handa@m17n.org>
6054
6055 * international/mule-cmds.el (select-safe-coding-system): Try to
6056 use an auto-coding (if any) before anything else. If the found
6057 auto-coding is invalid, show a warning message.
6058
6059 * international/mule.el (find-auto-coding): New function created
6060 by modifying the body of set-auto-coding.
6061 (set-auto-coding): Use find-auto-coding to find a coding.
6062
6063 2005-07-18 Richard M. Stallman <rms@gnu.org>
6064
6065 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6066 not isearch-mode-end-hook-error.
6067 (allout-before-change-protect): Fix error message.
6068
6069 2005-07-18 Juri Linkov <juri@jurta.org>
6070
6071 * allout.el (allout-mode):
6072 * calculator.el (calculator-copy):
6073 * custom.el (custom-known-themes):
6074 * dired.el (dired-desktop-buffer-misc-data)
6075 (dired-restore-desktop-buffer):
6076 * dired-x.el (dired-omit-marker-char):
6077 * files.el (basic-save-buffer):
6078 * font-core.el (font-lock-mode):
6079 * calendar/calendar.el (calendar-goto-hebrew-date)
6080 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6081 (calendar-goto-persian-date):
6082 * language/ethio-util.el (ethio-sera-to-fidel-region):
6083 * textmodes/picture.el (picture-mode):
6084 Delete duplicate duplicate words.
6085
6086 2005-07-18 Juri Linkov <juri@jurta.org>
6087
6088 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6089 chars * ? } |.
6090 (isearch-fallback): Don't call `isearch-process-search-char'.
6091 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6092 (isearch-process-search-char): Call `isearch-fallback' for regexp
6093 chars * ? } |.
6094 (isearch-return-char): Make obsolete with `make-obsolete' instead
6095 of simply documenting it as obsolete in the docstring.
6096 (isearch-fallback): Refill docstring.
6097
6098 * international/isearch-x.el
6099 (isearch-process-search-multibyte-characters): Remove unneeded
6100 `concat'. Add intermediate values to `junk-hist' instead of
6101 `minibuffer-history'. Test the length of `str'.
6102
6103 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6104
6105 * allout.el (allout-resolve-xref): Fix typos in error strings.
6106 (allout-before-change-protect): Remove unneeded `concat'.
6107
6108 * array.el (array-mode, array-reconfigure-rows)
6109 (untabify-backward): Fix typos in docstrings.
6110 (array-reconfigure-rows): Use `insert-buffer-substring', not
6111 `insert-buffer'.
6112
6113 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6114 * progmodes/ada-mode.el (ada-make-body):
6115 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6116
6117 * dired.el (dired-log):
6118 * tar-mode.el (tar-subfile-save-buffer):
6119 * play/zone.el (zone-pgm-stress-destress):
6120 Use `insert-buffer-substring', not `insert-buffer'.
6121
6122 2005-07-17 Simon Josefsson <jas@extundo.com>
6123
6124 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6125
6126 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6127
6128 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6129 Add plain auth method.
6130 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6131
6132 2005-07-17 Kim F. Storm <storm@cua.dk>
6133
6134 * ido.el (dired-other-window): Add ido property.
6135
6136 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6139 Fix typo in docstring.
6140 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6141 `insert-file-literally'.
6142
6143 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6144 info and delete redundant message. Doc fix.
6145 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6146 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6147
6148 2005-07-16 Richard M. Stallman <rms@gnu.org>
6149
6150 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6151 (byte-compile-and): Use byte-compile-and-recursion.
6152 (byte-compile-or-recursion): New function.
6153 (byte-compile-or): Use that.
6154 (byte-compile-if): Guard the else-clause too.
6155 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6156
6157 * isearch.el (isearch-mode-end-hook-quit): New variable.
6158 (isearch-done): Bind it.
6159 (isearch-mode-end-hook): Doc fix.
6160
6161 * allout.el (allout-isearch-did-quit): Variable deleted.
6162 (allout-real-isearch-abort): Function name no longer used.
6163 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6164 (allout-isearch-rectification): isearch-mode always exists.
6165 Don't set allout-isearch-did-quit.
6166 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6167 allout-isearch-did-quit.
6168 (allout-enwrap-isearch): Just add the hook.
6169 (allout-isearch-abort): Function deleted.
6170 (allout-pre-command-business): Avoid warning.
6171
6172 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6173 Correctly avoid warnings.
6174 (pascal-outline): Likewise.
6175
6176 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6177
6178 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6179
6180 * play/tetris.el (tetris-mode): Avoid warning.
6181
6182 * play/snake.el (snake-mode): Avoid warning.
6183
6184 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6185 (gamegrid-set-display-table): Avoid warning.
6186 (gamegrid-set-timer): Likewise.
6187 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6188 (gamegrid-add-score-with-update-game-score-1): Take FILE
6189 as argument.
6190 (gamegrid-add-score-with-update-game-score): Pass that argument.
6191 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6192
6193 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6194
6195 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6196 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6197
6198 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6199 and insert-file.
6200
6201 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6202 (sc-ask): Avoid warnings.
6203
6204 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6205 (eshell-hist-initialize): Use that var the natural way.
6206
6207 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6208
6209 * emacs-lisp/re-builder.el (reb-cook-regexp):
6210 Avoid warning calling lre-compile-string.
6211 (reb-color-display-p): Avoid warning.
6212
6213 * calculator.el (calculator-last-input): Guard uses
6214 of event-key and key-press-event-p.
6215 (event-key, key-press-event-p): Delete definitions.
6216
6217 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6218 (find-gc-source-directory, find-gc-subrs-callers)
6219 (find-gc-noreturn-list, find-gc-source-files)
6220 (find-gc-subrs-called): Vars renamed and defvar'd.
6221
6222 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6223 (checkdoc-overlay-put, checkdoc-delete-overlay)
6224 (checkdoc-overlay-start, checkdoc-overlay-end)
6225 (checkdoc-mode-line-update, checkdoc-char=):
6226 Define such that compiler knows they are defined.
6227 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6228 (checkdoc-read-event): Delete. Use read-event directly.
6229
6230 * whitespace.el (whitespace-make-overlay)
6231 (whitespace-overlay-put, whitespace-delete-overlay)
6232 (whitespace-overlay-start, whitespace-overlay-end):
6233 Define such that compiler knows they are defined.
6234 (whitespace): Move conditional inside.
6235
6236 * tempo.el (tempo-insert-template): Suppress warning.
6237
6238 * ediff-diff.el (longlines-mode): Add defvar.
6239
6240 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6241
6242 * server.el: Bind "C-x #" in a way that works even if C-x is
6243 redefined to a command key, not a prefix key.
6244
6245 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6246
6247 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6248 cl-make-type-test till execution time.
6249
6250 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6251
6252 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6253 arg ARG and use it.
6254
6255 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6256
6257 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6258
6259 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6262 a defcustom with two :set or :type keywords.
6263
6264 2005-07-15 Richard M. Stallman <rms@gnu.org>
6265
6266 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6267 Don't give ^M comment-end syntax.
6268
6269 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6270
6271 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6272 Don't consider gdbmi (gdb-mi.el has its own update functions).
6273 (gdb-var-delete): Make it work for gdbmi as well.
6274 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6275
6276 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6277 (gud-speedbar-menu-items): Correct logic for enabling items.
6278
6279 2005-07-15 Kim F. Storm <storm@cua.dk>
6280
6281 * ido.el: Fix commentary.
6282 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6283 Use with-no-warnings around ffap-guesser.
6284 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6285 Let bind minibuffer-completing-file-name to t.
6286
6287 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6288
6289 * startup.el (site-run-file, keyboard-type): Doc fixes.
6290 (command-line): Check for "--basic-display" argument; also for
6291 "--quick", not "--bare-bones" (which was renamed).
6292 (fancy-splash-text): Add missing item "Getting New Versions".
6293 (normal-splash-screen): Fix typos and improve consistency with
6294 `fancy-splash-text'. Update copyright year.
6295
6296 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6297 valid binding for `help-char'.
6298
6299 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6300
6301 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6302
6303 * term.el (term-mode): Disable cua-mode for term buffers.
6304
6305 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6306
6307 * add-log.el (add-log-mailing-address, change-log-merge):
6308 Doc fixes.
6309 (change-log-get-method-definition): Fix typo in docstring.
6310
6311 2005-07-14 Kim F. Storm <storm@cua.dk>
6312
6313 * emulation/cua-base.el:
6314 (cua--pre-command-handler-1, cua--pre-command-handler)
6315 (cua--post-command-handler-1, cua--post-command-handler):
6316 Split in two. Check (buffer local) value of cua-mode.
6317 (cua-selection-mode): New command.
6318
6319 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6320
6321 * custom.el (custom-initialize-safe-set)
6322 (custom-initialize-safe-default): Doc fixes.
6323
6324 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6325 and simplify :init-value again.
6326
6327 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6328 and simplify :init-value again. Delete autoload.
6329
6330 * startup.el (command-line): Use `custom-reevaluate-setting' again
6331 for tooltip-mode.
6332
6333 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6334 a defcustom with two :initialize keywords.
6335
6336 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6337
6338 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6339 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6340 (allout-post-command-business, allout-flag-region)
6341 (isearch-reenable-font-lock, allout-yank)
6342 (allout-insert-latex-header, allout-insert-latex-trailer)
6343 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6344 (allout-latex-verb-quote): Fix typos in docstrings.
6345 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6346 (allout-unprotected, allout-prefix-data):
6347 Improve argument/docstring consistency.
6348 (allout-chart-subtree): Fix argument spec.
6349 (allout-open-topic): Rename `use_sib_bullet' argument to
6350 `use-sib-bullet'. Doc fix.
6351
6352 * whitespace.el (whitespace-check-buffer-leading)
6353 (whitespace-check-buffer-trailing)
6354 (whitespace-check-buffer-indent)
6355 (whitespace-check-buffer-spacetab)
6356 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6357 (whitespace-check-leading-whitespace)
6358 (whitespace-check-trailing-whitespace)
6359 (whitespace-check-spacetab-whitespace)
6360 (whitespace-check-indent-whitespace)
6361 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6362 (whitespace-modes): Fix typos in docstrings.
6363 (defgroup, defcustom): Doc fixes.
6364
6365 * winner.el (winner-mode, winner-boring-buffers)
6366 (winner-pending-undo-ring): Doc fixes.
6367 (winner-ring): Remove unneeded `progn'.
6368 (winner-equal): `defsubst' it.
6369 (winner-redo): Fix message.
6370
6371 2005-07-13 Kim F. Storm <storm@cua.dk>
6372
6373 * simple.el (line-move-1): Always use vertical-motion to
6374 do the last (or only) line move to ensure some movement.
6375 Undo 2005-06-23 change--don't check for overlays.
6376
6377 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6378
6379 * term/mac-win.el (ccl-encode-mac-roman-font)
6380 (ccl-encode-mac-centraleurroman-font)
6381 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6382 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6383 Change charset-id boundary of dimension to ?\xef.
6384 (mac-char-fontspec-list): New constant.
6385 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6386 argument. Nil uses itself as family in font-spec. Previous
6387 behavior for nil is now provided by non-nil non-string argument.
6388 All callers changed. Add font-specs for Mac fonts to
6389 "fontset-default" unless iso8859-1 fonts are installed.
6390
6391 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6394 a continuation line if the \ is preceded by SPC or TAB.
6395 (sh-get-indent-info): Simplify.
6396 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6397 Use with-current-buffer.
6398
6399 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6400 when the matched text is empty.
6401
6402 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6403
6404 * startup.el (command-line): Revert to previous handling of
6405 tooltip-mode. Explain in comment why the complexity is needed.
6406
6407 * tooltip.el (tooltip-mode): Revert to previous implementation of
6408 its defcustom.
6409
6410 * frame.el (blink-cursor-mode): Revert to previous implementation
6411 of its defcustom. Update comment.
6412
6413 2005-07-12 Lars Hansen <larsh@soem.dk>
6414
6415 * desktop.el: Update e-mail address.
6416
6417 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6418
6419 * term/mac-win.el (mac-services-mail-selection)
6420 (mac-services-mail-to): New functions.
6421 (mac-application-menu-map): Bind them.
6422
6423 2005-07-12 wulei <milton@wulei.net> (tiny change)
6424
6425 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6426
6427 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6428
6429 * custom.el (custom-reevaluate-setting): Doc fix.
6430
6431 2005-07-11 Jay Belanger <belanger@truman.edu>
6432
6433 * calc/calc.el (calc-embedded-announce-formula-alist)
6434 (calc-embedded-open-close-plain-alist)
6435 (calc-embedded-open-close-mode-alist): Add checks for additional
6436 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6437
6438 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * custom.el (custom-enable-theme): Don't add theme to
6441 `custom-enabled-themes' with `push' because there is no
6442 setf-method for `delq'.
6443
6444 2005-07-11 Richard M. Stallman <rms@gnu.org>
6445
6446 * custom.el (custom-declare-variable): Doc fix.
6447
6448 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6449 from the alists.
6450
6451 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6452 Do nothing if edebug-active.
6453
6454 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6455 (edebug-display): Do it here instead.
6456
6457 2005-07-10 Richard M. Stallman <rms@gnu.org>
6458
6459 * cus-face.el (custom-theme-set-faces): Make it work.
6460 (custom-reset-faces): Doc fix.
6461 (custom-theme-reset-internal-face, custom-theme-face-value):
6462 Functions deleted.
6463
6464 * custom.el (custom-push-theme): Maintain list of the settings
6465 of a given theme in its theme-settings property.
6466 Maintain position of old settings in the theme-value
6467 or theme-face property.
6468 (custom-enabled-themes): New variable.
6469 (custom-theme-enabled-p): New function.
6470 (provide-theme): Update custom-enabled-themes.
6471 Disable and reenable the `user' theme.
6472 (require-theme): Doc fix.
6473 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6474 (custom-theme-value, custom-theme-variable-value): Likewise.
6475 (custom-theme-reset-internal): Likewise.
6476 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6477 (custom-enable-theme, custom-disable-theme): New functions.
6478 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6479 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6480 (custom-theme-reset-variables): Simplify.
6481 (deftheme, custom-declare-theme, custom-make-theme-feature):
6482 Definitions moved.
6483
6484 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * longlines.el (longlines-show-region)
6487 (longlines-unshow-hard-newlines): Recognize hard newlines by
6488 non-nil hard property, instead of t.
6489
6490 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6491
6492 * viper-cmd.el (viper--key-maps): New variable.
6493 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6494 emulation-mode-map-alists.
6495 (viper-envelop-ESC-key): Use viper-subseq.
6496 (viper-search-forward/backward/next): Disable debug-on-error.
6497
6498 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6499 (viper-ESC-key): New defcustoms.
6500
6501 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6502
6503 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6504 (viper-subseq): Copy of subseq from cl.el.
6505
6506 * viper.el (viper-go-away, viper-set-hooks): Use
6507 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6508
6509 * viper-mous.el (viper-current-frame-saved): Use defvar.
6510
6511 * viper-init.el: Get rid of -face in face names.
6512
6513 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6514 Make it work with longlines mode
6515
6516 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6517
6518 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6519
6520 * ediff-init.el: Get rid of -face in face names.
6521
6522 2005-07-10 Richard M. Stallman <rms@gnu.org>
6523
6524 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6525 and with-timeout-unsuspend.
6526
6527 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6528 and with-timeout-unsuspend.
6529
6530 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6531 (with-timeout): Bind that variable to record timers.
6532 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6533
6534 * emacs-lisp/debug.el (debug-help-follow): New function.
6535 (debugger-mode-map): Use that instead of help-follow.
6536 (debugger-setup-buffer): Use eval-buffer-list
6537 to handle eval-buffer frames.
6538
6539 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6540
6541 * timezone.el (timezone-parse-date): Change first regexp
6542 so it will not mistakenly match dates with no time zone.
6543
6544 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6545
6546 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6547
6548 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * custom.el (custom-initialize-safe-set)
6551 (custom-initialize-safe-default): New functions.
6552
6553 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6554 and simplify :init-value.
6555
6556 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6557 and simplify :init-value. Delete obsolete comment.
6558
6559 * startup.el (command-line): Use `custom-reevaluate-setting' to
6560 handle `tooltip-mode'. Delete obsolete comment.
6561
6562 * files.el (set-visited-file-name): Avoid calling
6563 `file-name-nondirectory' with a nil argument.
6564
6565 2005-07-09 Richard M. Stallman <rms@gnu.org>
6566
6567 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6568 was called with nil for the buffer, handle the read position right.
6569 Handle read position for eval-region, too.
6570
6571 2005-07-09 Juri Linkov <juri@jurta.org>
6572
6573 * fringe.el (fringe-mode): Add period in docstring.
6574 (fringe-query-style): Build prompt depending on `all-frames' arg.
6575
6576 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6577 to not create links to unrelated functions in the Help buffer.
6578
6579 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6580 Doc fix.
6581
6582 * simple.el (next-error-hook): New variable.
6583 (next-error): Use it. Doc fix.
6584
6585 * textmodes/ispell.el (ispell-command-loop): Add current
6586 dictionary name and program name to mode-line-format.
6587 (ispell-region, ispell-process-line): Add current dictionary name
6588 and program name to messages.
6589
6590 2005-07-08 Jay Belanger <belanger@truman.edu>
6591
6592 * calc/calc.el (calc-embedded-announce-formula-alist)
6593 (calc-embedded-open-close-formula-alist)
6594 (calc-embedded-open-close-word-alist)
6595 (calc-embedded-open-close-plain-alist)
6596 (calc-embedded-open-close-new-formula-alist)
6597 (calc-embedded-open-close-mode-alist)
6598 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6599 (calc-embedded-mode-hook): New variables.
6600
6601 * calc/calc-embed.el (calc-embedded-firsttime)
6602 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6603 New variables.
6604 (calc-do-embedded): Use calc-embedded-firsttime,
6605 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6606 determine whether or not to run hooks.
6607 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6608 calc-embedded-firsttime-formula appropriately.
6609 Set calc-embedded delimiter variables according to mode.
6610
6611 2005-07-08 Richard M. Stallman <rms@gnu.org>
6612
6613 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6614 Check for "emacs", etc., as entire symbol, not just as word.
6615 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6616
6617 * files.el (set-visited-file-name): Report the error
6618 for "empty filename" earlier.
6619 (kill-some-buffers): Ignore buffers already dead.
6620
6621 * fringe.el (fringe-mode): Doc fix.
6622
6623 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6624 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6625 Use unwind-protect to ensure byte-compile-unresolved-functions
6626 is updated.
6627
6628 * whitespace.el (whitespace-buffer-leading-cleanup):
6629 Simplify w/ skip-chars-forward.
6630 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6631
6632 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6633 Unconditionally try to leave point at the same old place.
6634
6635 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6636
6637 * comint.el (comint-postoutput-scroll-to-bottom)
6638 (comint-show-maximum-output): Take scroll-margin into consideration.
6639
6640 2005-07-08 Kim F. Storm <storm@cua.dk>
6641
6642 * ido.el (ido-use-filename-at-point): New choice `guess'.
6643 (ido-file-internal): Try ffap-guesser if selected.
6644
6645 * ido.el (ido-before-fallback-functions): New hook.
6646 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6647 (ido-read-file-name): Run it.
6648
6649 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6652 strings rather than a list of symbols to the completion function.
6653
6654 2005-07-07 Jay Belanger <belanger@truman.edu>
6655
6656 * calc/calc-units.el (math-apply-units): Change the places in
6657 which units are simplified.
6658
6659 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6660
6661 * cus-edit.el (customize-option, customize-option-other-window):
6662 Make them handle aliases.
6663
6664 * custom.el (custom-variable-p): Make it recursively follow
6665 aliases. Mention that in the docstring.
6666
6667 2005-07-07 Richard M. Stallman <rms@gnu.org>
6668
6669 * cus-start.el (exec-path): Use `directory' instead of `file'.
6670 Fix tag for nil.
6671
6672 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6673
6674 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6675 when called non-interactively. Doc fix.
6676
6677 2005-07-07 Lute Kamstra <lute@gnu.org>
6678
6679 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6680 new address as well.
6681
6682 2005-07-07 Kenichi Handa <handa@m17n.org>
6683
6684 * international/mule.el (make-coding-system):
6685 Describe `ascii-incompatible' property in the docstring.
6686 (set-file-name-coding-system): Signal an error if coding-system is
6687 ascii-incompatible.
6688 (set-keyboard-coding-system): Likewise.
6689
6690 * international/mule-cmds.el (set-default-coding-systems):
6691 Don't set default-file-name-coding-system and
6692 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6693
6694 * international/utf-16.el: Declare that all UTF-16-based coding
6695 systems are ASCII-incompatible.
6696
6697 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6698
6699 * progmodes/gud.el: Require font-lock for displaying errors.
6700 Used by gdb-ui.el.
6701
6702 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6705 values for the pattern lists which are `read'able but not
6706 `append'able (like symbols).
6707
6708 2005-07-06 Richard M. Stallman <rms@gnu.org>
6709
6710 * progmodes/flymake.el (flymake-float-time): Instead of
6711 with-no-warnings, test for xemacs.
6712 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6713 to avoid warning.
6714
6715 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6716
6717 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6718
6719 2005-07-05 Lute Kamstra <lute@gnu.org>
6720
6721 * battery.el: Add support for Darwin (with much debugging help
6722 from Samuel Lauber <sam124@operamail.com>).
6723 (battery-status-function, battery-echo-area-format)
6724 (battery-mode-line-format): Add support for pmset on Darwin.
6725 (battery-load-low, battery-load-critical): New user options.
6726 (battery-pmset): New function.
6727
6728 2005-07-05 Lute Kamstra <lute@gnu.org>
6729
6730 Update FSF's address in GPL notices.
6731
6732 * textmodes/page-ext.el: Update FSF's address.
6733
6734 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6737 filling from using prefix when filling a single-line docstring.
6738
6739 * progmodes/flymake.el: Remove useless eval-when-compile.
6740
6741 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6742
6743 2005-07-04 Richard M. Stallman <rms@gnu.org>
6744
6745 * textmodes/org.el (org-file-apps-defaults-gnu):
6746 Rename from org-file-apps-defaults-linux.
6747 (org-default-apps): Don't test system-type for `linux'.
6748 (org-file-apps): Doc fix.
6749
6750 2005-07-04 David Ponce <david@dponce.com>
6751
6752 * tree-widget.el: Improve header Commentary section.
6753 (tree-widget) [defgroup]
6754 (tree-widget-image-enable, tree-widget-themes-directory)
6755 (tree-widget-theme, tree-widget-image-properties-emacs)
6756 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6757 (tree-widget-image-formats, tree-widget-control)
6758 (tree-widget-empty-control, tree-widget-leaf-control
6759 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6760 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6761 (tree-widget-keep, tree-widget-after-toggle-functions)
6762 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6763 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6764 :help-echo message.
6765 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6766 (tree-widget-image-properties): Doc fix. Clearer implementation.
6767 (tree-widget--cursors): New constant.
6768 (tree-widget-lookup-image): New function split from
6769 `tree-widget-find-image'. Clearer implementation.
6770 (tree-widget-find-image): Use it.
6771 (tree-widget-button-keymap): Use `set-keymap-parent'.
6772 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6773 Define the sub-widgets here.
6774 (tree-widget-node): Check that :node is not a tree-widget.
6775 (tree-widget-get-super, tree-widget-open-control)
6776 (tree-widget-close-control, tree-widget-empty-control)
6777 (tree-widget-leaf-control, tree-widget-guide)
6778 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6779 (tree-widget-no-handle, tree-widget-value-delete)
6780 (tree-widget-map): Remove.
6781 (tree-widget-children-value-save): Doc fix. Simplified.
6782 (tree-widget-value-create): Update according to previous changes.
6783
6784 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6785
6786 * textmodes/org.el: Leading space replaced by TABS.
6787 (org-recalc-marks, org-table-rotate-recalc-marks)
6788 (org-table-get-specials): Treat "^" and "_" marks.
6789 (org-table-justify-field-maybe): Optional argument NEW.
6790 (org-table-eval-formula): Parsing of the format simplified.
6791 New modes C,I. Honor the %= parameter in the current table.
6792 Avoid unnecessary re-align by using the NEW argument to
6793 `org-table-justify-field-maybe'.
6794 (org-calc-default-modes): Default for date-format mimicks org-mode.
6795 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6796
6797 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6798
6799 * cus-face.el (custom-theme-set-faces): Make it handle face
6800 aliases whose alias declarations are pre- or autoloaded.
6801
6802 2005-07-04 Juri Linkov <juri@jurta.org>
6803
6804 * faces.el (read-face-name): Put the code for getting a face name
6805 from the buffer before adding the faces from the `face' property.
6806 Use `completing-read-multiple' instead of `completing-read'.
6807 Require `crm'. Add default value and post-process the returned
6808 list of faces.
6809
6810 * emacs-lisp/crm.el (crm-find-current-element)
6811 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6812
6813 * emacs-lisp/lisp-mode.el (eval-defun-1):
6814 * emacs-lisp/edebug.el (edebug-eval-defun):
6815 Remove unnecessary quotes.
6816
6817 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6820 (prolog-indent-level): Fix typo in docstring.
6821
6822 * info.el (Info-history, Info-history-forward)
6823 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6824
6825 * add-log.el (add-change-log-entry):
6826 * comint.el (comint-dynamic-list-input-ring)
6827 (comint-dynamic-list-completions):
6828 * dabbrev.el (dabbrev-expand):
6829 * delim-col.el (delimit-columns-rectangle-line):
6830 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6831 (diff-unified->context):
6832 * ediff-init.el (ediff-abbrev-jobname):
6833 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6834 (ediff-replace-session-activity-marker-in-meta-buffer):
6835 * info.el (Info-summary):
6836 * lpr.el (printify-region):
6837 * printing.el (pr-create-interface):
6838 * ps-print.el (ps-print-quote):
6839 * ses.el (ses-column-widths, ses-print-cell)
6840 (ses-adjust-print-width, ses-center):
6841 * shell.el (shell-file-name-quote-list):
6842 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6843 (strokes-fill-current-buffer-with-whitespace)
6844 (strokes-xpm-for-stroke, strokes-list-strokes)
6845 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6846 * term.el (term-dynamic-list-input-ring)
6847 (term-dynamic-list-completions):
6848 * calc/calc.el (math-format-stack-value):
6849 * emacs-lisp/edebug.el (edebug-display-freq-count):
6850 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6851 (delphi-new-comment-line):
6852 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6853 * progmodes/executable.el (executable-set-magic):
6854 * progmodes/python.el (inferior-python-mode):
6855 * progmodes/scheme.el (scheme-mode-syntax-table):
6856 * progmodes/sh-script.el (sh-maybe-here-document):
6857 * progmodes/sql.el (sql-copy-column):
6858 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6859 * textmodes/bibtex.el (bibtex-mode):
6860 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6861 (sgml-auto-attributes):
6862 * textmodes/table.el (table-insert, table-shorten-cell)
6863 (table--generate-source-scan-lines, table-delete-row)
6864 (*table--cell-delete-char, table--spacify-frame)
6865 (table--horizontally-shift-above-and-below)
6866 (table--cell-insert-char, table--cell-blank-str)
6867 (table--fill-region-strictly):
6868 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6869 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6870
6871 * add-log.el (change-log):
6872 * apropos.el (apropos):
6873 * comint.el (comint-completion, comint-source):
6874 * dabbrev.el (dabbrev):
6875 * delim-col.el (columns):
6876 * diff-mode.el (diff-mode):
6877 * ediff.el (ediff):
6878 * ediff-diff.el (ediff-diff):
6879 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6880 * ediff-mult.el (ediff-mult):
6881 * ediff-ptch.el (ediff-ptch):
6882 * ediff-wind.el (ediff-window):
6883 * facemenu.el (facemenu):
6884 * indent.el (indent):
6885 * info.el (info):
6886 * jka-cmpr-hook.el (compression, jka-compr):
6887 * lpr.el (lpr):
6888 * outline.el (outlines):
6889 * pcmpl-cvs.el (pcmpl-cvs):
6890 * pcmpl-rpm.el (pcmpl-rpm):
6891 * printing.el (printing):
6892 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6893 (ps-print-vertical, ps-print-headers, ps-print-font)
6894 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6895 (ps-print-background, ps-print-printer, ps-print-page)
6896 (ps-print-miscellany):
6897 * ses.el (ses):
6898 * shell.el (shell, shell-directories, shell-faces):
6899 * startup.el (initialization):
6900 * strokes.el (strokes):
6901 * term.el (term):
6902 * uniquify.el (uniquify):
6903 * w32-vars.el (w32):
6904 * calc/calc.el (calc):
6905 * emacs-lisp/bytecomp.el (bytecomp):
6906 * emacs-lisp/cl-indent.el (lisp-indent):
6907 * emacs-lisp/edebug.el (edebug):
6908 * emacs-lisp/elp.el (elp):
6909 * emacs-lisp/testcover.el (testcover):
6910 * emacs-lisp/trace.el (trace):
6911 * emulation/viper-ex.el (viper-ex):
6912 * emulation/viper-mous.el (viper-mouse):
6913 * mail/mailalias.el (mailalias):
6914 * mail/supercite.el (supercite, supercite-frames)
6915 (supercite-attr, supercite-cite, supercite-hooks):
6916 * net/rcompile.el (remote-compile):
6917 * net/rlogin.el (rlogin):
6918 * obsolete/ooutline.el (outlines):
6919 * progmodes/delphi.el (delphi):
6920 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6921 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6922 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6923 (ebnf-optimization):
6924 * progmodes/etags.el (etags):
6925 * progmodes/executable.el (executable):
6926 * progmodes/idlwave.el (idlwave):
6927 * progmodes/pascal.el (pascal):
6928 * progmodes/prolog.el (prolog):
6929 * progmodes/python.el (python):
6930 * progmodes/scheme.el (scheme):
6931 * progmodes/sh-script.el (sh, sh-script):
6932 * progmodes/sql.el (SQL):
6933 * progmodes/tcl.el (tcl):
6934 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6935 * textmodes/enriched.el (enriched):
6936 * textmodes/makeinfo.el (makeinfo):
6937 * textmodes/sgml-mode.el (sgml):
6938 * textmodes/table.el (table-hooks):
6939 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6940 * textmodes/texinfo.el (texinfo):
6941 * textmodes/two-column.el (two-column):
6942 Finish `defgroup' description with period.
6943
6944 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6945 * eshell/esh-var.el (eshell-var):
6946 * progmodes/vhdl-mode.el (vhdl-testbench):
6947 * textmodes/org.el (org): Fix typos in docstrings.
6948
6949 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6950 consistency.
6951
6952 * progmodes/flymake.el (flymake-find-file): Remove.
6953 (flymake-float-time): Use `with-no-warnings'.
6954 (flymake-check-start-time, flymake-check-was-interrupted)
6955 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6956 (flymake-new-err-info): `defvar' at compile time.
6957
6958 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6959
6960 * replace.el (occur-hook): Doc fix.
6961 (occur-1): Don't call `occur-hook' if there are no matches.
6962
6963 2005-07-03 Richard M. Stallman <rms@gnu.org>
6964
6965 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6966 global-map, save the same map.
6967 (global-map): Don't alter it at top level.
6968 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6969 Then alter it here instead.
6970 (tpu-edt-off): Set global-map to the saved one.
6971
6972 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6973 All references simplified.
6974 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
6975 (zmacs-regions): Add defvar.
6976 (repeat-complex-command-map): Everything about that deleted.
6977
6978 * textmodes/artist.el (artist-key-is-drawing)
6979 (artist-key-endpoint1, artist-key-poly-point-list)
6980 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6981 (artist-key-compl-table, artist-rb-save-data)
6982 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6983 Don't put them in eval-when-compile.
6984 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6985
6986 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6987 Use with-no-warnings.
6988
6989 * net/browse-url.el (dos-windows-version): Add defvar.
6990
6991 * mail/supercite.el (filladapt-prefix-table): Add defvar.
6992
6993 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6994 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6995 (rmail-new-summary-line-count): Rename from new-summary-line-count.
6996 Add defvar.
6997 (rmail-summary-beginning-of-message): Use with-no-warnings.
6998 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6999
7000 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7001 Use with-no-warnings.
7002
7003 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7004 (c-mark-function): Add point-moving-unit property.
7005 (vi-goto-line): Use with-no-warnings.
7006
7007 * emulation/edt.el (edt-last-copied-word): Add defvar.
7008 (zmacs-region-stays): Likewise.
7009 (edt-mark-section-wisely): Use c-mark-function for C.
7010 Use makr-defun for Fortran.
7011 (time-string): defvar deleted.
7012 (edt-display-the-time): Don't set time-string.
7013
7014 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7015
7016 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7017 Don't warn when name is not constant
7018 or for defining the group `emacs'.
7019
7020 * tooltip.el (gud-tooltip-mode): Add defvar.
7021
7022 * startup.el (default-frame-background-mode): Add defvar.
7023
7024 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7025
7026 * info.el (tool-bar-map): Add defvar.
7027
7028 * dired.el (dnd-protocol-alist): Add defvar.
7029
7030 * dired-aux.el (dired-query): Display question with answer, when
7031 the user answers.
7032
7033 * custom.el (custom-add-option): Doc fix.
7034
7035 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7036
7037 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7038
7039 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7040 bogus name from the last change.
7041
7042 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7043
7044 * custom.el (custom-declare-variable): Fix typos in comment.
7045 (custom-known-themes): Doc fix.
7046 (custom-theme-directory): New defcustom.
7047 (require-theme): Make it check `custom-theme-directory'.
7048
7049 * cus-theme.el (custom-new-theme-mode): New function.
7050 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7051 (custom-theme-description): Add compiler defvars.
7052 (customize-create-theme): Add doc to the "*New Custom Theme*"
7053 buffer. Use `custom-new-theme-mode'.
7054 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7055 and save it to the `custom-theme-directory'. Make this the
7056 default directory of the buffer.
7057
7058 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7059
7060 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7061 Fix unbalanced parentheses.
7062
7063 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7066 into flymake-mode and delegate to flymake-mode.
7067
7068 * find-file.el (ff-which-function-are-we-in): Clean up.
7069
7070 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * replace.el (occur-rename-buffer): Fix docstring.
7073
7074 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7075 (edt-last-copied-word, edt-learn-macro-count)
7076 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7077 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7078 (time-string, zmacs-region-stays):
7079 * emulation/edt-mapper.el (edt-save-function-key-map)
7080 (EDT-key-name): `defvar' to silence the byte-compiler.
7081
7082 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7083
7084 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7085 font-lock-regexp-backslash. Doc fix.
7086 (font-lock-regexp-backslash-grouping-construct): Rename from
7087 font-lock-regexp-backslash-construct. Doc fix.
7088 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7089 grouping constructs.
7090
7091 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7092
7093 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7094 updating all the prerequisites.
7095
7096 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7097
7098 * textmodes/org.el (org-agenda-start-on-weekday)
7099 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7100 (org-agenda-use-time-grid, org-archive-location)
7101 (org-allow-space-in-links, org-usenet-links-prefer-google)
7102 (org-enable-table-editor, org-export-default-language)
7103 (org-export-html-show-new-buffer, org-fill-paragraph)
7104 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7105 (org-goto-quit, org-occur, org-eval-in-calendar)
7106 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7107 (org-agenda-diary-entry, org-remember-help)
7108 (org-table-convert-region, org-at-table-p)
7109 (org-table-move-row-down, org-table-move-row-up)
7110 (org-table-copy-region, org-table-toggle-vline-visibility)
7111 (org-table-get-stored-formulas, org-table-get-specials)
7112 (org-recalc-commands, org-table-eval-formula)
7113 (org-table-formula-substitute-names, orgtbl-make-binding)
7114 (org-format-org-table-html, org-format-table-table-html)
7115 (org-format-table-table-html-using-table-generate-source)
7116 (org-customize): Fix typos in docstrings.
7117 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7118 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7119 (org-back-to-heading): Doc fixes.
7120 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7121 (org-agenda-change-all-lines, org-get-header):
7122 Improve argument/docstring consistency.
7123 (orgtbl-error): Fix error message.
7124
7125 * progmodes/flymake.el (flymake-find-possible-master-files)
7126 (flymake-master-file-compare, flymake-get-line-err-count)
7127 (flymake-highlight-line, flymake-gui-warnings-enabled):
7128 Fix typos in docstrings.
7129 (flymake-parse-line, flymake-get-project-include-dirs-function)
7130 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7131 Doc fixes.
7132 (flymake-get-project-include-dirs-function)
7133 (flymake-make-err-menu-data):
7134 Improve argument/docstring consistency.
7135
7136 2005-07-01 Lute Kamstra <lute@gnu.org>
7137
7138 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7139 Catch errors with ignore-errors. Use temporary buffer.
7140 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7141
7142 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7143 background color faces.
7144 (facemenu-set-foreground, facemenu-set-background):
7145 Use facemenu-set-face-from-menu.
7146 (facemenu-set-face-from-menu): Treat face names that start with
7147 "fg:" or "bg:" as special.
7148 (facemenu-add-new-color): Don't create faces. Simplify.
7149
7150 2005-06-30 Richard M. Stallman <rms@gnu.org>
7151
7152 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7153 (crm-find-current-element): Likewise.
7154
7155 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7156
7157 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7158
7159 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7162 (archive-mouse-extract): Make it an obsolete alias.
7163 (archive-mode-map): Don't use archive-mouse-extract any more.
7164 (archive-mode, archive-extract): write-contents-hooks ->
7165 write-contents-functions.
7166 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7167 first arg.
7168 (archive-rename-entry): Update the call.
7169 (archive-zip-summarize): Remove unused var `method'.
7170 (archive-lzh-summarize): Remove unused var `creator'.
7171
7172 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7173 dedicated frame upon exit.
7174
7175 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7176 (archive-zip-extract, archive-zip-expunge)
7177 (archive-zip-update, archive-zip-update-case): Use executable-find.
7178 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7179 Use restore-buffer-modified-p.
7180 (archive-extract, archive-add-new-member, archive-write-file-member):
7181 Use with-current-buffer.
7182 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7183
7184 2005-06-30 Andreas Schwab <schwab@suse.de>
7185
7186 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7187
7188 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7189
7190 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7191
7192 2005-06-30 Juri Linkov <juri@jurta.org>
7193
7194 * faces.el (vertical-border): Inherit from mode-line-inactive
7195 only on tty.
7196
7197 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7198
7199 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7200 example, -NLINES in the `occur' docstring).
7201
7202 * replace.el (occur-1): When no matches are found, do not set the
7203 `buffer-read-only' and modified flags for the occur buffer,
7204 because it is deleted.
7205
7206 * emulation/cua-base.el (cua-check-pending-input)
7207 (cua-repeat-replace-region, cua-mode, cua-debug)
7208 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7209 Fix typos in docstrings.
7210
7211 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7212 (cua-cut-region-to-global-mark)
7213 (cua--cut-rectangle-to-global-mark):
7214 Remove period from end of messages.
7215
7216 * emulation/cua-rect.el (cua-do-rectangle-padding):
7217 Remove period from end of messages.
7218 (cua--rectangle-seq-format): Fix typo in docstring.
7219 (cua-sequence-rectangle, cua-fill-char-rectangle):
7220 Improve argument/docstring consistency.
7221
7222 2005-06-29 Juri Linkov <juri@jurta.org>
7223
7224 * faces.el (default-frame-background-mode): New internal variable.
7225 (frame-set-background-mode): Use it.
7226
7227 * startup.el (normal-top-level): Set default-frame-background-mode
7228 instead of frame-background-mode. Before setting it, test for its
7229 nil value. Remove tests for frame-background-mode and frame
7230 parameter `reverse'. Add test for "unspecified-fg".
7231
7232 * term/xterm.el (xterm-rxvt-set-background-mode):
7233 * term/rxvt.el (rxvt-set-background-mode):
7234 Set default-frame-background-mode instead of frame-background-mode.
7235
7236 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * simple.el (set-variable): Warn about obsolete user variables.
7239
7240 * imenu.el (imenu--completion-buffer):
7241 * mouse.el (mouse-buffer-menu-alist):
7242 * msb.el (msb-invisible-buffer-p):
7243 * calendar/diary-lib.el (diary-header-line-format):
7244 * emacs-lisp/pp.el (pp-buffer):
7245 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7246 * textmodes/picture.el (picture-replace-match):
7247 Change space constants followed by a sexp to "?\s ".
7248
7249 * play/decipher.el (decipher-loop-with-breaks):
7250 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7251 constants "protected" from end of line by a comment to "?\s".
7252
7253 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * font-lock.el (save-buffer-state): Use `declare'.
7256
7257 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7258 reset the syntax-table to cperl-mode-syntax-table.
7259 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7260 "foo_print_bar" is not matched as a reserved keyword.
7261
7262 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7263
7264 * textmodes/org.el (orgtbl-setup): New function, for delayed
7265 setup for the orgtbl commands.
7266 (org-calc-default-modes): New option.
7267 (orgtbl-make-binding): Use `defun' to get better help display.
7268 (org-diary): Call `org-compile-prefix-format'.
7269 (org-table-formula-substitute-names): New function.
7270 (org-agenda-day-view, org-agenda-week-view): New commands.
7271 (org-agenda-toggle-week-view): Command removed.
7272 (org-tbl-menu): Split off from org-org-menu.
7273 (org-mode): Move removal of outline-mode menus to here.
7274 (org-table-formula-debug): New option.
7275 (org-table-insert-row): Keep first field if just "#" or "*".
7276 (org-mode): Paragraph regexps fixed.
7277 (org-table-recalculate-regexp): New constant.
7278 (org-table-justify-field-maybe): Avoid replace if not necessary.
7279 (org-copy-special, org-cut-special): Use `call-interactively'.
7280 (org-table-copy-region): Take region from `interactive' call.
7281 (org-trim): Return string even if no match.
7282 (org-formula): New face.
7283 (org-set-font-lock-defaults): No longer highlight "FIXME".
7284 But highlight formula-related fields in table.
7285 (org-table-p): Use regexp, not fontification.
7286 (org-table-align): Handle white space at end of line.
7287 (org-table-formula-evaluate-inline): New option.
7288 (org-mode): Auto-wrapping in comment lines turned off.
7289 (org-table-copy-down): Evaluate only in copied field, not in
7290 destination.
7291 (org-table-current-formula): Variable removed.
7292 (org-table-store-formulas, org-table-get-stored-formulas)
7293 (org-table-modify-formulas, org-table-replace-in-formulas)
7294 (org-table-maybe-eval-formula): New functions.
7295 (org-table-get-formula): Modify to use stored formulas.
7296 (org-table-insert-column, org-table-delete-column)
7297 (org-table-move-column): Call `org-table-modify-formulas'.
7298 (org-complete): Add completion for keyword formulas.
7299 (orgtbl-mode): Pull orgtbl-mode-map to start of
7300 minor-mode-map-alist.
7301
7302 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * progmodes/python.el (python-check): Require `compile' before
7305 modifying its variables.
7306
7307 * newcomment.el (comment-indent-default): Don't get fooled by an early
7308 end of buffer.
7309
7310 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7311
7312 * ps-print.el (ps-print-version): Fix version number.
7313
7314 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7317
7318 2005-06-28 Richard M. Stallman <rms@gnu.org>
7319
7320 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7321 (flyspell-local-mouse-map): Declaration deleted.
7322 (flyspell-mouse-map): Bind only mouse-2.
7323 (flyspell-mode-map): Don't test flyspell-use-local-map.
7324 (flyspell-overlay-keymap-property-name): Var deleted.
7325 (flyspell-mode-on): Don't make local bindings for
7326 flyspell-mouse-map and flyspell-mode-map.
7327 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7328
7329 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7330
7331 * progmodes/compile.el (compilation-next-error-function):
7332 Don't switch buffers; operate on the current buffer.
7333
7334 * progmodes/compile.el (compilation-error-file-name)
7335 (compilation-warning-file-name, compilation-info-file-name)
7336 (compilation-line-number, compilation-column-number): New faces.
7337 (compilation-error-face, compilation-warning-face)
7338 (compilation-info-face, compilation-line-face)
7339 (compilation-column-face): Use them.
7340
7341 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7342
7343 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7344
7345 * bindings.el (global-map): Bind insertchar and its variants.
7346
7347 2005-06-27 Richard M. Stallman <rms@gnu.org>
7348
7349 * textmodes/artist.el (artist-text-overwrite)
7350 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7351
7352 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7353
7354 * ps-print.el: It was not working the page selection for printing.
7355 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7356 (ps-print-version): New version 6.6.7.
7357 (ps-end-sheet): New fun.
7358 (ps-header-sheet, ps-end-job): Call it.
7359
7360 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7361
7362 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7363
7364 2005-06-27 Lute Kamstra <lute@gnu.org>
7365
7366 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7367 background color faces.
7368 (facemenu-get-face): Delete function.
7369 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7370 (facemenu-add-new-color): Make second argument mandatory.
7371 Create the appropriate face and return it. Simplify.
7372 (facemenu-set-foreground, facemenu-set-background): Don't check if
7373 color is defined. Use return value of facemenu-add-new-color.
7374
7375 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7376
7377 * progmodes/gud.el (gud-filter): Add missing argument to
7378 with-selected-window.
7379
7380 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7383 a :require to the defcustom.
7384
7385 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7386 defcustoms corresponding to minor modes.
7387
7388 2005-06-26 David Ponce <david@dponce.com>
7389
7390 * recentf.el: Require tree-widget instead of wid-edit.
7391 (recentf-filename-handler): Fix widget :type.
7392 (recentf-cancel-dialog, recentf-open-more-files)
7393 (recentf-open-files-action): Doc fix.
7394 (recentf-dialog-goto-first): New function.
7395 (recentf-dialog-mode-map): Set parent keymap first.
7396 (recentf-dialog-mode): Define with define-derived-mode.
7397 Don't display continuation lines in dialogs.
7398 (recentf-edit-list): Rename from recentf-edit-selected-items.
7399 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7400 Simplify.
7401 (recentf-edit-list-validate): New function.
7402 (recentf-edit-list): Update accordingly.
7403 (recentf-open-files-item-shift): Remove.
7404 (recentf-open-files-item): Convert menu elements into tree and
7405 link widgets. Don't create the widgets.
7406 (recentf-open-files): Update accordingly.
7407 (recentf-save-list): Untabify.
7408
7409 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7410
7411 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7412 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7413 partially contained in the active region. Do not take active
7414 region into account when called from Lisp, unless INTERACTIVE arg
7415 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7416 avoid trouble with fields. Make marker point nowhere when no
7417 longer used. Always return nil. Doc fix.
7418 (flush-lines): Add INTERACTIVE arg. Do not take active region
7419 into account when called from Lisp, unless INTERACTIVE arg is
7420 non-nil. Use `forward-line' instead of `beginning-of-line' to
7421 avoid trouble with fields. Make marker point nowhere when no
7422 longer used. Always return nil. Doc fix.
7423 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7424 interchangeable. Do not take active region into account when
7425 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7426 message in echo area when called from Lisp, unless INTERACTIVE arg
7427 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7428 Return the number of matches. Doc fix.
7429 (occur): Doc fix.
7430 (perform-replace): Make comment follow double space convention for
7431 the sake of `outline-minor-mode'.
7432
7433 * faces.el (facep): Doc fix.
7434
7435 2005-06-25 Richard M. Stallman <rms@gnu.org>
7436
7437 * facemenu.el (facemenu-enable-faces-p): New function.
7438 (facemenu-background-menu, facemenu-foreground-menu)
7439 (facemenu-face-menu): Add menu-enable property.
7440
7441 * jka-compr.el (jka-compr-insert-file-contents):
7442 Special handling if cannot find the uncompression program.
7443
7444 * cus-face.el (custom-face-attributes): Add autoload.
7445
7446 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7447 Bind comment-indent-function locally.
7448
7449 * window.el (save-selected-window): Use save-current-buffer.
7450
7451 * subr.el (with-selected-window): Use save-current-buffer.
7452
7453 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7454 and with-current-buffer.
7455
7456 2005-06-24 Richard M. Stallman <rms@gnu.org>
7457
7458 * simple.el (line-move-1): Fix previous change.
7459
7460 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7461
7462 * replace.el (occur-1): Set `buffer-read-only' and the
7463 buffer-modified flag before running `occur-hook' to protect
7464 against unintentional buffer switches that can lead to data loss.
7465
7466 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7467
7468 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7469 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7470 initial error.
7471
7472 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7473 after fresh input.
7474 (gdb-var-create-handler): Put name of expression in quotes.
7475
7476 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7479 elements of RING in order, and without bogus nil elements.
7480
7481 2005-06-23 Richard M. Stallman <rms@gnu.org>
7482
7483 * simple.el (set-variable): Args renamed; doc fix.
7484 (line-move-1): When there are overlays around, use vertical-motion.
7485
7486 * faces.el (escape-glyph): Use brown against light background.
7487 (nobreak-space): Rename from no-break-space.
7488 Fix previous change.
7489
7490 * dired-aux.el (dired-do-copy): Fix arg prompt.
7491
7492 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7493
7494 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7495
7496 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7497 rather than "Distributor".
7498
7499 2005-06-23 Lute Kamstra <lute@gnu.org>
7500
7501 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7502 (debug-on-entry): Use it. New interactive declaration that uses
7503 function-called-at-point.
7504
7505 2005-06-23 Kim F. Storm <storm@cua.dk>
7506
7507 * subr.el (save-match-data): Add comment about using evaporate arg
7508 to set-match-data.
7509
7510 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7511
7512 * cus-edit.el (customize-face)
7513 (customize-face-other-window): Handle face aliases.
7514
7515 * faces.el (face-documentation, set-face-attribute)
7516 (face-spec-set): Handle face aliases.
7517
7518 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * help-mode.el (help-make-xrefs): If a symbol representing a face
7521 name is not followed by the word "face", it could still be a
7522 function or variable name, so don't bypass other checks.
7523
7524 2005-06-22 Juri Linkov <juri@jurta.org>
7525
7526 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7527 Replace aliased functions with calls where second arg `inherit' is t.
7528
7529 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * progmodes/gdb-ui.el (gdb-error): New variable.
7532 (gdb-error): New function.
7533 (gdb-annotation-rules): Act on error-begin and error annotations.
7534 (gdb-concat-output): Use font-lock-warning-face for errors.
7535
7536 2005-06-22 Miles Bader <miles@gnu.org>
7537
7538 * bindings.el (propertized-buffer-identification): Use renamed
7539 `Buffer-menu-buffer' face.
7540
7541 * faces.el (vertical-border): Rename from `vertical-divider'.
7542 (escape-glyph): Change dark-background color back to `cyan'.
7543
7544 2005-06-21 Juri Linkov <juri@jurta.org>
7545
7546 * faces.el (face-user-default-spec): Try getting `customized-face'
7547 prior to `saved-face'.
7548 (frame-background-mode): Refill docstring.
7549
7550 * emacs-lisp/lisp-mode.el (eval-defun-1):
7551 * emacs-lisp/edebug.el (edebug-eval-defun):
7552 Set `saved-face' temporarily to nil before calling form.
7553 Set `customized-face' to the new spec after that.
7554
7555 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * subr.el (1value, lambda, key-substitution-in-progress):
7558 Doc fixes.
7559
7560 * autoinsert.el (auto-insert-alist):
7561 * ses.el (ses-call-printer):
7562 * subr.el (noreturn):
7563 * emacs-lisp/lisp.el (check-parens):
7564 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7565 * net/browse-url.el (browse-url-mosaic):
7566 * progmodes/cc-defs.el (c-safe-scan-lists):
7567 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7568 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7569 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7570 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7571 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7572 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7573
7574 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7575
7576 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7577
7578 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7579
7580 * calendar/appt.el (appt-make-list): Activate the package, if
7581 not already active (for backwards compatibility).
7582
7583 2005-06-20 Kim F. Storm <storm@cua.dk>
7584
7585 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7586
7587 2005-06-20 Miles Bader <miles@gnu.org>
7588
7589 * faces.el (vertical-divider): New face.
7590
7591 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7592
7593 * simple.el (kill-whole-line): Doc fix.
7594 (next-error-buffer-p, next-error-find-buffer)
7595 (clone-indirect-buffer): Fix typos in docstrings.
7596 (comment-line-break-function): Doc fix: don't say variable
7597 is automatically buffer-local (it isn't).
7598
7599 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7600
7601 * net/tramp-ftp.el (top):
7602 * net/tramp-smb.el (top):
7603 * net/tramp-util.el (top):
7604 * net/tramp-uu.el (top):
7605 * net/tramp-vc.el (top):
7606 * net/tramp.el (top): Revert copyright years back to original
7607 ones. Tramp has a life outside GNU Emacs.
7608
7609 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7610
7611 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7612
7613 2005-06-18 Juri Linkov <juri@jurta.org>
7614
7615 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7616 end of first regexp to limit the match to the position between
7617 line number and source line with same separator character as used
7618 between file name and line number. In the second regexp limit
7619 mouse-face area to file name and line number by adding new group
7620 for them and referring it in HYPERLINK arg.
7621 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7622 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7623 previous line where grep markers may be already removed.
7624
7625 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7626
7627 * progmodes/ps-mode.el: Update version and maintainer's email address.
7628
7629 2005-06-18 Steve Youngs <steve@xemacs.org>
7630
7631 * net/browse-url.el (browse-url-browser-function)
7632 (browse-url-default-browser): Add firefox.
7633 (browse-url-firefox-program, browse-url-firefox-arguments)
7634 (browse-url-firefox-startup-arguments)
7635 (browse-url-firefox-new-window-is-tab): New defcustoms.
7636 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7637
7638 2005-06-17 Richard M. Stallman <rms@gnu.org>
7639
7640 * startup.el (command-line): Warn if specified user name has
7641 no home directory.
7642
7643 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7644 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7645
7646 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7647 Doc fixes.
7648
7649 * faces.el (underline): Try bold if terminal doesn't support underline.
7650
7651 * mail/sendmail.el (mail-setup-with-from): New variable.
7652 (mail-insert-from-field): New function.
7653 (sendmail-send-it): Call it.
7654 (mail-setup): Optionally call it here.
7655
7656 * term/linux.el: Call tty-no-underline.
7657
7658 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7661
7662 2005-06-17 Miles Bader <miles@gnu.org>
7663
7664 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7665 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7666 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7667 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7668 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7669 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7670 Remove "-face" suffix from face names.
7671 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7672 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7673 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7674 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7675 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7676 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7677 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7678 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7679 New backward-compatibility aliases for renamed faces.
7680 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7681 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7682 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7683 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7684 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7685 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7686 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7687 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7688 Use renamed ediff faces.
7689
7690 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7691 Remove "-face" suffix from face names.
7692 (eshell-test-ok-face, eshell-test-failed-face):
7693 New backward-compatibility aliases for renamed faces.
7694 (eshell-run-test): Use renamed eshell-test faces.
7695
7696 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7697 face name.
7698 (eshell-prompt-face): New backward-compatibility alias for renamed
7699 face.
7700 (eshell-emit-prompt): Use renamed eshell-prompt face.
7701
7702 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7703 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7704 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7705 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7706 Remove "-face" suffix from face names.
7707 (eshell-ls-directory-face, eshell-ls-symlink-face)
7708 (eshell-ls-executable-face, eshell-ls-readonly-face)
7709 (eshell-ls-unreadable-face, eshell-ls-special-face)
7710 (eshell-ls-missing-face, eshell-ls-archive-face)
7711 (eshell-ls-backup-face, eshell-ls-product-face)
7712 (eshell-ls-clutter-face):
7713 New backward-compatibility aliases for renamed faces.
7714 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7715
7716 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7717 Remove "-face" suffix from face name.
7718 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7719 instead of literal face.
7720
7721 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7722
7723 * emacs-lisp/warnings.el (display-warning, lwarn)
7724 (warning-minimum-log-level): Doc fixes.
7725 (warning-minimum-level, warning-minimum-log-level):
7726 Add :debug to :type choices.
7727
7728 * progmodes/ada-mode.el (ada-format-paramlist)
7729 (ada-get-indent-case, ada-check-matching-start)
7730 (ada-check-defun-name, ada-goto-matching-decl-start)
7731 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7732 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7733 (ada-make-subprogram-body): Follow error conventions.
7734 (ada-case-exception-file, ada-indent-comment-as-code)
7735 (ada-indent-handle-comment-special, ada-indent-renames)
7736 (ada-indent-return, ada-search-directories-internal)
7737 (ada-tab-policy, ada-case-exception-substring)
7738 (ada-other-file-alist, ada-matching-start-re)
7739 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7740 (ada-imenu-generic-expression, ada-compile-goto-error)
7741 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7742 (ada-popup-menu, ada-add-extensions, ada-mode)
7743 (ada-region-selected, ada-create-case-exception)
7744 (ada-create-case-exception-substring, ada-after-keyword-p)
7745 (ada-activate-keys-for-case, ada-adjust-case-region)
7746 (ada-adjust-case-buffer, ada-format-paramlist)
7747 (ada-scan-paramlist, ada-insert-paramlist)
7748 (ada-indent-newline-indent)
7749 (ada-indent-newline-indent-conditional)
7750 (ada-justified-indent-current, ada-goto-previous-word)
7751 (ada-indent-current, ada-get-indent-open-paren)
7752 (ada-get-indent-paramlist, ada-get-indent-end)
7753 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7754 (ada-get-indent-block-start, ada-get-indent-subprog)
7755 (ada-get-indent-noindent, ada-get-indent-label)
7756 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7757 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7758 (ada-goto-stmt-end, ada-goto-next-word)
7759 (ada-check-matching-start, ada-check-defun-name)
7760 (ada-goto-matching-decl-start, ada-goto-matching-start)
7761 (ada-goto-matching-end, ada-search-ignore-string-comment)
7762 (ada-in-decl-p, ada-looking-at-semi-or)
7763 (ada-looking-at-semi-private, ada-in-paramlist-p)
7764 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7765 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7766 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7767 (ada-previous-package, ada-create-menu)
7768 (ada-fill-comment-paragraph-justify)
7769 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7770 (ada-other-file-name, ada-last-which-function-line)
7771 (ada-last-which-function-subprog, ada-which-function)
7772 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7773 (ada-gen-treat-proc, ada-check-emacs-version)
7774 (ada-continuation-indent, ada-align-region-separate):
7775 Fix typos in docstrings.
7776 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7777
7778 2005-06-16 Lute Kamstra <lute@gnu.org>
7779
7780 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7781 conditionally.
7782
7783 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * comint.el (comint-replace-by-expanded-filename)
7786 (comint-prompt-regexp, comint-delimiter-argument-list)
7787 (comint-preinput-scroll-to-bottom):
7788 * info.el (Info-hide-cookies-node):
7789 * ls-lisp.el (ls-lisp-classify):
7790 * find-file.el (ff-search-directories, ff-special-constructs)
7791 (ff-find-other-file):
7792 * font-lock.el (font-lock-keywords):
7793 * shell.el (shell-prompt-pattern)
7794 (shell-dynamic-complete-functions, shell-mode)
7795 (shell-delimiter-argument-list):
7796 * term.el (term-replace-by-expanded-filename)
7797 (term-prompt-regexp, term-delimiter-argument-list):
7798 * woman.el (woman-ignore, woman0-if):
7799 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7800 * emacs-lisp/elint.el (elint-init-env):
7801 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7802 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7803 * language/ethio-util.el (ethio-tilde-escape)
7804 (ethio-use-three-dot-question):
7805 * net/zone-mode.el (zone-mode-load-time-setup):
7806 * progmodes/cc-align.el (c-lineup-argcont):
7807 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7808 * progmodes/cperl-mode.el (cperl-set-style-back):
7809 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7810 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7811 Fix spellings in docstrings.
7812
7813 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7814 * progmodes/modula2.el (m2-for): Fix spellings.
7815
7816 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7817
7818 * simple.el (undo-more): Don't use `format' on `error' arguments.
7819 Improve argument/docstring consistency.
7820 (pending-undo-list): Doc fix.
7821
7822 * smerge-mode.el (smerge-ensure-match):
7823 * emulation/vip.el (vip-ex):
7824 * net/zone-mode.el (zone-mode-update-serial):
7825 * progmodes/idlwave.el (idlwave-complete):
7826 * progmodes/vhdl-mode.el (vhdl-visit-file)
7827 (vhdl-compose-wire-components):
7828 Don't use `format' on `error' arguments.
7829
7830 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7831 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7832 (tooltip-help-tips): Fix typos in docstrings.
7833
7834 2005-06-16 David Ponce <david@dponce.com>
7835
7836 * tree-widget.el (tree-widget-value-create): Simplify last change.
7837
7838 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7839
7840 * ido.el (ido-incomplete-regexp): New variable.
7841 (ido-set-matches-1): Handle invalid-regexp error and set
7842 ido-incomplete-regexp.
7843 (ido-incomplete-regexp): New face.
7844 (ido-completions): Use it.
7845 (ido-complete, ido-exit-minibuffer, ido-completions):
7846 Handle incomplete regexps.
7847 (ido-completions): Add check for complete match when entering a regexp.
7848
7849 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7852
7853 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7854
7855 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7856 by field delimiters.
7857
7858 2005-06-15 David Ponce <david@dponce.com>
7859
7860 * tree-widget.el: eval-and-compile inlined functions so they will
7861 be available at run-time too.
7862 (tree-widget-super-format-handler)
7863 (tree-widget-format-handler): Remove.
7864 (tree-widget-value-create): Handle the :indent property.
7865
7866 2005-06-15 Miles Bader <miles@gnu.org>
7867
7868 * progmodes/which-func.el (which-func): Only inherit
7869 `font-lock-function-name-face' when that makes sense against the
7870 default mode-line face, otherwise set the face color explicitly.
7871
7872 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7873 faces instead of (non-existent) variables.
7874
7875 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7878 (iswitchb-get-matched-buffers): Likewise. Simplify.
7879
7880 2005-06-14 Miles Bader <miles@gnu.org>
7881
7882 * progmodes/ld-script.el (ld-script-location-counter):
7883 Remove "-face" suffix from face name.
7884 (ld-script-location-counter-face):
7885 New backward-compatibility alias for renamed face.
7886 (ld-script-location-counter-face): Use renamed face.
7887
7888 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7889 (cperl-hash): Remove "-face" suffix from face names.
7890 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7891 New backward-compatibility aliases for renamed faces.
7892 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7893 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7894
7895 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7896 name.
7897 (which-func-face): New backward-compatibility alias for renamed face.
7898 (which-func-format): Use renamed which-func face.
7899
7900 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7901 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7902 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7903 names.
7904 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7905 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7906 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7907 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7908 (vhdl-speedbar-architecture-selected)
7909 (vhdl-speedbar-configuration-selected)
7910 (vhdl-speedbar-package-selected)
7911 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7912 names.
7913 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7914 Use renamed faces.
7915 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7916 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7917 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7918 Use renamed faces.
7919 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7920 names.
7921 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7922 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7923 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7924 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7925 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7926 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7927
7928 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7929 face name.
7930 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7931 (sh-heredoc-face): Use renamed sh-heredoc face.
7932
7933 * progmodes/idlw-help.el (idlwave-help-link):
7934 Remove "-face" suffix from face name.
7935 (idlwave-help-link-face):
7936 New backward-compatibility alias for renamed face.
7937 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7938
7939 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7940 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7941 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7942 New backward-compatibility aliases for renamed faces.
7943 (idlwave-shell-disabled-breakpoint-face)
7944 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7945
7946 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7947 Remove "-face" suffix from face names.
7948 (flymake-errline-face, flymake-warnline-face):
7949 New backward-compatibility aliases for renamed faces.
7950 (flymake-highlight-line): Use renamed flymake faces.
7951
7952 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7953 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7954 (ebrowse-member-class, ebrowse-progress):
7955 Remove "-face" suffix from face names.
7956 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7957 (ebrowse-file-name-face, ebrowse-default-face)
7958 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7959 (ebrowse-progress-face):
7960 New backward-compatibility aliases for renamed faces.
7961 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7962 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7963 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7964 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7965
7966 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7967 antlr-syntax)
7968 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7969 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7970 names.
7971 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7972 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7973 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7974 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7975 backward-compatibility aliases for renamed faces.
7976 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7977 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7978 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7979 remove "font-lock-". Use renamed antlr-mode faces.
7980 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
7981 literal face-names with face variable references.
7982
7983 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7984 face name.
7985 (Buffer-menu-buffer-face): New backward-compatibility alias for
7986 renamed face.
7987 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7988
7989 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
7990
7991 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7992 Eliminate "-face" suffix.
7993 (makefile-targets): Inherit from font-lock-function-name-face and
7994 eliminate "-face" suffix.
7995 (makefile-shell): Remove attributes and eliminate "-face" suffix.
7996 (makefile-*-font-lock-keywords): Append makefile-targets in rule
7997 actions, instead of prepending, to make it less visible.
7998 (makefile-previous-dependency, makefile-match-dependency):
7999 Don't match a target on a continuation line.
8000
8001 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8002
8003 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8004
8005 * progmodes/gdb-ui.el (menu): Re-order menu items.
8006 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8007
8008 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8009 Define in tooltip.el.
8010 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8011 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8012 gud-tooltip-echo-area.
8013
8014 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8015 backward compatibility and make obsolete.
8016 (tooltip-help-tips): Use tooltip-use-echo-area.
8017 (tooltip-show-help-function): Rename to...
8018 (tooltip-show-help): ...this, because it is a function.
8019 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8020
8021 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8022
8023 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8024 (edebug-print-length, edebug-print-level, edebug-print-circle)
8025 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8026 (edebug-eval-print-last-sexp): Doc fixes.
8027
8028 2005-06-14 Kim F. Storm <storm@cua.dk>
8029
8030 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8031 as the coverage buffer/file/both may change.
8032
8033 2005-06-14 Lute Kamstra <lute@gnu.org>
8034
8035 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8036 and run-mode-hooks. Simplify.
8037
8038 * mail/rmailedit.el (rmail-edit-mode):
8039 * progmodes/octave-inf.el (inferior-octave-mode):
8040 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8041
8042 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8043 and run-mode-hooks.
8044 (recentf-edit-list, recentf-open-files): Don't call
8045 kill-all-local-variables directly.
8046
8047 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8048
8049 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * emacs-lisp/byte-run.el (make-obsolete)
8052 (define-obsolete-function-alias): Rename arguments FUNCTION and
8053 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8054 (make-obsolete-variable, define-obsolete-variable-alias):
8055 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8056 respectively.
8057
8058 * isearchb.el (isearchb-activate):
8059 * pcvs.el (cvs-mode):
8060 * ses.el (ses-load):
8061 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8062 * net/tramp.el (tramp-find-file-exists-command)
8063 (tramp-find-shell):
8064 * progmodes/ada-mode.el (ada-create-case-exception)
8065 (ada-create-case-exception-substring, ada-make-subprogram-body):
8066 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8067 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8068 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8069 * textmodes/org.el (org-promote, org-evaluate-time-range)
8070 (org-agenda-next-date-line, org-agenda-previous-date-line)
8071 (org-agenda-error, org-open-at-point, org-table-move-row)
8072 (org-format-table-table-html-using-table-generate-source)
8073 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8074 * textmodes/reftex.el (reftex-access-scan-info):
8075 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8076 (reftex-toc-promote-prepare): Follow error conventions.
8077
8078 * diff-mode.el (diff-mode): Fix typo in docstring.
8079
8080 * forms.el (forms--intuit-from-file): Fix reference to
8081 `forms-number-of-fields' in error message.
8082 (forms-print): Fix quoting in error message.
8083
8084 * forms.el (forms-mode):
8085 * emulation/vi.el (vi-goto-insert-state):
8086 * progmodes/flymake.el (flymake-new-err-info)
8087 (flymake-start-syntax-check-for-current-buffer)
8088 (flymake-simple-cleanup):
8089 * eshell/esh-var.el (eshell/export):
8090 * progmodes/gud.el (xdb):
8091 * textmodes/flyspell.el (flyspell-incorrect-hook)
8092 (flyspell-maybe-correct-transposition)
8093 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8094
8095 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8096
8097 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8098 minibuffer prompt.
8099
8100 2005-06-13 Kim F. Storm <storm@cua.dk>
8101
8102 * subr.el (add-to-ordered-list): New defun.
8103
8104 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8105 add cua--keymap-alist to emulation-mode-map-alists.
8106
8107 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * subr.el (complete-in-turn): New macro.
8110 (dynamic-completion-table, lazy-completion-table): Add debug info.
8111
8112 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8113 in preference to face aliases.
8114
8115 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8116 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8117 Remove unused vars `start' and `firstline'.
8118 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8119 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8120
8121 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8122
8123 * cus-start.el (all): Don't complain about missing GTK-related
8124 variables, unless either `gtk' is boundp or this isn't a
8125 `windows-nt' build.
8126
8127 2005-06-13 Lute Kamstra <lute@gnu.org>
8128
8129 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8130 run-mode-hooks.
8131
8132 * ediff-mult.el (ediff-meta-mode):
8133 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8134
8135 * ledit.el (ledit-mode): Use delay-mode-hooks.
8136
8137 * woman.el (woman-mode-line-format): Delete constant.
8138 (woman-mode-map): Initialize it properly.
8139 (woman-mode): Set mode-class property to special.
8140 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8141 Set major-mode and mode-name. Don't set mode-line-format directly.
8142 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8143
8144 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8145 string argument obsolete.
8146
8147 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8148
8149 * textmodes/org.el (org-CUA-compatible): New option.
8150 (org-disputed-keys): New variable.
8151 (org-key): New function.
8152 (orgtbl-make-binding): Add docstring to the created function.
8153 (org-mode): Set paragraph start/separate regexps.
8154 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8155 (org-archive-location, org-archive-mark-done)
8156 (org-archive-stamp-time): New options.
8157 (org-archive-subtree): New command.
8158 (org-fill-paragraph): New function.
8159 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8160 (org-fake-empty-table-line): Function removed.
8161 (org-format-org-table-html): Do not create empty table lines at
8162 separator lines. Improved table header treatment.
8163 (org-link-format): New option.
8164 (org-make-link): New function.
8165 (org-insert-link, org-store-link): Use org-make-link.
8166 (org-open-file): Quote file name for shell command, to allow
8167 spaces in file names.
8168 (org-link-regexp): Fix bug with mailto link.
8169 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8170 New constants.
8171 (org-export-as-html): Deal with the optional angles around a link.
8172 Better treatment of file: links.
8173 (org-open-at-point): Replace @{ and @} with < and >.
8174 (org-run-mode-hooks): Function removed.
8175 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8176
8177 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8178
8179 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8180 MI command -data-list-register-values.
8181 (gdb-post-prompt): Indent properly.
8182
8183 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * hilit-chg.el (highlight-changes-colors): Rename from
8186 `highlight-changes-colours'.
8187 (highlight-changes-colours): Keep as obsolete alias.
8188 (highlight-changes-face-list): Doc fix.
8189 (hilit-chg-make-list): Use `highlight-changes-colors'.
8190
8191 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8192
8193 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8194 defun-prompt-regexp.
8195
8196 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8197
8198 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8199 and cygwin.
8200
8201 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8202 Don't use an old loaddefs.el, as in Makefile.in.
8203
8204 2005-06-12 Lute Kamstra <lute@gnu.org>
8205
8206 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8207
8208 * man.el (Man-mode-map): Initialize it properly.
8209 (Man-mode): Set mode-class property to special.
8210
8211 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8212
8213 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8214
8215 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8216 A newline is needed in the docstring there.
8217
8218 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8219 Doc fixes.
8220
8221 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8222
8223 * printing.el: Doc fix. The menubar is no more changed when printing
8224 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8225 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8226 (pr-version): New version number (6.8.4).
8227 (pr-menu-bind): New command.
8228 (pr-update-menus): Docstring and code fix.
8229 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8230 Docstring fix.
8231 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8232 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8233
8234 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8235
8236 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8237 "Returns" to "return", document useful return values, etc.
8238
8239 2005-06-11 Alan Mackenzie <acm@muc.de>
8240
8241 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8242 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8243 (adaptive-file-function): Minor amendment to doc-string.
8244
8245 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8246
8247 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8248 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8249 Fix :type--it is `integer', not `string'.
8250
8251 * faces.el (modeline-highlight): Rename from (the erroneous)
8252 `modeline-higilight'.
8253
8254 2005-06-11 Lute Kamstra <lute@gnu.org>
8255
8256 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8257 lisp-interaction-mode-map but make it the parent.
8258 (edebug-eval-mode): Use define-derived-mode.
8259
8260 2005-06-11 Andreas Schwab <schwab@suse.de>
8261
8262 * bindings.el: Add binding of `ESC functionkey' for every
8263 `M-functionkey'.
8264 * hexl.el (hexl-mode-map): Likewise.
8265
8266 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8267
8268 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8269 [msft]: update regexp for newer msft compilers.
8270
8271 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8272
8273 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8274 ATTLIST portions of included DTDs.
8275 (xml-parse-dtd): Eliminate use of inefficient match-data.
8276
8277 2005-06-10 Miles Bader <miles@gnu.org>
8278
8279 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8280 (mpuz-text): Remove "-face" suffix from face names.
8281 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8282 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8283 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8284
8285 * play/gomoku.el (gomoku-O, gomoku-X):
8286 Remove "-face" suffix from face names.
8287 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8288 New backward-compatibility aliases for renamed faces.
8289 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8290
8291 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * thumbs.el: Fixes for changes of 2005-06-09.
8294 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8295 as a directory.
8296 (thumbs-thumbname): Remove directory separator from format string;
8297 `thumbs-thumbsdir' now returns a valid directory name.
8298 (thumbs-temp-dir): New defsubst.
8299 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8300 Use it.
8301
8302 * cus-edit.el (minibuffer):
8303 * files.el (make-backup-file-name-function):
8304 * filesets.el (filesets-external-viewers):
8305 * hilit-chg.el (highlight-changes-colours)
8306 (highlight-changes-face-list, highlight-changes-rotate-faces):
8307 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8308 * kmacro.el (kmacro-call-macro):
8309 * log-edit.el (log-edit-changelog-full-paragraphs):
8310 * mouse.el (mouse-1-click-follows-link):
8311 * skeleton.el (skeleton-autowrap):
8312 * subr.el (insert-for-yank-1):
8313 * tempo.el (tempo-insert-region):
8314 * terminal.el (terminal-emulator):
8315 * time.el (display-time-mail-face):
8316 * vc.el (vc-annotate):
8317 * vcursor.el (vcursor-copy-line):
8318 * woman.el (woman-bold-headings, woman-ignore)
8319 (woman-default-faces, woman-monochrome-faces):
8320 * calendar/todo-mode.el (todo-insert-threshold):
8321 * emulation/pc-select.el (pc-select-selection-keys-only)
8322 (pc-selection-mode):
8323 * emulation/vip.el (vip-find-char-forward):
8324 * emulation/viper-cmd.el (viper-find-char-forward):
8325 * international/mule-cmds.el
8326 (select-safe-coding-system-accept-default-p)
8327 (input-method-exit-on-invalid-key):
8328 * international/mule-diag.el (describe-coding-system):
8329 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8330 * net/browse-url.el (browse-url-xterm-program):
8331 * obsolete/lazy-lock.el (lazy-lock-mode):
8332 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8333 (cperl-mode):
8334 * progmodes/cpp.el (cpp-face-light-name-list)
8335 (cpp-face-dark-name-list):
8336 * progmodes/delphi.el (delphi-newline-always-indents):
8337 Fix spellings in docstrings.
8338
8339 * ido.el (ido-mode, ido-file-extensions-order)
8340 (ido-default-file-method, ido-default-buffer-method)
8341 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8342 (ido-decorations, ido-read-file-name-as-directory-commands)
8343 (ido-read-file-name-non-ido, ido-work-directory-list)
8344 (ido-ignore-item-temp-list, ido-current-directory)
8345 (ido-magic-forward-char, ido-enter-find-file)
8346 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8347 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8348
8349 2005-06-10 Lute Kamstra <lute@gnu.org>
8350
8351 * play/dunnet.el (dun-mode): Use define-derived-mode.
8352 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8353 obsolete alias.
8354
8355 * play/doctor.el (doctor-mode-map): Remove defvar.
8356 (doctor-mode): Use define-derived-mode.
8357
8358 * mail/mspools.el (mspools-mode):
8359 * net/eudc-hotlist.el (eudc-hotlist-mode):
8360 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8361
8362 2005-06-10 Miles Bader <miles@gnu.org>
8363
8364 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8365 Remove "-face" suffix from face names.
8366 (flyspell-incorrect-face, flyspell-duplicate-face):
8367 New backward-compatibility aliases for renamed faces.
8368 (flyspell-mode-on, make-flyspell-overlay)
8369 (flyspell-highlight-incorrect-region)
8370 (flyspell-highlight-duplicate-region)
8371 (flyspell-display-next-corrections)
8372 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8373
8374 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8375 from face name.
8376 (texinfo-heading-face): New backward-compatibility alias for
8377 renamed face.
8378 (texinfo-heading-face): Use renamed texinfo-heading face.
8379
8380 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8381 suffix from face names.
8382 (tex-math-face, tex-verbatim-face):
8383 New backward-compatibility aliases for renamed faces.
8384 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8385 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8386 literal face name.
8387
8388 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8389 name.
8390 (table-cell-face): New backward-compatibility alias for renamed face.
8391 (table--put-cell-face-property, table--update-cell-face):
8392 Use renamed table-cell face.
8393
8394 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8395 from face name.
8396 (sgml-namespace-face): New backward-compatibility alias for
8397 renamed face.
8398 (sgml-namespace-face): Use renamed sgml-namespace face.
8399
8400 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8401 (org-level-4, org-level-5, org-level-6, org-level-7)
8402 (org-level-8, org-warning, org-headline-done)
8403 (org-deadline-announce, org-scheduled-today)
8404 (org-scheduled-previously, org-link, org-done, org-table)
8405 (org-time-grid): Remove "-face" suffix from face names.
8406 (org-level-1-face, org-level-2-face, org-level-3-face)
8407 (org-level-4-face, org-level-5-face, org-level-6-face)
8408 (org-level-7-face, org-level-8-face, org-warning-face)
8409 (org-headline-done-face, org-deadline-announce-face)
8410 (org-scheduled-today-face, org-scheduled-previously-face)
8411 (org-link-face, org-done-face, org-table-face)
8412 (org-time-grid-face):
8413 New backward-compatibility aliases for renamed faces.
8414 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8415 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8416 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8417 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8418
8419 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8420 (viper-minibuffer-emacs, viper-minibuffer-insert)
8421 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8422 (viper-search-face, viper-replace-overlay-face)
8423 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8424 (viper-minibuffer-vi-face):
8425 New backward-compatibility aliases for renamed faces.
8426 (viper-search-face, viper-replace-overlay-face)
8427 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8428 (viper-minibuffer-vi-face): Use renamed viper faces.
8429
8430 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8431 Remove "-face" suffix from face names.
8432 (testcover-nohits-face, testcover-1value-face):
8433 New backward-compatibility aliases for renamed faces.
8434 (testcover-mark): Use renamed testcover faces.
8435
8436 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8437 face name.
8438 (diary-button-face): New backward-compatibility alias for renamed face.
8439 (diary-entry): Use renamed diary-button face.
8440
8441 * calendar/calendar.el (diary, calendar-today, holiday)
8442 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8443 (diary-face, calendar-today-face, holiday-face):
8444 New backward-compatibility aliases for renamed faces.
8445 (eval-after-load "facemenu", diary-entry-marker)
8446 (calendar-today-marker, calendar-holiday-marker, diary-face):
8447 Use renamed calendar faces.
8448
8449 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8450 (compare-windows-face): New backward-compatibility alias for
8451 renamed face.
8452 (compare-windows-highlight): Use renamed compare-windows face.
8453
8454 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8455 (strokes-char-face): New backward-compatibility alias for renamed face.
8456 (strokes-encode-buffer): Use renamed strokes-char face.
8457
8458 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8459 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8460 Remove "-face" suffix from face names.
8461 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8462 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8463 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8464 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8465 Use renamed pcvs faces.
8466 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8467 * pcvs-defs.el (cvs-mode-map): Likewise.
8468 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8469
8470 * info.el (info-title-1, info-title-2, info-title-3)
8471 (info-title-4): Remove "-face" suffix from and downcase face names.
8472 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8473 (Info-title-4-face):
8474 New backward-compatibility aliases for renamed faces.
8475 (Info-fontify-node): Use renamed info faces.
8476
8477 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8478 Remove "-face" suffix from face names.
8479 (highlight-changes-face, highlight-changes-delete-face):
8480 New backward-compatibility aliases for renamed faces.
8481 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8482 (hilit-chg-make-list): Use renamed highlight-changes faces.
8483
8484 * generic-x.el (show-tabs-tab, show-tabs-space):
8485 Remove "-face" suffix from face names.
8486 (show-tabs-tab-face, show-tabs-space-face):
8487 New backward-compatibility aliases for renamed faces.
8488 (show-tabs-generic-mode-font-lock-defaults-1)
8489 (show-tabs-generic-mode-font-lock-defaults-2):
8490 Use renamed show-tabs faces.
8491
8492 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8493 (smerge-markers): Remove "-face" suffix from face names.
8494 (smerge-mine-face, smerge-other-face, smerge-base-face)
8495 (smerge-markers-face):
8496 New backward-compatibility aliases for renamed faces.
8497 (smerge-mine-face, smerge-other-face, smerge-base-face)
8498 (smerge-markers-face): Use renamed smerge faces.
8499
8500 * log-view.el (log-view-file, log-view-message): Remove "-face"
8501 suffix from face names.
8502 (log-view-file-face, log-view-message-face):
8503 New backward-compatibility aliases for renamed faces.
8504 (log-view-file-face, log-view-message-face): Use renamed log-view
8505 faces.
8506
8507 * paren.el (show-paren-match, show-paren-mismatch):
8508 Remove "-face" suffix from face names.
8509 (show-paren-match-face, show-paren-mismatch-face):
8510 New backward-compatibility aliases for renamed faces.
8511 (show-paren-function): Use renamed show-paren faces.
8512
8513 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8514 (ruler-mode-margins, ruler-mode-fringes)
8515 (ruler-mode-column-number, ruler-mode-fill-column)
8516 (ruler-mode-comment-column, ruler-mode-goal-column)
8517 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8518 suffix from face names.
8519 (ruler-mode-default-face, ruler-mode-pad-face)
8520 (ruler-mode-margins-face, ruler-mode-fringes-face)
8521 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8522 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8523 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8524 New backward-compatibility aliases for renamed faces.
8525 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8526 (ruler-mode-column-number, ruler-mode-fill-column)
8527 (ruler-mode-comment-column, ruler-mode-goal-column)
8528 (ruler-mode-tab-stop, ruler-mode-current-column)
8529 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8530 faces.
8531
8532 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8533 face name.
8534 (whitespace-highlight-the-space): Use renamed face.
8535 (whitespace-highlight-face): New backward-compatibility alias for
8536 renamed face.
8537
8538 * woman.el (woman-italic, woman-bold, woman-unknown)
8539 (woman-addition, woman-symbol-face):
8540 Remove "-face" suffix from face names.
8541 (woman-italic-face, woman-bold-face, woman-unknown-face)
8542 (woman-addition-face):
8543 New backward-compatibility aliases for renamed faces.
8544 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8545 (woman-decode-region, woman-replace-match)
8546 (woman-display-extended-fonts, woman-special-characters)
8547 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8548 Use renamed woman faces.
8549
8550 * longlines.el (longlines-visible-face): Face removed.
8551
8552 * diff-mode.el (diff-header, diff-file-header, diff-index)
8553 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8554 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8555 suffix from face names.
8556 (diff-header-face, diff-file-header-face, diff-index-face)
8557 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8558 (diff-changed-face, diff-function-face, diff-context-face)
8559 (diff-nonexistent-face): New backward-compatibility aliases for
8560 renamed faces.
8561 (diff-header-face, diff-file-header-face)
8562 (diff-index, diff-index-face, diff-hunk-header)
8563 (diff-hunk-header-face, diff-removed, diff-removed-face)
8564 (diff-added, diff-added-face, diff-changed-face, diff-function)
8565 (diff-function-face, diff-context-face, diff-nonexistent)
8566 (diff-nonexistent-face): Use renamed diff-mode faces.
8567
8568 * progmodes/compile.el (compilation-warning-face)
8569 (compilation-info-face): Remove "-face" suffix from face names.
8570 (compilation-warning-face, compilation-info-face):
8571 New backward-compatibility aliases for renamed faces.
8572 (compilation-warning-face, compilation-info-face):
8573 Use renamed compilation faces.
8574
8575 * add-log.el (change-log-date, change-log-name)
8576 (change-log-email, change-log-file, change-log-list)
8577 (change-log-conditionals, change-log-function)
8578 (change-log-acknowledgement): Remove "-face" suffix from face names.
8579 (change-log-date-face, change-log-name-face)
8580 (change-log-email-face, change-log-file-face)
8581 (change-log-list-face, change-log-conditionals-face)
8582 (change-log-function-face, change-log-acknowledgement-face):
8583 New backward-compatibility aliases for renamed faces.
8584 (change-log-font-lock-keywords): Use renamed change-log faces.
8585
8586 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8587 (custom-set, custom-changed, custom-saved, custom-button)
8588 (custom-button-pressed, custom-documentation, custom-state)
8589 (custom-comment, custom-comment-tag, custom-variable-tag)
8590 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8591 (custom-group-tag): Remove "-face" suffix from face names.
8592 (custom-magic-alist, custom-magic-value-create)
8593 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8594 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8595 (custom-set-face, custom-changed-face, custom-saved-face)
8596 (custom-button-face, custom-button-pressed-face)
8597 (custom-documentation-face, custom-state-face)
8598 (custom-comment-face, custom-comment-tag-face)
8599 (custom-variable-tag-face, custom-variable-button-face)
8600 (custom-face-tag-face, custom-group-tag-face-1)
8601 (custom-group-tag-face):
8602 New backward-compatibility aliases for renamed faces.
8603
8604 * wid-edit.el (widget-documentation, widget-button)
8605 (widget-field, widget-single-line-field, widget-inactive)
8606 (widget-button-pressed): "-face" suffix removed from face names.
8607 (widget-documentation-face, widget-button-face)
8608 (widget-field-face, widget-single-line-field-face)
8609 (widget-inactive-face, widget-button-pressed-face):
8610 New backward-compatibility aliases for renamed faces.
8611 (widget-documentation-face, widget-button-face)
8612 (widget-button-pressed-face, widget-specify-field)
8613 (widget-specify-inactive): Use renamed widget faces.
8614
8615 2005-06-10 Kenichi Handa <handa@m17n.org>
8616
8617 * term/x-win.el (x-clipboard-yank): Remove condition-case
8618 wrapping.
8619
8620 2005-06-11 Kenichi Handa <handa@m17n.org>
8621
8622 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8623 date lines stricter.
8624
8625 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8626
8627 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8628 of x-get-selection.
8629
8630 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8631
8632 * comint.el (comint-mode, comint-snapshot-last-prompt):
8633 * frame.el (frame-current-scroll-bars):
8634 * term.el (term-mode, term-check-proc, term-input-sender)
8635 (term-simple-send, term-extract-string, term-word)
8636 (term-match-partial-filename):
8637 * window.el (window-current-scroll-bars):
8638 * emulation/cua-base.el (cua-normal-cursor-color)
8639 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8640 (cua-global-mark-cursor-color):
8641 * mail/undigest.el (rmail-forward-separator-regex):
8642 Fix typos in docstrings.
8643
8644 * comint.el (comint-check-proc, make-comint-in-buffer)
8645 (comint-source-default): Doc fixes.
8646
8647 * term.el (term-send-string): Improve argument/docstring consistency.
8648
8649 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8650
8651 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8652 call to `delete-region'.
8653 (comint-mode-hook): Do not enable Font Lock by default.
8654
8655 2005-06-09 Lute Kamstra <lute@gnu.org>
8656
8657 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8658 could be void.
8659
8660 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8663 (debug): Use it.
8664 (debugger-step-through, debugger-continue, debugger-jump)
8665 (debugger-return-value): Set it when needed.
8666 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8667 Use inhibit-read-only.
8668
8669 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * window.el (shrink-window-if-larger-than-buffer)
8672 (window-size-fixed): Fix typo in docstring.
8673
8674 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8675 thumbnails directory on loading.
8676 (thumbs-conversion-program): Use `eq' to check the system type,
8677 not `equal'.
8678 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8679 not "/tmp". Fix docstring.
8680 (thumbs-thumbsdir): New function to return the thumbnails
8681 directory, creating it if needed.
8682 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8683 (thumbs-temp-file): Delete variable and make it into a function.
8684 (thumbs-resize-image, thumbs-modify-image): Use it.
8685 (thumbs-kill-buffer): Simplify.
8686 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8687 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8688 docstrings.
8689
8690 2005-06-09 Kim F. Storm <storm@cua.dk>
8691
8692 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8693 set-match-data to free markers in match-data.
8694
8695 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8696 match-data to unchain markers in match-data.
8697
8698 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8701 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8702 unnecessary now.
8703
8704 2005-06-08 Richard M. Stallman <rms@gnu.org>
8705
8706 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8707 give the variable a doc string that doesn't say don't set it directly.
8708
8709 * textmodes/ispell.el (ispell-check-version):
8710 Use match-string-no-properties.
8711 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8712 (ispell-buffer-local-words): Likewise.
8713
8714 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8715 except on terminals with enough colors to really display it.
8716 (makefile-dependency-regex): Delete spurious `bb'.
8717
8718 * faces.el (escape-glyph): Use blue once again in last case.
8719 (no-break-space): Redefine so that it isn't invisible on a tty.
8720
8721 2005-06-08 Kim F. Storm <storm@cua.dk>
8722
8723 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8724 also when reading directory name.
8725
8726 2005-06-08 Lute Kamstra <lute@gnu.org>
8727
8728 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8729 (flyspell-mode-line-string): Remove autoload cookie.
8730 (flyspell-mode): Remove defvar.
8731
8732 2005-06-07 Lute Kamstra <lute@gnu.org>
8733
8734 * textmodes/org.el (org-run-mode-hooks): New function.
8735 (org-agenda-mode): Use it.
8736
8737 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8738
8739 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8740
8741 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8744
8745 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8746
8747 * font-lock.el (font-lock-add-keywords): Doc fix.
8748
8749 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8752 (tex-compile-default): In the absence of any history, use the order in
8753 tex-compile-alist to choose the preferred command.
8754 (tex-compile-commands): Reorder a bit.
8755
8756 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8757 (flyspell-incorrect-face, flyspell-duplicate-face):
8758 Use (X)Emacs-agnostic code.
8759 (flyspell-mode-map): Don't overwrite at each load. Remove code
8760 redundant with the subsequent add-minor-mode. Merge Emacs and
8761 XEmacs code.
8762 (flyspell-word): Minor simplification.
8763 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8764 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8765 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8766 Merge the corresponding Emacs code.
8767 (flyspell-correct-word, flyspell-xemacs-popup):
8768 Use flyspell-do-correct.
8769
8770 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8771 a dedicated window.
8772
8773 * international/latexenc.el (latexenc-find-file-coding-system):
8774 Undo part of last patch, to turn off a compiler warning.
8775
8776 2005-06-06 Juri Linkov <juri@jurta.org>
8777
8778 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8779 Rename `tmm-inactive-face' to `tmm-inactive'.
8780
8781 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8782
8783 * iswitchb.el: Rename faces.
8784
8785 2005-06-06 Kim F. Storm <storm@cua.dk>
8786
8787 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8788 (cua-global-mark): Remove -face suffix from face names.
8789
8790 * emulation/cua-gmrk.el (cua--init-global-mark):
8791 Remove cua-global-mark face setup.
8792
8793 2005-06-06 Richard M. Stallman <rms@gnu.org>
8794
8795 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8796 just like other allowed characters.
8797 (makefile-match-dependency): Exclude leading and training whitespace
8798 from the range of regexp subexp 1.
8799 (makefile-macroassign-regex): Don't try to match the body,
8800 just the name of the macro being defined.
8801
8802 * info.el (Info-read-node-name-2): New function.
8803 (Info-read-node-name-1): Use that.
8804 Add a completion-base-size-function property.
8805
8806 * simple.el (completion-setup-function): Look for
8807 completion-base-size-function property of minibuffer-completion-table.
8808
8809 * files.el (locate-file-completion): Doc fix.
8810
8811 * printing.el: Don't call pr-update-menus; user must do that.
8812
8813 * emacs-lisp/debug.el (debugger-window): New variable.
8814 (debug): Use debugger-window if it is set and still alive.
8815 Record debugger-window for next entry.
8816
8817 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8818
8819 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8820
8821 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8822 (hack-one-local-variable, hack-local-variables)
8823 (hack-local-variables-prop-line): Pass that arg.
8824
8825 2005-06-06 Kim F. Storm <storm@cua.dk>
8826
8827 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8828 (ido-indicator): Remove -face suffix from face names.
8829
8830 2005-06-06 Juri Linkov <juri@jurta.org>
8831
8832 * font-lock.el (font-lock-regexp-backslash)
8833 (font-lock-regexp-backslash-construct): New faces.
8834 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8835 after `('. Add `while-no-input' to control structures.
8836
8837 * faces.el (no-break-space, shadow): New faces.
8838 (escape-glyph): Use less loud colors pink2 and red4.
8839
8840 * diff-mode.el (diff-context-face)
8841 * dired.el (dired-ignored)
8842 * rfn-eshadow.el (file-name-shadow)
8843 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8844
8845 * info.el (Info-title-1-face): Use green instead of yellow because
8846 bold yellow is not readable on light backgrounds.
8847
8848 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8849 before selecting the desired mode to not spend time fontifying
8850 old contents.
8851
8852 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8853
8854 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8855 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8856
8857 * ps-print.el (ps-default-fg, ps-default-bg):
8858 Fix typos in docstrings.
8859
8860 * isearchb.el (isearchb): Don't pass a spurious second argument to
8861 `iswitchb-completions'.
8862
8863 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8864
8865 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8866 to preserve point.
8867 (gdb-find-file-hook): Add doc string.
8868
8869 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8870 C dereferenced pointer expression.
8871 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8872
8873 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8874
8875 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8876 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8877 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8878 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8879 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8880 Make background transparent.
8881
8882 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8883
8884 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8885 (font-lock-remove-keywords): Doc fix.
8886 (font-lock-mode-major-mode): Compiler defvar.
8887 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8888
8889 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8890 (font-lock-mode): Update `font-lock-mode-major-mode'.
8891 (font-lock-set-defaults): Compiler defvar.
8892 (font-lock-default-function): Take `font-lock-mode-major-mode'
8893 into account.
8894
8895 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8896 keep track of which major mode it enabled the minor mode for.
8897 Use find-file-hook again. Update docstring.
8898
8899 * simple.el (eval-expression-print-level)
8900 (eval-expression-print-length, eval-expression-debug-on-error):
8901 Doc fixes.
8902
8903 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8904
8905 * iswitchb.el (iswitchb-single-match-face)
8906 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8907 (iswitchb-invalid-regexp-face): New faces.
8908 (iswitchb-completions): Use them.
8909 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8910 now marked as an obsolete alias.
8911 (iswitchb-read-buffer): Remove check for bound font variables.
8912 (iswitchb-invalid-regexp): New free variable.
8913 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8914 set iswitchb-invalid-regexp.
8915 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8916 invalid regexps.
8917 (iswitchb-completions): Add check for complete match when entering
8918 a regexp.
8919 (iswitchb-completions): Remove require-match argument.
8920 (iswitchb-exhibit): Fix caller.
8921 (iswitchb-common-match-inserted): New variable.
8922 (iswitchb-complete, iswitchb-completion-help): Use it.
8923
8924 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8925
8926 * url-http.el (url-http-chunked-encoding-after-change-function):
8927 Use `url-http-debug' instead of `message'.
8928
8929 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8930
8931 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8932 callback argument.
8933
8934 2005-06-04 Kim F. Storm <storm@cua.dk>
8935
8936 * simple.el (line-move): Only call sit-for when moving backwards.
8937
8938 * ido.el (ido-make-merged-file-list-1): New defun split from
8939 ido-make-merged-file-list.
8940 (ido-make-merged-file-list): Bind throw-on-input around call to
8941 ido-make-merged-file-list-1. Return input-pending-p if
8942 interrupted by more input available.
8943 (ido-read-internal): Handle input-pending-p return value from
8944 ido-make-merged-file-list.
8945
8946 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8949 compatibility code.
8950
8951 * international/latexenc.el (latexenc-find-file-coding-system):
8952 Don't inherit the EOL part of the coding-system from the
8953 tex-main buffer. Fit within 80 columns.
8954
8955 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8956
8957 * tmm.el (tmm-inactive-face): New face.
8958 (tmm-remove-inactive-mouse-face): New function.
8959 (tmm-prompt, tmm-add-one-shortcut)
8960 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8961 but not selectable.
8962
8963 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
8964
8965 * faces.el (face-equal): Improve argument/docstring consistency.
8966
8967 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8968
8969 * progmodes/make-mode.el (makefile-targets-face)
8970 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8971 (makefile-bsdmake-dependency-regex)
8972 (makefile-makepp-rule-action-regex)
8973 (makefile-bsdmake-rule-action-regex): New constants.
8974 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8975
8976 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8977 Allow (...) within `...' for makepp messages.
8978
8979 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
8980
8981 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8982
8983 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8984 "." files are deleted from all file lists before comparison.
8985
8986 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8987 (viper-ESC-key): Made them customizable.
8988
8989 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8990
8991 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
8992
8993 * autorevert.el (auto-revert-buffers): Use save-match-data.
8994
8995 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8998 menu items with a nil command binding.
8999
9000 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9001
9002 * emacs-lisp/cl-macs.el (defsetf):
9003 Improve argument/docstring consistency.
9004
9005 * faces.el (list-faces-display): Improve the formatting by
9006 computing the maximum length required for any face-name (reworked
9007 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9008 (internal-find-face): Remove redundant info in docstring.
9009
9010 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9011
9012 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9013 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9014 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9015 (gdb-assembler-custom): Improve regexps.
9016 (def-gdb-auto-update-handler): Use window point to preserve point.
9017
9018 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9021
9022 2005-05-31 Jay Belanger <belanger@truman.edu>
9023
9024 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9025 to calc-embedded.
9026 (calc-embedded-make-info): Have plain prefix argument select
9027 entire line.
9028
9029 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9030
9031 * faces.el (list-faces-display): Signal error if passed a regexp
9032 that matches no face name.
9033
9034 * simple.el (filter-buffer-substring): Fix typo in docstring.
9035
9036 2005-05-31 Richard M. Stallman <rms@gnu.org>
9037
9038 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9039 (vhdl-emacs-21): Doc fix.
9040 (vhdl-mode): Unconditionally set comment-padding.
9041 (vhdl-fixup-whitespace-region): Insert spaces only where
9042 there are none.
9043 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9044
9045 2005-05-30 John Wiegley <johnw@newartisans.com>
9046
9047 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9048 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9049 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9050 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9051 `string-to-number'.
9052
9053 2005-05-30 Jay Belanger <belanger@truman.edu>
9054
9055 * calc/calc.el (calc-bug-address): Fix docstring.
9056 (calc-window-hook, calc-trail-window-hook): New variables.
9057 (calc-trail-display): Restore use of calc-trail-window-hook.
9058 (calc): Restore use of calc-window-hook.
9059
9060 2005-05-31 Masatake YAMATO <jet@gyve.org>
9061
9062 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9063
9064 * help-fns.el (help-C-file-name): Add autoload mark for
9065 `find-function-noselect'.
9066
9067 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9070 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9071
9072 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9073
9074 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9075 included diary buffer if it was not already being visited.
9076 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9077
9078 * calendar/icalendar.el (top-level): Do not require 'appt.
9079
9080 * mail/supercite.el (sc-select-attribution): Only use a list
9081 element from sc-attrib-selection-list if it returns a string.
9082 Reported by Davide G. M. Salvetti <salve@debian.org>.
9083
9084 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9087 includes a hash value to improve its uniqueness, and has a ".jpg"
9088 extension. Also, it is now a valid filename on all systems.
9089 (thumbs-make-thumb): Use `let', not `let*'.
9090 (thumbs-show-thumbs-list): Check for JPEG availability.
9091
9092 2005-05-30 Richard M. Stallman <rms@gnu.org>
9093
9094 * filesets.el (filesets-menu-ensure-use-cached):
9095 Prevent warning when emacs-version>= is undefined.
9096
9097 * printing.el (pr-interactive-n-up): Use string-to-number.
9098
9099 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9100
9101 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9102 Warn only when name to be defined is quoted.
9103
9104 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9105
9106 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9107 Make regexp more robust.
9108 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9109 Force regeneration of disassembly.
9110
9111 2005-05-29 Jay Belanger <belanger@truman.edu>
9112
9113 * calc/calc.el (calc-user-invocation): Check if
9114 calc-invocation-macro is non-nil.
9115
9116 2005-05-29 Juri Linkov <juri@jurta.org>
9117
9118 * add-log.el (change-log-font-lock-keywords):
9119 Add `+' to e-mail regexp to accept mail address with keywords.
9120
9121 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9122
9123 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9124
9125 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9126
9127 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9128
9129 2005-05-29 Richard M. Stallman <rms@gnu.org>
9130
9131 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9132 Undo the change that moves to end of the current word.
9133
9134 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9135
9136 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9137 Throw error when count <= 0 to ensure input is a number.
9138 (gdb-read-memory-custom): Pick up address from buffer.
9139 (gdb-memory-mode): Allow user to increment and decrement
9140 memory address from header line.
9141
9142 2005-05-29 Richard M. Stallman <rms@gnu.org>
9143
9144 * flyspell.el (flyspell-version): Function deleted.
9145 (flyspell-auto-correct-previous-hook): Doc fix.
9146
9147 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9148 Do nothing if memory is full.
9149
9150 * font-lock.el (font-lock-fontify-syntactically-region):
9151 Pass t for GREEDY to looking-back.
9152
9153 * saveplace.el (save-place-alist-to-file): Write the file
9154 using write-region.
9155
9156 * subr.el (looking-back): New argument GREEDY.
9157
9158 * progmodes/compile.el (compilation-start): Set the mode
9159 before inserting the initial text.
9160
9161 * progmodes/which-func.el (which-func-update-1): Turn the mode
9162 off in case of error by setting which-func-mode.
9163
9164 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9165
9166 * flyspell.el (flyspell-auto-correct-previous-word):
9167 Narrow down to what's on the screen, and recenter overlays
9168 at the end of the next word.
9169
9170 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9171
9172 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9173 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9174 (flyspell-abbrev-p): Default to nil.
9175 (flyspell-use-global-abbrev-table-p): Doc fix.
9176 (flyspell-large-region): Allow nil as value.
9177 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9178
9179 (mail-mode-flyspell-verify): More robust handling
9180 of `mail-header-separator'. More efficient signature detection.
9181 Allow for regexp metacharacters in message-header-separator.
9182 Adding `To' not to be checked in mail-mode-flyspell-verify.
9183
9184 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9185 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9186 Bind flyspell-auto-correct-binding.
9187 Bind C-. and C-, .
9188 (flyspell-mode-map): Likewise.
9189 (flyspell-mode): Doc fix.
9190 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9191 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9192 (flyspell-word-cache-result): New var, always local.
9193 (flyspell-check-pre-word-p): Doc fix.
9194 (flyspell-check-changed-word-p): Handle spc like newline.
9195 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9196 (flyspell-word-search-backward, flyspell-word-search-forward):
9197 New functions.
9198 (flyspell-word): Return t if nothing to check.
9199 When parsing TeX code, check for after } or \.
9200 Use flyspell-word-search-backward to find previous word.
9201 Return nil if duplicated word.
9202 For word already checked, return same value as last time.
9203 Set flyspell-word-cache-result after checking.
9204 Don't clobber the return value.
9205 (flyspell-get-word): Major rewrite.
9206 (flyspell-external-point-words): New locals pword, pcount.
9207 Fix size used in progress message.
9208 Find the proper corresponding word in flyspell-large-region-buffer.
9209 (flyspell-region): Check for flyspell-large-region = nil.
9210 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9211 (flyspell-auto-correct-word): Check that WORD is a cons.
9212 (flyspell-correct-word): Likewise.
9213
9214 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9215
9216 * progmodes/make-mode.el (makefile-rule-action-regex)
9217 (makefile-macroassign-regex, makefile-makepp-mode)
9218 (makefile-bsdmake-mode): Continuation lines may be empty.
9219 Reported by Joshua Varner.
9220 (makefile-makepp-font-lock-keywords): Add $(stem).
9221
9222 2005-05-28 Karl Berry <karl@gnu.org>
9223
9224 * textmodes/tex-mode.el: Now that tex-send-command calls
9225 shell-quote-argument (2005-03-31 change), remove all calls to
9226 shell-quote-argument; they all end up invoking tex-send-command.
9227 The double quoting loses on filenames with non-safe characters,
9228 such as "@". Reported by Frederik Fouvry.
9229
9230 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9231
9232 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9233 about preserving point.
9234
9235 2005-05-27 Jay Belanger <belanger@truman.edu>
9236
9237 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9238 Info-goto-node.
9239
9240 * calc/calc-embed.el (calc-embed-arg): New variable.
9241 (calc-do-embedded-activate, calc-embedded-activate-formula)
9242 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9243 variable by new variable.
9244 (calc-embedded-make-info): Replace undeclared variable by new
9245 variable. When selecting region with positive prefix
9246 argument, use end of previous line instead of beginning of line.
9247
9248 * calc/calc-aent.el (calc-arg-values): Declare it.
9249
9250 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9251 Declare them.
9252
9253 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9254
9255 * calc/calc.el (calc-alg-map): Declare it.
9256
9257 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9258
9259 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9260
9261 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9262 (gdb-registers-buffer, toggle-gdb-all-registers):
9263 Toggle display of floating point registers.
9264 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9265
9266 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9267 (toggle-gud-tooltip-dereference):
9268 Rename from gud-toggle-tooltip-dereference.
9269
9270 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9273
9274 2005-05-27 Jay Belanger <belanger@truman.edu>
9275
9276 * calc/calc-prog.el (calc-kbd-report): Remove.
9277 (calc-kbd-query): Rewrite.
9278
9279 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9280
9281 * image.el (image-library-alist): Move to image.c.
9282 (image-type-available-p): Doc fix.
9283
9284 2005-05-27 Lute Kamstra <lute@gnu.org>
9285
9286 * calc/calc.el (calc):
9287 * outline.el (outline-1, outline-2, outline-3, outline-4)
9288 (outline-5, outline-6, outline-7, outline-8):
9289 * textmodes/dns-mode.el (dns-mode):
9290 * textmodes/sgml-mode.el (sgml-namespace-face):
9291 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9292 (tex-verbatim-face, tex-use-reftex):
9293 * textmodes/texinfo.el (texinfo-heading-face):
9294 Specify customization group.
9295
9296 * longlines.el: Don't require easy-mmode.
9297 (longlines-visible-face): Specify customization group.
9298
9299 2005-05-27 Kenichi Handa <handa@m17n.org>
9300
9301 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9302 encoding table of windows-1251.
9303
9304 * international/ucs-tables.el (ucs-set-table-for-input):
9305 If translation-table-for-input of a coding system is a symbol, get
9306 its translation-table property.
9307
9308 * international/code-pages.el: Don't register a coding system into
9309 non-iso-charset-alist more than once.
9310 (cp-make-coding-system): Likewise.
9311
9312 2005-05-26 John Wiegley <johnw@newartisans.com>
9313
9314 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9315 `eshell-resume-eval' is wrapped in a list, it indicates that the
9316 command was run asynchronously. In that case, unwrap the value
9317 before checking the delimiter value.
9318
9319 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9320 character before a space at the end of a line is \, assume the space
9321 is part of the last argument rather than a final argument separator.
9322
9323 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9324 is in use, and the target is `t' or `nil' (which are the most common
9325 values), don't assume that the symbol target is a buffer.
9326
9327 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9328
9329 * calendar/calendar.el (calendar-mode-line-format):
9330 Use mode-line-highlight as mouse-face.
9331
9332 * time.el (display-time-string-forms, display-time-update):
9333 Use mode-line-highlight as mouse-face.
9334
9335 2005-05-26 Jay Belanger <belanger@truman.edu>
9336
9337 * calc/calc.el (calc-language-alist): Remove extra defvar.
9338
9339 2005-05-26 Lute Kamstra <lute@gnu.org>
9340
9341 * arc-mode.el (archive-mode):
9342 * bookmark.el (bookmark-read-annotation-mode)
9343 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9344 * bs.el (bs-mode):
9345 * calc/calc-yank.el (calc-edit-mode):
9346 * calc/calc.el (calc-mode, calc-trail-mode):
9347 * calculator.el (calculator-mode):
9348 * chistory.el (command-history-mode):
9349 * comint.el:
9350 * cus-edit.el (custom-mode):
9351 * descr-text.el (describe-text-mode):
9352 * ebuff-menu.el (Electric-buffer-menu-mode):
9353 * ediff-util.el (ediff-mode):
9354 * emacs-lisp/re-builder.el (reb-mode):
9355 * emulation/vi.el (vi-mode-setup):
9356 * emulation/ws-mode.el (wordstar-mode):
9357 * eshell/esh-mode.el (eshell-mode):
9358 * forms.el (forms-mode):
9359 * help-mode.el (help-mode):
9360 * hexl.el (hexl-mode):
9361 * ibuffer.el (ibuffer-mode):
9362 * ielm.el (inferior-emacs-lisp-mode):
9363 * info.el (Info-mode, Info-edit-mode):
9364 * international/swedish.el:
9365 * ledit.el (ledit-from-lisp-mode):
9366 * locate.el (locate-mode):
9367 * mail/rmail.el (rmail-mode):
9368 * mail/rmailedit.el (rmail-edit-mode):
9369 * mail/rmailsum.el (rmail-summary-mode):
9370 * mail/supercite.el (sc-electric-mode):
9371 * net/eudc.el (eudc-mode):
9372 * net/quickurl.el (quickurl-list-mode):
9373 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9374 * obsolete/ooutline.el (outline-mode):
9375 * obsolete/options.el (Edit-options-mode):
9376 * obsolete/rnews.el (news-mode):
9377 * obsolete/rnewspost.el (news-reply-mode):
9378 * play/5x5.el (5x5-mode):
9379 * play/decipher.el (decipher-mode, decipher-stats-mode):
9380 * play/gomoku.el (gomoku-mode):
9381 * play/snake.el (snake-mode):
9382 * play/solitaire.el (solitaire-mode):
9383 * play/tetris.el (tetris-mode):
9384 * progmodes/ada-mode.el (ada-mode):
9385 * progmodes/antlr-mode.el (antlr-mode):
9386 * progmodes/autoconf.el (autoconf-mode):
9387 * progmodes/dcl-mode.el (dcl-mode):
9388 * progmodes/delphi.el (delphi-mode):
9389 * progmodes/ebrowse.el (ebrowse-tree-mode)
9390 (ebrowse-electric-list-mode, ebrowse-member-mode)
9391 (ebrowse-electric-position-mode):
9392 * progmodes/f90.el (f90-mode):
9393 * progmodes/fortran.el (fortran-mode):
9394 * progmodes/icon.el (icon-mode):
9395 * progmodes/idlw-help.el (idlwave-help-mode):
9396 * progmodes/idlw-shell.el (idlwave-shell-mode):
9397 * progmodes/idlwave.el (idlwave-mode):
9398 * progmodes/inf-lisp.el (inferior-lisp-mode):
9399 * progmodes/m4-mode.el (m4-mode):
9400 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9401 * progmodes/modula2.el (modula-2-mode):
9402 * progmodes/octave-inf.el (inferior-octave-mode):
9403 * progmodes/octave-mod.el (octave-mode):
9404 * progmodes/pascal.el (pascal-mode):
9405 * progmodes/sh-script.el (sh-mode):
9406 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9407 * progmodes/vhdl-mode.el (vhdl-mode):
9408 * progmodes/xscheme.el (scheme-interaction-mode):
9409 * replace.el (occur-mode):
9410 * ses.el (ses-mode):
9411 * simple.el (completion-list-mode):
9412 * skeleton.el:
9413 * speedbar.el (speedbar-mode):
9414 * term.el (term-mode):
9415 * terminal.el (terminal-edit-mode):
9416 * textmodes/reftex-index.el (reftex-index-mode)
9417 (reftex-index-phrases-mode):
9418 * textmodes/reftex-sel.el (reftex-select-label-mode)
9419 (reftex-select-bib-mode):
9420 * textmodes/reftex-toc.el (reftex-toc-mode):
9421 * wdired.el (wdired-change-to-wdired-mode):
9422 * wid-browse.el (widget-browse-mode):
9423 Use run-mode-hooks.
9424
9425 * array.el (array-mode):
9426 * calendar/todo-mode.el (todo-mode):
9427 * man.el (Man-mode):
9428 * play/landmark.el (lm-mode):
9429 * play/mpuz.el (mpuz-mode):
9430 Use kill-all-local-variables and run-mode-hooks.
9431
9432 * subr.el (delay-mode-hooks): Specify indentation.
9433
9434 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9435
9436 * xml.el (xml-substitute-special): Don't die for undefined xml
9437 entities.
9438
9439 2005-05-26 Jay Belanger <belanger@truman.edu>
9440
9441 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9442 of nil.
9443
9444 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * progmodes/gdb-ui.el (gdb-frame-address):
9447 Rename from gdb-current-address.
9448 (gdb-previous-frame-address): Rename from gdb-previous-address.
9449 (gdb-selected-frame): Rename from gdb-current-frame.
9450 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9451 (gdb-frame-number): Rename from gdb-current-stack-level.
9452 (gdb-ann3): Match new mode-name for disassembly buffer.
9453 Extend initialization of variables.
9454 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9455 (gdb-memory-mode): Use mouse-face in header line.
9456 (gdb-assembler-buffer-name): Call it disassembly and give frame
9457 in mode line.
9458 (gdb-source-spec-regexp, gdb-assembler-custom)
9459 (gdb-invalidate-assembler, gdb-frame-handler):
9460 Make robust to leading zeroes in address format.
9461
9462 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9463
9464 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9465 define `org-mode'.
9466 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9467
9468 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * log-edit.el (log-edit-changelog-entries): Distinguish between
9471 filenames like xfns.c and fns.c.
9472
9473 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9474
9475 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9476 point after reverting.
9477 (Buffer-menu-make-sort-button): Handle the case where
9478 `Buffer-menu-use-header-line' is nil.
9479
9480 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9481
9482 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9483 New funcs. In minibuffer-local-completion-map bind `]', `/'
9484 and `:' to them.
9485
9486 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * startup.el (normal-top-level): Allow modification of load-path while
9489 we're iterating over it.
9490
9491 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9494 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9495 (thumbs-resize-interactive, thumbs-insert-image)
9496 (thumbs-insert-thumb, thumbs-dired-show-marked)
9497 (thumbs-find-image-at-point, thumbs-delete-images)
9498 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9499 (thumbs-increment-image-size, thumbs-decrement-image-size):
9500 Fix typos in docstrings.
9501
9502 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9503
9504 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9505 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9506 (cperl-mode): Use them.
9507
9508 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9509
9510 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9511 Doc fixes.
9512
9513 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9514
9515 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9516 Bind C-d to gdb-inferior-io-eof.
9517
9518 * dired.el (dired-dnd-popup-notice): Use message-box.
9519
9520 2005-05-23 Masatake YAMATO <jet@gyve.org>
9521
9522 * bindings.el (mode-line-major-mode-keymap):
9523 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9524
9525 * faces.el (mode-line-highlight): New face.
9526
9527 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9528 as mouse-face.
9529
9530 * bindings.el (top-level, help-echo, mode-line-modified)
9531 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9532 as mouse-face.
9533
9534 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9535
9536 * progmodes/cc-engine.el (c-guess-basic-syntax):
9537 Remove spurious call to `zerop'.
9538
9539 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9540
9541 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9542
9543 CC Mode update to 5.30.10:
9544
9545 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9546 could go past the limit in decoration level 2, thereby causing
9547 errors during interactive fontification.
9548
9549 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9550 the file is evaluated interactively.
9551
9552 * cc-engine.el (c-guess-basic-syntax): Handle operator
9553 declarations somewhat better in C++.
9554
9555 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9556 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9557 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9558 (awk-mode): Use it.
9559 (make-local-hook): Suppress warning about obsoleteness.
9560
9561 * cc-engine.el, cc-align.el, cc-cmds.el
9562 (c-append-backslashes-forward, c-delete-backslashes-forward)
9563 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9564 Compensate for return value from `forward-line' when it has moved
9565 but not to a different line due to eob.
9566
9567 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9568 `objc-method-intro' and `objc-method-args-cont'.
9569
9570 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9571
9572 CC Mode update to 5.30.10:
9573
9574 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9575 in the copyright statement. Incidentally, change "along with GNU
9576 Emacs" to "along with this program" where it occurs.
9577
9578 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9579 so that it is interactive, hence can be found by M-x awk-mode
9580 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9581 <gmorris+emacs@ast.cam.ac.uk>.
9582
9583 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9584 Mode's regexps.
9585
9586 2005-05-23 Kevin Ryde <user42@zip.com.au>
9587
9588 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9589 c-parse-state, to avoid a lisp error (on bad code).
9590
9591 2005-05-23 Lute Kamstra <lute@gnu.org>
9592
9593 * subr.el (font-lock-defaults): Remove defvar as it's already
9594 defined in font-core.el.
9595
9596 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9597
9598 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9599
9600 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9601 more general and work when GDB variable "print pretty" is on,
9602 as with Emacs, for example.
9603
9604 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9605
9606 * font-core.el: Update comment.
9607
9608 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9609 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9610
9611 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9612
9613 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9614
9615 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9616 and `yank-handler' in the doc strings.
9617
9618 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9621
9622 2005-05-22 Richard M. Stallman <rms@gnu.org>
9623
9624 * help.el (describe-key): Move print-help-return-message call
9625 out of conditional.
9626
9627 * progmodes/etags.el (list-tags): Use with-no-warnings.
9628
9629 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9630 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9631 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9632
9633 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9634
9635 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9636 Add defvar.
9637
9638 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9639 Use defvar, not defconst.
9640
9641 * hexl.el (hexl-follow-line): Use with-no-warnings.
9642
9643 * emulation/tpu-extras.el: Use write-file-functions instead of
9644 write-file-hooks.
9645
9646 * dired.el (dired-font-lock-keywords): Fontify files with junk
9647 extensions even if marked by -F.
9648
9649 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9652 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9653 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9654 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9655 (concatenate, list-length, get*, getf, cl-remprop):
9656 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9657 (etypecase, progv, lexical-let, lexical-let*)
9658 (multiple-value-bind, multiple-value-setq, shiftf):
9659 Improve argument/docstring consistency.
9660
9661 * subr.el (focus-frame, unfocus-frame):
9662 Revert deletion on 2005-05-01.
9663
9664 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9665
9666 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9667 doesn't exist.
9668
9669 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9670 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9671
9672 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9675 already deleted variables: auto-fill-hook, blink-paren-hook,
9676 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9677 suspend-hooks, comment-indent-hook, meta-flag,
9678 before-change-function, after-change-function,
9679 font-lock-doc-string-face.
9680
9681 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9682
9683 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9684
9685 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9686
9687 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9688 rmail-dont-reply-to.
9689
9690 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9691
9692 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9693 literal blank when splitting new-header-values.
9694
9695 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9696
9697 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9698 string so that tmm doesn't create a completion entry for it.
9699
9700 * textmodes/table.el (table-disable-menu): Ditto.
9701
9702 2005-05-21 Richard M. Stallman <rms@gnu.org>
9703
9704 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9705
9706 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9707
9708 * net/rcompile.el (remote-compile): Use compilation-start.
9709
9710 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9711
9712 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9713
9714 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9715 Default to makefile-bsdmake-mode on BSD systems.
9716
9717 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9718 REGEXP may also be a search function now. The part of doc-string
9719 for describing the structure was 95% identical to that of
9720 `imenu--generic-function'. Unify it there.
9721
9722 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9723 Use function to find dependencies, because regexp alone is so complex,
9724 it easily goes into an endless loop.
9725 (makefile-makepp-mode): Also add submenu for Perl functions
9726 defined in the makefile.
9727 (makefile-bsdmake-mode): Special imenu-generic-expression no
9728 longer needed, due to function call.
9729 (makefile-match-dependency): Take BOUND into account when checking
9730 if we're through.
9731
9732 2005-05-20 Jay Belanger <belanger@truman.edu>
9733
9734 * calc/calc-units.el (calc-invalidate-units-table):
9735 Use inhibit-read-only.
9736 (math-build-units-table-buffer): Use view-mode.
9737
9738 2005-05-20 David Kastrup <dak@gnu.org>
9739
9740 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9741 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9742
9743 2005-05-20 Lute Kamstra <lute@gnu.org>
9744
9745 * diff-mode.el (diff-header-face, diff-file-header-face)
9746 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9747 (diff-added-face, diff-changed-face, diff-function-face)
9748 (diff-context-face, diff-nonexistent-face): Put them in the
9749 diff-mode customization group.
9750
9751 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9754
9755 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9756
9757 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9758 Minor regexp-optimization.
9759
9760 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9761
9762 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9763 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9764 (org-agenda-add-time-grid-maybe): New function.
9765 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9766 (org-table-create): `dotimes' instead of `mapcar'.
9767 (org-xor): Simplify implementation.
9768 (org-agenda): `inhibit-redisplay' turned on.
9769 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9770 a consistent line after a state change.
9771 (org-agenda-remove-times-when-in-prefix): New option.
9772 (org-prefix-has-time): New variable.
9773 (org-parse-time-string): Optional argument NODEFAULT.
9774 (org-format-agenda-item): Parse items for time-of-day
9775 specifications and move these into the prefix if possible.
9776 (org-agenda-priority): Get current heading, not previous heading
9777 during agenda remote editing.
9778
9779 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9782 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9783 (remove-duplicates, delete-duplicates, substitute)
9784 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9785 (nsubstitute-if-not, find, find-if, find-if-not, position)
9786 (position-if, position-if-not, count, count-if, count-if-not)
9787 (mismatch, search, sort*, stable-sort, merge, member*)
9788 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9789 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9790 (intersection, nintersection, set-difference, nset-difference)
9791 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9792 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9793 (nsublis, tree-equal): Improve argument/docstring consistency.
9794
9795 * subr.el (send-string, send-region):
9796 Remove obsolescence declaration.
9797 (window-dot, set-window-dot, read-input, show-buffer)
9798 (eval-current-buffer, string-to-int):
9799 Add release number to obsolescence declarations.
9800
9801 2005-05-19 Kim F. Storm <storm@cua.dk>
9802
9803 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9804 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9805
9806 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9807
9808 * faces.el (list-faces-display): Make back button respect optional
9809 regexp arg.
9810
9811 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9812
9813 * calculator.el (calculator-radix-grouping-mode)
9814 (calculator-radix-grouping-digits, calculator-displayer)
9815 (calculator-radix-grouping-separator, calculator-copy-displayer):
9816 * dabbrev.el (dabbrev-search-these-buffers-only):
9817 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9818 (diff-advance-after-apply-hunk, diff-mode-hook)
9819 (diff-minor-mode-prefix):
9820 * imenu.el (imenu-use-popup-menu):
9821 * jit-lock.el (jit-lock-context-time):
9822 * newcomment.el (comment-fill-column, comment-column)
9823 (comment-style, comment-padding, comment-multi-line)
9824 (comment-empty-lines, comment-auto-fill-only-comments):
9825 * reveal.el (reveal-around-mark):
9826 * uniquify.el (uniquify-buffer-name-style)
9827 (uniquify-after-kill-buffer-p)
9828 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9829 (uniquify-min-dir-content, uniquify-separator)
9830 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9831 * w32-vars.el (w32-fixed-font-alist):
9832 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9833 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9834 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9835 * progmodes/perl-mode.el (perl-indent-level)
9836 (perl-continued-statement-offset, perl-continued-brace-offset)
9837 (perl-brace-offset, perl-brace-imaginary-offset)
9838 (perl-label-offset, perl-indent-continued-arguments)
9839 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9840 * progmodes/tcl.el (tcl-indent-level)
9841 (tcl-continued-indent-level, tcl-auto-newline)
9842 (tcl-tab-always-indent, tcl-electric-hash-style)
9843 (tcl-help-directory-list, tcl-use-smart-word-finder)
9844 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9845 (inferior-tcl-source-command):
9846 * textmodes/fill.el (enable-kinsoku):
9847 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9848 * textmodes/table.el (table-yank-handler):
9849 Specify missing group (and type, if simple) in defcustom.
9850
9851 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9852
9853 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9854
9855 2005-05-19 Richard M. Stallman <rms@gnu.org>
9856
9857 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9858
9859 * subr.el (event-basic-type): Don't get an error.
9860 (left-fringe-p): Function deleted.
9861
9862 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9863 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9864
9865 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9866 in recursive copy.
9867
9868 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9869
9870 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9871
9872 * emacs-lisp/bytecomp.el
9873 (byte-compile-file-form-custom-declare-variable): Call
9874 byte-compile-nogroup-warn if appropriate.
9875
9876 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9877 (compilation-set-window): Don't call left-fringe-p; do it directly.
9878
9879 2005-05-19 Jay Belanger <belanger@truman.edu>
9880
9881 * calc/calc-graph.el (calc-graph-format-data): Make sure
9882 var-PlotRejects is bound before trying to check its value.
9883
9884 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9885
9886 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9887 definition of this variable from reftex-global.el to reftex.el,
9888 because it is needed in the menu.
9889
9890 2005-05-19 Lute Kamstra <lute@gnu.org>
9891
9892 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9893 years are fixed. Don't insert a space after a dash.
9894
9895 2005-05-19 Kim F. Storm <storm@cua.dk>
9896
9897 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9898
9899 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9900
9901 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9902 strings, because (eq ... ?\\) is fairly frequent.
9903
9904 * progmodes/make-mode.el (makefile-add-this-line-targets):
9905 Simplify and integrate into `makefile-pickup-targets'.
9906 (makefile-add-this-line-macro): Simplify and integrate into
9907 `makefile-pickup-macros.
9908 (makefile-pickup-filenames-as-targets): Simplify.
9909 (makefile-previous-dependency, makefile-match-dependency):
9910 Don't stumble over `::'.
9911
9912 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9913
9914 * subr.el (post-command-idle-hook, post-command-idle-delay):
9915 Remove obsoletion of post-command-idle-hook and
9916 post-command-idle-delay.
9917
9918 * faces.el (list-faces-display): Provide button when describe-face
9919 is called to take user back to the list of faces.
9920
9921 * help-fns.el (describe-variable): Remove hyperlinks in a
9922 variable's value as these are quite frequently inappropriate.
9923
9924 * follow.el (follow-submit-feedback, follow-mode):
9925 Remove references to post-command-idle-hook.
9926
9927 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9928
9929 * progmodes/make-mode.el (makefile-previous-dependency)
9930 (makefile-match-dependency): Check for := (and in bsd mode also
9931 !=) to give a better result, even when font-lock is not on.
9932
9933 2005-05-18 Jay Belanger <belanger@truman.edu>
9934
9935 * calc/calc-help.el (calc-s-prefix-help):
9936 Add `calc-copy-special-constant' to help string.
9937
9938 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9939
9940 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9941
9942 2005-05-18 Jay Belanger <belanger@truman.edu>
9943
9944 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9945 in linear factors are in proper order.
9946
9947 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9948
9949 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9950 Support for jurabib.
9951
9952 * textmodes/reftex.el (featurep): Define aliases for overlay
9953 commands, for XEmacs compatibility, and use these aliases in
9954 overlay initializations.
9955 (reftex-highlight): Use `reftex-move-overlay'.
9956 (reftex-unhighlight): Use `reftex-delete-overlay'.
9957 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9958 (reftex-access-search-path): Use `reftex-uniquify' instead of
9959 `reftex-uniq'
9960
9961 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9962 `before-string' property modification enables for Emacs as well.
9963 (reftex-select-item): Use `reftex-delete-overlay'.
9964 (reftex-select-mark): Use `reftex-make-overlay' and
9965 `reftex-overlay-put'.
9966 (reftex-select-unmark): Use `reftex-delete-overlay' and
9967 `reftex-overlay-put'.
9968
9969 2005-05-18 Lute Kamstra <lute@gnu.org>
9970
9971 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9972
9973 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * add-log.el (add-change-log-entry):
9976 * array.el (array-make-template, array-reconfigure-rows)
9977 (array-init-max-row, array-init-max-column)
9978 (array-init-columns-per-line, array-init-field-width):
9979 * replace.el (replace-match-maybe-edit, perform-replace):
9980 * textmodes/spell.el (spell-region):
9981 Replace `read-input' by `read-string'.
9982
9983 * forms.el (forms-mode):
9984 * finder.el (finder-compile-keywords):
9985 * shadowfile.el (shadow-read-files):
9986 Replace `eval-current-buffer' by `eval-buffer'.
9987
9988 * terminal.el (te-pass-through):
9989 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9990 (ange-ftp-raw-send-cmd):
9991 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9992 (send-process-next-char, telnet-initial-filter, telnet):
9993 Replace `send-string' by `process-send-string'.
9994
9995 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9996 (prolog-consult-region): Replace `send-string' by
9997 `process-send-string'; replace `send-region' by `process-send-region'.
9998
9999 * progmodes/delphi.el (delphi-log-msg):
10000 Replace `set-window-dot' by `set-window-point'.
10001
10002 * subr.el (window-dot, set-window-dot, read-input, send-string)
10003 (send-region, show-buffer, eval-current-buffer):
10004 Make really obsolete, as the comment says.
10005
10006 2005-05-17 Kim F. Storm <storm@cua.dk>
10007
10008 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10009 (cua--init-keymaps): Bind C-return instead of S-return to set
10010 rectangle mark.
10011
10012 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10013 instead of S-return to toggle/clear rectangle mark.
10014
10015 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10016
10017 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10018 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10019 Also fontify plain strings assigned to variables, mostly so that a
10020 colon has a face and is thus not taken as a dependency separator.
10021 (makefile-previous-dependency): Inline the new matcher, because it
10022 is too complex to work in both directions.
10023 (makefile-match-dependency): Eliminate `backward' arg (see above).
10024 Completely reimplemented so as to not sometimes go into an endless
10025 loop. It should also be more efficient, because first it only
10026 searches for `:', instead of applying the very complex regexp.
10027 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10028 to be fontified in one piece can be too long for JIT.
10029 Makefiles are never *that* big.
10030
10031 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10032
10033 * dired.el (dired-mode): Simplify.
10034
10035 2005-05-17 Lute Kamstra <lute@gnu.org>
10036
10037 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10038 defcustom for the mode hook variable.
10039
10040 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10041 Emacs Lisp Reference Manual.
10042
10043 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10046 (evenp, list*):
10047 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10048 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10049
10050 * net/tramp-smb.el (tramp-smb-open-connection):
10051 Pass `tramp-chunksize' as fifth (required) argument.
10052
10053 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10054
10055 * font-lock.el (lisp-font-lock-keywords-1):
10056 Set `font-lock-negation-char-face' for [^...] char group.
10057 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10058
10059 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10060 a var, and refine it to mask one more level of nested vars.
10061 (makefile-rule-action-regex): Turn it into a var, and refine it so
10062 it recognizes backslashed continuation lines as belonging to the
10063 same command.
10064 (makefile-macroassign-regex): Refine it so it recognizes
10065 backslashed continuation lines as belonging to the same command.
10066 (makefile-var-use-regex): Don't look at the next char, because it
10067 might be the same one to be skipped by the initial [^$], leading
10068 to an overlooked variable use.
10069 (makefile-make-font-lock-keywords): Remove two parameters, which
10070 are now variables that some of the modes set locally.
10071 Handle dependency and rule action matching through functions, because
10072 regexps alone match too often. Dependency matching now comes
10073 last, so it can check, whether a colon already matched something else.
10074 (makefile-mode): Inform that font-lock improves makefile parsing
10075 capabilities.
10076 (makefile-match-dependency, makefile-match-action): New functions.
10077
10078 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10081
10082 * align.el (align-regexp):
10083 * ansi-color.el (ansi-color-get-face):
10084 * array.el (array-reconfigure-rows, array-init-max-row)
10085 (array-init-max-column, array-init-columns-per-line)
10086 (array-init-field-width):
10087 * dired-aux.el (dired-trample-file-versions):
10088 * dired-x.el (dired-mark-sexp):
10089 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10090 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10091 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10092 * faces.el (face-read-integer):
10093 * files.el (backup-extract-version, insert-directory):
10094 * hexl.el (hexl-insert-decimal-char):
10095 * server.el (server-process-filter):
10096 * shell.el (shell-extract-num):
10097 * startup.el (command-line-1):
10098 * term.el (term-command-hook):
10099 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10100 (time-stamp-do-number):
10101 * time.el (display-time-update):
10102 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10103 (timezone-fix-time):
10104 * vms-patch.el (vms-suspend-resume-hook):
10105 * calendar/appt.el (appt-convert-time):
10106 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10107 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10108 * calendar/cal-islam.el (mark-islamic-diary-entries):
10109 * calendar/calendar.el (calendar-cursor-to-date)
10110 (calendar-star-date):
10111 * calendar/diary-lib.el (diary-attrtype-convert)
10112 (mark-diary-entries, diary-entry-time):
10113 * calendar/solar.el (solar-get-number):
10114 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10115 * emacs-lisp/re-builder.el (reb-display-subexp):
10116 * emulation/edt.el (edt-set-scroll-margins):
10117 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10118 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10119 (vip-get-ex-count):
10120 * emulation/viper-ex.el (viper-get-ex-token)
10121 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10122 * international/fontset.el (fontset-plain-name):
10123 * mail/feedmail.el (feedmail-look-at-queue-directory):
10124 * mail/mailalias.el (mail-get-names):
10125 * mail/rmail.el (rmail-convert-to-babyl-format):
10126 * mail/rmailsum.el (rmail-make-basic-summary-line)
10127 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10128 (rmail-summary-goto-msg):
10129 * mail/smtpmail.el (smtpmail-read-response):
10130 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10131 (ange-ftp-vms-add-file-entry):
10132 * play/gametree.el (gametree-looking-at-ply)
10133 (gametree-current-branch-score):
10134 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10135 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10136 * progmodes/cperl-mode.el (condition-case):
10137 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10138 (ebrowse-set-member-buffer-column-width)
10139 (ebrowse-select-1st-to-9nth):
10140 * progmodes/etags.el (etags-snarf-tag):
10141 * progmodes/flymake.el (flymake-parse-line):
10142 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10143 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10144 (idlwave-shell-menu-def):
10145 * progmodes/ps-mode.el (ps-run-goto-error):
10146 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10147 (vhdl-speedbar-contract-level):
10148 * term/mac-win.el (x-handle-numeric-switch):
10149 * term/sun-mouse.el (sun-get-frame-data):
10150 * term/w32-win.el (x-handle-numeric-switch):
10151 * term/x-win.el (x-handle-numeric-switch):
10152 * textmodes/ispell.el (ispell-parse-output):
10153 * textmodes/nroff-mode.el (nroff-outline-level):
10154 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10155 (reftex-bib-sort-year-reverse, reftex-format-citation):
10156 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10157 (reftex-section-number):
10158 * textmodes/texinfmt.el (texinfo-paragraphindent):
10159 Replace `string-to-int' by `string-to-number'.
10160
10161 * international/latexenc.el: Add page marker to force the "Local
10162 Variables:" string out of the last page.
10163
10164 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10165
10166 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10167 tooltip-change-major-mode.
10168 (gud-tooltip-print-command): Remove case where gud-minor-mode
10169 is gdb ("--fullname").
10170 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10171 explain to user.
10172
10173 2005-05-16 Jay Belanger <belanger@truman.edu>
10174
10175 * calc/calc-store.el (calc-copy-special-constant): New function.
10176
10177 * calc/calc-ext.el (calc-init-extensions): Add binding for
10178 `calc-copy-special-constant'.
10179
10180 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10181 for the `calc-copy-special-constant' command.
10182
10183 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10184
10185 * subr.el (left-fringe-p): New function.
10186
10187 * progmodes/compile.el (compilation-setup): Set local value of
10188 overlay-arrow-string to "" always.
10189 (compilation-set-window): Left fringe then don't scroll.
10190 No left fringe then no arrow and scroll message to top.
10191 (compilation-context-lines): Adjust doc string accordingly.
10192
10193 2005-05-16 Kim F. Storm <storm@cua.dk>
10194
10195 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10196 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10197 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10198 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10199 (ido-read-file-name): Handle commands with ido property value
10200 equal to find-file as reading a file name, to allow C-d to enter dired.
10201 (ibuffer-find-file): Add ido property with value find-file.
10202
10203 2005-05-15 Kim F. Storm <storm@cua.dk>
10204
10205 * subr.el (open-network-stream-nowait): Remove.
10206 (open-network-stream-server): Remove.
10207
10208 2005-05-15 Richard M. Stallman <rms@gnu.org>
10209
10210 * faces.el (describe-face): Output a definition link button.
10211
10212 * help-mode.el (help-face-def): New button type.
10213
10214 * emacs-lisp/copyright.el (copyright-fix-years):
10215 Match properly if the first year is 2-digit.
10216 Don't mess up the whitespace after the years by filling.
10217
10218 * dired-aux.el (dired-mark-confirm):
10219 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10220
10221 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10222 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10223 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10224
10225 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10226 Set font-lock-comment-start-skip.
10227
10228 * font-lock.el (font-lock-comment-start-skip): New variable.
10229 (font-lock-comment-end-skip): New variable.
10230 (font-lock-fontify-syntactically-region): Use them if non-nil.
10231
10232 2005-05-15 Jay Belanger <belanger@truman.edu>
10233
10234 * calc/calc-store.el (calc-store-value): Return a string rather
10235 than display it as a message.
10236 Use calc-var-name for variable name.
10237 (calc-store-into): Add the result of calc-store-value to message.
10238 (calc-copy-variable): Add a message.
10239 (calc-store-exchange): Improve error messages.
10240 (calc-store-binary, calc-store-map): Don't reset the values of
10241 special constants.
10242
10243 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10244
10245 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10246 manual to docstring.
10247
10248 * files.el (hack-local-variables-confirm): Add STRING argument.
10249 Make the function handle non file visiting buffers correctly.
10250 (hack-local-variables-prop-line, hack-local-variables)
10251 (hack-one-local-variable): Use STRING arg of
10252 `hack-local-variables-confirm'.
10253
10254 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10255
10256 Sync with Tramp 2.0.49.
10257
10258 * net/tramp.el (tramp-handle-dired-call-process)
10259 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10260 because the contents of the Tramp buffer is changed before
10261 insertion (`expand-file' and alike).
10262 (tramp-handle-insert-directory): If `localname' has an empty
10263 nondirectory name, it must not be quoted.
10264 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10265 variable `tramp-chunksize'. Change callees.
10266 (tramp-open-connection-setup-interactive-shell): Check remote host
10267 for buggy `send-process-string' implementation.
10268 Set `tramp-chunksize' if found. Reported by Michael Kifer
10269 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10270 (tramp-handle-shell-command): `insert-buffer' cannot be used
10271 because the contents of the Tramp buffer is changed before
10272 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10273 <frederic.bothamy@free.fr>.
10274 (tramp-set-auto-save): Actions should be done for Tramp file name
10275 handler only. Ange-FTP has its own auto-save mechanism.
10276 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10277 (tramp-set-auto-save-file-modes): Set file modes of
10278 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10279 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10280 (tramp-bug): Remove obsolete variable.
10281 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10282 for presence of `mml-mode'. Make it running for older Emacsen as well.
10283
10284 2005-05-14 John Paul Wallington <jpw@pobox.com>
10285
10286 * ibuf-ext.el (define-ibuffer-filter filename):
10287 If `dired-directory' is a list, use its car.
10288
10289 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10290
10291 * ibuffer.el (define-ibuffer-column filename):
10292 If `dired-directory' is a list, use its car.
10293
10294 2005-05-14 Richard M. Stallman <rms@gnu.org>
10295
10296 * subr.el (symbol-file): Doc fix.
10297
10298 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10299 (byte-compile-form): Call byte-compile-nogroup-warn.
10300 (byte-compile-warning-types): Doc fix.
10301
10302 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10303
10304 * progmodes/cc-engine.el (c-literal-faces):
10305 Add font-lock-comment-delimiter-face.
10306
10307 * net/net-utils.el (dig): Use with-no-warnings.
10308
10309 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10310 (sc-recite-frame-alist, sc-default-cite-frame)
10311 (sc-default-uncite-frame, sc-default-recite-frame)
10312 (sc-attrib-selection-list, sc-rewrite-header-list):
10313 Mark as risky-local-variable.
10314
10315 * international/ogonek.el (ogonek-jak, ogonek-how):
10316 Don't use beginning-of-buffer.
10317
10318 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10319
10320 * calendar/solar.el (solar-data-list): Move definition up.
10321
10322 * dnd.el (dnd-protocol-alist): Add autoload.
10323
10324 * progmodes/sh-script.el: Many doc usage fixes.
10325 (sh-indent-after-do): Change default to match common styles.
10326
10327 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10328
10329 * files.el (interpreter-mode-alist)
10330 (auto-mode-interpreter-regexp): Doc fixes.
10331
10332 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10333
10334 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10335
10336 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10337
10338 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10339
10340 * dired.el (dired-mode): make-variable-buffer-local =>
10341 make-local-variable.
10342
10343 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10344
10345 * term/mac-win.el (mac-select-convert-to-string): Try coding
10346 systems in mac-script-code-coding-systems if specified one cannot
10347 encode string for `com.apple.traditional-mac-plain-text'.
10348
10349 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10350
10351 * progmodes/make-mode.el (makefile-targets-face)
10352 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10353 (makefile-dependency-regex): Fix it to not make the colon in
10354 $(var:a=b) special.
10355 (makefile-rule-action-regex): New regexp for highlighting embedded
10356 Shell strings.
10357 (makefile-macroassign-regex): Handle != for highlighting as
10358 embedded Shell strings.
10359 (makefile-var-use-regex): New const.
10360 (makefile-statements, makefile-automake-statements)
10361 (makefile-gmake-statements, makefile-makepp-statements)
10362 (makefile-bsdmake-statements): New consts.
10363 (makefile-make-font-lock-keywords): New function.
10364 (makefile-automake-font-lock-keywords)
10365 (makefile-gmake-font-lock-keywords)
10366 (makefile-makepp-font-lock-keywords)
10367 (makefile-bsdmake-font-lock-keywords): New consts.
10368 (makefile-mode-map): Add switchers between the various submodes.
10369 (makefile-mode): Document the availability of the variants.
10370 (makefile-automake-mode, makefile-gmake-mode)
10371 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10372
10373 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10374 new variants of makefile-mode.
10375
10376 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10379 the inheritance.
10380
10381 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10382
10383 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10384 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10385
10386 * files.el (normal-mode): Extend the scope of the
10387 `enable-local-variables' binding to include the `set-auto-mode' call.
10388 (magic-mode-alist): Doc fix.
10389
10390 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10393 font-lock-comment-face rather than copying its setting.
10394
10395 2005-05-12 Andreas Schwab <schwab@suse.de>
10396
10397 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10398
10399 2005-05-12 Lute Kamstra <lute@gnu.org>
10400
10401 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10402 defcustom for the mode hook variable. Delete the last argument.
10403 * generic-x.el: Fix callers of define-generic-mode.
10404 (generic-x-modes): Delete group.
10405 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10406 generic-x customization group.
10407
10408 2005-05-12 Kim F. Storm <storm@cua.dk>
10409
10410 * font-lock.el (font-lock-negation-char-face): Default to "off".
10411
10412 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10413 font-lock-negation-char-face to ! in !=.
10414
10415 2005-05-12 Masatake YAMATO <jet@gyve.org>
10416
10417 * add-log.el (find-change-log): Fix typos in the docstring
10418 of function.
10419
10420 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10421
10422 * international/latexenc.el (latexenc-find-file-coding-system):
10423 Avoid `re-search-forward' when looking for input encoding because
10424 of speed and safety. Better regular expressions for recognizing
10425 input encoding. Limit a search for TeX-master/tex-main-file to
10426 the local variable section.
10427
10428 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10429
10430 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10431 syntax of $ to "'" (quote).
10432
10433 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10434
10435 * dnd.el (dnd-protocol-alist): Improve custom type.
10436
10437 * dired.el (dired-dnd-protocol-alist): New variable.
10438 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10439 `dired-mode-hook' to the end.
10440
10441 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10444 comment-end if comment-start-skip is not set.
10445 Obey the font-lock-comment-delimiter-face variables.
10446
10447 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * files.el (executable-find): Move from executable.el. Use
10450 locate-file.
10451 * progmodes/executable.el (executable-find): Move to files.el.
10452
10453 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10454 when trying to ensure forward progress.
10455
10456 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10459 (mouse-select, mouse-select-internal, mouse-extend-internal):
10460 Use it to implement mouse-1-click-follows-link functionality.
10461
10462 2005-05-11 Richard M. Stallman <rms@gnu.org>
10463
10464 * font-lock.el (font-lock-fontify-syntactically-region):
10465 Use font-lock-comment-delimiter-face for comment delimiters.
10466
10467 2005-05-10 Jay Belanger <belanger@truman.edu>
10468
10469 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10470 preserving embedded modes.
10471
10472 2005-05-10 Richard M. Stallman <rms@gnu.org>
10473
10474 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10475
10476 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10477 Move from ada-stmt.el.
10478 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10479
10480 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10481 Move to ada-mode.el.
10482 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10483
10484 * cus-edit.el (custom-file): Call file-chase-links.
10485
10486 * files.el (read-directory-name): Fix previous change.
10487 (hack-local-variables-confirm): New function.
10488 (hack-local-variables-prop-line, hack-local-variables)
10489 (hack-one-local-variable): Use it.
10490
10491 2005-05-10 Lute Kamstra <lute@gnu.org>
10492
10493 * font-lock.el (font-lock-keywords-alist)
10494 (font-lock-removed-keywords-alist): Clarify docstrings.
10495
10496 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10497
10498 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10499 (gdb-source-info): Check for preprocessor info.
10500 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10501 a macro for a function.
10502 (gdb-info-breakpoints-custom): Try to find file again if not already
10503 found (user might have used GDB dir command).
10504 (gdb-get-location): Update gdb-location-alist correctly for change
10505 to gdb-info-breakpoints-custom.
10506
10507 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10508 (gud-tooltip-print-command): Add gdbmi case.
10509 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10510 preprocessor info.
10511
10512 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10513
10514 * startup.el (fancy-splash-insert): Fix typo in doc string.
10515
10516 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * obsolete/float.el (string-to-float):
10519 * obsolete/hilit19.el (hilit-add-pattern):
10520 * obsolete/rnews.el (news-parse-range, news-select-message)
10521 (news-get-pruned-list-of-files): Replace `string-to-int' by
10522 `string-to-number'.
10523
10524 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10525 `find-file-not-found-hooks'; use `add-hook'.
10526 (uncompress-while-visiting): Set `write-file-functions', not
10527 `write-file-hooks'; use `add-hook'.
10528
10529 2005-05-09 Kim F. Storm <storm@cua.dk>
10530
10531 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10532 (cua-paste): Handle clipboard action.
10533 (cua--init-keymaps): Remap clipboard-kill-region and
10534 clipboard-kill-ring-save.
10535
10536 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10537
10538 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10539 Improve commentary.
10540
10541 * simple.el (next-error-overlay-arrow-position): Revert the change
10542 made on 2005-04-30.
10543
10544 2005-05-07 Jay Belanger <belanger@truman.edu>
10545
10546 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10547 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10548 `calc-sel-reselect'.
10549
10550 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10551 Calc is in embedded mode.
10552
10553 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10554
10555 * progmodes/compile.el (compilation-setup):
10556 Set overlay-arrow-string to an empty string on text terminals.
10557
10558 * textmodes/ispell.el (ispell-program-name): Try looking for
10559 "aspell" along exec-path, and if found, use it as the default
10560 speller program.
10561
10562 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10563
10564 * international/mule.el (sgml-xml-auto-coding-function):
10565 Recognize encoding='FOO' in single quotes as well as in double quotes.
10566
10567 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10568
10569 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10570 as well as `interactive', so that defmacro* would recognize
10571 `declare' forms.
10572
10573 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10574
10575 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10576 Explain more about the LIGHTER arg's usage in the doc string.
10577 Add commentary to clarify what the code does. Fix the regexp that
10578 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10579 since it could have characters special to regular expressions.
10580
10581 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10582
10583 * replace.el (occur-1): Bind inhibit-read-only so that
10584 erase-buffer doesn't barf on read-only text properties (likewise
10585 for add-text-properties in occur-engine). Mark buffer as unmodified.
10586 (occur-engine): Don't set buffer-read-only here.
10587
10588 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10591 list-buffers-directory. This caused the *cvs-commit* buffer to be
10592 sometimes mistakenly reused as a *cvs* buffer.
10593
10594 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10595
10596 * tooltip.el: Move code for GUD tooltips into gud.el.
10597 (require): CL no longer needed to compile case.
10598 (tooltip-mode): Do not toggle functions for GUD tooltips.
10599 (tooltip-gud-tips-p): Remove. Replace with minor mode
10600 gud-tooltip-mode in gud.el.
10601 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10602 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10603 tooltip-gud prefix with gud-tooltip and obsolete.
10604 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10605 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10606 (tooltip-mouse-motion): Mouse movement functions/variable.
10607 Rename in gud.el by adding gud prefix.
10608 (tooltip-gud-original-filter, tooltip-gud-dereference)
10609 (tooltip-gud-event, tooltip-toggle-gud-tips)
10610 (tooltip-gud-process-output, tooltip-gud-print-command)
10611 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10612 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10613 (gdb-tooltip-print): Move to gdb-ui.el.
10614
10615 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10616 (require): CL needed to compile case.
10617 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10618 tooltip-gud-tips-p. Make it a minor-mode.
10619 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10620 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10621 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10622 (gud-tooltip-change-major-mode)
10623 (gud-tooltip-activate-mouse-motions-if-enabled)
10624 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10625 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10626 (gud-tooltip-original-filter, gud-tooltip-dereference)
10627 (gud-tooltip-event, tooltip-toggle-gud-tips)
10628 (gud-tooltip-process-output, gud-tooltip-print-command)
10629 (gud-tooltip-tips): Move from tooltip.el.
10630
10631 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10632 (gdb-cpp-define-alist-flags): Doc fix.
10633 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10634 gud-tooltip-mode is t.
10635
10636 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10639 evaporate if their text is deleted.
10640 (goto-address-at-point): Make it work as a mouse binding as well.
10641 (goto-address-at-mouse): Obsolete it. Update users.
10642
10643 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10644
10645 * calendar/appt.el (top-level): No longer activate on load.
10646
10647 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10650 * net/webjump.el (webjump):
10651 * progmodes/idlw-help.el (idlwave-do-context-help1)
10652 (idlwave-highlight-linked-completions):
10653 * textmodes/po.el (po-find-file-coding-system-guts):
10654 Replace `assoc-ignore-case' by `assoc-string'.
10655
10656 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10657
10658 * files.el (locate-file): Doc fix.
10659
10660 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10661 Remove the redundant test for ms-dos.
10662
10663 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10664 look for the preprocessor with exec-suffixes. If not found in
10665 standard places, look in exec-path. Remove most of the tests that
10666 used system-type.
10667
10668 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10669
10670 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10671
10672 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10673 file-name clash with jka-compr.el on 8+3 filesystems.
10674
10675 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10676
10677 * term/mac-win.el: Don't define or bind scroll bar functions if
10678 x-toolkit-scroll-bars is t.
10679 (x-select-text, x-get-selection-value): Clear
10680 x-last-selected-text-clipboard if x-select-enable-clipboard is
10681 nil.
10682 (PRIMARY): Put mac-scrap-name property.
10683 (mac-select-convert-to-file-url): New function.
10684 (public.file-url): New selection target type. Add to
10685 selection-converter-alist.
10686 (x-get-selection, x-selection-value): Handle it.
10687 (x-cut-buffer-or-selection-value): New alias.
10688
10689 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10690
10691 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10692 entry to avoid calling bibtex-find-entry with arg global
10693 being t. Remove arg key.
10694 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10695 (bibtex-copy-summary-as-kill): Change accordingly.
10696
10697 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10700 (org-agenda-date-later): Use with-current-buffer.
10701
10702 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10703
10704 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10705 (define-obsolete-variable-alias): Doc Fixes.
10706
10707 2005-05-06 Kim F. Storm <storm@cua.dk>
10708
10709 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10710 vertical-motion when selective-display is active.
10711
10712 * ido.el (ido-setup-hook): New hook.
10713 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10714 (ido-input-stack): New var.
10715 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10716 ido-next-work-file binding to M-O.
10717 Bind M-f to ido-wide-find-file-or-pop-dir.
10718 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10719 (ido-read-internal): Run ido-setup-hook.
10720 Catch quit in read-file-name and read-string to cancel edit.
10721 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10722 Automatically pop-all when completing a directory name (RET).
10723 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10724 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10725 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10726 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10727 New functions for M-b/M-f to move among the directory components.
10728 (ido-make-merged-file-list): Catch quit to cancel merge.
10729 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10730 (ido-completion-help): No warnings for ido-completion-buffer-full.
10731
10732 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10733
10734 * font-lock.el (font-lock-negation-char-face): New face and variable.
10735 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10736 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10737 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10738 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10739
10740 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10741
10742 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10743 Fix typo in docstring.
10744
10745 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10746 (ebrowse-print-statistics-line)
10747 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10748
10749 * term/w32-win.el (image-library-alist): Add additional name for
10750 Xpm library.
10751
10752 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10753
10754 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10755 use gcc instead of cpp.
10756
10757 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10758 (gdb-create-define-alist): Use it.
10759 (gdb-cpp-define-alist-program): Update for MS-DOS.
10760
10761 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10762
10763 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10764
10765 2005-05-04 Richard M. Stallman <rms@gnu.org>
10766
10767 * help.el (describe-key): No error when UNTRANSLATED is nil.
10768
10769 * simple.el (line-move-1): Fix previous change to signal errors
10770 appropriately.
10771
10772 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10773
10774 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10775 (icalendar-duration-correction): Remove.
10776 (icalendar--get-event-properties): Split result at commas.
10777 (icalendar--decode-isoduration): New optional argument
10778 DURATION-CORRECTION.
10779 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10780 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10781 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10782 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10783 (icalendar--convert-anniversary-to-ical): New functions, extracted
10784 from icalendar-export-region, with bug fixes.
10785 (icalendar-export-region): Use the above functions.
10786 (icalendar-import-buffer): Check before saving diary file.
10787 (icalendar--convert-recurring-to-diary)
10788 (icalendar--convert-non-recurring-all-day-to-diary)
10789 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10790 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10791 (icalendar--convert-ical-to-diary): Use the above functions.
10792
10793 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10796 Remove these recent additions.
10797 (c-mode): Restore to before 2005-04-28.
10798
10799 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10800 recent addition.
10801
10802 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10803 (gdb-define-alist): New variables.
10804 (gdb-create-define-alist): New function.
10805 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10806 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10807 with string-to-number.
10808 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10809
10810 * progmodes/gud.el: Replace string-to-int with string-to-number.
10811 (gud-find-file): Handle gdb-define-alist.
10812
10813 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10814
10815 2005-05-02 Jay Belanger <belanger@truman.edu>
10816
10817 * calc/calc-aent.el (math-read-token):
10818 * calc/calc-bin.el (calc-word-size):
10819 * calc/calc-ext.el (calc-read-number-fancy):
10820 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10821 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10822 * calc/calc-frac.el (calc-over-notation):
10823 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10824 (calc-graph-num-points, calc-graph-init):
10825 * calc/calc-prog.el (calc-read-parse-table-part)
10826 (calc-edit-macro-repeats):
10827 * calc/calc-yank.el (calc-do-grab-rectangle):
10828 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10829 Replace `string-to-int' by `string-to-number'.
10830
10831 2005-05-02 Kim F. Storm <storm@cua.dk>
10832
10833 * kmacro.el: Use executing-kbd-macro-index variable.
10834
10835 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10836
10837 * net/rlogin.el (rlogin-parse-words): Delete func.
10838 (rlogin): Use split-string, not rlogin-parse-words.
10839 Also, if there are option-like elements in the parsed args,
10840 take the host to be the first arg immediately following them.
10841 Suggested by Michael Mauger.
10842
10843 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10844
10845 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10846
10847 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10848
10849 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10850 (cc-mode-cpp-program): Rename to cc-define-list-program and
10851 move to cc-vars.el.
10852
10853 * progmodes/cc-vars.el (cc-define-list-program):
10854 Change to "gcc -E -dM -". Make customizable.
10855
10856 2005-05-02 Kim F. Storm <storm@cua.dk>
10857
10858 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10859
10860 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10861
10862 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10863
10864 * international/mule-util.el (truncate-string): Remove alias and
10865 obsolete declaration.
10866
10867 * international/mule-cmds.el (update-iso-coding-systems):
10868 Remove alias and obsolete declaration.
10869
10870 * international/mule.el (coding-system-parent): Remove alias and
10871 obsolete declaration.
10872
10873 * subr.el (define-function, sref): Remove aliases and obsolete
10874 declarations.
10875 (chars-in-region): Remove obsolete declaration.
10876
10877 2005-05-01 Richard M. Stallman <rms@gnu.org>
10878
10879 * info.el (Info-mode): Set widen-automatically to nil, locally.
10880
10881 * simple.el (widen-automatically): New variable.
10882 (pop-global-mark): Obey widen-automatically.
10883
10884 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10885
10886 * term/xterm.el (function-key-map): Call substitute-key-definition
10887 before the keymap size is increased by a lot of define-key calls.
10888
10889 2005-05-01 Richard M. Stallman <rms@gnu.org>
10890
10891 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10892 Rename ARG to ELEMENT. Doc fix.
10893
10894 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10895
10896 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10897 Remove references to allout-exposure/change to allout-new-exposure.
10898
10899 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10900 bytecode symbols.
10901
10902 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10903 (compiled-function-p, focus-frame, unfocus-frame):
10904 Remove aliases and obsolete declarations.
10905 Back out inadvertent changes from previous commit.
10906
10907 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10908
10909 * files.el (require-final-newline): Make Custom tags consistent
10910 with mode-require-final-newline.
10911 (mode-require-final-newline): Doc fix.
10912
10913 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * international/latexenc.el (latexenc-find-file-coding-system):
10916 Fix regular expressions.
10917
10918 2005-05-01 David Kastrup <dak@gnu.org>
10919
10920 * international/latexenc.el (latexenc-find-file-coding-system):
10921 Fix regular expressions.
10922
10923 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10924
10925 * subr.el (string-to-int): Make obsolete.
10926
10927 2005-04-30 Richard M. Stallman <rms@gnu.org>
10928
10929 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10930
10931 * loadup.el: load jka-comp-hook.
10932
10933 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10934 (jka-compr-handler): Add autoload. `put' calls moved
10935 to jka-comp-hook.el.
10936 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10937 (jka-compr-inhibit): Autoload.
10938
10939 * jka-comp-hook.el: New file.
10940 Enable the mode by default.
10941
10942 * files.el (backup-buffer-copy): Use copy-file instead
10943 of write-region, and put back the 'excl.
10944
10945 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10946
10947 * progmodes/flymake.el (flymake-split-string)
10948 (flymake-split-string, flymake-log, flymake-pid-to-names)
10949 (flymake-reg-names, flymake-get-source-buffer-name)
10950 (flymake-unreg-names, flymake-add-line-err-info)
10951 (flymake-add-err-info): Clarify docstrings.
10952 (flymake-popup-menu, flymake-make-emacs-menu)
10953 (flymake-make-xemacs-menu): Add docstrings.
10954 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10955 Set variables directly throughout.
10956
10957 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10958
10959 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10960 exists. Initialize cc-define-alist.
10961 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10962 If there is no file (Macroexpansion) don't create an alist.
10963
10964 2005-04-29 Sam Steingold <sds@gnu.org>
10965
10966 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10967 (cc-create-define-alist): Use it instead of the hard-coded string.
10968
10969 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10972 for latexenc.
10973
10974 2005-04-29 Lute Kamstra <lute@gnu.org>
10975
10976 * emacs-lisp/generic.el: Improve commentary section.
10977 (define-generic-mode): Improve docstring.
10978
10979 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10980
10981 * textmodes/org.el (many places): Change to quiet the byte compiler.
10982 (org-prefix-format-compiled): New variable.
10983 (org-compile-prefix-format): New function.
10984 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10985 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10986 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10987 (org-get-entries-from-diary): Use `org-get-time-of-day' for
10988 consistency with entries from `org-mode' files.
10989 (org-get-time-of-day): Fix bug with partial matches early in a line.
10990 (org-non-link-chars): New constant.
10991 (org-link-regexp): Respect `org-non-link-chars'.
10992 (org-agenda-day-view): Remove command.
10993 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10994 (org-follow-bbdb-link, org-store-link): Search also company field.
10995 (org-highlight-overlay): New variable.
10996 (org-highlight, org-unhighlight): New functions.
10997 (org-agenda-mode): Add pre-command-hook to remove highlight.
10998 (org-evaluate-time-range): Behavior depends upon whether time stamp
10999 contains a time or not.
11000 (org-show-subtree, org-show-entry): New functions.
11001 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11002
11003 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11004
11005 * comint.el (comint-output-filter-functions): Add autoload cookie.
11006
11007 2005-04-28 Kim F. Storm <storm@cua.dk>
11008
11009 * ido.el (ido-everywhere): Fix last change.
11010
11011 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11012
11013 * international/latexenc.el: New file.
11014 * international/mule-conf.el (file-coding-system-alist): For .tex,
11015 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11016
11017 2005-04-28 Lute Kamstra <lute@gnu.org>
11018
11019 * font-lock.el (font-lock-add-keywords)
11020 (font-lock-remove-keywords): Clarify docstring.
11021 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11022 Don't start docstrings with a `*'.
11023 (font-lock-update-removed-keyword-alist): Give it a docstring.
11024
11025 * generic-x.el: Update commentary section.
11026 Only require font-lock when compiling.
11027 Define all modes conditionally.
11028 Place all generic modes in the generic-x-modes customization group.
11029 (generic-x-modes): New customization group.
11030 (generic-default-modes, generic-mswindows-modes)
11031 (generic-unix-modes, generic-other-modes): New constants.
11032 (generic-define-mswindows-modes, generic-define-unix-modes):
11033 Update docstrings. Make them obsolete.
11034 (generic-extras-enable-list): New default value. Update docstring.
11035 Improve :type. Change :set function.
11036 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11037 Fix docstring.
11038
11039 * emacs-lisp/generic.el (generic-mode-internal):
11040 Simplify font-lock-defaults.
11041 (define-generic-mode): Fix docstring.
11042
11043 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11046 font-lock-face property to highlight matches.
11047
11048 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11049
11050 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11051 (cc-define-alist): New variable.
11052 (c-mode): Make it local and initialize it.
11053
11054 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11055 (gdb-exited): New function.
11056 (gdb-annotation-rules): Use it.
11057 (gdb-starting): Set gdb-active-process to t.
11058 (gdb-stopping): Amend doc string.
11059 (gdb-reset): Set gdb-active-process to nil.
11060
11061 * tooltip.el (tooltip-gud-tips): Show the associated #define
11062 directives when a C program under GDB is not executing.
11063
11064 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11067 font-lock-fontify-syntactic-keywords.
11068
11069 * font-lock.el (font-lock-default-fontify-region): Don't force
11070 parse-sexp-lookup-properties to nil.
11071
11072 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11073
11074 * man.el (man-mode-syntax-table): Set up `:' to have
11075 word-constituent syntax.
11076
11077 2005-04-27 Lute Kamstra <lute@gnu.org>
11078
11079 * novice.el (disable-command): Don't add spurious newlines to the
11080 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11081
11082 2005-04-26 Jay Belanger <belanger@truman.edu>
11083
11084 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11085 than one window before deleting window.
11086
11087 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11088
11089 * shell.el (shell-prompt-pattern): Doc fix.
11090 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11091
11092 * comint.el (comint-prompt-regexp, comint-get-old-input)
11093 (comint-use-prompt-regexp)
11094 (comint-use-prompt-regexp-instead-of-fields)
11095 (comint-replace-by-expanded-history, comint-send-input)
11096 (comint-output-filter, comint-get-old-input-default)
11097 (comint-line-beginning-position, comint-bol, comint-show-output)
11098 (comint-backward-matching-input, comint-forward-matching-input)
11099 (comint-next-prompt, comint-previous-prompt):
11100 Rename `comint-use-prompt-regexp-instead-of-fields' to
11101 `comint-use-prompt-regexp'. Keep old name as alias and declare
11102 obsolete.
11103 (comint-use-prompt-regexp): Shorten first line of doc string.
11104
11105 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11106 Set paragraph-separate buffer locally to "\\'".
11107
11108 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11109 Adapt to above name change.
11110
11111 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11112 (smbclient-prompt-regexp): Ditto.
11113
11114 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11115
11116 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11117
11118 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11119 gdb-location-list.
11120 Break lines that are over 80 characters wide.
11121
11122 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11125 New fun and var, to preserve compatibility.
11126
11127 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11128
11129 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11130
11131 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11132 name to file-newer-than-file-p.
11133
11134 2005-04-26 Richard M. Stallman <rms@gnu.org>
11135
11136 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11137
11138 * progmodes/python.el (python-mode):
11139 Use new name eldoc-documentation-function.
11140
11141 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11142
11143 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11144 (eldoc-documentation-function):
11145 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11146
11147 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11148
11149 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11150
11151 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11152
11153 * term/xterm.el (function-key-map): Fix strings for
11154 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11155 {C,S,A,C-S}-{f1-f12}.
11156
11157 2005-04-26 Kenichi Handa <handa@m17n.org>
11158
11159 * international/mule-cmds.el (select-safe-coding-system):
11160 Fix previous change.
11161
11162 2005-04-26 Lute Kamstra <lute@gnu.org>
11163
11164 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11165
11166 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11167 (font-lock-comment-delimiter-face): Ditto.
11168
11169 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11170
11171 2005-04-25 Jay Belanger <belanger@truman.edu>
11172
11173 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11174 to t while inserting information; use help-mode.
11175
11176 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11177
11178 * term.el (ansi-term-color-vector): Use the xterm colors.
11179 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11180
11181 2005-04-25 Lute Kamstra <lute@gnu.org>
11182
11183 * font-core.el (font-lock-defaults): Fix docstring.
11184
11185 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11186
11187 2005-04-25 Kenichi Handa <handa@m17n.org>
11188
11189 * international/mule-cmds.el (select-safe-coding-system):
11190 Don't check consistency with coding: spec, etc if raw-text or
11191 no-conversion was found to be safe.
11192
11193 2005-04-24 Richard M. Stallman <rms@gnu.org>
11194
11195 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11196 citation markers at start of each line.
11197
11198 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11199 citation markers at start of each line.
11200
11201 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11202
11203 * files.el (mode-require-final-newline): Fix previous change.
11204 (require-final-newline): Fix type label.
11205
11206 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11207
11208 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11209 statement in buffer (broken by 2004-11-24 change).
11210
11211 2005-04-24 Kim F. Storm <storm@cua.dk>
11212
11213 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11214 and read-file-name-function values. Don't overwrite existing
11215 non-nil values if ido-mode is enabled without ido-everywhere.
11216
11217 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11218
11219 * files.el (mode-require-final-newline): Minor doc fix.
11220
11221 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11222
11223 * subr.el (syntax-after): Doc fix.
11224 (syntax-class): If argument is nil, return nil. Mask off upper 16
11225 bits, not 8 bits.
11226
11227 * files.el (mode-require-final-newline): Doc fix.
11228 (backup-buffer-copy): Fix last change.
11229
11230 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11231
11232 * term/mac-win.el: Require select. Set selection-coding-system to
11233 mac-system-coding-system. Call menu-bar-enable-clipboard.
11234 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11235 (x-select-enable-clipboard): New variables.
11236 (x-select-text, x-get-selection, x-selection-value)
11237 (x-get-selection-value, mac-select-convert-to-string)
11238 (mac-services-open-file, mac-services-open-selection)
11239 (mac-services-insert-text): New functions.
11240 (CLIPBOARD, FIND): Put mac-scrap-name property.
11241 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11242 (public.tiff): Put mac-ostype property.
11243 (selection-converter-alist): Add entries for them.
11244 (mac-application-menu-map): New keymap.
11245 (interprogram-cut-function, interprogram-paste-function): Set to
11246 x-select-text and x-get-selection-value, respectively.
11247 (split-window-keep-point): Set to t.
11248
11249 2005-04-23 Richard M. Stallman <rms@gnu.org>
11250
11251 * files.el (read-directory-name): Always pass non-nil
11252 DEFAULT-FILENAME arg to read-file-name.
11253 (backup-buffer-copy, basic-save-buffer-2): Take care against
11254 writing thru an unexpected existing symlink.
11255 (revert-buffer): In indirect buffer, revert the base buffer.
11256 (magic-mode-alist): Doc fix.
11257 (buffer-stale-function): Doc fix.
11258 (minibuffer-with-setup-hook): Avoid warning.
11259 (mode-require-final-newline): Doc and custom fix.
11260
11261 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11262
11263 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11264 use the default appearance.
11265 (font-lock-comment-delimiter-face): New face, new variable.
11266
11267 * imenu.el (imenu--generic-function): The official position of a
11268 definition is the start of the line that BEG is in.
11269
11270 * midnight.el (midnight-timer): Move defvar up.
11271
11272 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11273
11274 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11275
11276 * startup.el (command-line): Use with-no-warnings.
11277
11278 * window.el (window-size-fixed): New defvar.
11279
11280 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11281
11282 * mail/rmail.el (rmail-font-lock-keywords):
11283 Use font-lock-comment-delimiter-face.
11284
11285 * mail/sendmail.el (mail-font-lock-keywords):
11286 Use font-lock-comment-delimiter-face.
11287
11288 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11289
11290 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11291
11292 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11293 Specify t for LAXMATCH when matching directories.
11294 Save match data around compilation-compat-error-properties form.
11295
11296 2005-04-23 David Kastrup <dak@gnu.org>
11297
11298 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11299 Mention that the autoloaded aliases should be kept for AUCTeX.
11300
11301 2005-04-23 Andreas Schwab <schwab@suse.de>
11302
11303 * isearch.el (isearch-forward): Doc fix.
11304
11305 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11306
11307 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11308 (jit-lock-stealth-nice): Change default value to 0.5.
11309
11310 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11311
11312 * abbrev.el (write-abbrev-file): Write table entries in
11313 alphabetical order by table name.
11314
11315 2005-04-22 Kim F. Storm <storm@cua.dk>
11316
11317 * ido.el (ido-read-internal): Fix `list' completion.
11318
11319 2005-04-22 Kenichi Handa <handa@m17n.org>
11320
11321 * recentf.el (recentf-save-file-coding-system): New variable.
11322 (recentf-save-list): Encode the file by
11323 recentf-save-file-coding-system and add coding: tag.
11324
11325 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11326
11327 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11328
11329 2005-04-21 Lute Kamstra <lute@gnu.org>
11330
11331 * loadhist.el (unload-feature): Don't remove a function from hooks
11332 if it is about to be restored to an autoload . Remove functions
11333 that will become unbound from auto-mode-alist. Simplify the code.
11334
11335 * subr.el (assq-delete-all): New implementation that is linear,
11336 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11337 (rassq-delete-all): New function.
11338
11339 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11340 Add size-indication-mode.
11341
11342 2005-04-21 Kenichi Handa <handa@m17n.org>
11343
11344 * international/mule-cmds.el: Add autoload for widget-value in
11345 eval-when-compile.
11346
11347 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11348
11349 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11350 Add tooltip-mode.
11351
11352 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11353
11354 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11355
11356 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11357 (inferior-lisp-filter-regexp, inferior-lisp-program)
11358 (inferior-lisp-load-command, inferior-lisp-prompt)
11359 (inferior-lisp-mode-hook, lisp-source-modes)
11360 (inferior-lisp-load-hook): defvar->defcustom.
11361 (inferior-lisp-program, inferior-lisp-prompt)
11362 (inferior-lisp-load-hook): Doc fixes.
11363 (inferior-lisp-install-letter-bindings): Small change in
11364 introductory comment.
11365
11366 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11367
11368 * vc.el (vc-annotate-color-map): Change some colors so that text
11369 using them as foreground is readable on both white and black
11370 backgrounds.
11371
11372 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * international/mule-conf.el (translation-table-for-input):
11375 Remove redundant declaration.
11376
11377 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11378
11379 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11380
11381 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11382 (tooltip-toggle-gud-tips): New function.
11383
11384 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11385
11386 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11387 right angle brackets.
11388
11389 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11390
11391 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11392
11393 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11396 Remove. Update callers to use expand-file-name instead.
11397
11398 * subr.el (syntax-class): New function.
11399
11400 * simple.el (blink-matching-open): Use it.
11401
11402 * paren.el (show-paren-function): Use it to recognize parens that are
11403 also used in 2-char comment markers.
11404
11405 2005-04-19 Lute Kamstra <lute@gnu.org>
11406
11407 * loadhist.el (unload-feature): Update for new format of
11408 load-history. Simplify the code.
11409
11410 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11411
11412 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11413 (mac-add-charset-info): New function. Initialize variable
11414 mac-charset-info-alist using it.
11415 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11416 for translation.
11417 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11418 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11419 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11420 New CCL programs.
11421
11422 2005-04-19 Kim F. Storm <storm@cua.dk>
11423
11424 * simple.el (next-buffer, prev-buffer, next-error)
11425 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11426 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11427
11428 * bindings.el (next-buffer, prev-buffer, next-error)
11429 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11430 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11431 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11432 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11433
11434 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * isearch.el (isearch-edit-string): Make the search-ring available for
11437 minibuffer history commands.
11438 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11439 the default history commands now work just as well.
11440 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11441
11442 2005-04-18 Kim F. Storm <storm@cua.dk>
11443
11444 * emulation/cua-base.el (cua--pre-command-handler): Add more
11445 elaborate check for shift modifier on non-window systems.
11446
11447 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11448
11449 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11450
11451 2005-04-18 Kim F. Storm <storm@cua.dk>
11452
11453 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11454 and make it optional. Don't test tooltip-gud-echo-area here.
11455 (tooltip-gud-process-output, gdb-tooltip-print):
11456 Pass tooltip-gud-echo-area to tooltip-show.
11457 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11458
11459 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11460
11461 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11462 `display-graphic-p' may not be bound yet.
11463
11464 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11465
11466 * startup.el (command-line): No longer enable Xterm Mouse mode by
11467 default in terminals compatible with xterm.
11468
11469 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11470
11471 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11472
11473 * tooltip.el (tooltip-gud-echo-area): Rename from
11474 tooltip-use-echo-area.
11475 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11476 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11477 area independently of where help tooltips are displayed.
11478
11479 2005-04-17 David Kastrup <dak@gnu.org>
11480
11481 * cus-theme.el (custom-theme-write-variables): Quote variables
11482 where necessary.
11483
11484 2005-04-17 Richard M. Stallman <rms@gnu.org>
11485
11486 * simple.el (yank-excluded-properties): Add follow-link to value.
11487
11488 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11489
11490 * startup.el (fancy-splash-max-time): Just 30 seconds.
11491 (fancy-splash-delay): Just 7.
11492 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11493
11494 * loadhist.el (unload-feature): Update for new format of load-history.
11495 Simplify the code.
11496
11497 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11498 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11499
11500 * mail/sendmail.el (mail-font-lock-keywords):
11501 Don't fontify subject text.
11502 Don't fontify the text of a citation.
11503
11504 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11505
11506 * comint.el (comint-output-filter): Run comint-output-filter-functions
11507 with point where the user had it.
11508
11509 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * international/ucs-tables.el (ucs-set-table-for-input):
11512 Disable when using unify-on-decoding.
11513
11514 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11515
11516 * emulation/cua-base.el (cua-global-mark-face): Add special case
11517 for displays supporting a high number of colors.
11518
11519 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11520
11521 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11522
11523 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11524
11525 * filesets.el (filesets-add-buffer): If user supplies a name of a
11526 non-existing fileset, create a new fileset.
11527
11528 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11529
11530 * textmodes/org.el (org-up-heading-all): Fix bug with
11531 `outline-up-heading-all'.
11532
11533 2005-04-16 Andreas Schwab <schwab@suse.de>
11534
11535 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11536 /etc/permissions.d/* and /etc/aliases.d/*.
11537
11538 2005-04-16 Kenichi Handa <handa@m17n.org>
11539
11540 * international/code-pages.el (cp-make-coding-system):
11541 Set `translation-table-for-input' property value to the symbol
11542 ucs-mule-to-mule-unicode, not to that value.
11543 (pt154): Escape guillemet by `\'.
11544
11545 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11546
11547 * loadup.el: Load tooltip if x-show-tip is fboundp.
11548
11549 * startup.el (command-line): Add comment.
11550
11551 * tooltip.el (tooltip-mode): Specify correct standard value for
11552 Custom in init-value.
11553
11554 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11555
11556 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11557 possible.
11558
11559 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11560
11561 * textmodes/org.el (org-agenda-date-prompt): Rename from
11562 `org-agenda-date-today'.
11563 (org-evaluate-time-range): Insert at point instead of directly
11564 after time range.
11565 (org-first-headline-recenter, org-subtree-end-visible-p)
11566 (org-optimize-window-after-visibility-change): New functions
11567 (org-agenda-post-command-hook): Don't allow point at end of line,
11568 to make sure it always hits the text properties.
11569 (org-agenda-next-date-line, org-agenda-previous-date-line):
11570 New commands.
11571 (org-set-regexps-and-options): Category may contain white space.
11572 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11573 Improve marker positions.
11574 (org-agenda-new-marker): Argument POS made optional.
11575 (org-agenda-get-timestamps): Deadlines which are done are listed
11576 in org-done-face now.
11577 (org-agenda-get-todos, org-agenda-get-timestamps)
11578 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11579 Set `undone-face' and `done-face' properties.
11580 (org-last-todo-state-is-todo): New variable.
11581 (org-todo): Set `org-last-todo-state-is-todo'.
11582 (org-agenda-todo): Change face according to
11583 `org-last-todo-state-is-todo'. And change other lines referring to
11584 the same entry.
11585 (org-calendar-goto-agenda): New command.
11586 (org-calendar-to-agenda-key): New option.
11587 (org-startup-folded): New allowed value `content'.
11588 (org-set-regexps-and-options): Accept new value `content' for
11589 `org-startup-folded'.
11590 (org-get-current-options): Handle new value `content' for
11591 `org-startup-folded'.
11592 (org-insert-todo-heading): New command.
11593 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11594 interactively in empty file and option
11595 `org-insert-mode-line-in-empty-file' has been set.
11596 (org-agenda-todo,org-agenda-priority): Modify to use
11597 `org-agenda-change-all-lines'.
11598 (org-warning-face): Change color on dark background
11599
11600 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11601
11602 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11603 use preferences AppleLocale and AppleLanguages, and variable
11604 mac-system-locale for default locale. On Mac OS Classic, use
11605 mac-system-coding-system for default coding systems.
11606
11607 * term/mac-win.el: Don't set file-name-coding-system.
11608 Decode variables system-name, emacs-build-system, user-login-name, and
11609 user-full-name by mac-system-coding-system on Mac OS Classic.
11610 (mac-system-coding-system): New variable.
11611
11612 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11613
11614 * startup.el (command-line): Handle `xterm-mouse-mode' before
11615 reading init file.
11616
11617 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11618
11619 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11620
11621 * progmodes/sh-script.el (sh-here-document-word): Make it a
11622 defcustom. Doc fix.
11623 (sh-add): Bash uses $(( )) for arithmetic.
11624 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11625 (sh-maybe-here-document): Remove quotes and leading whitespace
11626 from heredoc word when closing. Indent heredoc with tabs if word
11627 starts with "-".
11628
11629 2005-04-13 Richard M. Stallman <rms@gnu.org>
11630
11631 * simple.el (undo): Fix previous change.
11632
11633 * custom.el (defface): Doc fix.
11634
11635 2005-04-13 Lute Kamstra <lute@gnu.org>
11636
11637 * Makefile.in (DONTCOMPILE): Remove list.
11638 (compile, compile-always): Don't use DONTCOMPILE.
11639 (update-authors): Load the library in which batch-update-authors
11640 is defined.
11641 * makefile.w32-in (DONTCOMPILE): Remove list.
11642 (compile, compile-always): Fix comments.
11643 (update-authors): Load the library in which batch-update-authors
11644 is defined.
11645
11646 * generic-x.el (generic-mode-ini-file-find-file-hook):
11647 Rename to ini-generic-mode-find-file-hook.
11648 Keep generic-mode-ini-file-find-file-hook as an alias.
11649 (ini-generic-mode-find-file-hook): Rename from
11650 generic-mode-ini-file-find-file-hook. Fix docstring.
11651 (ini-generic-mode): Docstring change.
11652 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11653
11654 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11655 called from lisp.
11656
11657 * generic.el: Move to the emacs-lisp subdir.
11658
11659 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11660
11661 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11662 and C-S- function and cursor motion keys.
11663
11664 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11665
11666 * startup.el (command-line): Enable Xterm Mouse mode by default.
11667 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11668 for Custom. No longer show "Mouse" in mode line when enabled.
11669 Doc fix.
11670
11671 2005-04-12 Kim F. Storm <storm@cua.dk>
11672
11673 * emulation/cua-base.el (cua-rectangle-face)
11674 (cua-rectangle-noselect-face): Define face attributes here.
11675
11676 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11677
11678 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11679
11680 * startup.el (command-line): Turn off blinking cursor if
11681 cursorBlink in resources is off or false.
11682
11683 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11684
11685 * term/mac-win.el (dnd): Require dnd.
11686 (mac-drag-n-drop): Call dnd-handle-one-url.
11687 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11688 (kTextEncodingISOLatin2): Remove constants.
11689 (mac-script-code-coding-systems): New constant.
11690 (mac-handle-language-change): New function.
11691 (special-event-map): Bind it to `language-change' event.
11692 (mac-centraleurroman, mac-cyrillic): New coding systems.
11693 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11694 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11695 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11696 encode-mac-cyrillic, respectively.
11697
11698 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11701 Don't set overlay-arrow-string to "=>" as this is done
11702 globally in C now.
11703
11704 2005-04-12 Lute Kamstra <lute@gnu.org>
11705
11706 * generic-x.el (rc-generic-mode, rul-generic-mode):
11707 Fix auto-mode-alist entries.
11708 (etc-fstab-generic-mode): Tweak fontification.
11709
11710 * generic.el (generic-make-keywords-list): Fix docstring.
11711 (generic-mode-internal): Simplify generic-font-lock-keywords.
11712
11713 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11714
11715 * whitespace.el (whitespace-buffer-leading)
11716 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11717 However, fix the highlight area for the leading and
11718 trailing whitespaces to show space.
11719
11720 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11721
11722 * whitespace.el (whitespace-version): Bump to 3.5
11723
11724 (whitespace-buffer-leading, whitespace-buffer-trailing):
11725 Invert sense of the test to highlight the whitespace.
11726
11727 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11728
11729 * progmodes/gud.el (gud-display-line): GUD uses its own
11730 overlay arrow now so don't set overlay-arrow-string.
11731 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11732
11733 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11734
11735 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11736 (term-ansi-current-reverse, term-ansi-current-invisible)
11737 (term-ansi-face-already-done): Change to boolean.
11738 (term-reset-terminal, term-handle-colors-array): Handle the above
11739 vars accordingly.
11740 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11741 (term-emulate-terminal): Use the new name.
11742
11743 * faces.el (secondary-selection): Use yellow1, not yellow.
11744 (trailing-whitespace): Use red1, not red.
11745
11746 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11747
11748 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11749 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11750 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11751
11752 * cus-edit.el (dnd): New group.
11753
11754 * term/w32-win.el (dnd): Require dnd
11755 (w32-drag-n-drop): Call dnd-handle-one-url.
11756
11757 * x-dnd.el: Require dnd.
11758 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11759 Call dnd-handle-one-url.
11760 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11761 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11762 to dnd-insert-text.
11763 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11764 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11765 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11766 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11767
11768 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11769
11770 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11771
11772 * wdired.el: Doc fixes.
11773 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11774 (wdired-use-dired-vertical-movement): Rename from
11775 wdired-always-move-to-filename-beginning.
11776 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11777 (wdired-change-to-wdired-mode): Change mode name.
11778 (wdired-newline): Delete.
11779
11780 2005-04-11 Richard M. Stallman <rms@gnu.org>
11781
11782 * whitespace.el (whitespace-highlight-the-space):
11783 Don't call whitespace-unhighlight-the-space here.
11784
11785 * simple.el (undo): Record t in undo-equiv-table
11786 for the redo record made by an undo-in-region.
11787
11788 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11789
11790 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11791 (gdb-frame-inferior-io-buffer): New Functions to control
11792 display of separate IO buffer.
11793 (menu): Add them to menu-bar.
11794 (gdb-display-buffer): Check for buffer another frame.
11795 Protect GUD buffer.
11796 (gdb-setup-windows): Create IO buffer if not already there.
11797 (gdb-memory-mode): Remove purecopy noops.
11798
11799 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11800
11801 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11802 and pass to self-insert-command.
11803
11804 2005-04-11 Lute Kamstra <lute@gnu.org>
11805
11806 * generic.el: Commentary section cleanup.
11807 (generic): Delete.
11808 (generic-use-find-file-hook, generic-lines-to-scan)
11809 (generic-find-file-regexp, generic-ignore-files-regexp)
11810 (default-generic-mode, generic-mode-find-file-hook)
11811 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11812 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11813 (generic-use-find-file-hook, generic-lines-to-scan)
11814 (generic-find-file-regexp, generic-ignore-files-regexp)
11815 (default-generic-mode, generic-mode-find-file-hook)
11816 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11817
11818 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11819
11820 * bookmark.el (bookmark-write-file): Catch errors writing file.
11821 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11822
11823 2005-04-10 Richard M. Stallman <rms@gnu.org>
11824
11825 * startup.el (fancy-splash-tail): Update copyright year.
11826 (command-line): Split part of -Q into -D.
11827 (emacs-basic-display): New defvar.
11828 (fancy-splash-text): Correct name of menu item.
11829
11830 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11831
11832 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11833 lines in one node.
11834
11835 * comint.el (comint-send-input): New arg ARTIFICIAL.
11836 Callers in this file changed.
11837
11838 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11839
11840 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11841
11842 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11843
11844 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11845 `ldap-search-internal'.
11846
11847 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11848
11849 * files.el (set-auto-mode-1): Use line-end-position.
11850
11851 * international/latin-1.el:
11852 * international/latin-2.el:
11853 * international/latin-3.el:
11854 * international/latin-4.el:
11855 * international/latin-5.el:
11856 * international/latin-8.el:
11857 * international/latin-9.el: Give punctuation syntax to NBSP.
11858
11859 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11860 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11861 Use char-classes to accept non-ascii letters, accepted in some recent
11862 bibtex implementations.
11863
11864 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11865
11866 * custom.el (custom-set-minor-mode): Any non-nil value for the
11867 variable should enable the mode when set through Custom.
11868
11869 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11872 TAB binding so tab-always-indent is obeyed.
11873 (vhdl-minibuffer-local-map): Move initialization into declaration.
11874 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11875 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11876 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11877 (vhdl-current-line): Use line-beginning-position.
11878 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11879 with-output-to-temp-buffer, so the current position can be recorded.
11880
11881 2005-04-10 Masatake YAMATO <jet@gyve.org>
11882
11883 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11884 Add regexp for gcov.
11885
11886 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11887
11888 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11889 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11890 syntax which Emacs 20 doesn't support.
11891
11892 2005-04-09 Richard M. Stallman <rms@gnu.org>
11893
11894 * help.el (describe-key-briefly, describe-key):
11895 Replace strings as event types with "(any string)".
11896
11897 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * arc-mode.el (archive-mode-map): Move initialization into
11900 the declaration. Override *all* bindings of `undo'.
11901 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11902
11903 2005-04-09 Jay Belanger <belanger@truman.edu>
11904
11905 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11906
11907 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11908
11909 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11910 (xterm-register-default-colors): Update color values computation
11911 to match xterm-200.
11912
11913 2005-04-09 Kenichi Handa <handa@m17n.org>
11914
11915 * international/code-pages.el (iso-latin-7): Fix the map.
11916
11917 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11918
11919 * emacs-lisp/lisp.el (defun-prompt-regexp)
11920 (parens-require-spaces, buffer-end, end-of-defun)
11921 (insert-parentheses): Doc fixes.
11922
11923 2005-04-08 Kim F. Storm <storm@cua.dk>
11924
11925 * comint.el (comint-highlight-prompt): Fix face spec.
11926 * hi-lock.el (hi-green): Likewise.
11927
11928 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * cus-edit.el (custom-modified-face):
11931 * comint.el (comint-highlight-input): Fix previous changes.
11932 * term.el (term-handle-ansi-escape): Add a comment.
11933
11934 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11937 in the buffer and in whitespace-highlighted-space.
11938 (whitespace-unhighlight-the-space): Simplify.
11939 (whitespace-buffer): Simplify.
11940
11941 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11942
11943 * textmodes/table.el (table-cell-face): Add special case for
11944 displays supporting a high number of colors.
11945 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11946 (vhdl-font-lock-reserved-words-face)
11947 (vhdl-speedbar-architecture-face)
11948 (vhdl-speedbar-instantiation-face)
11949 (vhdl-speedbar-architecture-selected-face)
11950 (vhdl-speedbar-instantiation-selected-face): Likewise.
11951 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11952 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11953 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11954 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11955 (ebrowse-progress-face): Likewise.
11956 * progmodes/compile.el (compilation-info-face): Likewise.
11957 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11958 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11959 * calendar/calendar.el (diary-face): Likewise.
11960 * woman.el (woman-italic-face, woman-bold-face)
11961 (woman-unknown-face): Likewise.
11962 * wid-edit.el (widget-button-pressed-face): Likewise.
11963 * whitespace.el (whitespace-highlight-face): Likewise.
11964 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11965 * pcvs-info.el (cvs-marked-face): Likewise.
11966 * info.el (info-xref): Likewise.
11967 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11968 * hilit-chg.el (highlight-changes-face)
11969 (highlight-changes-delete-face): Likewise.
11970 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11971 (hi-red-b): Likewise.
11972 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11973 * font-lock.el (font-lock-keyword-face)
11974 (font-lock-function-name-face, font-lock-warning-face): Likewise.
11975 * cus-edit.el (custom-invalid-face, custom-modified-face)
11976 (custom-set-face, custom-changed-face, custom-variable-tag-face)
11977 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11978 * comint.el (comint-highlight-prompt): Likewise.
11979
11980 2005-04-08 Lute Kamstra <lute@gnu.org>
11981
11982 * font-lock.el (font-lock-keywords): Docstring fixes.
11983
11984 2005-04-08 Kenichi Handa <handa@m17n.org>
11985
11986 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11987 chars are more than a limit, print " and more..." at the tail.
11988
11989 2005-04-08 Kim F. Storm <storm@cua.dk>
11990
11991 * emacs-lisp/authors.el (authors-aliases): Update list.
11992 (authors-ignored-files): New list.
11993 (authors-fixed-entries): Fix typo.
11994 (authors-renamed-files-alist): Update list.
11995 (authors-add): Check authors-ignored-files.
11996
11997 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
11998
11999 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12000 optional, to ensure backward compatibility.
12001
12002 2005-04-08 Stephen Eglen <stephen@gnu.org>
12003
12004 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12005
12006 2005-04-08 Kim F. Storm <storm@cua.dk>
12007
12008 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12009
12010 * mouse.el (mouse-on-link-p): Doc fix.
12011
12012 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12013
12014 * ielm.el (ielm-prompt-read-only): Doc fix.
12015
12016 * comint.el (comint-prompt-read-only): Doc fix.
12017
12018 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12019
12020 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12021 ensure dired always handles wildcards passed to ffap.
12022 (find-file-at-point): Use it.
12023 (ffap-dired-wildcards): Doc fix.
12024
12025 2005-04-07 Juri Linkov <juri@jurta.org>
12026
12027 * simple.el (next-error-overlay-arrow-position): New defvar.
12028 Put "=>" on its property `overlay-arrow-string'. Add it to
12029 `overlay-arrow-variable-list'.
12030
12031 * progmodes/compile.el (compilation-setup):
12032 Set `next-error-overlay-arrow-position' to nil. Also set it to
12033 nil in the local hook `kill-buffer-hook'. Make local variable
12034 `overlay-arrow-string' and set it to "=>".
12035 (compilation-goto-locus): Set BOL position to
12036 `next-error-overlay-arrow-position' instead of
12037 `overlay-arrow-position'.
12038
12039 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12040 locally instead of adding it to the global hook.
12041 (Info-kill-buffer): Move up.
12042
12043 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12044
12045 * term/xterm.el (xterm-standard-colors): Update color values from
12046 xterm-200.
12047
12048 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12051
12052 * fast-lock.el:
12053 * lazy-lock.el: Move them to the obsolete subdir.
12054
12055 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12056
12057 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12058 (wdired-add-replace-advice): Remove.
12059 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12060
12061 2005-04-06 Kim F. Storm <storm@cua.dk>
12062
12063 * startup.el (command-line): Add --bare-bones alias for -Q.
12064
12065 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12066
12067 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12068 create the startup fontset if a font specification ends with
12069 `mac-roman'.
12070
12071 2005-04-06 Lute Kamstra <lute@gnu.org>
12072
12073 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12074 change.
12075
12076 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12077 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12078
12079 2005-04-05 Lute Kamstra <lute@gnu.org>
12080
12081 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12082 (define-generic-mode): Ditto. Fix debug declaration.
12083
12084 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12085 Put them in the generic-x group.
12086
12087 * calendar/timeclock.el (timeclock): Doc fix.
12088
12089 * generic.el (define-generic-mode): Don't use custom-current-group.
12090 Document default :group value.
12091 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12092 (define-global-minor-mode): Don't use custom-current-group.
12093
12094 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12095
12096 * startup.el (command-line-1): Display startup-echo-area-message
12097 when fancy splash screen is in use.
12098
12099 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12100 (sh-escaped-newline): New face.
12101 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12102 newline, and use sh-escaped-newline face.
12103
12104 * progmodes/tcl.el (tcl-escaped-newline): New face.
12105 (tcl-builtin-list): New variable.
12106 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12107 newlines. Fix keywords subexpression number.
12108
12109 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12110
12111 * textmodes/org.el (org-diary-default-entry): Fix call to
12112 `add-to-diary-entry'.
12113
12114 2005-04-05 Kim F. Storm <storm@cua.dk>
12115
12116 * ediff-init.el: Use (featurep 'xemacs).
12117
12118 2005-04-05 David Ponce <david@dponce.com>
12119
12120 * cus-edit.el (face): Derive from symbol widget. Display sample
12121 of the current face on the fly.
12122 (widget-face-sample-face-get, widget-face-notify): New functions.
12123 (widget-face-value-create): Remove.
12124
12125 * wid-edit.el (widget-field-end): Temporarily remove field
12126 narrowing before to call `get-char-property'.
12127
12128 2005-04-04 Jay Belanger <belanger@truman.edu>
12129
12130 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12131 (math-read-subscripts): New variable.
12132 (math-read-preprocess-string): Process subscripts.
12133
12134 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12135
12136 * comint.el (comint-prompt-read-only): Doc fix.
12137
12138 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12139 `-1'. Doc fix.
12140
12141 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12142
12143 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12144 Change default value to nil.
12145
12146 2005-04-04 Lute Kamstra <lute@gnu.org>
12147
12148 * autorevert.el (auto-revert-mode): Specify :group.
12149 * battery.el (display-battery-mode): Specify :group.
12150 * diff-mode.el (diff-minor-mode): Specify :group.
12151 * font-core.el (font-lock-mode): Specify :group.
12152 * hl-line.el (hl-line-mode): Specify :group.
12153 * iimage.el (iimage): New customization group.
12154 (iimage-mode): Specify :group.
12155 * longlines.el (longlines-mode): Specify :group.
12156 * master.el: Don't require easy-mmode.
12157 (master): New customization group.
12158 (master-mode): Specify :group.
12159 * msb.el (msb-mode): Specify :group.
12160 * reveal.el (reveal-mode): Specify :group.
12161 * simple.el (next-error-follow-minor-mode): Specify :group.
12162 * smerge-mode.el (smerge-mode): Specify :group.
12163 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12164 * emulation/cua-base.el (cua-mode): Specify :group.
12165 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12166 * language/thai-util.el (thai-auto-composition-mode)
12167 (thai-word-mode): Specify :group.
12168 * mail/supercite.el (sc-minor-mode): Specify :group.
12169 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12170 * progmodes/flymake.el (flymake-mode): Specify :group.
12171 * progmodes/glasses.el (glasses-mode): Specify :group.
12172 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12173 * textmodes/enriched.el (enriched-mode): Specify :group.
12174 * textmodes/refill.el (refill-mode): Specify :group.
12175
12176 * add-log.el (change-log-font-lock-keywords): Names in
12177 parenthesized lists can contain spaces.
12178
12179 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12180
12181 * startup.el (fancy-splash-text): Shorten default text of
12182 "Emacs Tutorial" line. Also, if the current language env
12183 indicates an available tutorial file other than TUTORIAL,
12184 extract its title and append it to the line in parentheses.
12185 (fancy-splash-insert): If arg is a thunk, funcall it.
12186
12187 2005-04-04 Jay Belanger <belanger@truman.edu>
12188
12189 * calc.el (calc-language-alist): Add tags to customization type.
12190
12191 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12192
12193 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12194 Doc fix.
12195
12196 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12197
12198 * add-log.el (change-log-font-lock-keywords): The manual
12199 describing a Change Log entry, says: (...) "Aside from these
12200 header lines, every line in the change log starts with a space or
12201 a tab.". The font-lock was not highlighting lines started with
12202 spaces, added support for it.
12203
12204 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12205
12206 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12207 (bibtex-generate-url-list): Update docstring accordingly. Put the
12208 complex example in the docstring.
12209 (bibtex-font-lock-url): Use pop.
12210
12211 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12214
12215 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12216
12217 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12218
12219 * filesets.el (filesets-set-default): Doc fix.
12220
12221 2005-04-03 Lute Kamstra <lute@gnu.org>
12222
12223 * generic.el (define-generic-mode): Add argument to specify
12224 keywords for defcustom.
12225 (default-generic-mode): Specify :group.
12226
12227 * generic-x.el: Specify :group for all generic modes.
12228
12229 * desktop.el (desktop-no-desktop-file-hook)
12230 (desktop-after-read-hook): Doc fix.
12231
12232 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12233
12234 * simple.el (visible-mode): Use explicit :group keyword.
12235 This changes the group of `visible-mode-hook' from paren-blinking
12236 to editing-basics.
12237
12238 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12239
12240 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12241 mailbox specifications as well as URLs.
12242 (rmail-insert-inbox-text): Remove unused conditional branches.
12243
12244 2005-04-01 Jay Belanger <belanger@truman.edu>
12245
12246 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12247 (calc-gnuplot-print-command): Move definitions to calc.el.
12248
12249 * calc/calc-embed.el (calc-embedded-announce-formula)
12250 (calc-embedded-open-formula, calc-embedded-close-formula)
12251 (calc-embedded-open-word, calc-embedded-close-word)
12252 (calc-embedded-open-plain, calc-embedded-close-plain)
12253 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12254 (calc-embedded-open-mode, calc-embedded-close-mode):
12255 Move definitions to calc.el.
12256
12257 * calc/calc.el (calc-settings-file, calc-language-alist):
12258 Make customizable.
12259 (calc-embedded-announce-formula, calc-embedded-open-formula)
12260 (calc-embedded-close-formula, calc-embedded-open-word)
12261 (calc-embedded-close-word, calc-embedded-open-plain)
12262 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12263 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12264 (calc-embedded-close-mode, calc-gnuplot-name)
12265 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12266 from other files and make customizable.
12267
12268 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12271 Use buffer-live-p.
12272 (cvs-mode-run): Don't call cvs-update-header here.
12273 (cvs-run-process): Call cvs-update-header.
12274 Use process properties for cvs-postprocess and cvs-buffer so that
12275 the sentinel can behave better if the temp buffer is killed.
12276 Use a pipe rather than a tty, to better handle unexpected prompts.
12277 (cvs-sentinel): Rewrite. Call cvs-update-header.
12278
12279 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12280
12281 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12282 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12283
12284 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * generic.el (define-generic-mode): Add indentation rule.
12287
12288 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12289
12290 * files.el (mode-require-final-newline): Make Custom correctly
12291 report a nil value and allow to set it to nil via Custom.
12292 Doc fix.
12293
12294 2005-04-01 Kenichi Handa <handa@m17n.org>
12295
12296 * international/characters.el: Enable the correct case setting for
12297 dotless-i and dotted-I.
12298
12299 2005-04-01 Kim F. Storm <storm@cua.dk>
12300
12301 * ido.el (ido-file-internal): Fall back to non-ido command if
12302 initial directory is on slow ftp (or tramp) host.
12303
12304 2005-03-31 Richard M. Stallman <rms@gnu.org>
12305
12306 * emacs-lisp/autoload.el (make-autoload):
12307 Handle define-global-minor-mode.
12308
12309 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12310 Rename from easy-mmode-define-global-mode.
12311 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12312
12313 * progmodes/scheme.el (scheme-mode-syntax-table):
12314 Update syntax of | and # for two-character comment syntax.
12315
12316 2005-03-31 Lute Kamstra <lute@gnu.org>
12317
12318 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12319 (define-minor-mode): Call custom-current-group at load-time.
12320
12321 * generic.el (define-generic-mode): Add debug declaration.
12322 Add defcustom for the mode hook.
12323 (generic-mode-internal): Use run-mode-hooks.
12324
12325 2005-03-31 Kim F. Storm <storm@cua.dk>
12326
12327 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12328 (mouse-fixup-help-message): New defun called by show_help_echo
12329 to fixup mouse-2 prefix in help messages when applicable.
12330
12331 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12332
12333 2005-03-31 Kenichi Handa <handa@m17n.org>
12334
12335 * language/thai-word.el (thai-find-word-ends): Pay attention to
12336 the case that we reach the end of buffer.
12337
12338 * textmodes/fill.el (fill-text-properties-at): New function.
12339 (fill-newline): Use fill-text-properties-at instead of
12340 text-properties-at.
12341
12342 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12343
12344 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12345 not comint-quote-filename.
12346
12347 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12348
12349 * help-fns.el (help-with-tutorial): Revert last change.
12350
12351 2005-03-31 Kim F. Storm <storm@cua.dk>
12352
12353 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12354
12355 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12356
12357 * calendar/cal-china.el: Update reference to "Calendrical
12358 Calculations" book; there's a new edition.
12359 * calendar/cal-coptic.el: Likewise.
12360 * calendar/cal-french.el: Likewise.
12361 * calendar/cal-hebrew.el: Likewise.
12362 * calendar/cal-islam.el: Likewise.
12363 * calendar/cal-iso.el: Likewise.
12364 * calendar/cal-julian.el: Likewise.
12365 * calendar/cal-mayan.el: Likewise.
12366 * calendar/cal-persia.el: Likewise.
12367 * calendar/calendar.el: Likewise.
12368 * calendar/holidays.el: Likewise.
12369 * calendar/lunar.el: Likewise.
12370 * calendar/solar.el: Likewise.
12371
12372 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12373 white space from doc string.
12374
12375 2005-03-30 Jay Belanger <belanger@truman.edu>
12376
12377 * calc/calc-help.el (calc-full-help): Remove email address.
12378
12379 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12380
12381 * help-fns.el (help-with-tutorial): Delete title line.
12382
12383 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12384
12385 * calendar/cal-x.el (calendar-one-frame-setup)
12386 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12387 rather than 'symbol for set-window-dedicated-p.
12388
12389 * calendar/appt.el (appt-buffer-name): Make it a constant.
12390 (appt-add): Doc fix.
12391
12392 * filesets.el (filesets-menu-path, filesets-menu-before)
12393 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12394 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12395 (filesets-add-submenu): Delete and use add-submenu instead.
12396
12397 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12398
12399 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12400 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12401 (org-diary-default-entry): New function.
12402 (org-get-entries-from-diary): Better parsing of diary entries.
12403 (org-agenda-check-no-diary): New function.
12404 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12405 linking to diary entries.
12406 (org-agenda-execute-calendar-command): New function.
12407 (org-agenda): Improve visible section in window.
12408 Use `org-fit-agenda-window'.
12409 (org-fit-agenda-window): New option.
12410 (org-move-subtree-down): Better handling of empty lines
12411 at end of subtree.
12412 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12413 levels up.
12414 (org-fontify-done-headline): New option.
12415 (org-headline-done-face): New face.
12416 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12417 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12418 When current field is non-empty, it is copied to next row.
12419 (org-table-copy-from-above): Fix bug which made it
12420 impossible to copy fields containing only a single non-white character.
12421
12422 2005-03-30 Kim F. Storm <storm@cua.dk>
12423
12424 * kmacro.el (kmacro-end-macro): Isearch may store this command
12425 into the macro -- so ignore it when executing keyboard macro.
12426
12427 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12428
12429 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12430
12431 2005-03-29 Kenichi Handa <handa@m17n.org>
12432
12433 * language/thai.el ("Thai"): Set setup-function and exit-function
12434 for Thai language environment.
12435
12436 * language/thai-util.el: Require thai-word.
12437 (thai-word-mode-map): New variable.
12438 (thai-word-mode): New minor mode.
12439 (setup-thai-language-environment-internal): New function.
12440 (exit-thai-language-environment-internal): New function.
12441
12442 * language/thai-word.el (thai-word-table): Declare it by defvar,
12443 use dolist to initialize it.
12444 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12445 (thai-fill-find-break-point): New functions.
12446
12447 2005-03-29 Richard M. Stallman <rms@gnu.org>
12448
12449 * simple.el (idle-update-delay): Move definition up.
12450 (set-mark): Doc fix.
12451
12452 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12453
12454 * longlines.el: New file.
12455
12456 * simple.el (buffer-substring-filters): New variable.
12457 (filter-buffer-substring): New function.
12458 (kill-region, copy-region-as-kill): Use it.
12459
12460 * register.el (copy-to-register, append-to-register)
12461 (prepend-to-register): Use filter-buffer-substring.
12462
12463 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12464
12465 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12466 (gud-filter-pending-text): Move in front of gdb.
12467 (gud-overlay-arrow-position): New variable.
12468 (gud-sentinel, gud-display-line): Use it in place of
12469 overlay-arrow-position.
12470
12471 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12472
12473 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12474 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12475 (fortran-font-lock-keywords-4): New variable.
12476 (fortran-blocks-re, fortran-end-block-re)
12477 (fortran-start-block-re): New constants, for hideshow.
12478 (hs-special-modes-alist): Add a Fortran entry.
12479 (fortran-mode-map): Bind fortran-end-of-block,
12480 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12481 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12482 (fortran-looking-at-if-then, fortran-end-of-block)
12483 (fortran-beginning-of-block): New functions, for hideshow.
12484
12485 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12486 Doc fix. Tweak regexp.
12487 (f90-beginning-of-block): Push mark first.
12488
12489 2005-03-29 Jay Belanger <belanger@truman.edu>
12490
12491 * calc/calc.el: Update copyright date.
12492 (calc-version): Increase to 2.1.
12493 (calc-version-date): Remove.
12494
12495 * calc/calc-help.el: Update copyright date.
12496 (calc-full-help): Remove reference to calc-version-date.
12497 Update copyright date.
12498
12499 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * vc.el (vc-do-command): Use a pipe for async processes, so password
12502 prompts don't show up at places where the user can't reply.
12503
12504 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12505
12506 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12507 on the file name we pass to the inferior shell.
12508
12509 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12510
12511 * progmodes/which-func.el (which-function): Be robust in the face of an
12512 imenu--make-index-alist failure.
12513
12514 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12517
12518 * progmodes/python.el (python-preoutput-filter): Fix last change.
12519
12520 2005-03-29 Lute Kamstra <lute@gnu.org>
12521
12522 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12523 functions and compiled macros.
12524 (debug-convert-byte-code): Handle macros too.
12525 (debug-on-entry-1): Don't signal an error when trying to clear a
12526 function that is not set to debug on entry.
12527
12528 2005-03-29 Jay Belanger <belanger@truman.edu>
12529
12530 * calc/calc-lang.el: Add functions to math-function-table
12531 properties of tex and math.
12532
12533 2005-03-29 Kenichi Handa <handa@m17n.org>
12534
12535 * ps-mule.el (ps-mule-plot-string): Translate characters by
12536 ps-print-translation-table.
12537 (ps-mule-begin-job): Call find-charset-region/string with
12538 ps-print-translation-table.
12539 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12540
12541 * ps-print.el (ps-print-translation-table): New variable.
12542 (ps-plot-region): Translate characters by ps-print-translation-table.
12543
12544 2005-03-29 Juri Linkov <juri@jurta.org>
12545
12546 * simple.el (next-error-highlight-timer): New variable.
12547
12548 * progmodes/compile.el (compilation-goto-locus):
12549 Use `next-error-highlight-timer' instead of `sit-for'.
12550
12551 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * mail/supercite.el (sc-mail-field): Use assoc-string.
12554 (sc-get-address): Simplify regexps.
12555
12556 * files.el (minibuffer-with-setup-hook): New macro.
12557 (find-file-read-args): Use it to avoid let-binding
12558 minibuffer-with-setup-hook (which breaks turning on/off
12559 file-name-shadow-mode while in the prompt).
12560
12561 * complete.el (PC-read-include-file-name-internal):
12562 Use test-completion.
12563
12564 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12565
12566 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12567
12568 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * window.el (window-buffer-height): Use count-screen-lines.
12571
12572 * progmodes/python.el (python-preoutput-leftover): New var.
12573 (python-preoutput-filter): Use it.
12574 (python-send-receive): Loop until all the result has been received.
12575
12576 2005-03-28 Juri Linkov <juri@jurta.org>
12577
12578 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12579
12580 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12581 "Recover Crashed Session".
12582 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12583 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12584 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12585 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12586 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12587 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12588 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12589 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12590
12591 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12592 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12593 Ediff Sessions", "Toggle use of separate control buffer frame",
12594 "Use separate frame for Ediff control buffer".
12595
12596 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12597 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12598 "Rename Bookmark", "Delete Bookmark".
12599
12600 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12601 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12602 Add `:active Info-index-alternatives' to "Next Matching Item".
12603
12604 * wdired.el (wdired-change-to-wdired-mode):
12605 Mention `wdired-abort-changes' key in the initial message.
12606
12607 * international/mule.el (auto-coding-alist): Associate non-ascii
12608 image filename extensions with `no-conversion'.
12609
12610 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * international/iso-acc.el:
12613 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12614
12615 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12616
12617 * textmodes/sgml-mode.el (html-mode): Doc update.
12618
12619 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12620
12621 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12622
12623 * term.el (term-move-columns): Fix face after extending a line.
12624 (term-insert-spaces): Likewise.
12625 (term-reset-terminal): Fix off by one error.
12626
12627 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12628
12629 * international/mule.el (auto-coding-alist): Add .xpi files.
12630
12631 * files.el (auto-mode-alist): Add .xpi files.
12632
12633 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12634
12635 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12636
12637 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12638
12639 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12640
12641 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12642
12643 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12644 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12645
12646 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12647 cursor to Jan 1 when needed.
12648 (calendar-end-of-year): Fix -/+ typo.
12649 Reported by Chong Yidong <cyd@stupidchicken.com>.
12650
12651 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12652
12653 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12654
12655 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12656 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12657
12658 2005-03-25 Richard M. Stallman <rms@gnu.org>
12659
12660 * filesets.el (filesets-init): Add autoload.
12661
12662 * mail/mailalias.el (mail-directory): Doc fix.
12663
12664 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12665
12666 * mail/mailalias.el (mail-directory-process): Do nothing if
12667 mail-directory-process is an atom.
12668 (mail-get-names): Ignore mail-directory-names if it is an atom.
12669 (mail-directory-process defvar): Doc fix.
12670 (mail-names): Doc fix.
12671
12672 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12673
12674 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12675
12676 2005-03-26 Kenichi Handa <handa@m17n.org>
12677
12678 * international/mule-util.el (detect-coding-with-priority):
12679 Call update-coding-systems-internal before detect-coding-region.
12680
12681 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12682
12683 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12684 (gdb-frames-mode-map): Add follow-link property.
12685
12686 2005-03-25 Jay Belanger <belanger@truman.edu>
12687
12688 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12689 for variables.
12690
12691 2005-03-25 Juri Linkov <juri@jurta.org>
12692
12693 * image-mode.el: Optimize image filename extension regexps in
12694 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12695 in `auto-mode-alist'.
12696 (image-mode): Add `image-toggle-display-text' to local hook
12697 `change-major-mode-hook'. Display the image as an image by
12698 default. Set `cursor-type' and `truncate-lines' if the image
12699 is already displayed. Take into account the current mode (image
12700 or text) in message.
12701 (image-minor-mode): New minor mode.
12702 (image-mode-maybe, image-toggle-display-text): New functions.
12703 (image-toggle-display): Use called-interactively-p.
12704 Let-bind `inhibit-read-only' to t.
12705
12706 * image-mode.el (image-minor-mode): Set `cursor-type' and
12707 `truncate-lines' if the image is already displayed. Add turning
12708 image-minor-mode off to `change-major-mode-hook'. Add message.
12709 Call `image-toggle-display-text' after turning image-minor-mode off.
12710
12711 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12714 Terminal.app, use utf-8.
12715 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12716 (set-locale-environment): Use it.
12717
12718 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12719
12720 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12721
12722 * progmodes/python.el (python-close-block-statement-p)
12723 (python-outdent-p, python-current-defun): Use symbol-end.
12724
12725 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12726
12727 * files.el (save-some-buffers): Doc fix.
12728
12729 2005-03-25 Werner Lemberg <wl@gnu.org>
12730
12731 * complete.el, thumbs.el: Replace `legal' with `valid'.
12732 * calendar/calendar.el: Replace `legal' with `valid'.
12733 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12734 * mail/supercite.el: Replace `legal' with `valid'.
12735 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12736 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12737 Replace `legal' with `valid'.
12738 * textmodes/reftex-vars.el, textmodes/reftex.el:
12739 Replace `legal' with `valid'.
12740
12741 2005-03-25 Werner Lemberg <wl@gnu.org>
12742
12743 * calc/calc-forms.el, calc/calc-sel.el:
12744 * midnight.el, vc-cvs.el:
12745 * emacs-lisp/cl-macs.el:
12746 * emulation/vip.el:
12747 * eshell/esh-io.el, eshell/esh-var.el:
12748 * mail/supercite.el:
12749 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12750 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12751 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12752 * progmodes/sh-script.el, progmodes/xscheme.el:
12753 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12754 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12755 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12756 * textmodes/reftex.el, textmodes/org.el:
12757 Replace `illegal' with `invalid'.
12758
12759 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12762 (flymake-find-buildfile, flymake-find-possible-master-files)
12763 (flymake-check-include, flymake-parse-line): Replace loops over the
12764 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12765
12766 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12767 Substitute file-name-as-directory in the rest of the file.
12768 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12769 (flymake-replace-region): Remove unused arg `buffer'.
12770 (flymake-check-patch-master-file-buffer): Update calls to it.
12771 (flymake-add-err-info): Remove unused var `count'.
12772 (flymake-mode): Use define-minor-mode.
12773
12774 * progmodes/flymake.el: Use with-current-buffer.
12775 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12776 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12777 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12778 Avoid testing for `xemacs'.
12779 (flymake-nop): Move.
12780 (flymake-region-has-flymake-overlays): Return the computed value.
12781 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12782 Remove unused var `endline'.
12783 (flymake-get-line-count): Remove unused function.
12784 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12785
12786 * emulation/vi.el:
12787 * generic.el:
12788 * hilit-chg.el (global-highlight-changes):
12789 * hi-lock.el (hi-lock-mode):
12790 * follow.el: find-file-hooks -> find-file-hook.
12791
12792 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12793
12794 2005-03-24 Juri Linkov <juri@jurta.org>
12795
12796 * dired.el (dired-mode-map): Add menu item "Compare directories"
12797 for dired-compare-directories.
12798
12799 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12800 Doc fix. Replace `read-file-name' with `read-directory-name'.
12801
12802 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12805
12806 2005-03-24 Jay Belanger <belanger@truman.edu>
12807
12808 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12809 relevant mode settings in calc-embedded-original-modes when modes
12810 are permanently changed.
12811
12812 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * autoinsert.el: find-file-hooks -> find-file-hook.
12815
12816 2005-03-24 Lute Kamstra <lute@gnu.org>
12817
12818 * generic.el (generic-font-lock-defaults): Make it obsolete.
12819 (generic-font-lock-keywords): New variable to replace
12820 generic-font-lock-defaults.
12821 (generic-mode-set-font-lock): Delete it.
12822 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12823 (generic-bracket-support): Add docstring.
12824
12825 * generic-x.el: Rename generic-font-lock-defaults to
12826 generic-font-lock-keywords throughout.
12827 (mailagent-rules-setup-function): Delete it.
12828 (mailagent-rules-generic-mode): Use anonymous function instead.
12829 (show-tabs-generic-mode-font-lock-defaults-1)
12830 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12831 Quote faces.
12832 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12833 not foreground.
12834
12835 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12836 Recognize define-generic-mode.
12837
12838 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12841 if there's no completion table.
12842
12843 2005-03-23 Miles Bader <miles@gnu.org>
12844
12845 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12846 Remove tty-specific variants, as they're no longer needed.
12847
12848 2005-03-23 Lute Kamstra <lute@gnu.org>
12849
12850 * generic-x.el: Code cleanup: make args constant whenever possible.
12851 (installshield-statement-keyword-list)
12852 (installshield-system-functions-list)
12853 (installshield-system-variables-list, installshield-types-list)
12854 (installshield-funarg-constants-list): Make them constants.
12855
12856 * generic.el (generic-make-keywords-list): Add autoload cookie.
12857
12858 * calendar/time-date.el: Add comment on time value formats.
12859 Don't require parse-time.
12860 (with-decoded-time-value): New macro.
12861 (encode-time-value): New function.
12862 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12863 (days-to-time): Return a valid time value when arg is huge.
12864 (time-since): Use time-subtract.
12865 (time-to-number-of-days): Use time-to-seconds.
12866
12867 2005-03-23 David Ponce <david@dponce.com>
12868
12869 * recentf.el: (recentf-keep): New option.
12870 (recentf-menu-action): Default to `find-file'.
12871 (recentf-keep-non-readable-files-flag)
12872 (recentf-keep-non-readable-files-p)
12873 (recentf-file-readable-p, recentf-find-file)
12874 (recentf-cleanup-remote): Remove.
12875 (recentf-include-p): More robust.
12876 (recentf-keep-p): New function.
12877 (recentf-remove-if-non-kept): Rename from
12878 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12879 All callers updated.
12880 (recentf-menu-items-for-commands): Fix help string.
12881 (recentf-track-closed-file): Update. Doc fix.
12882 (recentf-cleanup): Update. Count removed files. Doc fix.
12883
12884 2005-03-23 Kim F. Storm <storm@cua.dk>
12885
12886 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12887 Don't inherit from fringe face (now happens automatically).
12888
12889 2005-03-22 Kim F. Storm <storm@cua.dk>
12890
12891 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12892 position values.
12893
12894 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * menu-bar.el (showhide-date-time): Remove.
12897 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12898 (menu-bar-make-mm-toggle): Simplify.
12899
12900 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12901
12902 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12903 Accept qualified variable and function names.
12904
12905 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12906
12907 * bindings.el (completion-ignored-extensions):
12908 Remove ".lis" for `vax-vms'.
12909
12910 2005-03-22 Andreas Schwab <schwab@suse.de>
12911
12912 * generic-x.el: Revert last change.
12913 * ldefs-boot.el: Update.
12914
12915 2005-03-22 Jay Belanger <belanger@truman.edu>
12916
12917 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12918 (calc-embedded-save-original-modes)
12919 (calc-embedded-restore-original-modes): New functions.
12920 (calc-do-embedded): Save original modes when entering embedded mode
12921 and restore when leaving embedded mode.
12922 (calc-embedded-modes-change): Change the value of
12923 calc-embedded-original-modes to reflect permanent changes.
12924
12925 2005-03-22 Lute Kamstra <lute@gnu.org>
12926
12927 * generic-x.el: Require generic again.
12928
12929 2005-03-22 Miles Bader <miles@gnu.org>
12930
12931 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12932 Tweak details to look good on both ttys and bitmap displays, light
12933 or dark background, etc.
12934
12935 2005-03-21 Kim F. Storm <storm@cua.dk>
12936
12937 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12938 mouse position.
12939
12940 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * icomplete.el: Don't forcibly turn on the mode upon load.
12943 (icomplete-mode): Use define-minor-mode.
12944 (icomplete-eoinput): Default to nil.
12945 (icomplete-minibuffer-setup): Remove autoload.
12946 (icomplete-tidy): Simplify.
12947 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12948 in the initial state or if the user has modified the field.
12949 Fix handling of icomplete-max-delay-chars.
12950 Remove code that handles the oddball case where
12951 minibuffer-completion-table is an integer.
12952 Wrap icomplete-completions in while-no-input in case building
12953 completions takes more time than expected.
12954 (icomplete-completions): Simplify.
12955
12956 2005-03-21 Richard M. Stallman <rms@gnu.org>
12957
12958 * jka-compr.el (jka-compr-really-do-compress):
12959 Make variable buffer-local.
12960
12961 * image-mode.el: Handle .xpm files too.
12962 (image-toggle-display): Preserve modification flag.
12963
12964 * help.el (where-is): Don't mention aliases with no key bindings.
12965
12966 2005-03-21 Lute Kamstra <lute@gnu.org>
12967
12968 * generic.el: Fix commentary section. Don't require cl for
12969 compilation.
12970 (generic-mode-list): Add autoload cookie.
12971 (generic-use-find-file-hook, generic-lines-to-scan)
12972 (generic-find-file-regexp, generic-ignore-files-regexp)
12973 (generic-mode, generic-mode-find-file-hook)
12974 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12975 (define-generic-mode): Make it a defmacro. Fix docstring.
12976 (generic-mode-internal): Code cleanup. Add autoload cookie.
12977 (generic-mode-set-comments): Code cleanup.
12978 * generic-x.el: Don't prevent compilation. Don't require generic.
12979 Follow coding conventions. Minor code cleanup.
12980 (etc-fstab-generic-mode): Add some keywords.
12981 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12982 define-generic-mode like a function declaration.
12983
12984 2005-03-21 Jay Belanger <belanger@truman.edu>
12985
12986 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12987 changing modes.
12988
12989 2005-03-21 Sam Steingold <sds@gnu.org>
12990
12991 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12992
12993 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12994
12995 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12996 Add underscore to "f$ lexicals" regexp.
12997
12998 2005-03-20 Juri Linkov <juri@jurta.org>
12999
13000 * subr.el (progress-reporter-do-update): When `min-value' is equal
13001 to `max-value', set `percentage' to 0 and prevent division by zero.
13002
13003 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13004
13005 Sync with Tramp 2.0.48.
13006
13007 * net/tramp.el (all): Change all addresses to .gnu.org.
13008 (tramp-append-tramp-buffers): New defun.
13009 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13010 Catch `dont-send' signal.
13011 (tramp-set-auto-save-file-modes): Set always permissions, because
13012 there might be an old auto-saved file belonging to another
13013 original file. This could be a security threat. Reported by
13014 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13015 Check for Emacs 21.3.50 removed.
13016
13017 * net/tramp-smb.el (all): Remove debug construct for
13018 `with-parsed-tramp-file-name'.
13019 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13020 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13021 No error message if DIRECTORY or FILENAME doesn't exist.
13022 (tramp-smb-open-connection): Check existence of
13023 `tramp-smb-program'.
13024
13025 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13028 Properly handle the case where the `m' or `s' command's argument is not
13029 yet terminated.
13030 (perl-indent-new-calculate): New function.
13031 (perl-indent-line): Use it.
13032
13033 2005-03-20 Miles Bader <miles@gnu.org>
13034
13035 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13036 in text-mode too. Change to new face names.
13037 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13038 Add `:weight bold' attribute.
13039 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13040
13041 2005-03-19 Juri Linkov <juri@jurta.org>
13042
13043 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13044
13045 * international/mule.el (auto-coding-alist): Sync with
13046 `auto-mode-alist' by adding upper case archive file extensions
13047 and adding ear/war to jar extension.
13048
13049 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13050
13051 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13052 running, restart it.
13053
13054 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13055
13056 * finder.el (finder-current-item): Throw an error on an empty line.
13057
13058 * man.el (Man-follow-manual-reference): If current-word returns
13059 nil, use "".
13060
13061 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13062
13063 * simple.el (goto-line): Doc fix.
13064
13065 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13066
13067 * files.el (save-buffer): Doc fix.
13068
13069 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13070
13071 * recentf.el (recentf-cleanup-remote): New variable.
13072 (recentf-cleanup): Use it to conditionally check availability of
13073 remote files.
13074
13075 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13076
13077 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13078 function names.
13079
13080 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13081
13082 * language/thai-word.el: New file.
13083
13084 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13085
13086 * files.el (backup-buffer): If the file's directory is not
13087 writable, use copy instead of move to backup the file.
13088
13089 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13090
13091 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13092
13093 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13094
13095 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13096 Use functionp instead of symbolp and fboundp. Reported by Drkm
13097 <darkman_spam@yahoo.fr>.
13098 (ps-print-version): New version 6.6.6.
13099
13100 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13101
13102 * textmodes/table.el (table--line-column-position): New idiom.
13103 (table--row-column-insertion-point-p): New function to test
13104 validity of row and column insertion operation at a location.
13105 (table-global-menu, table-cell-menu): Use above functions for
13106 deterministic test operation.
13107 (table--editable-cell-p): Behave in deterministic fashion.
13108
13109 2005-03-18 Juri Linkov <juri@jurta.org>
13110
13111 * isearch.el (isearch-lazy-highlight-new-loop):
13112 Make arguments beg and end optional.
13113 (isearch-update): Remove optional arguments nil from
13114 isearch-lazy-highlight-new-loop.
13115 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13116 isearch-lazy-highlight-case-fold-search instead of
13117 isearch-case-fold-search, and let-bind isearch-regexp to
13118 isearch-lazy-highlight-regexp.
13119 Use isearch-lazy-highlight-last-string instead of isearch-string.
13120
13121 * replace.el (perform-replace): Remove bindings of global
13122 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13123 Add three new arguments to `replace-highlight'.
13124 (replace-highlight): Add arguments string, regexp, case-fold.
13125 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13126 to allow isearch-lazy-highlight-new-loop to use these values
13127 to set corresponding isearch-lazy-highlight-* internal
13128 variables whose values lazy highlighting will use regardless of
13129 changes to global variables isearch-string, isearch-regexp,
13130 isearch-case-fold-search during lazy highlighting loop.
13131 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13132 to `lazy-highlight-cleanup'.
13133
13134 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13135 (ispell-highlight-face): Set default face to `isearch' when
13136 lazy highlighting is enabled.
13137 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13138 priority to 1. Add lazy highlighting.
13139 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13140 from `isearch-dehighlight'.
13141
13142 2005-03-18 David Ponce <david@dponce.com>
13143
13144 * files.el (hack-local-variables): Do a case-insensitive search
13145 for End.
13146
13147 2005-03-18 Juri Linkov <juri@jurta.org>
13148
13149 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13150 `isearch-lazy-highlight-cleanup', add alias to old name and
13151 declare obsolete. Add release numbers to other obsolete vars.
13152 (isearch-done, isearch-lazy-highlight-new-loop):
13153 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13154 (lazy-highlight-cleanup) <variable>: Doc fix.
13155 (isearch-lazy-highlight-update): Rename obsolete
13156 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13157
13158 2005-03-18 Kenichi Handa <handa@m17n.org>
13159
13160 * language/thai-util.el: Fix categorization of Thai characters in
13161 thai-category-table.
13162 (thai-composition-pattern): Adjust it for the above change.
13163 (thai-self-insert-command, thai-compose-syllable): New functions.
13164 (thai-compose-region): Use thai-compose-syllable.
13165 (thai-compose-string): Likewise.
13166 (thai-composition-function): Likewise.
13167 (thai-auto-composition): New function.
13168 (thai-auto-composition-mode): New minor mode.
13169
13170 * language/thai.el: Fix patterns to be registered in
13171 composition-function-table.
13172
13173 * international/quail.el (quail-input-method): Locally bind
13174 inhibit-modification-hooks to t.
13175
13176 2005-03-17 Richard M. Stallman <rms@gnu.org>
13177
13178 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13179 (perl-mode): Use run-mode-hooks.
13180
13181 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13182 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13183 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13184
13185 * mail/sendmail.el (sendmail-send-it): Reenable the code
13186 to compute resend-to-address and use it.
13187
13188 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13189
13190 * image-mode.el: New file.
13191
13192 * image.el (insert-sliced-image): Add autoload cookie.
13193
13194 * font-lock.el (font-lock-lines-before): New user option.
13195 (font-lock-after-change-function): Obey it.
13196
13197 * bindings.el (esc-map): Make M-g a prefix.
13198 Bind M-g g and M-g M-g to goto-line.
13199
13200 * faces.el (face-id): Doc fix.
13201
13202 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13203
13204 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13205 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13206 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13207
13208 * mail/sendmail.el (mail-yank-ignored-headers)
13209 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13210 Add Mail-Followup-To and Mail-Reply-To headers.
13211 (mail-citation-hook): Add autoload cookie.
13212 (mail-mode): Doc fix.
13213 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13214 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13215 (mail-mode-fill-paragraph): Handle those headers.
13216 (mail-mailing-lists): New variable.
13217 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13218
13219 2005-03-17 Juri Linkov <juri@jurta.org>
13220
13221 * isearch.el (isearch-fallback): Check for `(car previous)'
13222 before calling `isearch-other-end-state'.
13223
13224 2005-03-17 Kim F. Storm <storm@cua.dk>
13225
13226 * simple.el (move-beginning-of-line): Move to beginning of buffer
13227 line, as well as beginning of screen line.
13228
13229 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13230
13231 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13232 argument REDRAW rather than calendar-redrawing variable.
13233 * calendar/calendar.el (calendar-redrawing): Delete.
13234 (redraw-calendar): Do not bind calendar-redrawing.
13235
13236 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13237
13238 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13239 diary-file buffer.
13240
13241 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * help.el (describe-mode): Allow a :minor-mode-function property to
13244 specify a different minor mode toggle function than the variable.
13245 * simple.el (auto-fill-function):
13246 * subr.el (add-minor-mode): Use it.
13247
13248 2005-03-16 Kenichi Handa <handa@m17n.org>
13249
13250 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13251 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13252 (ethio-fidel-to-sera-buffer): Likewise.
13253
13254 2005-03-16 Juri Linkov <juri@jurta.org>
13255
13256 * emacs-lisp/find-func.el (find-function-regexp):
13257 Add defun-emitting macro `menu-bar-make-toggle'.
13258
13259 * isearch.el: Put `isearch-scroll' property to
13260 `split-window-horizontally'.
13261
13262 * info.el: Update error messages for `debug-ignored-errors'.
13263 (Info-isearch-search): Doc fix.
13264 (Info-find-node): Move up code to go into info buffer before
13265 recording the node to the history.
13266 (Info-fontify-node): Fontify titles only if the next line
13267 has two or more `*', `=', `-', `.'.
13268 Display "go to this node" for empty (match-string 3).
13269
13270 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13271
13272 * term/mac-win.el: Add mouse pointer shape constants.
13273
13274 2005-03-15 Kim F. Storm <storm@cua.dk>
13275
13276 * simple.el (move-beginning-of-line): Use vertical-motion.
13277
13278 2005-03-15 Juri Linkov <juri@jurta.org>
13279
13280 * isearch.el (isearch-error): New variable.
13281 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13282 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13283 (isearch-within-brackets-state): Remove.
13284 (isearch-case-fold-search-state, isearch-pop-fun-state):
13285 Decrease frame index.
13286 (isearch-mode, isearch-top-state, isearch-push-state)
13287 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13288 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13289 (isearch-search, isearch-lazy-highlight-new-loop):
13290 Replace `isearch-invalid-regexp' with `isearch-error'.
13291 Remove `isearch-within-brackets'.
13292 (isearch-search): Add `search-failed' handler to `condition-case'.
13293 (isearch-lazy-highlight-search): Add `condition-case' to catch
13294 errors and allow `isearch-lazy-highlight-update' to try
13295 highlighting from the beginning of the window.
13296 (isearch-repeat): Move up code to set isearch-wrapped to t
13297 before calling isearch-wrap-function.
13298
13299 * info.el (Info-isearch-initial-node): New internal variable.
13300 (Info-search): Signal an error in isearch mode when search leaves
13301 the initial node. Signal an error when `bound' is non-nil and
13302 nothing was found in the current subfile.
13303 (Info-isearch-search): Remove `condition-case'.
13304 (Info-isearch-wrap): Don't wrap when search failed during leaving
13305 the initial node. If `Info-isearch-search' is nil, wrap around
13306 the current node.
13307 (Info-isearch-start): New fun.
13308 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13309 `isearch-mode-hook'.
13310
13311 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13312
13313 * simple.el (normal-erase-is-backspace): Set default to t if
13314 running on Mac.
13315
13316 * term/mac-win.el (function-key-map): Sync with x-win.el.
13317
13318 2005-03-15 Kenichi Handa <handa@m17n.org>
13319
13320 * international/mule-cmds.el (locale-language-names): Modify the
13321 format of elements and add more entries.
13322 (locale-preferred-coding-systems): Add more entries.
13323 (set-locale-environment): Adjust for the change of
13324 locale-language-names.
13325
13326 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * pcvs.el (smerge-ediff): Remove bogus autoload.
13329
13330 2005-03-14 Lute Kamstra <lute@gnu.org>
13331
13332 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13333 Ignore a `*' at the beginning of a line.
13334
13335 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13336 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13337 subr.el.
13338 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13339 to specify indentation.
13340
13341 * generic.el (define-generic-mode): Let generic-mode-list be a
13342 list of strings; test membership with equal.
13343
13344 2005-03-14 Kim F. Storm <storm@cua.dk>
13345
13346 * simple.el (next-line, previous-line): Add optional try-vscroll
13347 arg to recognize interactive use. Pass it on to line-move.
13348 (line-move): Don't perform auto-window-vscroll when defining or
13349 executing keyboard macro to ensure consistent behavior.
13350
13351 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13354
13355 2005-03-13 Lute Kamstra <lute@gnu.org>
13356
13357 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13358 debugger-setup-buffer so that backtrace marks the frames set to
13359 debug-on-exit and we don't have to do it manually. Set an extra
13360 debug-on-exit for macro's.
13361 (debugger-setup-buffer): Don't mark the top frame manually.
13362
13363 2005-03-12 Lute Kamstra <lute@gnu.org>
13364
13365 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13366 lisp-indent-function throughout.
13367 (with-no-warnings): Set lisp-indent-function property.
13368
13369 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13370
13371 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13372 Add entry for backslash.
13373
13374 2005-03-12 Juri Linkov <juri@jurta.org>
13375
13376 * info.el (Info-search): Four fixes for backward search.
13377
13378 2005-03-11 Jay Belanger <belanger@truman.edu>
13379
13380 * calc/calc.el (calc-language-alist): New variable.
13381 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13382 (calc-embedded-find-modes): Use calc-language-alist instead of
13383 calc-embedded-language-alist.
13384
13385 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13386
13387 * calendar/calendar.el (calendar-redrawing): New internal
13388 variable.
13389 (redraw-calendar): Remove bogus save-excursion from previous
13390 change. Bind calendar-redrawing to t for mark-diary-entries.
13391 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13392 calendar if that is why we were called.
13393
13394 2005-03-11 Kenichi Handa <handa@m17n.org>
13395
13396 * international/mule.el (make-coding-system): Set property
13397 coding-system-define-form to nil.
13398 (define-coding-system-alias): Likewise.
13399
13400 2005-03-11 Kenichi Handa <handa@m17n.org>
13401
13402 These changes are suggested by Dave Love <fx@gnu.org>.
13403
13404 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13405 coding: tag.
13406 (adaptive-fill-regexp): Add more bullets.
13407 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13408 regexps.
13409
13410 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * help.el (describe-mode): Properly handle non-trivial lighters.
13413 Don't ignore minor modes that are not listed in minor-mode-list.
13414
13415 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13416 feature ON when the user requests to turn it OFF.
13417
13418 2005-03-10 Lute Kamstra <lute@gnu.org>
13419
13420 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13421 (implement-debug-on-entry): New function to replace debug-entry-code.
13422 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13423 second argument as the 2005-03-07 change makes it obsolete.
13424 (debug-on-entry, cancel-debug-on-entry): Update call to
13425 debug-on-entry-1.
13426 (debug, debugger-setup-buffer): Comment update.
13427 (debugger-frame-number): Update to work with implement-debug-on-entry.
13428
13429 2005-03-10 Jay Belanger <belanger@truman.edu>
13430
13431 * calc/calc-embed.el (math-ms-args): Declare it.
13432 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13433 math-ms-args.
13434 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13435 variables.
13436
13437 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13438
13439 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13440 Use message-box.
13441
13442 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13443 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13444 (tooltip-gud-tips): Simplify.
13445 (tooltip-gud-tips-p): Remove superfluous :set.
13446 (tooltip-gud-modes): Add fortran-mode.
13447 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13448
13449 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13450
13451 2005-03-09 Kim F. Storm <storm@cua.dk>
13452
13453 * play/animate.el (animate-place-char): Use forward-line instead
13454 of next-line to improve performance.
13455
13456 2005-03-09 Simon Josefsson <jas@extundo.com>
13457
13458 * net/browse-url.el (browse-url-default-browser): Doc fix.
13459
13460 2005-03-09 Miles Bader <miles@gnu.org>
13461
13462 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13463 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13464
13465 2005-03-09 Kenichi Handa <handa@m17n.org>
13466
13467 * international/latin-1.el: Set case and syntax for 255 only if
13468 set-case-syntax-set-multibyte is nil.
13469
13470 * textmodes/ispell.el (ispell-insert-word): New function.
13471 (ispell-word): Use ispell-insert-word to insert a new word.
13472 (ispell-process-line): Likewise.
13473 (ispell-complete-word): Likewise.
13474
13475 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13476
13477 * calendar/calendar.el (redraw-calendar): Preserve point.
13478 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13479 (calendar-week-start-day): Move after definition of
13480 redraw-calendar. Delete buffer test, since redraw-calendar has
13481 that now.
13482
13483 * calendar/diary-lib.el (mark-diary-entries): Only call
13484 redraw-calendar in the first of any recursive calls.
13485 Reported by Alan Shutko <ats@acm.org>.
13486
13487 2005-03-08 Juri Linkov <juri@jurta.org>
13488
13489 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13490 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13491 (html-radio-buttons): Add a space before the trailing `/>' where
13492 sgml-xml-mode is non-nil.
13493 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13494 the subsequent tag of the empty XML tag.
13495 (html-href-anchor): Don't set initial input to "http:".
13496 (html-image): Ask for the image URL and set point inside alt="".
13497 (html-name-anchor): Duplicate the name in the `id' attribute when
13498 sgml-xml-mode is non-nil.
13499 (html-paragraph): Remove \n before <p>.
13500 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13501 instead of `checked' when sgml-xml-mode is non-nil.
13502
13503 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13504 Remove 1 space before #RRGGBB to not truncate it on terminal
13505 windows w/o fringes. Remove 1 space between bg and fg examples
13506 to get more space.
13507 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13508 avoid byte-compile warnings.
13509
13510 * image-file.el (image-file-handler): Put `safe-magic' property to
13511 `image-file-handler'.
13512
13513 * info.el (Info-isearch-search): Emulate word search in
13514 isearching through multiple Info nodes with Info-search.
13515 (Info-isearch-wrap): Allow isearch-word.
13516
13517 2005-03-08 Lute Kamstra <lute@gnu.org>
13518
13519 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13520 stepping into the debugger's code is not possible.
13521 (debugger-jumping-flag): Docstring update.
13522
13523 2005-03-08 Jay Belanger <belanger@truman.edu>
13524
13525 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13526 embedded mode begins.
13527 (calc-embedded-language-alist): New variable.
13528 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13529 set default language mode.
13530
13531 2005-03-08 Kenichi Handa <handa@m17n.org>
13532
13533 * international/ccl.el (define-ccl-program): Fix docstring about
13534 extra 256 bytes assured for the output buffer.
13535
13536 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13537 Fix BUFFER_MAGNIFICATION to 2.
13538 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13539
13540 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13541
13542 * align.el (align-rules-list): Added an alignment rule for CSS
13543 declarations (applies to css-mode and html-mode buffers).
13544
13545 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13548
13549 2005-03-07 Kim F. Storm <storm@cua.dk>
13550
13551 * simple.el (move-beginning-of-line): New command.
13552
13553 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13554
13555 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13556
13557 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13558 and move-beginning-of-line.
13559
13560 * apropos.el (apropos-print): Omit command from M-x ... RET.
13561
13562 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13563
13564 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13565 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13566
13567 2005-03-06 Richard M. Stallman <rms@gnu.org>
13568
13569 * bindings.el (esc-map): Bind M-g to goto-line.
13570
13571 * facemenu.el (global-map): Bind M-o, not M-g.
13572
13573 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13574
13575 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13576 "Open Directory" as for "Open File".
13577
13578 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13579
13580 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13581 (push-mark-command): Run activate-mark-hook.
13582
13583 2005-03-06 Richard M. Stallman <rms@gnu.org>
13584
13585 * help-mode.el (help-mode-finish): Don't alter the element
13586 in view-return-to-alist if there already is one.
13587
13588 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13589 make sure the current buffer is the expected one.
13590
13591 * novice.el (disabled-command-function): Output in *Disabled Command*.
13592 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13593
13594 * textmodes/flyspell.el (flyspell-large-region):
13595 Pass args differently for aspell.
13596
13597 * files.el (mode-require-final-newline): Doc fix.
13598
13599 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13600
13601 * progmodes/which-func.el (which-function):
13602 Specify NOERROR when calling imenu--make-index-alist.
13603
13604 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * simple.el (normal-erase-is-backspace): Define default value.
13607
13608 * custom.el (custom-theme-set-variables): Remove unused var
13609 `immediate'.
13610 (custom-reevaluate-setting): Simple function to handle variables
13611 that are defined before their default value can really be
13612 computed.
13613
13614 * startup.el (command-line): Use it for temporary-file-directory,
13615 small-emporary-file-directory, auto-save-file-name-transforms,
13616 blink-cursor-mode, and normal-erase-is-backspace.
13617
13618 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13619 progress, even with buggy anchored keywords.
13620
13621 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13622
13623 * simple.el (goto-line): Remove unbalanced final parenthesis.
13624
13625 2005-03-05 Richard M. Stallman <rms@gnu.org>
13626
13627 * simple.el (goto-line): Use a number at point as the default.
13628 With C-u as arg, switch buffers.
13629
13630 2005-03-05 Juri Linkov <juri@jurta.org>
13631
13632 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13633 with `no-blinking-cursor'.
13634
13635 * startup.el (no-blinking-cursor): New defvar.
13636 (command-line): Add `--no-blinking-cursor' to longopts.
13637 Set `no-blinking-cursor' to t for command line arguments
13638 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13639 with `no-blinking-cursor' in the condition for calling
13640 `blink-cursor-mode'.
13641
13642 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13643
13644 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13645 (menu-bar-options-save): Add blink-cursor-mode.
13646 (menu-bar-options-menu): Add blink-cursor-mode.
13647
13648 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13649
13650 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13651 (icalendar-export-file, icalendar-export-region)
13652 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13653 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13654
13655 2005-03-04 Lute Kamstra <lute@gnu.org>
13656
13657 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13658 (debug-function-list): Ditto.
13659
13660 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13661
13662 * textmodes/texinfmt.el (texinfo-append-refill):
13663 Redefine the types of line to which @refill
13664 is not appended by replacing a search for `@refill\\|@bye' with
13665 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13666 itemize@refill' bug and the unfilled long lines bug.
13667 (texinfmt-version): Update number and date.
13668
13669 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13670
13671 * international/code-pages.el (windows-1250, windows-125[2-8])
13672 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13673
13674 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13675
13676 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13677 bound yet.
13678
13679 2005-03-02 Romain Francoise <romain@orebokech.com>
13680
13681 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13682 buffer after removing limits.
13683 (ibuffer-pop-filter): Ditto.
13684 Update copyright.
13685
13686 2005-03-02 Miles Bader <miles@gnu.org>
13687
13688 * button.el (make-text-button): If the user doesn't specify a
13689 type, use the default. Rewrite to use `add-text-properties' and
13690 plist functions.
13691
13692 2005-03-01 Lute Kamstra <lute@gnu.org>
13693
13694 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13695 (debugger-jumping-flag): New var.
13696 (debug-entry-code): Use it.
13697 (debugger-jump): Use debugger-jumping-flag and add
13698 debugger-reenable to post-command-hook.
13699 (debugger-reenable): Use debugger-jumping-flag and remove itself
13700 from post-command-hook.
13701 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13702 debugger-reenable.
13703
13704 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13705
13706 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13707 inclusion of "itemize\\|", which may be unnecessary, is certainly
13708 inelegant, and stops refilling in itemize lists when formatting
13709 Japanese Texinfo files to Info.
13710 Update copyright to 2005.
13711
13712 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13713
13714 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13715 of an error if GDB can't find the source file.
13716
13717 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13718
13719 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13720 not just the calendar.
13721
13722 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13723 first.
13724 (diary-redraw-calendar): New function.
13725 (make-diary-entry): Add diary-redraw-calendar to local
13726 write-contents-functions. Turn off selective display before
13727 inserting in diary.
13728
13729 2005-03-01 Kim F. Storm <storm@cua.dk>
13730
13731 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13732
13733 2005-03-01 Lute Kamstra <lute@gnu.org>
13734
13735 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13736 that debug-entry-code can be safely removed from a function while
13737 this code is being evaluated. Revert the 2005-02-27 change as the
13738 new implementation no longer requires it. Make sure that a
13739 function body containing just a string is not mistaken for a docstring.
13740 (debug): Skip one more frame in case of debug on entry.
13741 (debugger-setup-buffer): Delete one more frame line in case of
13742 debug on entry.
13743 (debugger-frame-number): Update to use the new text introduced by
13744 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13745
13746 2005-02-28 Kim F. Storm <storm@cua.dk>
13747
13748 * double.el (double-translate-key): Call force-window-update after
13749 read-event to avoid crash in redisplay.
13750
13751 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13754 (debug): Use it. Move the inhibit-trace earlier.
13755 (debug-entry-code): New const.
13756 (debug-on-entry-1): Use it.
13757
13758 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13759
13760 * international/utf-16.el (ccl-encode-mule-utf-16le):
13761 Fix BUFFER_MAGNIFICATION to 2.
13762 (ccl-encode-mule-utf-16be): Likewise.
13763
13764 2005-02-28 Kenichi Handa <handa@m17n.org>
13765
13766 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13767 Fix BUFFER_MAGNIFICATION to 4.
13768 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13769
13770 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13771
13772 * speedbar.el (speedbar-update-flag): Doc fix.
13773 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13774 argument.
13775
13776 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13779 have a non-nil `invisible' property but are actually visible.
13780
13781 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13782 for perldoc sections.
13783 (perl-outline-regexp, perl-outline-level): New var and function.
13784 (perl-mode): Use them.
13785
13786 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13787
13788 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13789 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13790
13791 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13792
13793 * cus-edit.el: Comment change.
13794 (custom-buffer-create-internal): Slightly reword text at top of
13795 Custom buffers. Mention there that saving an option edits the
13796 init file. Add link to Emacs manual node on `custom-file'.
13797 (custom-magic-alist): Rewrite individual State messages to use
13798 capitalized keywords. Doc fix.
13799
13800 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13801
13802 * calendar/calendar.el (calendar-buffer): Move above
13803 calendar-week-start-day.
13804 (calendar-week-start-day): Doc fix. Add :set function.
13805 (calendar-minimum-window-height): New variable.
13806 (generate-calendar-window): Only resize window if selected-window
13807 is displaying the calendar buffer. Use new variable
13808 calendar-minimum-window-height.
13809 (generate-calendar): Reword error message.
13810 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13811
13812 2005-02-27 Andreas Schwab <schwab@suse.de>
13813
13814 * vc.el (vc-do-command): Don't run command asynchronously when
13815 operating in a remote directory.
13816
13817 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13818 change from sync with Tramp 2.0.47.
13819
13820 2005-02-27 Richard M. Stallman <rms@gnu.org>
13821
13822 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13823
13824 * textmodes/flyspell.el (flyspell-mode-on):
13825 Call ispell-change-dictionary only if necessary.
13826
13827 * emacs-lisp/re-builder.el (regexp-builder): New function.
13828
13829 * register.el (describe-register-1): Explicitly handle
13830 yank-excluded-properties = t.
13831
13832 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13833 (custom-magic-alist): Change the status descriptions again.
13834 (face widget-type): Total rewrite based on `restricted-sexp'
13835 to eliminate the confusing double hiding levels.
13836
13837 * emacs-lisp/debug.el (debug-on-entry-1):
13838 If function body is empty, add nil as body form.
13839
13840 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13841
13842 * emacs-lisp/trace.el (inhibit-trace): New var.
13843 (trace-make-advice): Use it.
13844
13845 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13846
13847 2005-02-26 Kim F. Storm <storm@cua.dk>
13848
13849 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13850 (mouse-on-link-p, mouse-drag-region-1): Use it.
13851
13852 2005-02-25 Lute Kamstra <lute@gnu.org>
13853
13854 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13855
13856 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13857
13858 * frame.el (blink-cursor-mode): Add :group keyword.
13859
13860 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13861
13862 * calendar/icalendar.el (icalendar--decode-isodatetime):
13863 New optional argument DAY-SHIFT.
13864 (icalendar-export-region): Fix coding-system-for-write.
13865 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13866 events by one.
13867
13868 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13871
13872 2005-02-24 Kim F. Storm <storm@cua.dk>
13873
13874 * international/iso-acc.el (iso-accents-compose): Fix crash
13875 during redisplay. Call force-window-update after read-event
13876 and delete-region to signal that window is not accurate.
13877
13878 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13879
13880 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13881 Remove unused and inexistent var `inhibit-trace'.
13882 (debugger-mode): Use run-mode-hooks.
13883 (debugger-list-functions): Add buttons; setup xref stack.
13884
13885 2005-02-23 Richard M. Stallman <rms@gnu.org>
13886
13887 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13888 appointment says it was explicitly made.
13889 (appt-add): Set the 3rd element.
13890 (appt-make-list): Preserve explicit appointments.
13891
13892 * subr.el (find-tag-default): Catch errors in forward-sexp.
13893
13894 2005-02-23 Juri Linkov <juri@jurta.org>
13895
13896 * info.el (Info-isearch-search): New defcustom.
13897 (Info-isearch-search): Call the default isearch function
13898 when Info-isearch-search is nil.
13899 (Info-isearch-wrap): Use variable Info-isearch-search.
13900
13901 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13902
13903 * cus-edit.el: Comment change.
13904
13905 2005-02-22 Kim F. Storm <storm@cua.dk>
13906
13907 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13908 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13909
13910 2005-02-22 Simon Josefsson <jas@extundo.com>
13911
13912 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13913 New variable.
13914 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13915 Oskarsson" <myrkraverk@users.sourceforget.net>.
13916
13917 2005-02-22 Kim F. Storm <storm@cua.dk>
13918
13919 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13920 check that window of that event is the selected window.
13921 (mouse-drag-region-1): Compare mouse event window to selected
13922 window before setting point.
13923
13924 * tooltip.el (tooltip-show-help-function): Pass event to
13925 mouse-on-link-p so it can check selected window.
13926
13927 2005-02-22 Kenichi Handa <handa@m17n.org>
13928
13929 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13930 (ps-mule-show-warning): New function.
13931 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13932 characters are found.
13933
13934 * ps-print.el (ps-header-footer-string): Return a list of header
13935 and footer strings.
13936
13937 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13938
13939 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13940
13941 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * frame.el (blink-cursor-mode): Use define-minor-mode.
13944
13945 * term/mac-win.el (function-key-map): Use char-names more consistently.
13946 (file-name-coding-system): Only set it for MacOS-9. The other case is
13947 already handled in mule-cmds.el (where it also works when mac-win.el
13948 is not used).
13949
13950 2005-02-21 Kenichi Handa <handa@m17n.org>
13951
13952 * international/mule.el (ctext-pre-write-conversion): Always use
13953 " *code-converting-work*" buffer for work.
13954
13955 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13956
13957 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13958
13959 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13960
13961 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13962
13963 * ses.el (undo-more): Restore defadvice, but only the part that
13964 allows changes outside the restricted area of the buffer.
13965
13966 2005-02-20 Kim F. Storm <storm@cua.dk>
13967
13968 * simple.el (line-move): Add fourth optional arg try-vscroll which
13969 must be set to perform auto-window-vscroll.
13970 When moving backwards and doing auto-window-vscroll, automatically
13971 vscroll to the last part of lines which are taller than the window.
13972 (next-line, previous-line): Set try-vscroll arg on line-move.
13973
13974 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13975
13976 * replace.el (query-replace, query-replace-regexp)
13977 (replace-string, replace-regexp): When operating on region, make
13978 the minibuffer prompt say so.
13979
13980 * isearch.el (isearch-forward): Document isearch-query-replace and
13981 isearch-query-replace-regexp keybindings.
13982
13983 2005-02-19 Jay Belanger <belanger@truman.edu>
13984
13985 * calc/calc-aent.el (math-read-token): Add local variable.
13986
13987 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13988 (calc-edit-top): Move declaration to earlier in file.
13989 (calc-edit-macro-repeats): Add local variables.
13990
13991 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13992 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13993 calcFunc-tanh.
13994 Adjust integration rule for calcFunc-tan.
13995
13996 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13997
13998 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13999 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14000 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14001 (viper-skip-separators): Bug fix.
14002 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14003 particular major mode.
14004 (viper-del-backward-char-in-replace): Don't put deleted char on the
14005 kill ring.
14006
14007 * viper-ex.el (viper-color-display-p): New function.
14008 (viper-has-face-support-p): Use viper-color-display-p.
14009
14010 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14011
14012 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14013
14014 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14015 (viper-file-remote-p): Make equivalent to file-remote-p.
14016
14017 * viper.el (viper-major-mode-modifier-list):
14018 Use viper-gnus-modifier-map.
14019
14020 2005-02-19 David Kastrup <dak@gnu.org>
14021
14022 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14023 quoting.
14024
14025 2005-02-19 Jay Belanger <belanger@truman.edu>
14026
14027 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14028 Remove extra definitions.
14029 (calc-coth): New function.
14030 (calcFunc-cot): Fix `let'.
14031
14032 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14033
14034 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14035 the reasons we use "type pc" in these faces.
14036
14037 * button.el (button): Ditto.
14038
14039 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14040
14041 * replace.el (query-replace-read-from): Set the value of
14042 query-replace-from-history-variable to handle the case of an empty
14043 string entered to accept the suggested default.
14044
14045 * net/tramp.el (tramp-file-name-for-operation):
14046 Use dired-call-process instead of dired-call-process-command.
14047
14048 2005-02-19 Jay Belanger <belanger@truman.edu>
14049
14050 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14051 (math-div-non-trig): New variables.
14052 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14053 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14054 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14055 trig expressions.
14056
14057 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14058
14059 * progmodes/gdb-ui.el (gdb-var-update-handler)
14060 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14061 for watch expressions,
14062 (gdb-var-create-handler): Don't set speedbar-update-flag.
14063 (gdb-post-prompt): Simplify test for speedbar.
14064
14065 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14066
14067 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14068 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14069 we use the syntax table of the correct buffer.
14070 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14071 Felix Gatzemeier.
14072
14073 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14074 (ediff-file-remote-p): Make synonymous with file-remote-p.
14075 In all deffaces ediff-*-face-*, use min-colors.
14076
14077 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14078 ediff-recurse-to-subdirectories.
14079 (ediff-mark-if-equal): Check that the arguments are strings, use
14080 ediff-same-contents (after to Felix Gatzemeier).
14081
14082 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14083 nil.
14084
14085 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14088
14089 2005-02-18 David Kastrup <dak@gnu.org>
14090
14091 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14092 use `mark-active' when defined.
14093
14094 2005-02-18 Kenichi Handa <handa@m17n.org>
14095
14096 * ps-print.el (ps-font-info-database): New entry
14097 ZapfChancery-MediumItalic with correct font name. Fix font name
14098 of the entry Zapf-Chancery-MediumItalic.
14099
14100 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14101
14102 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14103
14104 2005-02-16 Kim F. Storm <storm@cua.dk>
14105
14106 * ido.el (ido-fallback-command): Pass user input to fallback command.
14107
14108 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14109
14110 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14111 (gdb-find-file-hook): Add server prefix.
14112
14113 2005-02-16 Richard M. Stallman <rms@gnu.org>
14114
14115 * replace.el (perform-replace): Pass new args to replace-highlight.
14116 (replace-highlight): Take region args,
14117 and pass them to isearch-lazy-highlight-new-loop.
14118
14119 * novice.el (disabled-command-hook): Autoload the defalias
14120 and the make-obsolete-variable call.
14121
14122 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14123
14124 * isearch.el (isearch-lazy-highlight-start-limit)
14125 (isearch-lazy-highlight-end-limit): New variables limit
14126 the region for highlighting.
14127 (isearch-lazy-highlight-new-loop): New args BEG and END.
14128 (isearch-lazy-highlight-search): Use the new vars.
14129 (isearch-lazy-highlight-update): Likewise.
14130
14131 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14132
14133 * cus-start.el (all): Use default-boundp.
14134
14135 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14136
14137 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14138
14139 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14140
14141 * autorevert.el (auto-revert-stop-on-user-input)
14142 (auto-revert-verbose): Doc fixes.
14143
14144 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14145
14146 * international/mule-cmds.el (set-locale-environment): Remove call
14147 to set-selection-coding-system on Windows.
14148
14149 2005-02-15 Jay Belanger <belanger@truman.edu>
14150
14151 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14152 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14153 calcFunc-coth.
14154 (math-simplify-sqrt): Add simplifications.
14155
14156 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14157 to list.
14158
14159 * calc/calc-ext.el: Add functions to autoloads.
14160
14161 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14162 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14163 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14164 (math-csc-raw, math-cot-raw): New functions.
14165
14166 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14167
14168 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14169 the variable name in a message.
14170
14171 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14172 calcFunc-csc, calcFunc-cot.
14173
14174 * calc/calcalg2.el: Add derivative and integration rules for
14175 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14176 calcFunc-csch, calcFunc-coth.
14177 (math-do-integral-methods): Add to checks for when to use
14178 substitutions.
14179
14180 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14181
14182 2005-02-15 Lute Kamstra <lute@gnu.org>
14183
14184 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14185 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14186 <monnier@iro.umontreal.ca>
14187 (lisp-outline-level): Improve efficiency. Suggested by David
14188 Kastrup <dak@gnu.org>.
14189
14190 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14191
14192 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14193 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14194 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14195 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14196 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14197
14198 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14199
14200 * cus-start.el (all): Comment change.
14201
14202 2005-02-14 Lute Kamstra <lute@gnu.org>
14203
14204 * cus-start.el (all): Check if symbol is void.
14205
14206 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14207
14208 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14209 optional argument to \cite.
14210
14211 2005-02-14 Richard M. Stallman <rms@gnu.org>
14212
14213 * cus-edit.el (custom-buffer-create-internal): Update help message.
14214 (custom-magic-alist): Update help messages.
14215
14216 * cus-start.el (all): Allow a var to specify a standard value.
14217
14218 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14219
14220 * custom.el (custom-theme-set-variables): Handle variable aliases.
14221
14222 * frame.el (blink-cursor-timer): Doc fix.
14223 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14224 declare obsolete.
14225 (blink-cursor-mode): Define with defcustom and use correct
14226 standard expression in that defcustom.
14227 * startup.el (command-line): Adapt to above changes in frame.el.
14228
14229 2005-02-11 Lute Kamstra <lute@gnu.org>
14230
14231 * apropos.el (apropos-score-doc): Prevent division by zero.
14232
14233 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14234
14235 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14236 (icalendar--get-event-property-attributes)
14237 (icalendar--get-event-properties)
14238 (icalendar--datetime-to-diary-date): New functions.
14239 (icalendar--split-value): Doc fix.
14240 (icalendar--datetime-to-noneuropean-date)
14241 (icalendar--datetime-to-european-date): New optional argument
14242 SEPARATOR. Return result as a string instead of a list.
14243 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14244 (icalendar--convert-string-for-export): Rename arg S to STRING.
14245 (icalendar-export-region): Doc fix. Change name of error buffer.
14246 Save output buffer.
14247 (icalendar-import-file): Add blank at end of prompt.
14248 (icalendar-import-buffer): Doc fix. Do not switch to error
14249 buffer. Indicate status in return value.
14250 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14251 buffer. Save output buffer. Handle exception from recurrence
14252 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14253 events. Fix problems with weekly all-day events.
14254
14255 2005-02-10 Richard M. Stallman <rms@gnu.org>
14256
14257 * simple.el (eval-expression-print-format):
14258 Avoid warning about edebug-active.
14259
14260 * help.el (help-for-help-internal): Rename from help-for-help.
14261 (help-for-help): Define with defalias.
14262
14263 * font-core.el (font-lock-default-function): Use with-no-warnings.
14264
14265 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14266
14267 * custom.el (defface): Doc fix.
14268
14269 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14270
14271 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14272 width 0" to prevent word wrapping problems.
14273
14274 2005-02-09 Kim F. Storm <storm@cua.dk>
14275
14276 * ido.el (ido-file-extensions-order): New defcustom.
14277 (ido-file-extension-lessp, ido-file-extension-aux)
14278 (ido-file-extension-order): New advanced file ordering.
14279 (ido-file-lessp): New simple file ordering.
14280 (ido-sort-list): Remove.
14281 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14282 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14283
14284 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14285
14286 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14287 that some versions of grep produce.
14288 (grep-mode-font-lock-keywords): Likewise.
14289
14290 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14291
14292 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14293 (gdb-cdir): Delete.
14294 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14295 (gdb-source-info): Treat case when source file is in another
14296 directory properly.
14297 (gdb-get-location): New function.
14298
14299 2005-02-07 Jay Belanger <belanger@truman.edu>
14300
14301 * calc/calc-prog.el (calc-write-parse-table-part)
14302 (calc-fix-token-name): Fix a check for language type.
14303
14304 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14305
14306 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14307
14308 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14309 as directory not writable.
14310
14311 2005-02-07 Kim F. Storm <storm@cua.dk>
14312
14313 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14314 (cua--standard-movement-commands): Remove list.
14315 Instead, set CUA property value to move for movement commands.
14316 (cua-movement-commands): Remove. Users must set CUA prop instead.
14317 (cua--pre-command-handler): Check CUA property.
14318 (cua--init-keymaps): Don't remap undo commands.
14319 (cua-mode): Don't call cua--rectangle-on-off.
14320
14321 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14322 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14323 (cua--rect-undo-set-point): New var.
14324 (cua--rectangle-undo-boundary): Setup undo apply entry.
14325 (cua--rect-undo-handler): New function for rectangle undo.
14326 (cua--rect-start-position, cua--rect-end-position): Add.
14327 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14328 for restored rectangle. Set point if cua--rect-undo-set-point.
14329
14330 2005-02-06 Jay Belanger <belanger@truman.edu>
14331
14332 * calc/calc-lang.el (calc-tex-language): Display more information
14333 in messages.
14334
14335 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14336 in TeX mode.
14337
14338 2005-02-06 Richard M. Stallman <rms@gnu.org>
14339
14340 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14341
14342 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14343
14344 * net/ldap.el (ldap-search-internal): Support attributes with
14345 optional descriptions separated by a semi-colon, as in
14346 "userCertificate;binary".
14347
14348 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14349
14350 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14351 isn't a cons (i.e. the version is 0).
14352
14353 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14354
14355 * help.el (help-for-help): Doc fix.
14356
14357 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14358
14359 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14360 GDB-Windows on the menu-bar as this works better.
14361
14362 2005-02-04 Jay Belanger <belanger@truman.edu>
14363
14364 * calc/calc-embed.el (calc-embedded-update): Don't put in
14365 unnecessary newlines. Adjust the end of formula marker.
14366
14367 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14368 (math-latex-parse-two-args): New function.
14369
14370 2005-02-03 Lute Kamstra <lute@gnu.org>
14371
14372 * help-fns.el (help-with-tutorial): Make sure that users cannot
14373 remove the entire text of the tutorial by means of `undo'.
14374
14375 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14378 in recent changes, where the ispell process was repeatedly
14379 killed & restarted.
14380
14381 * international/mule-cmds.el (set-locale-environment): Set file-name
14382 coding system to utf-8 on Darwin systems.
14383 (set-default-coding-systems): Don't set default-file-name-coding-system
14384 on Darwin systems.
14385
14386 2005-02-03 Richard M. Stallman <rms@gnu.org>
14387
14388 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14389
14390 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14391
14392 * faces.el (list-faces-display): Add optional argument.
14393
14394 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * font-core.el (font-lock-default-function): Handle the rare case where
14397 only font-lock-keywords is set.
14398
14399 2005-02-02 Kenichi Handa <handa@m17n.org>
14400
14401 * international/characters.el: Cancel previous change for
14402 I-WITH-DOT-ABOVE and DOTLESS-i.
14403
14404 * international/latin-5.el: Cancel previous change.
14405
14406 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14407
14408 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14409
14410 2005-02-02 Kenichi Handa <handa@m17n.org>
14411
14412 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14413 DOTLESS-i.
14414
14415 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14416 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14417
14418 * case-table.el (get-upcase-table): New function.
14419 (copy-case-table): Copy upcaes table too if non-nil.
14420 (set-case-syntax-delims): Maintain upcase table too.
14421 (set-case-syntax-pair): Likewise.
14422 (set-upcase-syntax, set-downcase-syntax): New functions.
14423 (set-case-syntax): Maintain upcase table too.
14424
14425 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14426
14427 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14428
14429 * progmodes/gud.el (gud-goto-info): New function.
14430 (gud-tool-bar-map): Use correct icon.
14431
14432 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14433
14434 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14435 When delegating, order args in the funcall correctly.
14436
14437 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14438
14439 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14440
14441 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14442
14443 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14444 buffer not visiting a file.
14445
14446 2005-01-31 Jay Belanger <belanger@truman.edu>
14447
14448 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14449 bound on the line with the formula.
14450
14451 2005-01-31 Kim F. Storm <storm@cua.dk>
14452
14453 * ses.el (ses-create-cell-variable-range)
14454 (ses-destroy-cell-variable-range, ses-reset-header-string)
14455 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14456 (ses-insert-row): Fix format of apply undo entries.
14457
14458 2005-01-31 Jay Belanger <belanger@truman.edu>
14459
14460 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14461 parts.
14462
14463 * calc/calc-embed.el (calc-embedded-open-formula)
14464 (calc-embedded-close-formula): Ignore matrix environments.
14465
14466 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14467 TeX mode.
14468
14469 * calc/calc-lang.el (math-function-table, math-oper-table)
14470 (math-variable-table): Adjust the LaTeX portions.
14471
14472 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14473 (math-latex-ignore-words): New constant.
14474
14475 2005-01-31 Richard M. Stallman <rms@gnu.org>
14476
14477 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14478 (ispell-local-dictionary): Doc fix.
14479 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14480 Don't reinitialize at run time. Don't defcustom.
14481 All uses changed to append ispell-local-dictionary-alist,
14482 or check it first.
14483 (ispell-current-dictionary): New variable for dictionary in use.
14484 (ispell-dictionary): Now used only for global default.
14485 (ispell-start-process): Set ispell-current-dictionary,
14486 not ispell-dictionary.
14487 (ispell-change-dictionary): Use this only for setting
14488 user preferences.
14489 (ispell-internal-change-dictionary): New function
14490 to change the current dictionary in use.
14491 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14492 Use ispell-current-dictionary.
14493 Handle ispell-local-dictionary-overridden.
14494 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14495
14496 2005-01-31 Jay Belanger <belanger@truman.edu>
14497
14498 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14499
14500 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14501 (calc-mode-map): Add calc-latex-language.
14502
14503 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14504 (math-latex-print-frac): New functions.
14505 (math-oper-table, math-function-table, math-variable-table)
14506 (math-complex-format, math-input-filter): Add latex properties.
14507 (calc-set-language): Set math-expr-special-function-mapping.
14508
14509 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14510 (calc-write-parse-table-part): Add LaTeX support.
14511
14512 * calc/calc.el (calc-language): Adjust docstring.
14513 (calc-set-mode-line): Add LaTeX support.
14514 (math-expr-special-function-mapping): New variable.
14515 (math-tex-ignore-words): Add to list.
14516
14517 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14518 Add LaTeX support.
14519 (math-compose-expr): Add support for special functions.
14520
14521 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14522
14523 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14524
14525 * progmodes/gdb-ui.el (gdb-memory-address)
14526 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14527 (gdb-memory-mode-map, gdb-memory-format-keymap)
14528 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14529 (gdb-memory-unit-menu): New variables for a buffer
14530 that lets the user examine program memory.
14531 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14532 (gdb-memory-format-binary, gdb-memory-format-octal)
14533 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14534 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14535 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14536 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14537 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14538 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14539 (gdb-memory-mode, gdb-memory-buffer-name)
14540 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14541 New functions for above buffer.
14542
14543 2005-01-30 Richard M. Stallman <rms@gnu.org>
14544
14545 * cus-edit.el (custom-bury-buffer): Function deleted.
14546 (custom-buffer-done-function): Option deleted.
14547 (custom-buffer-done-kill): New (replacement option.
14548 (Custom-buffer-done): Call quit-window.
14549 (custom-buffer-create-internal): Update for above changes.
14550
14551 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14552
14553 * simple.el (undo-ask-before-discard): New var.
14554 (undo-outer-limit-truncate): Implement it.
14555 (undo-extra-outer-limit): Doc update.
14556
14557 2005-01-29 Richard M. Stallman <rms@gnu.org>
14558
14559 * ses.el (undo-more): Delete defadvice.
14560 (ses-begin-change): Doc fix.
14561
14562 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14563 instead of rebinding C-x u and C-_.
14564
14565 * files.el (normal-backup-enable-predicate): Return nil for files
14566 in /tmp, regardless of temporary-file-directory.
14567
14568 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14569
14570 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14571 (open-rectangle, delete-whitespace-rectangle-line)
14572 (clear-rectangle-line): If FILL, pass t instead of FILL
14573 for move-to-column's 2nd arg.
14574
14575 * simple.el (undo): Fix the test for continuing a series of undos.
14576 (undo-more): Set pending-undo-list to t when we reach end.
14577 (pending-undo-list): Move up defvar.
14578
14579 * wid-edit.el (widget-button-click):
14580 Shorten the range of the track-mouse binding.
14581
14582 * comint.el (comint-insert-input): Undo previous changes;
14583 use last-input-event in interactive spec.
14584
14585 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14586
14587 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14588 to nil before invoking call-process. Reset buffer's modified flag
14589 after fontifying it in the no-async branch.
14590
14591 * wid-edit.el (widget-specify-button): If mouse pointer shape
14592 cannot be changed, use mouse face instead.
14593
14594 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14595
14596 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14597 (gdb-goto-breakpoint): Make breakpoint handling work on template
14598 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14599 (gdb-assembler-custom): Update to recognize breakpoint information
14600 added on 2005-01-19.
14601
14602 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14605 (dsssl-mode): Use define-derived-mode.
14606 (scheme-mode-initialize): Remove.
14607 (scheme-mode): Use run-mode-hooks.
14608
14609 * cus-edit.el (customize-group-other-window)
14610 (custom-buffer-create-other-window): Don't override special-display-*.
14611 (custom-mode-map): Make it dense.
14612
14613 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14614 sets the default value.
14615
14616 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14617
14618 * descr-text.el: Add more keywords.
14619
14620 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * speedbar.el: Avoid unnecessary use of locate-library.
14623
14624 * international/mule-cmds.el (standard-display-european-internal):
14625 Don't fiddle with latin-1 non-break space any more since it's now
14626 special cased in the C code.
14627 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14628
14629 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14630
14631 * cus-start.el (all): Add `undo-outer-limit'.
14632
14633 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14634
14635 * textmodes/bibtex.el (bibtex-format-entry):
14636 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14637 field lines.
14638 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14639 not on part of a buffer.
14640
14641 2005-01-25 Lute Kamstra <lute@gnu.org>
14642
14643 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14644 nonempty field text strings like "{letters\\macro{}more letters}".
14645 Clarify docstring.
14646 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14647 (bibtex-entry-offset, bibtex-parse-association)
14648 (bibtex-parse-field-name): Fix typos in docstrings.
14649 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14650
14651 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14652
14653 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14654 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14655 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14656 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14657
14658 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14659 isearch minor mode.
14660
14661 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14662
14663 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14664
14665 2005-01-24 Lute Kamstra <lute@gnu.org>
14666
14667 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14668 CASECHARS and NOT-CASECHARS regular expressions of the
14669 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14670 striding over charsets" error.
14671
14672 2005-01-24 Jay Belanger <belanger@truman.edu>
14673
14674 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14675 display variable name.
14676
14677 2005-01-24 Kenichi Handa <handa@m17n.org>
14678
14679 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14680 Fix setting of the element of encoded-kbd-iso2022-invocations.
14681
14682 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14683
14684 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14685 (gdb-threads-select): Change to also accept mouse events.
14686 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14687 (gdb-threads-mouse-select): Delete.
14688
14689 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14690
14691 * files.el (insert-directory): Take care of empty directory,
14692 listed without -a switch.
14693
14694 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * textmodes/refill.el (refill-post-command-function):
14697 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14698 to the list of functions that we should be careful not to undo.
14699 (refill-late-fill-paragraph-function): Remove.
14700 (refill-saved-state): New var.
14701 (refill-mode): Use it to save fill-paragraph-function.
14702 Save also the value of auto-fill-function.
14703
14704 * term/w32-win.el: Simplify code.
14705
14706 2005-01-23 Kim F. Storm <storm@cua.dk>
14707
14708 * simple.el (line-move): Adapt to new return value from
14709 pos-visible-in-window-p.
14710
14711 * simple.el (line-move): Fix last change. Check partial
14712 visibility at point rather than at window-start.
14713
14714 2005-01-22 Jason Rumney <jasonr@gnu.org>
14715
14716 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14717
14718 2005-01-22 David Kastrup <dak@gnu.org>
14719
14720 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14721
14722 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14723
14724 * type-break.el (type-break-mode): Add a test for
14725 type-break-file-name being non-nil.
14726
14727 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14728
14729 * net/eudc.el (top level): Call (message "") via progn, so that
14730 eudc-options-file is loaded.
14731
14732 2005-01-22 Kim F. Storm <storm@cua.dk>
14733
14734 * simple.el (line-move-1): Rename from line-move.
14735 (line-move): New function that adjusts vscroll for partially
14736 visible rows, and calls line-move-1 otherwise.
14737
14738 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14739
14740 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14741 since it's not a complete read-event implementation
14742
14743 2005-01-20 Jay Belanger <belanger@truman.edu>
14744
14745 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14746 for called function.
14747
14748 2005-01-20 Steven Tamm <steventamm@mac.com>
14749
14750 * term/mac-win.el (process-connection-type): Remove.
14751 Controlled now by s/darwin.h:PTY_ITERATION.
14752
14753 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * window.el (handle-select-window): Don't switch window when we're
14756 in the minibuffer.
14757
14758 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14759
14760 * subr.el (dotimes-with-progress-reporter): New macro.
14761
14762 * ses.el (ses-dotimes-msg): Remove macro.
14763 Use `dotimes-with-progress-reporter' instead.
14764
14765 2005-01-19 Steven Tamm <steventamm@mac.com>
14766
14767 * term/mac-win.el (process-connection-type): Use new
14768 operating-system-release variable to use ptys on Darwin 7 (OS X
14769 10.3) when using carbon build.
14770
14771 2005-01-19 Jay Belanger <belanger@truman.edu>
14772
14773 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14774 flags if the last command was a tab or M-tab.
14775
14776 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14777 in formula editing buffer.
14778
14779 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14780
14781 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14782 breakpoint image symbol in margin.
14783
14784 2005-01-19 Jay Belanger <belanger@truman.edu>
14785
14786 * calc/calc-prog.el (calc-execute-kbd-macro):
14787 Ignore calc-keep-arg-flag.
14788
14789 2005-01-19 Kenichi Handa <handa@m17n.org>
14790
14791 * textmodes/ispell.el (ispell-looking-at): New function.
14792 (ispell-process-line): Use ispell-looking-at to compare the ispell
14793 output and the buffer contents.
14794
14795 2005-01-18 Jay Belanger <belanger@truman.edu>
14796
14797 * calc/calc.el (calc-display-raw): Fix docstring.
14798
14799 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14800
14801 * simple.el (blink-matching-open): Strip extra info from syntax.
14802
14803 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14804 funny chars in the end-of-here-doc marker.
14805
14806 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14807
14808 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14809 that enable/disabled state of breakpoints is shown correctly in
14810 fringe and on ttys.
14811 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14812 Add breakpoint information as text properties.
14813 (gdb-mouse-toggle-breakpoint):
14814 Rename to gdb-mouse-set-clear-breakpoint.
14815 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14816 breakpoints in the margin.
14817 (gdb-remove-strings): Simplify.
14818
14819 2005-01-17 Jay Belanger <belanger@truman.edu>
14820
14821 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14822 erasing buffer.
14823
14824 2005-01-17 Richard M. Stallman <rms@gnu.org>
14825
14826 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14827 for calling grep-compute-defaults.
14828
14829 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14830 if buffer is empty.
14831
14832 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14833
14834 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14837
14838 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14839 non-preloaded variables.
14840
14841 2005-01-17 Steven Tamm <steventamm@mac.com>
14842
14843 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14844 tex-shell cause to force interactivity when using pipes.
14845
14846 2005-01-17 Kim F. Storm <storm@cua.dk>
14847
14848 * simple.el (just-one-space): Make arg optional.
14849
14850 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14851
14852 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14853 posn-at-x-y to t to access left-margin.
14854
14855 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14856
14857 Sync with Tramp 2.0.47.
14858
14859 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14860 catching keep-date problems in cp/scp operations.
14861 (tramp-handle-copy-file): Don't call `set-file-modes'
14862 unconditionally. Specialized functions should know better what is
14863 necessary. This improves performance a little bit, and the
14864 functions could catch errors with `cp -p' and `scp -p'.
14865 (tramp-do-copy-or-rename-file-via-buffer)
14866 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14867 when appropriate.
14868 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14869 Call `set-file-modes' when appropriate.
14870 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14871 Johnsson <isak@hypergene.com>
14872 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14873 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14874 <joakim@verona.se>
14875 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14876 Emacs only.
14877
14878 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14879 `find-file-hooks' and `dired-mode-hook'.
14880 (tramp-minor-mode-map): Respective map. Add remapping for
14881 `compile' and `recompile'.
14882 (tramp-remap-command, tramp-recompile): New defuns.
14883 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14884 in buffer "*Compilation*". Call the commands asynchronously.
14885
14886 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14887 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14888 `shell-command', because it isn't magic in XEmacs. Reported by
14889 Adrian Aichner <adrian@xemacs.org>.
14890
14891 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14892 `substitute-in-file-name.
14893 (tramp-smb-handle-substitute-in-file-name): New defun.
14894 (tramp-smb-advice-PC-do-completion): Delete advice.
14895
14896 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14897
14898 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14899 Fix error in deleting region.
14900
14901 2005-01-15 Richard M. Stallman <rms@gnu.org>
14902
14903 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14904 In non-temp buffer, switch syntax table temporarily.
14905
14906 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14907
14908 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14909
14910 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14911
14912 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14913 (imenu--generic-function): Use START, not BEG, as pos of definition.
14914
14915 * simple.el (just-one-space): Argument specifies number of spaces.
14916
14917 * simple.el (eval-expression-print-format): Avoid warning
14918 about edebug-active.
14919
14920 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14921
14922 * progmodes/sh-script.el: Code copied from make-mode.el
14923 with small changes,
14924 (sh-mode-map): Bind C-c C-\.
14925 (sh-backslash-column, sh-backslash-align): New variables.
14926 (sh-backslash-region, sh-append-backslash): New functions.
14927
14928 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14929
14930 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14931 (rmail-pop-password, rmail-pop-password-required): Move to
14932 rmail-obsolete group.
14933 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14934 All callers updated.
14935 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14936 Take an argument specifying whether it is POP or IMAP mailbox we
14937 are using. All callers updated.
14938 (rmail-pop-password-error): Rename to
14939 rmail-remote-password-error. Added mailutils-specific error message.
14940 (rmail-movemail-search-path)
14941 (rmail-movemail-variant-in-use): New variables.
14942 (rmail-remote-password, rmail-remote-password-required):
14943 New customization variables.
14944 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14945 (rmail-parse-url): New function.
14946 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14947 with GNU mailutils movemail.
14948
14949 2005-01-15 Kevin Ryde <user42@zip.com.au>
14950
14951 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14952 suffix to space, $ or '$, to correctly position point when going
14953 to @table style constants like DBL_MAX.
14954
14955 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14956
14957 * type-break.el (type-break-mode, type-break-file-time)
14958 (type-break-file-keystroke-count, type-break-choose-file):
14959 Don't store data in or load data from the file if type-break-file-name
14960 is nil.
14961 (type-break-file-name): Doc update as per the above.
14962
14963 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14964
14965 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14966 lookup-key might return nil; handle that.
14967
14968 2005-01-15 Alan Mackenzie <acm@muc.de>
14969
14970 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14971 rather than the element found, thus enabling the tree to be setcar'd.
14972
14973 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14974
14975 * textmodes/org.el (org-show-following-heading): New option.
14976 (org-show-hierarchy-above): Use `org-show-following-heading'.
14977 (org-cycle): Documentation fix.
14978
14979 * textmodes/org.el (orgtbl-optimized): New option
14980 (orgtbl-mode): New command, a minor mode.
14981 (orgtbl-mode-map): New variable.
14982 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14983 (orgtbl-error, orgtbl-self-insert-command)
14984 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14985
14986 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14987 a local variable in each org-mode buffer.
14988
14989 * textmodes/org.el (org-set-regexps-and-options): Rename from
14990 `org-set-regexps'. Added checking for STARTUP keyword.
14991 (org-get-current-options): Add STARTUP options.
14992 (org-table-insert-row): Make mode intelligent about when
14993 realignment is needed.
14994 (org-self-insert-command, org-delete-backward-char, org-delete-char):
14995 New commands.
14996 (org-enable-table-editor): New default value `optimized'.
14997 (org-table-blank-field): Support blanking regions if active.
14998
14999 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15000
15001 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15002 if the year is not given.
15003
15004 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15005 Add new escapes %m and %M, fixed bug with %F by adding
15006 save-match-data.
15007 (reftex-reference): Remove ?. from list of spaces.
15008 (reftex-label-info): Add automatic label prefix recognition.
15009
15010 * textmodes/reftex-index.el (reftex-index-next-phrase):
15011 Add slave parameter to call of `reftex-index-this-phrase'.
15012 (reftex-index-this-phrase): New optional argument.
15013 (reftex-index-region-phrases): Add slave parameter to call of
15014 `reftex-index-this-phrase'.
15015 (reftex-display-index): New argument redo.
15016 (reftex-index-rescan): Add 'redo to arguments of
15017 `reftex-display-index'.
15018 (reftex-index-Rescan, reftex-index-revert)
15019 (reftex-index-switch-index-tag): Add 'redo to arguments of
15020 `reftex-display-index'.
15021 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15022 indexing. Fix bug with matching is there is a quote before or
15023 after the word.
15024
15025 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15026 Fix bug when collecting citation keys in lines with comments.
15027 (reftex-citation): Prefix argument no longer rescans the document,
15028 but forces prompting for optional arguments of cite macros.
15029 (reftex-do-citation): Prompting for optional arguments implemented.
15030
15031 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15032 Add optional arguments to most cite commands.
15033 (reftex-cite-cleanup-optional-args): New option
15034 (reftex-cite-prompt-optional-args): New option.
15035 (reftex-trust-label-prefix): New option.
15036
15037 * textmodes/reftex-toc.el (reftex-toc-find-section):
15038 Add push-mark before changing the position in the buffer.
15039
15040 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15041 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15042
15043 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15044
15045 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15046 more carefully.
15047
15048 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15051 (sgml-mode): Use it.
15052 (sgml-get-context): Better keep track of implicitly closed tags.
15053
15054 2005-01-13 Kenichi Handa <handa@m17n.org>
15055
15056 * textmodes/ispell.el: These changes are to fix misalignment error
15057 caused by equivalent characters of different Emacs charsets.
15058 (ispell-unified-chars-table): New variable.
15059 (ispell-get-decoded-string): New function.
15060 (ispell-get-casechars, ispell-get-not-casechars)
15061 (ispell-get-otherchars): Call ispell-get-decoded-string.
15062
15063 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15064
15065 * custom.el (custom-declare-variable): Just put symbol instead
15066 of (defvar . symbol) in `current-load-list'.
15067
15068 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15069
15070 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15071
15072 2005-01-12 Jay Belanger <belanger@truman.edu>
15073
15074 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15075 to create a Calc summary.
15076
15077 2005-01-12 Kim F. Storm <storm@cua.dk>
15078
15079 * mouse.el (mouse-on-link-p): Change functionality and doc
15080 string to comply with latest description in lisp ref.
15081
15082 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15083
15084 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15085 Enable mouse clicks on mode-line, header-line and margin.
15086 (event-type): Give mouse event symbols an 'event-kind property
15087 with value 'mouse-click.
15088
15089 2005-01-12 Juri Linkov <juri@jurta.org>
15090
15091 * facemenu.el (list-colors-display): Add new arg buffer-name.
15092 Use it. Fix docstring. Replace code for identifying duplicate
15093 colors by the name with call to `list-colors-duplicates' which
15094 identifies duplicate colors by the value unless the color
15095 is one of special Windows colors. Set truncate-lines to t.
15096 Print sorted duplicate color names on each line. Indent to 22
15097 \(the longest color name in rgb.txt) instead of 20. Optimize.
15098 (list-colors-duplicates): New function.
15099 (facemenu-color-name-equal): Delete function.
15100
15101 * facemenu.el (list-colors-print): New function created from code
15102 in list-colors-display. Print #RRGGBB at the window right edge.
15103 (list-colors-display): When temp-buffer-show-function is not
15104 defined, call list-colors-print from temp-buffer-show-hook
15105 to get the right value of window-width in list-colors-print
15106 after the buffer is displayed.
15107
15108 * simple.el (pop-mark): Move deactivate-mark out of conditional
15109 part to deactivate the active mark regardless of the state of the
15110 mark ring.
15111
15112 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15113 variables line in desktop files.
15114
15115 2005-01-12 Juri Linkov <juri@jurta.org>
15116
15117 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15118 Bring together isearch highlight related options.
15119 (lazy-highlight): Replace group `replace' by `matching'.
15120 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15121 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15122 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15123 and declare them obsolete.
15124 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15125 (isearch-faces): Remove defgroup.
15126 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15127 Move isearch highlighting code closer to lazy highlighting code.
15128
15129 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15130 (query-replace-highlight, query-replace-lazy-highlight)
15131 (query-replace): Move definitions to the beginning of the file.
15132
15133 2005-01-11 Juri Linkov <juri@jurta.org>
15134
15135 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15136 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15137 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15138
15139 * info.el (Info-history-forward): New variable.
15140 (Info-select-node): Reset Info-history-forward to nil.
15141 (Info-last): Turn into defalias.
15142 (Info-history-back): Rename from Info-last.
15143 Add current node to Info-history-forward.
15144 (Info-history-forward): New fun.
15145 (Info-mode-map): Replace Info-last by Info-history-back.
15146 Bind Info-history-forward to "r".
15147 (Info-mode-menu): Replace Info-last by Info-history-back.
15148 Fix menu item text. Add menu item for Info-history-forward.
15149 (info-tool-bar-map): Replace Info-last by Info-history-back.
15150 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15151 for Info-history-forward.
15152 (Info-mode): Replace Info-last by Info-history-back in docstring.
15153 Add local variable Info-history-forward.
15154 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15155
15156 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15159 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15160 Ignore select-window events rather than fiddle with
15161 mouse-autoselect-window.
15162
15163 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15164
15165 * type-break.el (type-break-mode): Fix previous change.
15166
15167 2005-01-10 Jay Belanger <belanger@truman.edu>
15168
15169 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15170 calculator; only reset when point is inside a calculator.
15171 Don't adjust the window height if the window takes up the whole height
15172 of the frame.
15173
15174 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15175
15176 * ebuff-menu.el (Electric-buffer-menu-mode):
15177 Preserve value of buffer-local var header-line-format.
15178
15179 2005-01-09 Jay Belanger <belanger@truman.edu>
15180
15181 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15182 Make sure settings file exists before accessing it.
15183
15184 * calc/calc-embed.el (calc-embedded-subst):
15185 Replace math-multi-subst-rec, which is only supposed to be called
15186 by math-multi-subst, by math-multi-subst.
15187
15188 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15189
15190 * vc.el (vc-allow-async-revert): New user option.
15191 (vc-disable-async-diff): New internal variable.
15192 (vc-revert-buffer): Use them to disable asynchronous diff.
15193
15194 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15195 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15196 asynchronously if vc-disable-async-diff is t.
15197
15198 2005-01-09 Jay Belanger <belanger@truman.edu>
15199
15200 * calc/calc.el (defcalcmodevar): New macro.
15201 (calc-mode-var-list-restore-default-values)
15202 (calc-mode-var-list-restore-saved-values): New functions.
15203 (calc-mode-var-list): Use defcalcmodevar to define it.
15204 (calc-always-load-extensions, calc-line-numbering)
15205 (calc-line-breaking, calc-display-just, calc-display-origin)
15206 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15207 (calc-group-char, calc-point-char, calc-frac-format)
15208 (calc-prefer-frac, calc-hms-format, calc-date-format)
15209 (calc-float-format, calc-full-float-format, calc-complex-format)
15210 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15211 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15212 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15213 (calc-matrix-brackets, calc-language, calc-language-option)
15214 (calc-left-label, calc-right-label, calc-word-size)
15215 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15216 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15217 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15218 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15219 (calc-window-height, calc-display-trail, calc-show-selections)
15220 (calc-use-selections, calc-assoc-selections)
15221 (calc-display-working-message, calc-auto-why, calc-timing)
15222 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15223 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15224 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15225 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15226 (calc-gnuplot-geometry, calc-graph-default-resolution)
15227 (calc-graph-default-resolution-3d, calc-invocation-macro)
15228 (calc-show-banner): Use defcalcmodevar to declare them and set
15229 their default values.
15230
15231 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15232 instead of default values (but restore default values if there is
15233 an argument of 0).
15234
15235 2005-01-09 David Kastrup <dak@gnu.org>
15236
15237 * desktop.el (desktop-restore-eager): Fix typo in type.
15238
15239 2005-01-08 Richard M. Stallman <rms@gnu.org>
15240
15241 * cus-edit.el (customize): Delete :link.
15242
15243 2005-01-08 Jay Belanger <belanger@truman.edu>
15244
15245 * calc/calc.el (calc-mode): Remove the extension from the
15246 `calc-settings-file' file name when loading it.
15247
15248 2005-01-08 Kim F. Storm <storm@cua.dk>
15249
15250 * info.el (Info-mode-map, Info-next-link-keymap)
15251 (Info-prev-link-keymap, Info-up-link-keymap):
15252 Map follow-link to mouse-face.
15253 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15254
15255 2005-01-08 Jay Belanger <belanger@truman.edu>
15256
15257 * calc/calc.el (calc-settings-file): Change default value.
15258 Suggested by cgw in a comment in calc-mode.el.
15259
15260 * calc/calc-mode.el (calc-settings-file-name):
15261 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15262 Replace ~/.emacs in a prompt by calc-settings-file.
15263
15264 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15265
15266 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15267 (desktop-lazy-idle-delay): New customizable variables.
15268 (desktop-buffer-args-list): New variable.
15269 (desktop-append-buffer-args): New function.
15270 (desktop-save): Call desktop-append-buffer-args for some buffers.
15271 (desktop-lazy-create-buffer): New function.
15272 (desktop-idle-create-buffers): New function.
15273 (desktop-read): Add message about buffers to restore lazily.
15274 (desktop-lazy-abort): New command.
15275 (desktop-clear): Call desktop-lazy-abort.
15276 (desktop-lazy-complete): New command.
15277
15278 2005-01-06 Richard M. Stallman <rms@gnu.org>
15279
15280 * emacs-lisp/find-func.el (find-face-definition):
15281 Rename from find-face.
15282
15283 2005-01-06 Kim F. Storm <storm@cua.dk>
15284
15285 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15286
15287 * man.el (Man-xref-man-page, Man-xref-header-file)
15288 (Man-xref-normal-file): Add follow-link property.
15289
15290 2005-01-06 Jay Belanger <belanger@truman.edu>
15291
15292 * calc/calc-units.el: Make sure the proper macro definitions are
15293 available when compiling.
15294
15295 2005-01-06 Juri Linkov <juri@jurta.org>
15296
15297 * isearch.el (isearch-lazy-highlight-update):
15298 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15299
15300 2005-01-06 Miles Bader <miles@gnu.org>
15301
15302 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15303 (isearch-lazy-highlight-face): Use new name.
15304
15305 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * uniquify.el (uniquify-rationalize-file-buffer-names):
15308 Re-add an interactive spec.
15309 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15310 to the same name.
15311
15312 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15313 (isearch-update, isearch-done): Adjust calls accordingly.
15314
15315 2005-01-05 Richard M. Stallman <rms@gnu.org>
15316
15317 * custom.el (custom-set-variables, custom-theme-set-variables):
15318 Clarify documentation.
15319
15320 * emacs-lisp/find-func.el (find-variable)
15321 (find-variable-other-window, find-variable-other-frame):
15322 Fix the TYPE args to find-function-read and find-function-do-it.
15323 (find-function): Doc fix.
15324 (find-function-at-point): Replace function-at-point alias.
15325
15326 2005-01-04 Richard M. Stallman <rms@gnu.org>
15327
15328 * cus-face.el (custom-declare-face):
15329 Record defface in current-load-list.
15330
15331 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15332
15333 * emacs-lisp/find-func.el: Doc fixes.
15334 (find-face-regexp): New variable.
15335 (find-function-regexp-alist): New variable.
15336 (find-function-C-source): Third arg is now TYPE.
15337 (find-function-search-for-symbol): Handle general TYPE.
15338 (find-function-read, find-function-do-it): Handle general TYPE.
15339 (find-definition-noselect, find-face): New functions.
15340 (function-at-point): Alias deleted.
15341
15342 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15343
15344 * battery.el (display-battery-mode): Rename from display-battery.
15345 Handle the case where it gets turned off.
15346
15347 2005-01-04 Richard M. Stallman <rms@gnu.org>
15348
15349 * cus-edit.el (customize): Make :link point to user doc.
15350
15351 * man.el (Man-fontify-manpage): Turn off undo generation.
15352
15353 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15354
15355 2005-01-04 Andreas Schwab <schwab@suse.de>
15356
15357 * files.el (insert-directory): Only look for error lines in
15358 inserted text. Don't move too far after processing --dired markers.
15359
15360 2005-01-04 Richard M. Stallman <rms@gnu.org>
15361
15362 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15363 Don't expand if the character is @, period, dash, etc.
15364 (define-mail-abbrev): Quote names that contain problem characters.
15365
15366 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15367
15368 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15369
15370 2005-01-03 Richard M. Stallman <rms@gnu.org>
15371
15372 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15373 (query-replace-highlight, query-replace-lazy-highlight)
15374 (query-replace): Definitions moved up. Doc fix.
15375
15376 2005-01-03 Richard M. Stallman <rms@gnu.org>
15377
15378 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15379 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15380 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15381 (lazy-highlight-face): Rename from isearch-lazy-...
15382 Change all references to them.
15383
15384 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * cus-edit.el (custom-file): Doc fix for defcustom.
15387 (custom-file): The function no longer sets the variable
15388 `custom-file' to its return value.
15389
15390 * startup.el (command-line): No longer load `custom-file'.
15391
15392 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15395
15396 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15397 Don't confuse module-prefixed identifiers for labels.
15398 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15399
15400 2005-01-02 Richard M. Stallman <rms@gnu.org>
15401
15402 * files.el (basic-save-buffer-1): Fix previous change.
15403
15404 * loadhist.el (file-loadhist-lookup): New function.
15405 (file-provides, file-requires): Use it.
15406
15407 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15408 instead of calculating the right size.
15409
15410 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15411
15412 * vc-svn.el (vc-svn-diff): Stay local if possible.
15413
15414 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15417
15418 * files.el (hack-local-variables): Fix last change.
15419
15420 2005-01-02 Jay Belanger <belanger@truman.edu>
15421
15422 * calc/calc-yank.el (calc-edit-top): New variable.
15423 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15424 object. Change header properties.
15425 (calc-edit-finish, calc-edit-finish-stack-object)
15426 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15427 edited object.
15428 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15429 for the beginning of the edited object.
15430 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15431 for the beginning of the edited object.
15432 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15433 (calc-finish-formula-edit, calc-macro-repeats)
15434 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15435 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15436 beginning of the edited object.
15437 (calc-user-define-edit): Change the header for editing macros.
15438 Remove unnecessary variable.
15439
15440 2005-01-01 Jay Belanger <belanger@truman.edu>
15441
15442 * calc/calc-yank.el (calc-edit-mode): Change default header.
15443 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15444 * calc/calc-store.el (calc-edit-variable): Change title to match new
15445 header.
15446 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15447 mode to match new header.
15448 (calc-user-define-edit): Change titles to include names of commands.
15449 (calc-finish-formula-edit): Adjust to handle new header.
15450 (calc-finish-macro-edit): Remove.
15451 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15452 (calc-edit-macro-command, calc-edit-macro-command-type)
15453 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15454 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15455 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15456 (calc-edit-macro-finish-edit): New functions.
15457 (calc-user-define-edit): Use new functions to edit named calc macros.
15458
15459 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15460
15461 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15462
15463 * ses.el (copy-region-as-kill): Deactivate mark.
15464
15465 2005-01-01 Richard M. Stallman <rms@gnu.org>
15466
15467 * replace.el (occur-1): If the output buffer is also an input,
15468 don't kill it, rename it.
15469
15470 * faces.el (set-face-background, set-face-foreground): Doc fix.
15471
15472 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15473 for :foreground and :background.
15474
15475 * dired.el (dired-view-command-alist): Variable deleted.
15476 (dired-view-file, dired-mouse-find-file-other-window):
15477 Delete the code to use it.
15478
15479 2005-01-01 Kim F. Storm <storm@cua.dk>
15480
15481 * image.el (insert-sliced-image): Use t for line-height property.
15482
15483 See ChangeLog.11 for earlier changes.
15484
15485 ;; Local Variables:
15486 ;; coding: iso-2022-7bit
15487 ;; End:
15488
15489 Copyright (C) 2005 Free Software Foundation, Inc.
15490 Copying and distribution of this file, with or without modification,
15491 are permitted provided the copyright notice and this notice are preserved.
15492
15493 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1