2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * viper-keym.el (viper-ESC-key): Use different values in terminal and
4 window modes.
5
6 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7 jde-javadoc-checker-report-mode.
8
9 * ediff-wind (ediff-make-wide-display): Slight simplification.
10
11 * ediff.el (ediff-date): Changed the date of last update.
12
13 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14
15 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16 Use define-minor-mode, and make it a local mode. Turn on
17 font-lock.
18 (hi-lock-mode): New global minor mode.
19 (turn-on-hi-lock-if-enabled): New function.
20 (hi-lock-line-face-buffer, hi-lock-face-buffer)
21 (hi-lock-set-pattern): Changed arguments to regexp and face
22 instead of a font-lock pattern. Directly set face property,
23 instead of refontifying.
24 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
25 (hi-lock-find-patterns): Use line-number-at-pos.
26
27 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
28 arguments for hi-lock-set-pattern.
29 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
30 font-lock-fontify-buffer.
31 (hi-lock-find-file-hook, hi-lock-current-line)
32 (hi-lock-refontify, hi-lock-set-patterns): Deleted unused
33 functions.
34
35 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
36 turned off.
37
38 * progmodes/compile.el (compilation-setup): Don't fiddle with
39 font-lock-defaults.
40
41 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
42
43 * progmodes/gdb-ui.el (gdb-var-create-handler)
44 (gdb-var-list-children-handler): Find values for all variable
45 objects. gud-speedbar-buttons decides whether to display them.
46
47 2005-11-24 Romain Francoise <romain@orebokech.com>
48
49 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
50 buffer name with a space.
51
52 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
53
54 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed
55 from `org-export-local-list-max-depth'. Default values changed to
56 3.
57 (org-auto-renumber-ordered-lists,
58 org-plain-list-ordered-item-terminator): New options.
59 (org-at-item-p, org-beginning-of-item, org-end-of-item,
60 org-get-indentation, org-get-string-indentation,
61 org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
62 functions.
63 (org-move-item-down, org-move-item-up): New commands.
64 (org-export-as-html): New classes for CSS support. Bug fix in
65 regular expression detecting fixed-width regions. Respect
66 `org-local-list-ordered-item-terminator'.
67 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
68 also a list item.
69 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
70 New item moving functions added.
71
72 2005-11-24 Juri Linkov <juri@jurta.org>
73
74 * isearch.el (isearch-repeat): With empty search ring
75 set `isearch-error' to the error string instead of signaling
76 error with the function `error'.
77
78 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
79
80 * term/mac-win.el: Make modifier `ctrl' an alias of `control'.
81
82 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
83
84 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
85 and variable.
86 (gdb-var-create-handler, gdb-var-list-children-handler):
87 Don't match on "char **...".
88 (gdb-var-update-handler): Find values for all variable objects.
89 (gdb-info-frames-custom): Identify frames by leading "#".
90
91 * progmodes/gud.el (gud-speedbar-menu-items): Add
92 gdb-speedbar-auto-raise as radio button.
93 (gud-speedbar-buttons): Raise speedbar if requested.
94 Don't match on "char **...".
95 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
96 Make it editable.
97
98 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
99
100 * info.el (Info-fontify-node): Handle the case where
101 Info-current-file is t.
102
103 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * simple.el (blink-matching-open): Fix off-by-one in last change.
106
107 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
108
109 * term/mac-win.el: Don't change default directory.
110
111 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
112
113 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
114 buffers correctly. (It used to throw an error in such buffers.)
115 Make it ask for confirmation in group buffers and other Custom
116 buffers containing more than one customization item.
117
118 2005-11-22 John Paul Wallington <jpw@gnu.org>
119
120 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
121 property on mail and url overlays.
122 (goto-address-at-point): Use `posn-set-point' instead of
123 `mouse-set-point' because the latter is not fbound when configured
124 without X.
125
126 2005-11-22 Lars Hansen <larsh@soem.dk>
127
128 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
129 (ls-lisp-classify, ls-lisp-format): Delete call to
130 ls-lisp-parse-symlink.
131 (ls-lisp-handle-switches): Handle symlinks to directories as
132 directories when ls-lisp-dirs-first in non-nil.
133
134 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
135
136 * startup.el (command-line): Make sure that loaddefs.el is handled
137 correctly in load-history.
138
139 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
140
141 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
142 (gdb-struct-string, gdb-array-string): New constants.
143 (gdb-info-locals-handler): Use them.
144 (gdb-reset): Reset gdb-var-list to nil.
145
146 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
149 in patterns.
150
151 2005-11-21 Juri Linkov <juri@jurta.org>
152
153 * custom.el (defcustom): Update link types in docstring.
154
155 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
156
157 * custom.el (defgroup): Add doc-string-elt info.
158
159 * widget.el (define-widget): Don't use declare for the doc-string-elt.
160
161 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * newcomment.el (comment-enter-backward): Fix last fix.
164
165 * simple.el (blink-matching-open):
166 * paren.el (show-paren-function): Allow new paren-class info.
167
168 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
169
170 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
171 handled automagically.
172
173 2005-11-20 Juri Linkov <juri@jurta.org>
174
175 * simple.el (what-cursor-position):
176 * descr-text.el (describe-char): Use Lisp-readable syntax
177 for octal and hex. Reorder decimal, octal and hex values.
178 Remove excess whitespace in the output. Use `=' in `column='
179 like in `point=' and `Hscroll='.
180
181 * international/mule-cmds.el (encoded-string-description):
182 Use Lisp-readable syntax for hex.
183
184 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * newcomment.el (comment-enter-backward): Handle the case where the
187 comment is closed by EOB.
188
189 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
190
191 * longlines.el (longlines-before-revert-hook)
192 (longlines-after-revert-hook): New functions.
193 (longlines-mode): Turn off longlines temporarily when reverting.
194 Add a message-setup-hook.
195 (longlines-decode-buffer): New function.
196 (longlines-wrap-line): Preserve marker positions.
197
198 2005-11-19 Andreas Schwab <schwab@suse.de>
199
200 * emacs-lisp/shadow.el: Handle compressed files.
201
202 2005-11-19 Romain Francoise <romain@orebokech.com>
203
204 * net/browse-url.el (browse-url-default-browser): Signal an error
205 if no usable browser can be found, rather than try to load w3.
206
207 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
208
209 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
210 replacing existing properties.
211 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
212 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
213 tty specs.
214 (rcirc-server-prefix, rcirc-server): New faces.
215 (rcirc-url-regexp): Generate with rx macro.
216 (rcirc-last-server-message-time): New variable.
217 (rcirc-filter): Record time of last message.
218 (rcirc-keepalive): Kill processes that did not send a message
219 since the last ping.
220 (rcirc-mode): Give rcirc-topic a local binding here.
221
222 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
223
224 * subr.el (read-passwd): Fontify the prompt as we do with other
225 prompts.
226
227 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
228
229 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
230 binding buffer-read-only to nil.
231
232 2005-11-19 Eli Zaretskii <eliz@gnu.org>
233
234 * complete.el (partial-completion-mode):
235 Mention completion-auto-help in the doc string.
236
237 * man.el (Man-highlight-references): Doc fix. Reformat code in a
238 more Lisp-ish way.
239
240 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
241
242 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
243 digits, not 8, to avoid misalignment for files larger than 100MB.
244
245 2005-11-19 Eli Zaretskii <eliz@gnu.org>
246
247 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
248 Mention "keyboard shortcuts" in the help text.
249
250 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
251
252 * startup.el (fancy-splash-default-action): Discard only
253 mouse-down and succeeding mouse-up events in the splash screen
254 window so that drag-n-drop event can be processed.
255
256 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
257
258 * longlines.el (longlines-mode): Add hacks for mail-mode and
259 message-mode.
260
261 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
262
263 * textmodes/org.el: (org-table-sort-lines): New command.
264 (org-tbl-menu): Add entry for `org-table-sort-lines'.
265 (org-add-file): Command removed, use `org-agenda-file-to-front'
266 instead.
267 (org-export-icalendar): Use `org-icalendar-combined-name'.
268 (org-cycle-agenda-files, org-agenda-file-to-end)
269 (org-agenda-file-to-front): New commands.
270 (org-table-tab-jumps-over-hlines,org-export-html-style): New
271 options.
272 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
273 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
274 New functions.
275 (org-fill-paragraph): Call `org-table-align' in tables.
276 (org-mode): Call `org-set-autofill-regexps'.
277 (org-export-as-html): Support for local handformatted lists.
278 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
279 (org-export-local-list-max-depth): New option.
280 (org-html-expand): Use `org-html-protect'.
281
282 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
283
284 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
285 to "p".
286 (gdb): Move definition of gud-pp to...
287
288 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
289 speedbar.
290 (gdb-find-watch-expression): New function.
291
292 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
293
294 * faces.el (face-attribute, set-face-attribute): Mention existence
295 of `:ignore-defface' setting in docstring.
296
297 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * simple.el (completion-setup-function): Fix last change.
300
301 2005-11-17 John Paul Wallington <jpw@pobox.com>
302
303 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
304 Use `posn-set-point' instead of `mouse-set-point' because the
305 latter is not fbound when configured without X.
306
307 * comint.el (comint-insert-input): Likewise.
308
309 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
310
311 * simple.el (hard-newline): New variable.
312 (sendmail-user-agent-compose, next-line): Use it.
313
314 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
315 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
316 (mail-mail-reply-to, mail-mail-followup-to)
317 (mail-position-on-field, mail-signature, mail-yank-original)
318 (mail-attach-file): Likewise.
319
320 * mail/mailheader.el (mail-header-format)
321 (mail-header-format-function): Likewise.
322
323 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
324
325 2005-11-17 Juri Linkov <juri@jurta.org>
326
327 * font-lock.el (font-lock-faces): Rename this defgroup from
328 `font-lock-highlighting-faces'.
329 (font-lock-comment-face, font-lock-comment-delimiter-face)
330 (font-lock-string-face, font-lock-doc-face)
331 (font-lock-keyword-face, font-lock-builtin-face)
332 (font-lock-function-name-face, font-lock-variable-name-face)
333 (font-lock-type-face, font-lock-constant-face)
334 (font-lock-warning-face, font-lock-negation-char-face)
335 (font-lock-preprocessor-face)
336 (font-lock-regexp-grouping-backslash)
337 (font-lock-regexp-grouping-construct): Rename :group from
338 `font-lock-highlighting-faces' to `font-lock-faces'.
339
340 * cus-edit.el (lisp, c, tex):
341 * progmodes/ada-mode.el (ada):
342 * progmodes/asm-mode.el (asm):
343 * progmodes/cperl-mode.el (cperl-faces):
344 * progmodes/cpp.el (cpp):
345 * progmodes/dcl-mode.el (dcl):
346 * progmodes/f90.el (f90):
347 * progmodes/fortran.el (fortran):
348 * progmodes/icon.el (icon):
349 * progmodes/idlwave.el (idlwave-misc):
350 * progmodes/m4-mode.el (m4):
351 * progmodes/make-mode.el (makefile):
352 * progmodes/meta-mode.el (meta-font):
353 * progmodes/modula2.el (modula2):
354 * progmodes/octave-mod.el (octave):
355 * progmodes/pascal.el (pascal):
356 * progmodes/perl-mode.el (perl):
357 * progmodes/prolog.el (prolog):
358 * progmodes/ps-mode.el (PostScript-edit):
359 * progmodes/scheme.el (scheme):
360 * progmodes/sh-script.el (sh-script):
361 * progmodes/simula.el (simula):
362 * progmodes/tcl.el (tcl):
363 * textmodes/nroff-mode.el (nroff):
364 * textmodes/reftex-vars.el (reftex-fontification-configurations):
365 * textmodes/sgml-mode.el (sgml):
366 * textmodes/texinfo.el (texinfo):
367 Add :link (custom-group-link font-lock-faces) to defgroup.
368
369 * hi-lock.el (hi-lock): Rename this defgroup from
370 `hi-lock-interactive-text-highlighting'. Change parent group from
371 `faces' to `font-lock'. Add link to the manual.
372 (hi-lock-mode, hi-lock-file-patterns-range)
373 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
374 `hi-lock-interactive-text-highlighting' to `hi-lock'.
375 (hi-lock-faces): Add :group `faces'.
376
377 * cus-edit.el (custom-variable-prompt): Clarify the code.
378
379 * faces.el (face-read-string): Set the default value arg of
380 completing-read.
381
382 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
383
384 * rfn-eshadow.el (file-name-shadow-properties)
385 (file-name-shadow-tty-properties, file-name-shadow-mode):
386 Remove autoloads, because the file is now preloaded.
387
388 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * printing.el (easy-menu-intern): Don't define.
391 (pr-get-symbol): Use easy-menu-intern only if defined.
392
393 * simple.el (blink-matching-open): Simplify a bit.
394 (completion-setup-function): Fix the case of partial-completion-mode
395 when the minibuffer's contents start with "-".
396 Obey completion-base-size-function even when
397 minibuffer-completing-file-name is non-nil.
398
399 2005-11-16 Richard M. Stallman <rms@gnu.org>
400
401 * net/eudcb-ph.el (eudc-ph-open-session):
402 Use set-process-query-on-exit-flag.
403
404 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
405
406 * international/ucs-tables.el (ucs-set-table-for-input):
407 Use make-local-variable, not make-variable-buffer-local.
408
409 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
410 Improve warning message text.
411
412 * savehist.el (savehist-save-hook): Add :group.
413
414 * menu-bar.el (menu-bar-help-menu):
415 Rename Find Extra Packages to External Packages.
416
417 * cus-edit.el (Custom-reset-standard): Verify that
418 :custom-standard-value prop exists before calling it.
419
420 * apropos.el (apropos-calc-scores): Use apropos-pattern.
421
422 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
423
424 * wid-edit.el (color): Enclose %t in %{...%}.
425
426 * cus-edit.el (face): Enclose %t in %{...%}.
427
428 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
429
430 * savehist.el (savehist-mode-hook): Re-add the var.
431 (savehist-mode): Use it.
432
433 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * textmodes/flyspell.el: Fix commenting convention.
436 Remove unnecessary leading * in custom docstrings.
437 (flyspell-emacs): Remove unused var.
438 (flyspell-delete-region-overlays): Use remove-overlays.
439 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
440 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
441 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
442 (flyspell-debug-signal-word-checked): Use with-current-buffer.
443 (make-flyspell-overlay): Don't locally reuse a global name.
444 (flyspell-highlight-incorrect-region)
445 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
446 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
447 (flyspell-notify-misspell): Remove unused args `start' and `end'.
448 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
449 Wrap calls to accept-process-output inside with-local-quit since it's
450 often called from a post-command-hook.
451 (flyspell-correct-word, flyspell-auto-correct-word):
452 Use ispell-send-string.
453 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
454
455 * calendar/diary-lib.el (diary-list-entries): Also hide the
456 terminating newline.
457
458 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
459
460 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
461 window-system, to allow fonts on tty.
462
463 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
464
465 * progmodes/gud.el (gud-speedbar-item-info): New function.
466 (gud-install-speedbar-variables): Use it to display data type
467 of watch expression as a tooltip in speedbar.
468
469 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
470
471 * font-core.el (global-font-lock-mode): Add :version keyword,
472 because default was changed.
473
474 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
475
476 * startup.el (command-line): Use `custom-reevaluate-setting' for
477 `file-name-shadow-mode'.
478
479 * loadup.el: Preload rfn-eshadow.
480
481 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
482 Add :version keyword.
483 (file-name-shadow-properties, file-name-shadow-tty-properties)
484 (file-name-shadow): Add :version keyword.
485
486 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
487 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
488 in the custom-group property of the symbol frames and the fringe
489 group got no link to its parent group frames.
490 Doc fix.
491
492 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
493
494 * progmodes/gud.el (gud-stop-subjob): New function.
495 (gud-menu-map, gud-tool-bar-map): Use it.
496
497 2005-11-16 Kim F. Storm <storm@cua.dk>
498
499 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
500 than kill it.
501 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
502 to a more useful/logical place.
503
504 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
505
506 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
507 go buttons complementary.
508
509 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
512 (rfn-eshadow-sifn-equal): New function.
513 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
514
515 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
516
517 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
518 string.
519
520 * viper.el (viper-emacs-state-mode-list): Ensure that
521 rcirc-mode buffers come up in Emacs state.
522
523 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
524 operation.
525
526 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
527
528 * term.el (term-termcap-format): Fix typos.
529 (term-down): Fix the negative argument case.
530
531 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
532
533 * progmodes/gdb-ui.el: Remove face-alias left over from change on
534 2005-08-15.
535 (gdb-ann3): New command gud-go.
536 (menu): Accomodate gdb-mi.el.
537 (gdb-assembler-custom): Make buffer of selected window current
538 so that set-window-point works.
539
540 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
541 buttons and include new ones.
542
543 2005-11-16 Kim F. Storm <storm@cua.dk>
544
545 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
546 (gud-menu-map): Use it.
547
548 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
549
550 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
551 that works correctly for Custom and that does not override a user
552 who disables it.
553
554 * help-mode.el (help-make-xrefs, help-xref-on-pp)
555 (help-xref-interned, help-follow): Make hyperlinks for variables
556 that are unbound, but have a non-nil variable-documentation property.
557
558 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
559 mode hook. (It conflicted with defcustoms for some mode hooks.)
560 Use the `variable-documentation' property to give the mode hook a
561 docstring and expand that docstring.
562
563 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
564
565 * savehist.el (savehist-mode): Don't bother with
566 `custom-set-minor-mode'.
567 (savehist-coding-system): Check XEmacs version.
568 (history-length): Declare also at run time.
569 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
570 Don't set the customize state.
571 (savehist-minibuffer-hook): Special case for when
572 minibuffer-history-variable is equal to t.
573
574 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * files.el (write-file): Refresh VC status.
577
578 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
579 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
580 than fundamental-mode to see if the mode was set.
581
582 2005-11-14 Romain Francoise <romain@orebokech.com>
583
584 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
585 dummy function in `eval-when-compile' to avoid compiler warning.
586 Require `man' at compile time.
587
588 2005-11-14 Jay Belanger <belanger@truman.edu>
589
590 * calc-alg.el (calcFunc-write-out-power): Rename it to
591 calcFunc-powerexpand.
592 (math-write-out-power): Rename it to math-powerexpand; have it
593 handle negative exponents.
594 (calc-writeoutpower): Rename it to calc-powerexpand.
595
596 * calc-ext.el: Change calcFunc-writeoutpower and
597 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
598 autoloads.
599 Add calcFunc-ldiv to autoloads.
600
601 * calc-arith.el (calcFunc-ldiv): New function.
602
603 * calc.el (calc-left-divide): New function.
604
605 2005-11-14 Juri Linkov <juri@jurta.org>
606
607 * cus-edit.el (custom-variable-prompt): Set the default value arg
608 of completing-read.
609
610 * cus-dep.el (custom-make-dependencies): Reverse the list of
611 found dependencies.
612
613 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
614
615 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
616 Highlighting" entry, it is on by default now.
617 (menu-bar-options-save): Do not save global-font-lock-mode.
618
619 2005-11-13 Richard M. Stallman <rms@gnu.org>
620
621 * textmodes/flyspell.el (flyspell-large-region):
622 Call flyspell-accept-buffer-local-defs.
623
624 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
625
626 * textmodes/flyspell.el (flyspell-notify-misspell):
627 Fix misspelling of "Misspelling".
628 (flyspell-process-localwords): New function.
629 (flyspell-large-region): Call flyspell-process-localwords and
630 flyspell-delete-region-overlays.
631 (flyspell-delete-region-overlays): New function.
632 (flyspell-delete-all-overlays): Call that.
633
634 2005-11-13 Richard M. Stallman <rms@gnu.org>
635
636 * help.el (help-for-help-internal): Improve doc of C-h a.
637 (describe-key): Improve prompt; doc fix.
638
639 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * vc-svn.el (vc-svn-registered): Catch all errors.
642
643 * cus-dep.el (custom-make-dependencies): Typo.
644
645 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
646
647 * net/tramp-util.el (top): Fix compilation warning.
648
649 2005-11-13 Kim F. Storm <storm@cua.dk>
650
651 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
652
653 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
654
655 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
656 (gud-speedbar-buttons): Match on "const char *" too.
657
658 * progmodes/gdb-ui.el (gdb-var-create-handler)
659 (gdb-var-list-children-handler): Match on "const char *" too.
660 (gdb-var-evaluate-expression-handler): Match on empty string.
661 (gdb-var-update-handler): Only call
662 gdb-var-evaluate-expression-handler when required.
663
664 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
665
666 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
667 selected window. This still doesn't work for speedbar.
668 (gud-speedbar-buttons): Handle string expressions properly.
669
670 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
671 (gdb-var-create-handler): Handle string expressions properly.
672 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
673 Handle string expressions properly. Move "type" field into regexp.
674
675 2005-11-12 Karl Fogel <kfogel@red-bean.com>
676
677 * bookmark.el (bookmark-maybe-message): New function to reduce
678 code duplication: invokes `message' iff baud-rate is high enough.
679 (bookmark-write-file): Use above instead of an inline conditional.
680 (bookmark-load): Same.
681
682 2005-11-12 Karl Fogel <kfogel@red-bean.com>
683
684 * bookmark.el (bookmark-write-file): Don't visit the destination
685 file, just write the data to it using write-region. This is
686 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
687 change to avoid visiting the file in the first place.
688
689 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
690
691 * hi-lock.el (hi-lock-mode): Set the default value of
692 font-lock-defaults.
693
694 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
695
696 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
697 arg to `file-attributes'.
698 (find-lisp-format): The UID and GID can now be strings.
699
700 2005-11-12 Kim F. Storm <storm@cua.dk>
701
702 * help.el (help-map): Bind C-h d to apropos-documentation.
703
704 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
705 when point is at end-of-buffer.
706
707 * apropos.el (apropos-match-face): Doc fix.
708 (apropos-sort-by-scores): Add new choice `verbose'.
709 (apropos-documentation-sort-by-scores): New defcustom.
710 (apropos-pattern): Now contains the pattern entered by the user.
711 (apropos-pattern-quoted): New defvar.
712 (apropos-regexp): New defvar, containing the regexp corresponding
713 to apropos-pattern.
714 (apropos-all-words-regexp): Rename from apropos-all-regexp.
715 (apropos-read-pattern): New defun. Use it to read pattern arg in
716 interactive calls; returns list of words for a word list, and
717 string for a regexp.
718 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
719 parses a list of words or regexp as returned by apropos-read-pattern.
720 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
721 (apropos-score-doc): Return a very high score if the string
722 entered by the user matches literally.
723 (apropos-variable): Doc fix. Use apropos-read-pattern.
724 (apropos-command): Doc fix. Use apropos-read-pattern and
725 apropos-parse-pattern. Call apropos-print with nosubst=t.
726 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
727 apropos-parse-pattern.
728 (apropos-documentation): Doc fix. Use apropos-read-pattern and
729 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
730 apropos-documentation-sort-by-scores. Call apropos-print with
731 nosubst=t.
732 (apropos-documentation-internal): Pass doc string through
733 substitute-key-definition before adding text properties.
734 Highlight substring matching literal user input if possible.
735 (apropos-documentation-check-doc-file): Remove locals beg and end.
736 Fix calculation of score (as added twice). Pass doc string through
737 substitute-key-definition before adding text properties.
738 (apropos-documentation-check-elc-file): Pass doc string through
739 substitute-key-definition before adding text properties.
740 Highlight substring matching literal user input if possible.
741 (apropos-print): Add new arg NOSUBST; if set, command and variable
742 doc strings have already been passed through substitute-key-definition.
743 Add code to handle apropos-accumulator items without score element
744 for backwards compatibility (e.g. with woman package).
745 Only show scores if apropos-sort-by-scores is `verbose'.
746
747 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
750 Add jka-compr-load-suffixes to load-suffixes.
751
752 * jka-compr.el: Require 'jka-cmpr-hook.
753 (jka-compr-info-compress-message, jka-compr-info-compress-program)
754 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
755 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
756 (jka-compr-info-can-append, jka-compr-info-strip-extension)
757 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
758 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
759 (jka-compr-uninstall): Remove entries from
760 jka-compr-added-to-file-coding-system-alist after they are used.
761 (jka-compr-error): Remove unused var `curbuf'.
762 (jka-compr-file-local-copy): Remove unused var `notfound'.
763
764 2005-11-10 Romain Francoise <romain@orebokech.com>
765
766 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
767
768 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
769
770 * progmodes/gud.el (gud-menu-map): Move parentheses.
771 (gdb): New command gud-pv.
772
773 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * tar-mode.el: Remove spurious or unnecessary leading stars
776 in docstrings.
777 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
778 (tar-parse-octal-integer-safe): Use mapc.
779 (tar-header-block-summarize): Remove unused var `ck'.
780 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
781 cleared before. Obey default-enable-multibyte-characters.
782 Use mapconcat. Simplify setting of tar-header-offset.
783 (tar-mode-map): Move initialization inside delcaration.
784 (tar-flag-deleted): Use `abs'.
785 (tar-expunge-internal): Remove unused var `line'.
786 (tar-expunge-internal): Don't hardcode point-min==1.
787 (tar-expunge): Widen while doing set-buffer-multibyte.
788 (tar-rename-entry): Use file-name-coding-system.
789 (tar-alter-one-field): Don't hardcode point-min==1.
790 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
791 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
792
793 2005-11-10 Masatake YAMATO <jet@gyve.org>
794
795 * add-log.el (add-log-current-defun): Handle class::method
796 notation of c++. Fix incorrect comment.
797
798 2005-11-10 Alan Mackenzie <acm@muc.de>
799
800 * help-fns.el (describe-variable): Make C-h v work when a variable
801 has variable documentation yet is unbound.
802
803 2005-11-10 Masatake YAMATO <jet@gyve.org>
804
805 * man.el (Man-highlight-references): Set an empty
806 string to `Man-arguments' if it is nil.
807 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
808
809 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
812 commenting conventions.
813
814 * cus-dep.el (custom-make-dependencies): Simplify.
815 Better follow the commenting conventions.
816
817 2005-11-09 Richard M. Stallman <rms@gnu.org>
818
819 * apropos.el (apropos-pattern): Rename from apropos-regexp.
820 (apropos-orig-pattern): Rename from apropos-orig-regexp.
821 All uses changed.
822 (apropos-rewrite-regexp): Doc fix.
823 (apropos-variable, apropos-command, apropos, apropos-value):
824 Change prompt; carry through the argument renaming.
825
826 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
827
828 * find-lisp.el: Require dired.
829 (find-lisp-find-dired-internal): Do not call
830 `abbreviate-file-name' on DIR.
831
832 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
833
834 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
835
836 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
837
838 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
839 when using the speedbar.
840 (gdb): New command gud-pp.
841 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
842
843 2005-11-09 Juri Linkov <juri@jurta.org>
844
845 * replace.el (occur-excluded-properties): New defcustom.
846 (occur-1, occur-engine, occur-accumulate-lines): Use it.
847
848 2005-11-08 Jay Belanger <belanger@truman.edu>
849
850 * calc/calc-units.el (math-convert-units): Replace any composite
851 unit by its definition.
852
853 2005-11-08 Lars Hansen <larsh@soem.dk>
854
855 * emacs-lisp/autoload.el (update-directory-autoloads):
856 Add obsolete function alias.
857
858 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
861 comment-indent-function.
862 (lisp-comment-indent): Replace by an alias for comment-indent-default.
863
864 * reveal.el (reveal-post-command): Rework the handling of
865 reveal-open-spots, so as to be more reliable. There were several
866 tricky corner cases where an open spot might be lost, or where
867 a closed spot might end up on the list of open spots.
868 Only reveal text that's ellipsised.
869
870 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
871
872 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
873
874 2005-11-07 John Paul Wallington <jpw@gnu.org>
875
876 * ibuffer.el (ibuffer): Search iconified frames too when
877 getting Ibuffer buffer's window.
878
879 2005-11-06 Richard M. Stallman <rms@gnu.org>
880
881 * progmodes/compile.el (compilation-internal-error-properties):
882 save-excursion around the computation of MARKER.
883
884 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
885
886 * textmodes/flyspell.el (flyspell-external-point-words):
887 flyspell-get-word returns a list, not just a string.
888
889 2005-11-06 John Paul Wallington <jpw@pobox.com>
890
891 * ibuffer.el (ibuffer): Search all visible frames when getting
892 Ibuffer buffer's window.
893
894 2005-11-07 Masatake YAMATO <jet@gyve.org>
895
896 * man.el (Man-reference-regexp): Accept spaces between
897 `Man-name-regexp' and `Man-section-regexp'.
898 (Man-apropos-regexp): New variable.
899 (Man-abstract-xref-man-page): Use value for `Man-target-string'
900 if available.
901 (Man-highlight-references, Man-highlight-references0):
902 Handle the case when `Man-arguments' includes "-k".
903 (Man-highlight-references0): Rename the argument `TARGET-POS' to
904 `TARGET'. `TARGET' can be a number, function or nil.
905
906 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
907
908 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
909 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
910 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
911 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
912 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
913 (gdb-send-item): Use buffer-local-value and simplify.
914
915 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
916
917 * startup.el (command-line): Use `custom-reevaluate-setting' for
918 `global-font-lock-mode'.
919
920 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
921 by default, except in batch mode or when the -D option is given.
922
923 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
924 specified keyword args on to `define-minor-mode'. Update docstring.
925
926 2005-11-05 Romain Francoise <romain@orebokech.com>
927
928 * replace.el (occur-engine): Add marker at end of line, too.
929
930 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
931
932 * font-lock.el: Don't deal with font-lock-face-attributes here,
933 move the code ...
934
935 * startup.el (command-line): ... here. Use face-spec-set instead
936 of custom-declare-face.
937
938 * faces.el (face-spec-set): Reset the face if spec is not nil.
939
940 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * newcomment.el (comment-region-internal): Box more tightly in the
943 common case where there's no TAB in the boxed text.
944
945 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
946
947 * info.el (info-tool-bar-map): Use images prev-node, next-node and
948 up-node.
949
950 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
951
952 * newsticker.el: Commentary updated. Code formatting changed.
953 (newsticker-version): Change to "1.9".
954 (newsticker, newsticker-feed): Doc fix.
955 (newsticker-url-list): Doc fix. Add option "Weekly".
956 (newsticker-retrieval-interval): Add option "Weekly".
957 (newsticker-headline-processing): Doc fix.
958 (newsticker-auto-mark-filter): Remove.
959 (newsticker-auto-mark-filter-list): New.
960 (newsticker-layout, newsticker-sort-method): Doc fix.
961 (newsticker-hide-old-items-in-newsticker-buffer)
962 (newsticker-heading-format, newsticker-item-format)
963 (newsticker-desc-format): Doc fix.
964 (newsticker-show-all-rss-elements): Remove.
965 (newsticker-show-all-news-elements): New.
966 (newsticker-faces, newsticker-ticker): Doc fix.
967 (remove-from-invisibility-spec): Code formatting.
968 (newsticker--process-ids): New.
969 (newsticker-mode): Doc fix.
970 (newsticker-mode): Change mode-line-format.
971 (newsticker-start): Remove debug output.
972 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
973 (newsticker-w3m-show-inline-images): Code formatting.
974 (newsticker-next-item): Call `force-mode-line-update'.
975 (newsticker-previous-item): Call `force-mode-line-update'.
976 (newsticker-next-feed): Call `force-mode-line-update'.
977 (newsticker-previous-feed): Call `force-mode-line-update'.
978 (newsticker-mark-all-items-at-point-as-read): Code formatting.
979 (newsticker-show-old-items): Do not show descs.
980 (newsticker-hide-entry): Hide too much.
981 (newsticker-hide-entry, newsticker-show-entry)
982 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
983 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
984 (newsticker-toggle-auto-narrow-to-item): Code formatting.
985 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
986 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
987 (newsticker-get-news): Call `force-mode-line-update'.
988 Collect process ids.
989 (newsticker--sentinel): Change coding system handling.
990 Move image retrieval to new functions newsticker--get-logo-url-*.
991 Move feed parsing to new functions newsticker--parse-*.
992 Update list of process ids.
993 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
994 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
995 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
996 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
997 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
998 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
999 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1000 (newsticker--decode-coding-string): Remove.
1001 (newsticker--decode-numeric-entities): Check input. Format code.
1002 (newsticker--remove-whitespace): Check input.
1003 (newsticker--do-forget-preformatted): Doc fix.
1004 (newsticker--decode-rfc822-date): Allow for missing time.
1005 (newsticker--update-process-ids): New.
1006 (newsticker--image-sentinel): Change comment.
1007 (newsticker--image-read): Change error message.
1008 (newsticker--imenu-goto): Doc fix. Show headline title.
1009 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1010 (newsticker--buffer-do-insert-text): Clean whitespace in
1011 html-rendered headline title. Code formatting.
1012 Call `newsticker--buffer-print-extra-elements'.
1013 (newsticker--buffer-print-extra-element): Remove.
1014 (newsticker--buffer-print-extra-elements): New.
1015 (newsticker--buffer-do-print-extra-element): New.
1016 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1017 large sizes.
1018 (newsticker--run-auto-mark-filter)
1019 (newsticker--do-run-auto-mark-filter):
1020 Use `newsticker-auto-mark-filter-list'.
1021
1022 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1023
1024 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1025 (rcirc-print): Force redisplay before running hooks. Do long
1026 buffer truncation after making new text read-only. Deal with nil
1027 text when decoding strings. If TARGET is nil, use either the
1028 currently selected buffer, if it is an rcirc buffer and of the
1029 same process or the process buffer.
1030 (rcirc-mode): Remove header-line. Recompute short buffer names.
1031 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1032 (rcirc-short-buffer-name): Add variable.
1033 (rcirc-kill-buffer-hook): Recompute short buffer names.
1034 Remove nick from private channel.
1035 (rcirc-send-input): Send command text to current-buffer.
1036 Don't clear overlay arrow here.
1037 (rcirc-short-buffer-name): Return a short buffer name.
1038 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1039 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1040 buffer-name abbreviations.
1041 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1042 Do not touch nick-table when killing a parted channel.
1043 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1044 Clear arrow from current buffer if it is now hidden.
1045 (rcirc-current-buffer): Add variable.
1046 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1047 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1048 Remove -face from names.
1049 (rcirc-update-activity-string): Print "DND" when globally ignoring
1050 activity.
1051 (rcirc-ignore-buffer-activity-flag): Rename from
1052 rcirc-ignore-channel-activity.
1053 (rcirc-ignore-all-activity-flag): Doc fix.
1054 (rcirc-channels): Remove variable.
1055 (rcirc-kill-buffer-hook):
1056 (rcirc-get-buffer-create): Add nick to private channel.
1057 (rcirc-multiline-edit-submit): Remove tabs.
1058 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1059 folded.
1060 (rcirc-remove-nick-channel): Bug fix.
1061 (rcirc-toggle-ignore-buffer-activity): Rename from
1062 rcirc-toggle-ignore-channel-activity.
1063 (rcirc-record-activity): Add buffers to the front of the list.
1064 (rcirc-update-activity): Remove killed buffers from list.
1065 (rcirc-process-server-response-1): Remove last argument if it is
1066 null before calling handler.
1067 (rcirc): Add "rcirc" defcustom prefix.
1068 (rcirc-prompt): Simplify default prompt.
1069 Use custom-initialize-default.
1070 (rcirc-private-chats): Remove variable.
1071 (rcirc-prompt): Change initialization.
1072 (rcirc-version): Remove function.
1073 (rcirc-id-string): Add constant.
1074 (rcirc-last-buffer): Remove variable.
1075 (rcirc-buffer-alist): Add variable.
1076 (rcirc-connect): Update variable setup.
1077 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1078 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1079 default.
1080 (rcirc-handler-generic): Trigger activity.
1081 (rcirc-send-message): Create the buffor of the target.
1082 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1083 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1084 (rcirc-multiline-edit-cancel): Remove function.
1085 (rcirc-set-last-buffer): Remove function.
1086 (rcirc-get-any-buffer): Add function.
1087 (rcirc-join-channels): Don't print /join text.
1088 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1089 messages.
1090 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1091 (rcirc-handler-NOTICE): Recognize CTCP responses.
1092 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1093 constructing TOPIC string for buffers we are not JOINed.
1094 (rcirc-handler-CTCP-response): Add handler.
1095 (rcirc-multiline-edit-submit): Restore the window-configuration
1096 before adjusting point.
1097 (rcirc): Add customization group.
1098 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1099 (rcirc-user-full-name, rcirc-startup-channels-alist)
1100 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1101 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1102 (rcirc-input-ring-size, rcirc-read-only-flag)
1103 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1104 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1105 Change defvar to defcustom.
1106 (rcirc-update-prompt): Add optional ALL arg, which will update
1107 prompts in all rcirc buffers. Regexp quote replacement text.
1108 (rcirc-fill-column): Accept 'frame-width as a value.
1109 (rcirc-set-changed): Add function.
1110 (rcirc-next-active-buffer): Write more meaningful messages.
1111 (rcirc-faces): Add customization group.
1112 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1113 (rcirc-nick-in-message-face, rcirc-prompt-face)
1114 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1115 (with-rcirc-process-buffer): Move before first usage.
1116 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1117 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1118 (rcirc-debug): Rename from `rcirc-log'.
1119 (rcirc-format-response-string): Do not print '-' chars for a
1120 NOTICE with no sender. Simplify output of server responses.
1121
1122 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1123
1124 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1125 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1126 mouse and RET clickable.
1127
1128 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1129
1130 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1131
1132 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1133
1134 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1135 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1136 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1137 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1138 argument to all these routines, so the passphrase can be managed
1139 externally and passed in to the system.
1140 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1141 pgg-add-passphrase-to-cache function.
1142
1143 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1144 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1145 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1146 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1147 argument to all these routines, so the passphrase can be managed
1148 externally and passed in to the system.
1149 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1150 function.
1151
1152 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1153
1154 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1155 from goto-address-url-regexp.
1156
1157 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1158
1159 * textmodes/org.el (org-read-date, org-goto-calendar)
1160 (org-recenter-calendar, org-agenda-goto-calendar):
1161 Temporarily clear 'calendar-move-hook'.
1162
1163 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1164
1165 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1166 merging.
1167
1168 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1169 have merge clashes.
1170
1171 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1172
1173 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1174 Undo previous change.
1175
1176 * startup.el (command-line): Use `custom-reevaluate-setting' for
1177 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1178 tty-register-default-colors on Mac.
1179
1180 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1181
1182 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1183 (gdb-buffer-type): Make it automatically buffer local...
1184 (gdb-get-create-buffer): ...and set it accordingly.
1185 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1186 actually work.
1187
1188 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1189
1190 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1191 not red.
1192
1193 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1194
1195 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1196 case GUD buffer is not visible.
1197 (gdb-goto-breakpoint): Try to force display in source buffer.
1198 (gdb-frame-gdb-buffer): Copy other similar functions.
1199 (gdb-restore-windows): Don't display source if not asked for.
1200 (gdb-assembler-buffer-name): Don't capitalise.
1201
1202 2005-11-03 Richard M. Stallman <rms@gnu.org>
1203
1204 * wid-edit.el (key-sequence): New widget type.
1205
1206 * simple.el (set-mark-command-repeat-pop): New variable.
1207 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1208 if set-mark-command-repeat-pop is true.
1209
1210 * info.el (Info-fontify-node): Don't display extra "see" if there
1211 already is one here.
1212
1213 * mouse.el: Fix special handling of DEL after dragging a region:
1214 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1215 (mouse-region-delete-keys): Add [backspace].
1216
1217 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1218
1219 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1220 not to assume it pertains to an affix.
1221
1222 * textmodes/flyspell.el (flyspell-post-command-hook):
1223 Bind deactivate-mark to prevent deactivation.
1224
1225 2005-11-03 Lars Hansen <larsh@soem.dk>
1226
1227 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1228 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1229 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1230
1231 2005-11-03 Romain Francoise <romain@orebokech.com>
1232
1233 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1234 Update copyright years.
1235
1236 2005-11-03 Sam Steingold <sds@gnu.org>
1237
1238 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1239 Use system-type instead of window-system because window-system is not
1240 correctly defined during loadup.
1241
1242 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1243
1244 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1245 (xml-parse-tag): Join strings separated by a comment properly.
1246
1247 2005-11-02 Andreas Schwab <schwab@suse.de>
1248
1249 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1250
1251 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1254 (byte-optimize-pure-func): Quote the eval'd value.
1255
1256 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1257 Rename from perl-font-lock-syntactic-face-function.
1258 Change the calling convention so it can be used as a font-lock MATCHER.
1259 Do the parse-partial-sexp loop outselves.
1260 (perl-font-lock-syntactic-keywords): Use it.
1261 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1262
1263 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1264
1265 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1266 disassembly buffer too.
1267 (gdb-exited): Remove overlay arrows when execution has finished.
1268 (gdb-info-frames-custom, gdb-info-threads-custom)
1269 (gdb-info-registers-custom): Don't add inappropriate text
1270 properties if inferior is not active.
1271
1272 2005-11-02 Glenn Morris <rgm@gnu.org>
1273
1274 * progmodes/fortran.el (fortran-blink-match):
1275 Use `blink-matching-delay'.
1276
1277 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1278
1279 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1280
1281 2005-11-02 Lars Hansen <larsh@soem.dk>
1282
1283 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1284 "Permission denied".
1285
1286 2005-11-01 Richard M. Stallman <rms@gnu.org>
1287
1288 * textmodes/flyspell.el (flyspell-external-point-words):
1289 Pass nil to flyspell-get-word.
1290
1291 2005-11-02 Kim F. Storm <storm@cua.dk>
1292
1293 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1294 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1295
1296 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1299 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1300 (calendar-mouse-print-dates): Add optional `event' argument.
1301 Update interactive-spec.
1302 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1303 Use `calendar-event-to-date' instead of `event'.
1304
1305 2005-11-02 Masatake YAMATO <jet@gyve.org>
1306
1307 * progmodes/ld-script.el (ld-script-builtins):
1308 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1309 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1310 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1311
1312 2005-11-01 Romain Francoise <romain@orebokech.com>
1313
1314 * vc-sccs.el: Update copyright year.
1315 * ezimage.el: Likewise.
1316
1317 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1318
1319 * info.el (Info-fontify-node): Use `string-width' for fontifying
1320 underlined titles.
1321
1322 2005-11-01 Juri Linkov <juri@jurta.org>
1323
1324 * info.el (Info-fontify-node): Downcase node header keywords Node,
1325 Prev, Next, Up before comparison.
1326 (Info-history): Insert absolute directory name, and put invisible
1327 property on it.
1328
1329 2005-11-01 Juri Linkov <juri@jurta.org>
1330
1331 * info.el (Info-file-supports-index-cookies): New variable.
1332 (Info-find-node-2): Check makeinfo version for index cookie support.
1333 (Info-index-nodes): Search for nodes with index cookies only when
1334 Info-file-supports-index-cookies is t. Otherwise, search nodes
1335 with "Index" in the node name.
1336 (Info-index-node): Search index cookie in the current node only when
1337 Info-file-supports-index-cookies is t. Otherwise, check the word
1338 "Index" in the node name.
1339 (Info-find-emacs-command-nodes): Remove code that searches nodes
1340 with "Index" node name in the top menu.
1341
1342 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * progmodes/scheme.el (scheme-mode-variables): Use the default
1345 comment-indent-function.
1346
1347 * faces.el (face-attribute): Handle the case where a face inherits from
1348 a non-existent face.
1349
1350 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1351 for octal and hexa output, and merge the char into the paren.
1352 (kill-new): Use push.
1353 (copy-to-buffer): Use with-current-buffer.
1354 (completion-setup-function): Move code in loop to remove redundancy.
1355 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1356 those inherited from minibuffer-local-completion-map.
1357
1358 * savehist.el (savehist-mode) <defcustom>:
1359 Use custom-set-minor-mode if available.
1360 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1361 and emit a message if applicable.
1362
1363 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1364
1365 * savehist.el: Sync up to version 19.
1366 (savehist-mode): New minor mode.
1367 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1368 (savehist-length): Remove (use history-length instead).
1369 (savehist-file-modes): Rename from savehist-modes.
1370 (savehist-save-hook, savehist-loaded): New vars.
1371 (savehist-load): Use savehist-mode. Try to smooth up transition from
1372 old format to new format.
1373 (savehist-install): Allow savehist-autosave-interval to be nil.
1374 (savehist-save): Run the new hook. Be more careful to only trim the
1375 history variables.
1376 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1377 (savehist-printable): Print into a buffer rather than char-by-char.
1378
1379 2005-11-01 John Wiegley <johnw@newartisans.com>
1380
1381 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1382 toggle-ignore keybinding (C-a). The author said it had been
1383 disabled much earlier due to a possible incompatibility, but after
1384 many months of usage I have encountered no problems (and it is a
1385 rather useful option, especially for switching to " *temp*").
1386
1387 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1388 support for OS/X's AddressBook, by calling out to the open source
1389 program "contacts" (installable through Fink).
1390
1391 * net/eudc.el (eudc-expand-inline): If the
1392 `eudc-multiple-match-handling-method' is set to `all', delete the
1393 query string before inserting the query result.
1394
1395 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1396 flag, to prevent Eshell from using the system ls when
1397 `eshell-ls-insert-directory' is in used.
1398 (eshell-ls-insert-directory): Disable font-lock in directory
1399 buffer so that Eshell's own fontification is seen. This broke
1400 recently due to changes in font-lock, so this goes back to version
1401 21 behavior.
1402
1403 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1406 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1407 (gdb-many-windows): Doc fix.
1408
1409 2005-10-31 Romain Francoise <romain@orebokech.com>
1410
1411 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1412
1413 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1414
1415 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1416 that global-font-lock-mode can be enabled by default.
1417
1418 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1419 (font-lock-add-keywords, font-lock-remove-keywords)
1420 (font-lock-fontify-buffer): Remove autoload cookies.
1421
1422 * jit-lock.el (jit-lock-register): Likewise.
1423
1424 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1425
1426 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1427
1428 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1429 intact if there is no gud-comint-buffer.
1430
1431 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1432
1433 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1434 old prompt comint-prompt-read-only is t and GDB commands are
1435 issued from tool bar etc.
1436
1437 2005-10-31 Masatake YAMATO <jet@gyve.org>
1438
1439 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1440
1441 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1444 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1445
1446 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1449 starting at beginning of line. Fontification is messed up when
1450 `open-paren-in-column-0-is-defun-start' set to t.
1451 Reported by John Paul Wallington <jpw@pobox.com>.
1452
1453 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1454
1455 * comint.el (comint-send-input): Call `comint-update-fence' when
1456 `comint-process-echoes' and `comint-prompt-read-only' are both
1457 non-nil, to avoid leftover read-only newline.
1458
1459 2005-10-30 Richard M. Stallman <rms@gnu.org>
1460
1461 * textmodes/flyspell.el (flyspell-external-point-words):
1462 Detect when WORD can't be checked properly because
1463 flyspell-get-word finds just part of it, and move on.
1464
1465 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1466 boundarychar for Polish.
1467 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1468 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1469
1470 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1471
1472 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1473 (gdb-registers-font-lock-keywords): Delete.
1474 (gdb-registers-mode): Don't fontify.
1475 (gdb-info-registers-custom): Use text properties instead as, in
1476 future, changed register values will use font-lock-warning-face.
1477 (gdb-local-font-lock-keywords): Rename to...
1478 (gdb-locals-font-lock-keywords): ...for consistency.
1479
1480 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1481
1482 * vc.el (vc-switch-backend): Better error message if the buffer is
1483 not visiting a file under version control.
1484
1485 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1486
1487 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1490 ~/.emacs.d/.emacs.
1491
1492 2005-10-29 Richard M. Stallman <rms@gnu.org>
1493
1494 * replace.el (occur-mode-mouse-goto): Always go to other window.
1495 (occur-mode-goto-occurrence): Always switch in same window.
1496
1497 * simple.el (undo): Display message at end, not at start.
1498
1499 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1500 New arg REUSE-CELL.
1501 (cancel-timer-internal): New function.
1502 (timer-event-handler): Use cancel-timer-internal,
1503 and pass the cell it returns to timer-activate...
1504
1505 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1506 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1507 (jit-lock-after-change): Test memory-full.
1508
1509 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1510
1511 * textmodes/conf-mode.el (conf-assignment-sign)
1512 (conf-assignment-regexp): Fix docstrings.
1513 (conf-mode-initialize): New function.
1514 (conf-mode): Remove optional args. Use delay-mode-hooks to
1515 recognize recursive calls.
1516 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1517 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1518 (conf-xdefaults-mode): Use define-derived-mode and
1519 conf-mode-initialize.
1520
1521 2005-10-29 Romain Francoise <romain@orebokech.com>
1522
1523 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1524
1525 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1526
1527 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1528 part of the decoded armor to find the key-identifier.
1529 (pgg-gpg-lookup-key-owner): New function to return the
1530 human-readable identifier of a key owner.
1531 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1532 key itself.
1533 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1534 the key value) if we have a key and can match it against a secret
1535 key. Also, added a note pointing out fact that the prompt only
1536 indicates the first matching key.
1537
1538 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1539 pgg-decrypt-region.
1540 (pgg-pending-timers): A new hash for tracking the passphrase cache
1541 timers, so that new ones supercede old ones.
1542 (pgg-add-passphrase-to-cache): Rename from
1543 `pgg-add-passphrase-cache' to reduce confusion (all callers
1544 changed). Modified to cancel old timers when new ones are added.
1545 (pgg-remove-passphrase-from-cache): Rename from
1546 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1547 changed). Modified to cancel old timers when their keys are
1548 removed from the cache.
1549 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1550 XEmacs, an indirection to delete-itimer.
1551 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1552 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1553 users can only check cache without risk of prompting. Correct bug in
1554 notruncate behavior.
1555 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1556 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1557 Add informative docstrings.
1558 (pgg-decrypt): Convey provided passphrase in subordinate call to
1559 pgg-decrypt-region.
1560
1561 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1562
1563 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1564 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1565 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1566 'passphrase' argument, so the passphrase can be managed externally
1567 and then passed in to the system.
1568
1569 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1570 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1571 so the passphrase cache can be used reliably with identifiers
1572 besides a pgp packet's key id.
1573
1574 * pgg-gpg.el (pgg-pgp-encrypt-region)
1575 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1576 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1577 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1578 argument to all these routines, so the passphrase can be managed
1579 externally and passed in to the system.
1580
1581 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1582 'notruncate' argument, so the passphrase cache can be used
1583 reliably with identifiers besides a pgp packet's key id.
1584
1585 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1586
1587 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1588 symmetric encryption.
1589 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1590 encrypted session key.
1591 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1592 message ask for the passphrase in a proper way.
1593
1594 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1595 New user commands for symmetric encryption.
1596
1597 2005-10-28 Bill Wohler <wohler@newt.com>
1598
1599 * help-mode.el (help-url): New button type. Calls browse-url.
1600 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1601 Similar to Info nodes: URL `url'.
1602 (help-make-xrefs): Create help-url buttons for
1603 help-xref-url-regexp matches.
1604
1605 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1606
1607 * tool-bar.el (tool-bar-add-item-from-menu)
1608 (tool-bar-local-item-from-menu): Fix doc strings.
1609
1610 2005-10-28 Romain Francoise <romain@orebokech.com>
1611
1612 * ldefs-boot.el: Update.
1613
1614 * subr.el (locate-library): Move from help-fns.el.
1615 * help-fns.el (locate-library): Move to subr.el.
1616
1617 2005-10-28 Richard M. Stallman <rms@gnu.org>
1618
1619 * net/tramp.el (tramp-completion-mode): defvar moved up.
1620
1621 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1622
1623 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1624
1625 * files.el (find-file-noselect): Use %d to format large file size.
1626
1627 * bindings.el (mode-line-format): Add %e.
1628
1629 * loadup.el ("facemenu"): Load unconditionally.
1630 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1631 ("x-dnd"): Load, when appropriate.
1632
1633 * startup.el (command-line): Call before-init-hook earlier.
1634 Warn about some bad characters in -u user name.
1635
1636 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1637 (flyspell-external-point-words): Error if misspelled word is not found.
1638 Set flyspell-large-region-beg at end of word.
1639
1640 2005-10-28 Andreas Schwab <schwab@suse.de>
1641
1642 * view.el (View-revert-buffer-scroll-page-forward):
1643 Use view-page-size-default.
1644
1645 2005-10-28 Juri Linkov <juri@jurta.org>
1646
1647 * international/quail.el (quail-get-current-str): Translate last
1648 raw character for deterministic input methods.
1649
1650 2005-10-27 Jay Belanger <belanger@truman.edu>
1651
1652 * calc/calc-ext.el: Add functions to autoloads.
1653 (math-identity-matrix-p, math-ident-row-p): New functions.
1654
1655 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1656 multiplication by an identity matrix; don't turn multiplication by
1657 an inverse matrix into division.
1658 (math-div-symbol-fancy): Replace division by matrices with
1659 multiplication by inverse.
1660
1661 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1662
1663 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1664 (calc-writeoutpower): New functions.
1665
1666 2005-10-27 Romain Francoise <romain@orebokech.com>
1667
1668 * replace.el (occur-engine): Include colon in mouse-face highlight.
1669
1670 * dired-x.el: Change Maintainer field.
1671
1672 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * longlines.el (longlines-mode): Bind after-change-functions to
1675 nil during initial decoding and final encoding.
1676
1677 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1678
1679 * term.el (term-emulate-terminal, term-handle-colors-array)
1680 (term-handle-ansi-escape): Specify the terminfo capabilities
1681 implemented.
1682
1683 2005-10-26 Richard M. Stallman <rms@gnu.org>
1684
1685 * info.el (Info-fontify-node): Fix detection of sentence-break
1686 before *Note.
1687
1688 2005-10-26 Romain Francoise <romain@orebokech.com>
1689
1690 * smerge-mode.el: Add `tools' to file keywords.
1691
1692 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1693
1694 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1695 when the fringe is not available.
1696
1697 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1698 (def-gdb-auto-update-trigger): Simplify construction.
1699 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1700 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1701 defined explicitly.
1702 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1703 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1704 defined explicitly.
1705 (gdb-info-locals-custom): Remove as it's a no-op.
1706
1707 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * longlines.el (longlines-mode): Remove narrowing before
1710 performing the initial decoding or final encoding.
1711
1712 2005-10-25 Romain Francoise <romain@orebokech.com>
1713
1714 * emacs-lisp/find-func.el (find-library-name): Also strip
1715 extension if library name ends in .el, to take advantage of
1716 `find-library-suffixes'.
1717
1718 2005-10-25 Richard M. Stallman <rms@gnu.org>
1719
1720 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1721
1722 2005-10-25 Juri Linkov <juri@jurta.org>
1723
1724 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1725 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1726
1727 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1730 (blackbox-redefine-key): Add argument `map'.
1731
1732 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1733 regions when moving the jit-lock-context-unfontify-pos boundary.
1734
1735 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1736
1737 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1738
1739 2005-10-25 Masatake YAMATO <jet@gyve.org>
1740
1741 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1742
1743 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1744
1745 * play/blackbox.el (blackbox-redefine-key): New function.
1746 (blackbox-mode-map): Use it to remap existing bindings for cursor
1747 motion instead of binding literal keys.
1748
1749 2005-10-25 Glenn Morris <rgm@gnu.org>
1750
1751 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1752 diary does not end in a newline. Do not assume a blank line at
1753 the start of the diary file.
1754
1755 2005-10-25 Kenichi Handa <handa@m17n.org>
1756
1757 * international/quail.el (quail-translate-key): If the input
1758 method is deterministic and failed to handle the last key, restart
1759 the key handling loop from an appropriate key.
1760
1761 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * vc.el (vc-dired-mode): Extend comment for binding of
1764 `directory-listing-before-filename-regexp'.
1765
1766 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * textmodes/texinfo.el (texinfo-mode):
1769 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1770 not to unnecessarily expose emacs-mule's internal char codes.
1771
1772 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1775 Display hand pointer and help-echo on disabled icon too.
1776 (gdb-mouse-until): New function.
1777 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1778
1779 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1782 with 2005-10-23 change to doctor.el.
1783
1784 * finder.el (finder-mode-map): Add follow-link binding.
1785
1786 2005-10-25 Kim F. Storm <storm@cua.dk>
1787
1788 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1789 to gdb-mouse-toggle-breakpoint-fringe.
1790 (gdb-mouse-toggle-breakpoint-margin): Rename from
1791 gdb-mouse-toggle-breakpoint. Fix doc.
1792 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1793 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1794 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1795 string properties also for fringe breakpoint bitmaps.
1796
1797 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1798
1799 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1800
1801 2005-10-25 Masatake YAMATO <jet@gyve.org>
1802
1803 * simple.el (completion-common-substring):
1804 Use `completion-common-substring' prior to `completion-base-size'.
1805
1806 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1807
1808 * savehist.el: Require CL while compiling.
1809 (savehist-history-variables): Remove.
1810 (savehist-save-minibuffer-history, savehist-additional-variables)
1811 (savehist-minibuffer-history-variables): New vars.
1812 (savehist-save): Use them.
1813 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1814 (savehist-install): New fun, extracted from savehist-load.
1815 (savehist-load): Use them.
1816
1817 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1820 a dummy doc-string-elt property.
1821 (defalias, defvaralias, define-category): Add a docstring property.
1822
1823 * image.el (defimage):
1824 * widget.el (define-widget):
1825 * custom.el (defface, defcustom): Add `doc-string' declaration.
1826
1827 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1828 (defadvice): Add `doc-string' declaration.
1829
1830 * emacs-lisp/byte-run.el (macro-declaration-function):
1831 Handle `doc-string' declarations.
1832 (define-obsolete-function-alias, define-obsolete-variable-alias):
1833 Add `doc-string' declaration.
1834
1835 2005-10-24 Kenichi Handa <handa@m17n.org>
1836
1837 * international/utf-7.el (utf-7): Add autoload cookie.
1838
1839 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1840
1841 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1842
1843 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1844 list of directories passed to batch-update-autoloads. Add "." to
1845 the list of the echoed directories.
1846
1847 * pgg-def.el:
1848 * pgg-gpg.el:
1849 * pgg-parse.el:
1850 * pgg-pgp.el:
1851 * pgg-pgp5.el:
1852 * pgg.el: Moved here from the gnus subdirectory.
1853
1854 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1855
1856 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1857 in case comint-prompt-read-only is set to t.
1858
1859 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1860 in case comint-prompt-read-only is set to t.
1861
1862 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1863
1864 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1865 Now a string.
1866 (icalendar-import-format): Handle CLASS, STATUS, URL.
1867 Rename `subject' to `summary'.
1868 (icalendar-import-format-summary): Rename from
1869 `icalendar-import-format-subject'.
1870 (icalendar-import-format-url, icalendar-import-format-status)
1871 (icalendar-import-format-class): New variables.
1872 (icalendar--rris): Take variable argument list.
1873 (icalendar--datestring-to-isodate): Remove unnecessary
1874 calendar-style check when converting dates with explicit month names.
1875 (icalendar-export-region): Change return type of conversion
1876 subroutines. Bury current buffer unless error occurred.
1877 (icalendar--convert-to-ical)
1878 (icalendar--parse-summary-and-rest): New functions.
1879 (icalendar--convert-ordinary-to-ical)
1880 (icalendar--convert-weekly-to-ical)
1881 (icalendar--convert-yearly-to-ical)
1882 (icalendar--convert-block-to-ical)
1883 (icalendar--convert-cyclic-to-ical)
1884 (icalendar--convert-anniversary-to-ical): Change return type.
1885 Strip trailing blanks from subject.
1886 (icalendar--convert-sexp-to-ical): Change return type.
1887 Strip trailing blanks from subject. Handle simple sexp
1888 entries as generated by icalendar.el.
1889 (icalendar--convert-float-to-ical)
1890 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1891 (icalendar-import-file): Doc fix.
1892 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1893 Correct call to icalendar--rris.
1894 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1895 `summary'.
1896 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1897
1898 2005-10-24 Romain Francoise <romain@orebokech.com>
1899
1900 * server.el (server-sentinel): Set query-on-exit flag to nil on
1901 new client processes (it isn't inherited from the server process).
1902
1903 * replace.el (occur-engine): Rearrange text properties.
1904
1905 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1908 case-fold-search is nil.
1909 (debug-help-follow): Use help-xref-interned directly.
1910
1911 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * thumbs.el (thumbs-image-type): Add .pbm.
1914
1915 2005-10-23 Richard M. Stallman <rms@gnu.org>
1916
1917 * faces.el (inhibit-face-set-after-frame-default): New variable.
1918 (set-face-attribute): Bind it.
1919 (face-set-after-frame-default): Test it.
1920
1921 * help-fns.el (describe-simplify-lib-file-name): New function.
1922 (describe-function-1, describe-variable): Use it.
1923
1924 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1925
1926 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1927 Eliminate nil as possible value.
1928 (tooltip-hide-delay): Reduce internal-border-width.
1929
1930 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1931 (menu-bar-file-menu) <new-file>: Likewise.
1932
1933 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1934
1935 * international/mule.el (load-with-code-conversion):
1936 Pass full file name to `eval-buffer' unless preloading.
1937
1938 * textmodes/flyspell.el (flyspell-large-region):
1939 Call ispell-check-version.
1940
1941 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1942 Fix the make-variable-buffer-local call that was supposed
1943 to be for this variable.
1944 (ispell-aspell-supports-utf8): Doc fix.
1945 (ispell-find-aspell-dictionaries): Preserve elements of
1946 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1947 (ispell-aspell-find-dictionary): Return nil on error.
1948
1949 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1950 (doctor-symptoms): Likewise.
1951
1952 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1953
1954 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1957 (custom-raised-buttons): Add :set spec.
1958 (custom-button-unraised, custom-button-pressed-unraised):
1959 New faces, so that custom-raised-buttons actually does something.
1960 (custom-mode): Use custom-button and custom-button-pressed.
1961
1962 * wid-edit.el (widget-specify-button): Don't ignore
1963 widget-mouse-face on graphic terminals.
1964 (widget-move-and-invoke): Cleanup.
1965
1966 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1967
1968 * whitespace.el (whitespace-cleanup): Doc fix.
1969
1970 2005-10-23 Romain Francoise <romain@orebokech.com>
1971
1972 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1973 `eval-after-load' to avoid evaluating their result.
1974
1975 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1976
1977 * files.el (directory-listing-before-filename-regexp):
1978 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1979
1980 * dired.el (dired-move-to-filename-regexp): Remove.
1981 All occurences replaced by `directory-listing-before-filename-regexp'.
1982
1983 * dired-x.el, locate.el, vc.el:
1984 Replace `dired-move-to-filename-regexp' by
1985 `directory-listing-before-filename-regexp'. In vc.el it is
1986 overwritten locally; maybe this can be handled in files.el too.
1987
1988 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1989 replaced by `directory-listing-before-filename-regexp'.
1990
1991 2005-10-23 Andreas Schwab <schwab@suse.de>
1992
1993 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1994 and eval-next-after-load.
1995
1996 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1997
1998 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1999 exist, create it.
2000
2001 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2002
2003 * allout.el: Remove autoloads for mailcrypt and crypt++.
2004 Require pgg, pgg-gpg during compilation.
2005 (allout-version): Increment version number to 2.1, and use a literal
2006 rather than RCS Id.
2007 (allout-default-encryption-scheme): Remove.
2008 (allout-passphrase-verifier-handling)
2009 (allout-passphrase-verifier-string)
2010 (allout-file-passphrase-verifier-string)
2011 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2012 (allout-passphrase-hint-handling): Rename and simplify.
2013 (allout-init): Use `find-file-hook' if available, otherwise
2014 `find-file-hooks'.
2015 (allout-mode): Use `write-file-functions' if available, otherwise
2016 `local-write-file-hooks' and, instead of making auto-save-hook
2017 buffer local, make the write-file-hook activity contingent to
2018 allout-mode.
2019 (allout-mode): Use key-binding substitution in the docstring.
2020 (allout-kill-line): Spell-out kill ring data structure mutation
2021 instead of using byte-compiler-complaint-provoking `pop'.
2022 (allout-insert-listified): Use `insert' rather than `insert-string'
2023 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2024 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2025 (allout-encrypt-string): Totally revamped vis new underlying
2026 encryption facilities.
2027 (allout-mc-activate-passwd): Remove.
2028 (allout-obtain-passphrase): New, more or less replaces
2029 allout-mc-activate-passwd.
2030 (allout-encrypted-key-info): More or less replaces
2031 allout-encrypted-text-type.
2032 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2033 (my-mark-marker): Use `(featurep 'xemacs)'.
2034
2035 2005-10-23 Lars Hansen <larsh@soem.dk>
2036
2037 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2038 (byte-compile-file-form-defmumble, byte-compile-defun)
2039 (byte-compile-defmacro): Use it.
2040 (byte-compile-form): Don't call byte-compile-set-symbol-position
2041 when a byte-compile handler is called.
2042
2043 2005-10-22 Romain Francoise <romain@orebokech.com>
2044
2045 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2046
2047 * subr.el (eval-after-load): Convert library name to an absolute
2048 file name using locate-library, since load-history no longer has
2049 library names in it.
2050
2051 2005-10-22 Richard M. Stallman <rms@gnu.org>
2052
2053 * files.el (make-temp-file): Move from subr.el.
2054 * subr.el (make-temp-file): Move to files.el.
2055
2056 * window.el (get-buffer-window-list): Move from subr.el.
2057 * subr.el (get-buffer-window-list): Move to window.el.
2058
2059 * image.el (image-load-path): Use eval-at-startup to initialize.
2060
2061 * subr.el (eval-at-startup): New macro.
2062
2063 * subr.el: Much rearrangement of functions and division
2064 into pages. No code changes.
2065
2066 2005-10-22 Kenichi Handa <handa@m17n.org>
2067
2068 * tar-mode.el (tar-extract): Be sure to call
2069 find-operation-coding-system if set-auto-coding doesn't find a
2070 coding system.
2071
2072 2005-10-22 Kim F. Storm <storm@cua.dk>
2073
2074 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2075 Change users.
2076 (image-type-file-name-regexps): New defconst.
2077 (image-type-from-data): Simplify loop.
2078 (image-type-from-buffer): New defun.
2079 (image-type-from-file-header): Use it instead of image-type-from-data.
2080 Use image-search-load-path instead of only looking in data-directory.
2081 (image-type-from-file-name): New defun.
2082 (image-search-load-path): Change `pathname' to `filename'.
2083 Make PATH arg optional, default to image-load-path.
2084
2085 2005-10-21 Richard M. Stallman <rms@gnu.org>
2086
2087 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2088
2089 * textmodes/paragraphs.el (sentence-end-base): New variable.
2090 (sentence-end): Use sentence-end-base.
2091
2092 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2095 property independently from the font-lock-multiline variable.
2096
2097 2005-10-21 Richard M. Stallman <rms@gnu.org>
2098
2099 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2100
2101 * startup.el (command-line): Convert library names
2102 in `load-history' to absolute file names.
2103
2104 * subr.el (symbol-file): Doc fix.
2105
2106 * loadhist.el (file-loadhist-lookup): Call locate-library
2107 instead of find-library-name. Don't try converting
2108 abs file names to library names, since load-history no longer
2109 has library names in it.
2110 (file-dependents, file-provides, file-requires): Doc fixes.
2111
2112 2005-10-21 Juri Linkov <juri@jurta.org>
2113
2114 * progmodes/etags.el (tags-table-mode): New function.
2115 (tags-verify-table): Replace initialize-new-tags-table with
2116 tags-table-mode.
2117
2118 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2119 default value.
2120 (desktop-modes-not-to-save): Add tags-table-mode to the
2121 default value.
2122
2123 * info.el (Info-index-next): Add total number of index
2124 alternatives to the message.
2125
2126 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2127 backward only space (instead of space and period) before looking
2128 at sentence end.
2129
2130 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2131 Add the old variable value as 4th default-value arg of read-string.
2132
2133 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2134
2135 * cus-face.el (custom-declare-face): Make face from X resources
2136 also on Mac.
2137
2138 * disp-table.el (standard-display-g1, standard-display-graphic):
2139 Refuse to use string glyphs also on Mac.
2140 (standard-display-european): Don't set terminal coding system also
2141 on Mac.
2142
2143 * frame.el (display-screens): Use x-display-screens also on Mac.
2144
2145 2005-10-21 Romain Francoise <romain@orebokech.com>
2146
2147 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2148
2149 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2152 and $? into sexps.
2153
2154 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2155 warning face on open-paren-in-column-0.
2156
2157 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2158 boundary case. Fix typo.
2159 Suggested by Martin Rudalics <rudalics@gmx.at>.
2160
2161 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2162
2163 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2164 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2165 (org-export-icalendar-this-file)
2166 (org-export-icalendar-all-agenda-files)
2167 (org-export-icalendar-combine-agenda-files): New commands.
2168 (org-export-icalendar, org-print-icalendar-entries)
2169 (org-start-icalendar-file, org-finish-icalendar-file)
2170 (org-ical-ts-to-string): New functions.
2171 (org-read-date, org-goto-calendar)
2172 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2173 call to `calendar'.
2174 (orgtbl-setup): Remove the :keys arguments from the menu description.
2175 (org-after-save-iCalendar-file-hook): New variable.
2176
2177 2005-10-21 Kenichi Handa <handa@m17n.org>
2178
2179 * language/vietnamese.el (tcvn-5712): Make it an alias of
2180 vietnamese-tcvn coding-system.
2181
2182 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2183
2184 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2185 group id is given.
2186
2187 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2190 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2191 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2192 whose line is either continued or ends with a comment.
2193
2194 2005-10-20 Romain Francoise <romain@orebokech.com>
2195
2196 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2197
2198 * replace.el (occur-engine): Add follow-link property.
2199
2200 * font-core.el (font-lock-mode): Doc fix.
2201
2202 2005-10-20 Richard M. Stallman <rms@gnu.org>
2203
2204 * net/rcirc.el: New file.
2205
2206 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2207
2208 * term.el (term-term-name): Initialize to "eterm-color".
2209
2210 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2211
2212 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2213 for encryption functionality.
2214 Move allout customization subgroup from `editing' to `outlines' group.
2215 Fix commentary 'keywords' to legitimate ones.
2216 Update author info (using my current email address, obscurified).
2217 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2218 (allout-encrypted-topic-p, allout-encrypted-text-type)
2219 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2220 (allout-situate-encryption-key-verifier)
2221 (allout-get-encryption-key-verifier, allout-verify-key)
2222 (allout-next-topic-pending-encryption)
2223 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2224 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2225 (outline-key-verifier-handling, outline-key-hint-handling)
2226 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2227 (allout-file-key-verifier-string, allout-encryption-scheme)
2228 (allout-key-verifier-string, allout-key-hint-string)
2229 (allout-after-save-decrypt): New variables.
2230 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2231 (allout-after-saves-handler): New hook functions.
2232 (allout-post-command-business): Do allout-after-save-decrypt.
2233 (allout-enable-file-variable-adjustment): Custom var to enable
2234 mechanism for adding and adjusting settings of Emacs file variables.
2235 (allout-adjust-file-variable, allout-file-vars-section-data):
2236 New functions, implement the mechanism.
2237 (outlineify-sticky): Use the file vars mechanism.
2238 (allout-inhibit-protection, allout-during-write-cue)
2239 (allout-override-protect, allout-before-change-protect): Remove.
2240 (allout-flag-region, allout-open-topic): Adjust read-only text.
2241 (allout-open-line-not-read-only): Add to facilitate read-only
2242 text based protection.
2243 (allout-kill-line): Revise to adjust read-only text, clue the
2244 user about the inhibition.
2245 (allout-unprotected): Use unwind-protect.
2246 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2247 topic deeper than the offspring depth of the previous topic -
2248 avoiding confusing "containment discontinuities".
2249 (allout-reindent-bodies): Fix retention of body relative hanging
2250 indent during promotion of collapsed bodies.
2251 (allout-open-topic): Make it easy to open new topic with same
2252 bullet as current topic - topic creation functions provided with
2253 any universal argument provokes now prompt for bullet, defaulting
2254 to the bullet of the previous topic.
2255 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2256 Plain bullet alternates '.' period and ',' comma only. All other
2257 bullets are relegated to special status (but customizable).
2258 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2259 since it actually operates w.r.t. most immediately containing
2260 entry, visible or not.
2261 (allout-hide-current-entry, allout-show-current-entry): Use the
2262 revised version.
2263 (allout-old-expose-topic): Solidify deprecation.
2264 (allout-end-of-subtree): Add so we can span concealed as well
2265 as visible topics.
2266 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2267 (allout-end-of-current-heading): Tweak to just respect the first line.
2268 (allout-get-body-text): Add.
2269 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2270 when invoked interactively.
2271 (allout-up-current-level): Use `interactive-p'.
2272 (allout-mode, allout-init): Miscellaneous docstring and
2273 operational refinements, as well as hookups of new encryption stuff.
2274 (allout-beginning-of-current-entry): Now works as advertised.
2275 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2276 (allout-isearch-rectification): Refine condition for isearching.
2277 (allout-isearch-abort, allout-enwrap-isearch)
2278 (allout-flag-region, my-region-active-p): Relocate some macros.
2279 (allout-title): Fallback title is '(buffer-name)', not
2280 non-existing '(current-buffer-name)'.
2281 (subst-char-in-string): Define if absent (for some XEmacs versions).
2282
2283 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2284
2285 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2286 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2287 (mail-citation-prefix-regexp, mail-signature-file)
2288 (mail-default-headers, mail-bury-selects-summary)
2289 (mail-send-nonascii): Add autoload cookies.
2290
2291 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2292
2293 * frame.el (blink-cursor-mode): Add `mac' to the list of
2294 window-system's that support blinking cursor.
2295
2296 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2299
2300 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2301
2302 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2303 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2304 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2305
2306 2005-10-20 Kim F. Storm <storm@cua.dk>
2307
2308 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2309 (ido-set-current-directory): Don't add / after final @.
2310 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2311 Explicitly handle ange-ftp completion oddities.
2312 (ido-make-file-list): Don't rotate list at tramp root to avoid
2313 triggering tramp file handler for expand-file-name via get-file-buffer.
2314
2315 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2318
2319 2005-10-19 Jay Belanger <belanger@truman.edu>
2320
2321 * calc/calc-units.el (math-standard-units): Add units, adjust
2322 symbols and update values.
2323 (math-unit-prefixes): Add more prefixes.
2324
2325 2005-10-19 Romain Francoise <romain@orebokech.com>
2326
2327 * bookmark.el (bookmark-menu-heading): New face.
2328 (bookmark-bmenu-list): Use it.
2329 Don't fiddle with `baud-rate' at top-level.
2330
2331 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * image.el (create-image, find-image): Mention max-image-size in
2334 docstring.
2335
2336 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * savehist.el (savehist-load): Revert to checking XEmacs.
2339
2340 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2341 Various docstring and line-width fixups.
2342 (conf-mode): Use cond.
2343 Set font-lock-defaults. Don't set comment-use-syntax.
2344
2345 2005-10-18 David Ponce <david@dponce.com>
2346
2347 * tree-widget.el (tree-widget-button-click): New function.
2348 (tree-widget-button-keymap): Use it.
2349
2350 2005-10-18 Romain Francoise <romain@orebokech.com>
2351
2352 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2353 (bookmark-bmenu-hide-filenames): Add follow-link property.
2354 Improve help-echo text.
2355
2356 * ffap.el (find-file-at-point): Doc fix.
2357
2358 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2359
2360 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2361
2362 2005-10-18 Masatake YAMATO <jet@gyve.org>
2363
2364 Install to the CVS repository what I forgot to install in my
2365 2005-10-16 changes.
2366
2367 * progmodes/python.el (python-complete-symbol): Pass the common
2368 prefix substring of completion to `display-completion-list'.
2369
2370 * textmodes/org.el (org-complete): Ditto.
2371
2372 2005-10-18 Masatake YAMATO <jet@gyve.org>
2373
2374 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2375
2376 * woman.el (WoMan-xref-man-page): New button type derived
2377 from `Man-abstract-xref-man-page'.
2378 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2379
2380 * man.el (Man-abstract-xref-man-page): New button type.
2381 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2382 (Man-highlight-references): Add new optional argument `xref-man-type'.
2383
2384 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2385
2386 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2387
2388 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2389
2390 * cus-edit.el (Custom-move-and-invoke): Delete.
2391 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2392
2393 * wid-edit.el (widget-move-and-invoke): New function, from
2394 Custom-move-and-invoke.
2395
2396 2005-10-17 Bill Wohler <wohler@newt.com>
2397
2398 Move all remaining images from lisp/toolbar to etc/images, move
2399 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2400 the low resolution images in their own directory (low-color).
2401
2402 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2403 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2404 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2405 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2406 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2407 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2408 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2409
2410 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2411 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2412 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2413 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2414 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2415 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2416 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2417 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2418 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2419 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2420 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2421 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2422 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2423 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2424 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2425
2426 To conform with convention, replace the underscore (_) in the
2427 following image names with dash (-) or (/) as appropriate.
2428
2429 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2430 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2431 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2432 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2433 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2434 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2435 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2436 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2437 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2438 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2439 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2440 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2441 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2442 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2443 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2444
2445 * info.el (info-tool-bar-map): Replace underscores in image names
2446 with dashes.
2447
2448 * makefile.w32-in (WINS): Remove toolbar.
2449
2450 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2451
2452 * tool-bar.el: Move to lisp from toolbar. Now that
2453 toolbar is empty, it should be deleted when folks run "cvs up -P".
2454
2455 2005-10-18 Jay Belanger <belanger@truman.edu>
2456
2457 * calc/calc-store.el (calc-store-into): Get the proper variable name
2458 to display in message.
2459
2460 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2461
2462 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2463 expressions display in speedbar for all buffers when debugging.
2464 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2465
2466 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2467 (speedbar-insert-button, speedbar-make-button):
2468 Use add-text-properties.
2469 (speedbar-update-localized-contents)
2470 (speedbar-update-directory-contents)
2471 (speedbar-update-special-contents): Use dolist.
2472 (speedbar-buffer-easymenu-definition): Add a menu separator.
2473
2474 2005-10-17 Jason Rumney <jasonr@gnu.org>
2475
2476 * makefile.w32-in: Use $(lisp) consistently.
2477 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2478 for shell specific generation of mh-autoloads.
2479
2480 2005-10-17 Richard M. Stallman <rms@gnu.org>
2481
2482 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2483
2484 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * jit-lock.el (jit-lock-fontify-now):
2487 Move jit-lock-context-unfontify-pos to avoid wasted work.
2488
2489 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2490
2491 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2492 `tramp-completion-mode' for checking if we are in completion mode.
2493 (tramp-completion-handle-file-name-all-completions): Reorder code
2494 in order to complete for file names only in case there are no
2495 method/user/host completions. This is necessary for cooperation
2496 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2497
2498 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * longlines.el (longlines-search-forward)
2501 (longlines-search-backward): Match any number of spaces.
2502
2503 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2504
2505 * diff-mode.el (diff-mode): Doc fix.
2506
2507 2005-10-16 David Reitter <david.reitter@gmail.com>
2508
2509 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2510 as default on darwin and windows systems.
2511
2512 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2513
2514 * arc-mode.el (archive-zip-extract): Doc fix.
2515
2516 2005-10-16 Romain Francoise <romain@orebokech.com>
2517
2518 * mouse.el (mouse-1-click-follows-link): Doc fix.
2519
2520 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * savehist.el: Don't require CL at runtime.
2523 (savehist-xemacs): Remove.
2524 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2525 (savehist-no-conversion): Use (featurep 'xemacs).
2526 (savehist-load): Check existence of start-itimer rather than XEmacs.
2527 Use an idle timer.
2528 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2529 `delete-if-not'.
2530
2531 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2532
2533 * savehist.el: Newer version.
2534 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2535 (savehist-last-checksum, savehist-no-conversion): New vars.
2536 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2537 New functions.
2538 (savehist-load, savehist-save): Use them.
2539 (savehist-delimit): Remove.
2540
2541 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * progmodes/compile.el (compilation-goto-locus): Display the
2544 compilation buffer first and the source buffer second, in case they're
2545 in overlapping frames. Don't raise the compilation frame if it was the
2546 selected window upon entry. Pass the `other-window' arg to
2547 pop-to-buffer.
2548
2549 * info.el (Info-fontify-node): Use dolist.
2550 Change add-text-properties to put-text-property.
2551
2552 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2553
2554 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2555 bound of search.
2556
2557 2005-10-16 Masatake YAMATO <jet@gyve.org>
2558
2559 * dabbrev.el (dabbrev-completion): Pass the common
2560 prefix substring of completion to `display-completion-list'.
2561
2562 * filecache.el (file-cache-minibuffer-complete)
2563 (file-cache-complete): Ditto.
2564
2565 * tempo.el (tempo-display-completions): Ditto.
2566
2567 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2568
2569 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2570
2571 * eshell/em-hist.el (eshell-list-history): Ditto.
2572
2573 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2574
2575 * mail/mailalias.el (mail-complete): Ditto.
2576
2577 * progmodes/etags.el (complete-tag): Ditto.
2578
2579 * progmodes/make-mode.el (makefile-complete): Ditto.
2580
2581 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2582
2583 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2584
2585 * progmodes/pascal.el (pascal-complete-word)
2586 (pascal-show-completions): Ditto.
2587
2588 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2589
2590 * simple.el (completion-common-substring): New variable.
2591 (completion-setup-function): Use `completion-common-substring'
2592 to put faces.
2593
2594 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2595
2596 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2597 (x-get-selection, mac-select-convert-to-string): Convert from/to
2598 UTF-16 clipboard data as in native byte order, no BOM.
2599
2600 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2603 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2604 (gud-sentinel): Use speedbar-frame to check for speedbar.
2605
2606 2005-10-15 Richard M. Stallman <rms@gnu.org>
2607
2608 * savehist.el: New file.
2609
2610 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2611
2612 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2613 Fix bug in \bf fontification.
2614
2615 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * pcvs.el (cvs-edit-log-files): New var.
2618 (cvs-mode-edit-log): New arg `file'.
2619 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2620 Instead force the use of the original file and nothing else.
2621 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2622 the cvs-minor-wrap-function is set.
2623 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2624
2625 2005-10-14 Bill Wohler <wohler@newt.com>
2626
2627 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2628 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2629 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2630 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2631 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2632 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2633 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2634 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2635 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2636 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2637 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2638 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2639 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2640 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2641 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2642
2643 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2644 appropriately (for example, gud-break to gud/break).
2645
2646 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * longlines.el (longlinges-search-function)
2649 (longlines-search-forward, longlines-search-backward): New functions.
2650 (longlines-mode): Set isearch-search-fun-function to
2651 longlinges-search-function.
2652
2653 * mouse.el (mouse-drag-region-1): Handle the case where a
2654 double-click event is bound to an arbitrary function.
2655
2656 2005-10-14 David Ponce <david@dponce.com>
2657
2658 * recentf.el (recentf-track-opened-file)
2659 (recentf-track-closed-file, recentf-update-menu)
2660 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2661 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2662 mouse-1-click-follows-link.
2663
2664 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2665
2666 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2667 Gnome file-manager.png. Suggested by
2668 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2669
2670 * toolbar/README: Add diropen.xpm.
2671
2672 2005-10-13 Bill Wohler <wohler@newt.com>
2673
2674 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2675 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2676
2677 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2680 Don't waste the byte-compiler's time on constant data.
2681
2682 2005-10-13 Kenichi Handa <handa@m17n.org>
2683
2684 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2685 byte with `escape-glyph' face.
2686
2687 * international/fontset.el (ccl-encode-unicode-font):
2688 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2689 Handle the case that ucs-mule-to-mule-unicode translates a character to
2690 ASCII (usually for IPA characters).
2691
2692 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2695 Don't hide the underline of titles if font-lock-mode is disabled.
2696
2697 2005-10-12 Bill Wohler <wohler@newt.com>
2698
2699 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2700 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2701 files in MH-E-SRC have been updated.
2702 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2703
2704 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2707 (mixal-mode-syntax-table): Add \n as end-comment.
2708 (mixal-operation-codes-alist): Immediately initialize to full value.
2709 (mixal-add-operation-code): Remove.
2710 (mixal-describe-operation-code): Make the arg non-optional.
2711 Use the interactive spec instead.
2712 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2713 (mixal-font-lock-keywords): Don't highlight comments here any more.
2714 (mixal-font-lock-syntactic-keywords): New var.
2715 (mixal-mode): Use it. Fix comment-start-skip.
2716
2717 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2718
2719 * startup.el (command-line-x-option-alist): -nb => -nbi
2720
2721 2005-10-12 Kim F. Storm <storm@cua.dk>
2722
2723 * startup.el (fancy-splash-default-action): Discard mouse click in
2724 the splash screen window, as it has no sensible meaning in the
2725 next window to be selected. Fixes error reported by Jan D.
2726
2727 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2728
2729 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2730
2731 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2734 Try to fix up minor layout issues like indentation, line break, etc...
2735 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2736 because it doesn't work.
2737 (mixal-operation-codes): Add some more codes.
2738 (mixal-font-lock-keywords): Process comments here.
2739 (mixal-mode): mixasm no longer needs -g option.
2740
2741 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2742
2743 * progmodes/sh-script.el (sh-tmp-file):
2744 Use mktemp -t. Finish support for es and rc shells.
2745
2746 2005-10-11 Jay Belanger <belanger@truman.edu>
2747
2748 * calc/calcalg2.el (calc-integral): With an argument, compute the
2749 definite integral.
2750
2751 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * mouse.el (mouse-drag-region-1): Don't try to catch a
2754 double-click when doing follow-link (it's overridden anyway).
2755
2756 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2759 (autoload-print-form-outbuf): Add docstring.
2760
2761 2005-10-11 Juri Linkov <juri@jurta.org>
2762
2763 * info.el (Info-mode-menu): Delete menu item "Edit".
2764 (Info-mode): Delete description of Info-edit from docstring,
2765 and rearrange descriptions of Info commands in the order
2766 they are documented in the Info manual.
2767
2768 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * calendar/appt.el (appt-check): Use diary-selective-display var.
2771
2772 2005-10-10 Richard M. Stallman <rms@gnu.org>
2773
2774 * net/newsticker.el (newsticker-start, newsticker-show-news):
2775 Add autoload cookies.
2776
2777 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2778
2779 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2780
2781 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2782
2783 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2784
2785 2005-10-10 Jay Belanger <belanger@truman.edu>
2786
2787 * calc/calc-arith.el (math-check-known-scalarp)
2788 (math-check-known-matrixp): Check the values of arguments that are
2789 variables.
2790 (math-check-known-square-matrixp): New function.
2791 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2792 (math-super-types): Add sqmatrix type.
2793
2794 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2795 mode name `square' to 'sqmatrix'.
2796
2797 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2798 mode name `square' to 'sqmatrix'.
2799
2800 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * progmodes/etags.el (select-tags-table-mode): Don't use
2803 selective-display.
2804 (tags-select-tags-table): Pass `button' to the action function.
2805 (select-tags-table): Place the side-info on button properties rather
2806 than in hidden text. Abbreviate file names.
2807 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2808 (select-tags-table-select): Add `button' argument.
2809 Get side-info from the button property rather than from hidden text.
2810
2811 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2814 (gud-speedbar-buttons): Preserve point if possible.
2815 (gud-sentinel): Restore previous speedbar display type.
2816
2817 * progmodes/gdb-ui.el (gdba): Improve diagram.
2818 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2819 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2820 Call get-buffer-window once.
2821
2822 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2825 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2826 (pascal-indent-command): Remove unused var `ind'.
2827 (pascal-indent-case): Remove unused var `oldpos'.
2828 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2829 since it's now used as a proper minor mode map.
2830 (pascal-outline): Rename to pascal-outline-mode.
2831 (pascal-outline-mode): Use define-minor-mode.
2832 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2833 selective-display.
2834
2835 2005-10-10 Andreas Schwab <schwab@suse.de>
2836
2837 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2838 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2839
2840 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2841 outside source directory.
2842
2843 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2844
2845 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2846 C-x' as a prefix.
2847 (orgtbl-mode-map): Full keymap instead of sparse, because all
2848 `self-insert-command' keys are redefined in this map.
2849 (org-export-as-html): Specify charset for HTML file, by taking it
2850 from the coding system.
2851
2852 2005-10-10 Kenichi Handa <handa@m17n.org>
2853
2854 * textmodes/flyspell.el (flyspell-check-word-p):
2855 If unread-command-events is non-empty, don't call sit-for.
2856
2857 2005-10-09 Richard M. Stallman <rms@gnu.org>
2858
2859 * font-lock.el (font-lock-syntactic-keywords)
2860 (font-lock-keywords): Doc fixes.
2861
2862 * textmodes/flyspell.el (flyspell-external-point-words):
2863 Simplify logic, and don't try to check for consecutive appearances
2864 of one incorrect word.
2865
2866 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2869 separator.
2870
2871 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2872 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2873 (gud-expansion-speedbar-buttons): New function.
2874 (gud-speedbar-buttons): Check for gud-comint-buffer.
2875
2876 2005-10-09 Bill Wohler <wohler@newt.com>
2877
2878 * Makefile.in (updates): Add mh-loaddefs dependency.
2879
2880 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * speedbar.el (speedbar-file-key-map): Fix typo.
2883
2884 2005-10-09 Daniel Brockman <daniel@brockman.se>
2885
2886 * cus-start.el (line-spacing): Add custom spec.
2887
2888 2005-10-09 Romain Francoise <romain@orebokech.com>
2889
2890 * textmodes/ispell.el (ispell-check-version): Fix last change.
2891
2892 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2893
2894 * term/x-win.el: Remove -i, --icon-type from comment.
2895
2896 * startup.el (command-line-x-option-alist): Remove options -i,
2897 -itype, --icon-type, added -nb, --no-bitmap-icon
2898
2899 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2902 instead of :active.
2903
2904 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2905
2906 * textmodes/ispell.el (ispell-check-version):
2907 Ignore hyphen, and all that follows, in aspell's version text.
2908
2909 2005-10-08 Jay Belanger <belanger@truman.edu>
2910
2911 * calc/calc-arith.el (math-known-square-matrixp): New function.
2912 (math-pow-fancy): Check for matrices before distributing exponent
2913 across products.
2914
2915 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2916 fullscreen keypad. Suggested by Luc Teirlinck.
2917 (calc-keypad-show-input): Add space for formatting.
2918
2919 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2920 Add square matrix option.
2921
2922 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2923 of checking calc-matrix-mode when deciding how to expand.
2924
2925 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2926
2927 2005-10-08 Lars Hansen <larsh@soem.dk>
2928
2929 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2930 Add error handling.
2931 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2932
2933 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2934
2935 Sync with Tramp 2.0.51.
2936
2937 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2938 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2939 Insert special handling for `last-coding-system-used', again
2940 it still seems to be necessary (unlike stated before).
2941 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2942 (tramp-password-prompt-regexp): There might be other words before
2943 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2944 (tramp-chunksize): Improve docstring.
2945 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2946 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2947 Christian Joergensen <bugs@razor.dk>.
2948
2949 2005-10-07 Glenn Morris <rgm@gnu.org>
2950
2951 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2952 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2953 precision'.
2954
2955 2005-10-07 Romain Francoise <romain@orebokech.com>
2956
2957 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2958 (ibuffer-do-shell-command-pipe-replace)
2959 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2960 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2961 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2962 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2963 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2964 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2965 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2966 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2967 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2968 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2969 Autoload file sans suffix.
2970
2971 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2972
2973 2005-10-07 David Ponce <david@dponce.com>
2974
2975 * recentf.el (recentf-menu-open-all-flag): New option.
2976 (recentf-digit-shortcut-command-name): New function.
2977 (recentf--shortcuts-keymap): New variable.
2978 (recentf-menu-shortcuts): New variable.
2979 (recentf-make-menu-items): Initialize it. Replace the "More..."
2980 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2981 (recentf-menu-value-shortcut): New function.
2982 (recentf-make-menu-item): Use it. No more in-lined.
2983 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2984 (recentf-open-most-recent-file): Rename from
2985 `recentf-open-file-with-key'. Don't depend on key binding.
2986 (recentf-mode-map): New variable.
2987 (recentf-mode): Use it.
2988
2989 2005-10-06 Bill Wohler <wohler@newt.com>
2990
2991 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2992
2993 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2994 (MH-E-SRC): New. Used by mh-autoloads.
2995 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2996 files in MH-E-SRC have been updated.
2997 (compile, recompile, bootstrap): Depend on mh-autoloads.
2998
2999 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3000
3001 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3002 gud-break and gud-remove icons when the fringe is not available.
3003
3004 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3005 Typo.
3006
3007 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3008
3009 * play/zone.el (zone): Wrap body with save-window-excursion.
3010
3011 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3014 Use the new `list-only' arg to diary-list-entries.
3015
3016 * calendar/diary-lib.el: Use overlays rather than selective-display.
3017 (diary-selective-display): New var.
3018 (diary-header-line-format): Use it.
3019 (diary-list-entries): Add argument `list-only'.
3020 Put the buffer in diary-mode. Don't add \^M at beg and end.
3021 Replace \^M by invisible overlays.
3022 (diary-unhide-everything): Replace \^M by invisible overlays.
3023 (print-diary-entries): Look for overlays rather than \^M.
3024 Add a space to the temp buffer name.
3025 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3026 Put the buffer in diary-mode.
3027 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3028 (diary-anniversary): Make the year arg optional.
3029 (diary-time-regexp): New const.
3030 (diary-font-lock-keywords): Use it to accept a few more time formats.
3031
3032 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3033
3034 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3035
3036 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3037 Fix bug introduced 2005-07-03: Use (car (last ...))
3038 to faithfully reproduce replaced artist-last.
3039 (artist-set-arrow-points-for-poly): Likewise.
3040 Suggested by Johan Bockg\e,Ae\e(Brd.
3041
3042 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3045 * wid-edit.el (widget):
3046 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3047 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3048
3049 2005-10-06 Kenichi Handa <handa@m17n.org>
3050
3051 * international/mule-cmds.el (set-language-environment):
3052 Fix setting up of case-table for unibyte mode.
3053
3054 * simple.el (what-cursor-position): If the character is displayed
3055 by some `display' text property, show that. Don't use
3056 single-key-description for eight-bit characters in multibyte mode.
3057
3058 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3059
3060 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3061 (gdb-ann3): Set it.
3062 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3063 (gdb-info-frames-custom): Use inverse-video for first five
3064 characters of selected frame only.
3065 (gdb-get-frame-number): Select frame even when point is on frame
3066 number.
3067
3068 2005-10-06 Masatake YAMATO <jet@gyve.org>
3069
3070 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3071 Put `font-lock-function-name-face'.
3072 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3073 and `font-lock-variable-name-face'
3074 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3075 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3076 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3077 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3078 (gdb-local-font-lock-keywords): New font lock keywords definition.
3079 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3080 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3081 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3082
3083 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3084
3085 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3086 (ediff-merge-region-is-non-clash-to-skip): Previously called
3087 ediff-merge-region-is-non-clash.
3088
3089 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3090 Use insert-buffer-substring.
3091
3092 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3093 selecting files to patch. Also bug fixes.
3094
3095 * ediff-util.el (ediff-setup): Bug fix.
3096 (ediff-next-difference): Never skip clashes that differ in white
3097 space only.
3098
3099 * ediff-wind.el (ediff-setup-control-frame)
3100 (ediff-destroy-control-frame): Check the menubar feature.
3101
3102 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3103 (viper-refresh-mode-line): Use make-local-variable to localize
3104 some vars instead of make-variable-buffer-local. Suggested by
3105 Stefan Monnier.
3106
3107 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3108 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3109 Use make-local-variable instead of make-variable-buffer-local.
3110 Suggested by Stefan Monnier.
3111
3112 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3113 (viper-comint-mode-hook): Use make-local-variable on
3114 require-final-newline.
3115 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3116
3117 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3120 also the second char of a comment-start sequence.
3121 (scheme-sexp-comment-syntax-table): New var.
3122 (lambda, define): Set their scheme-doc-string-elt property.
3123 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3124 Use lisp-font-lock-syntactic-face-function now that it properly
3125 handles |...| symbols.
3126 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3127 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3128
3129 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3130 bit from # to |.
3131 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3132
3133 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3134 (lisp-doc-string-elt-property): New var.
3135 (lisp-font-lock-syntactic-face-function): Use it.
3136 Rewrite to recognize docstrings even for forms not at toplevel.
3137
3138 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3139 annotation on the | part of #| rather than on the # part.
3140 (scheme-font-lock-syntactic-face-function): New function, to
3141 distinguish strings from |...| symbols.
3142 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3143 syntax-table so that #|...|# is properly highlighted.
3144
3145 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3146 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3147
3148 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3151 and C-e.
3152
3153 * emacs-lisp/eldoc.el: Move comments into docstrings.
3154 (eldoc-message-commands): Initialize in its declaration.
3155 Add move-beginning-of-line and move-end-of-line.
3156 (eldoc-add-command, eldoc-add-command-completions)
3157 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3158
3159 * outline.el (outline-mark-subtree): Activate the mark.
3160
3161 * calendar/appt.el (appt-time-regexp): New var.
3162 (appt-add, appt-make-list): Use it.
3163 (appt-convert-time): Clean up.
3164
3165 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3166 Don't set any syntax-table property here.
3167 (tex-font-lock-verb): New function. Do it here.
3168 (tex-font-lock-syntactic-keywords): Use it.
3169
3170 2005-10-04 Richard M. Stallman <rms@gnu.org>
3171
3172 * wid-edit.el (widget-file-complete): Get the widget start point
3173 the right way. Default directory to `/' if file has none.
3174
3175 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3176
3177 * textmodes/flyspell.el (flyspell-mode-on):
3178 Call ispell-maybe-find-aspell-dictionaries.
3179
3180 * textmodes/ispell.el (ispell-word, ispell-region):
3181 Call ispell-maybe-find-aspell-dictionaries.
3182 (ispell-accept-buffer-local-defs):
3183 Don't call ispell-maybe-find-aspell-dictionaries
3184
3185 2005-10-04 Richard M. Stallman <rms@gnu.org>
3186
3187 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3188
3189 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3190
3191 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3192 instead of `fboundp' in order to allow for anonymous functions.
3193
3194 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3197 case the user clicks on the link while another window is selected.
3198 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3199
3200 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3201 functionality.
3202 (dframe-help-echo): Save point in case mouse tracking is off.
3203
3204 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3205
3206 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3207
3208 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3211 not change the global value of those vars.
3212
3213 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3214 make-local-variable which we do not need any more.
3215
3216 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3219 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3220 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3221 (speedbar-path-line): Define obsolete aliases.
3222 (speedbar-line-directory): Doc fix.
3223
3224 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3225 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3226 instead of speedbar-line-path.
3227
3228 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3229
3230 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3231 to nil if dropping on a window. Handle dropping on a minibuffer window
3232 like dropping on a non-window part of Emacs.
3233
3234 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * net/ange-ftp.el: Use with-current-buffer.
3237 (ange-ftp-insert-directory): Do not follow symlinks any more.
3238
3239 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3240 Remove interactive spec.
3241
3242 2005-10-03 Kim F. Storm <storm@cua.dk>
3243
3244 * ido.el (ido-mode): Use custom-initialize-set.
3245
3246 2005-10-02 Richard M. Stallman <rms@gnu.org>
3247
3248 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3249 Use insert-buffer-substring.
3250
3251 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3252 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3253
3254 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3257 in last change.
3258 (ange-ftp-insert-directory): Fix up the search for the case where
3259 `file' is absolute.
3260
3261 2005-10-02 Romain Francoise <romain@orebokech.com>
3262
3263 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3264
3265 2005-10-02 Andreas Schwab <schwab@suse.de>
3266
3267 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3268 directory component in the session info.
3269
3270 2005-10-01 Richard M. Stallman <rms@gnu.org>
3271
3272 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3273
3274 * simple.el (next-error-internal): New function.
3275
3276 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3277 (compilation-start): Pass new arg to compilation-buffer-name.
3278 (compile-goto-error): Use next-error-internal.
3279
3280 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * speedbar.el: Remove RCS tag.
3283 (speedbar-check-read-only): Handle non-existent files.
3284
3285 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3286
3287 * info.el (Info-speedbar-hierarchy-buttons)
3288 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3289
3290 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3291
3292 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3293 Do not match newline.
3294 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3295 (bibtex-summary): Remove unnecessary save-excursion.
3296 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3297
3298 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3299
3300 * term/mac-win.el: Add charset info for "iso10646-1".
3301 Modify default fontset to use ATSUI-compatible fonts for some charsets
3302 if available.
3303
3304 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * speedbar.el: Re-apply arch tag.
3307 (speedbar-version): Rename to version 1.0. Suggested by Eric
3308 M. Ludlam.
3309 Reapply two changes from Emacs CVS' version of speedbar lost
3310 during the merge:
3311 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3312 (speedbar-frame-parameters): Improve customize type.
3313
3314 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3317 (ange-ftp-file-directory-p): Fix the symlink case.
3318 (ange-ftp-insert-directory): When listing a single file, get a list of
3319 the parent buffer and extract the relevant line. Inspired from a patch
3320 by Katsumi Yamaoka <yamaoka@jpl.org>.
3321 (ange-ftp-file-name-sans-versions): Simplify.
3322
3323 2005-09-30 Bill Wohler <wohler@newt.com>
3324
3325 Move MH-E image files from toolbar and mail directories into
3326 etc/images.
3327
3328 * mail/reply2.*: Move to etc/images/mail/reply*.
3329
3330 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3331 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3332 etc/images.
3333
3334 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3335 * toolbar/reply*: Move to etc/images/mail.
3336
3337 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3338
3339 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3340
3341 * speedbar.el: New version 1.0pre3.
3342
3343 Frame management code (including timer, and mouse click specifics)
3344 moved to dframe.el:
3345 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3346 (speedbar-timer): Removed. Use dframe-timer.
3347 (speedbar-close-frame): Removed. Use dframe-close-frame.
3348 (speedbar-activity-change-focus-flag): Removed. Use
3349 dframe-activity-change-focus-flag.
3350 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3351 dframe-update-speed.
3352
3353 (speedbar-current-frame): New macro. Use this instead of the
3354 variable speedbar-frame.
3355
3356 (speedbar-use-images, speedbar-expand-image-button-alist)
3357 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3358
3359 (speedbar-find-image-on-load-path): Removed. Replaced by
3360 defezimage in ezimage.el.
3361 (speedbar-expand-image-button-alist): Removed. Replaced by
3362 ezimage-expand-image-button-alist in ezimage.el.
3363
3364 (speedbar-ignored-directory-regexp)
3365 (speedbar-add-ignored-directory-regexp)
3366 (speedbar-ignored-directory-expressions)
3367 (speedbar-line-directory, speedbar-buffers-line-directory)
3368 (speedbar-directory-line, speedbar-buffers-line-directory):
3369 Renamed, replacing `path' with `directory'.
3370
3371 (speedbar-create-directory, speedbar-expand-line-descendants)
3372 (speedbar-toggle-line-expansion)
3373 (speedbar-contract-line-descendants): New commands.
3374
3375 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3376 (speedbar-use-tool-tips-flag): New options.
3377
3378 (speedbar-check-read-only, speedbar-require-version)
3379 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3380 (speedbar-handle-delete-frame, speedbar-try-completion)
3381 (speedbar-update-localized-contents): New functions.
3382
3383 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3384 (speedbar-object-read-only-indicator): New variables.
3385
3386 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3387 New hooks.
3388
3389 (speedbar-separator-face): New face.
3390
3391 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3392 (speedbar-ignored-modes): Add fundamental-mode.
3393 (speedbar-directory-unshown-regexp): Add . directories.
3394
3395 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3396 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3397 `]' for full expand/close.
3398 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3399
3400 (speedbar-check-vc): Support hidden files.
3401 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3402 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3403 state is nil, it is not checked out.
3404
3405 (speedbar-line-text, speedbar-line-token): Support expand buttons
3406 with no text.
3407 (speedbar-refresh): Universal argument acts as power-click.
3408 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3409 that buffer to get variable values.
3410
3411 And many other bugfixes.
3412
3413 * dframe.el, ezimage.el, sb-image.el: New files.
3414
3415 * sb-*.xpm: Remove files. New image files installed into
3416 etc/images/ezimage.
3417
3418 2005-09-30 Kenichi Handa <handa@m17n.org>
3419
3420 * ps-mule.el (ps-mule-show-warning): If a character is in
3421 ps-print-translation-table, don't treat it as non-printable.
3422
3423 2005-09-30 David Ponce <david@dponce.com>
3424
3425 * tree-widget.el (tree-widget-themes-load-path): New variable.
3426 (tree-widget-themes-directory): Doc fix.
3427 (tree-widget-image-formats) [Emacs]: Doc fix.
3428 (tree-widget--locate-sub-directory): New function.
3429 (tree-widget-themes-directory): Use it.
3430
3431 * recentf.el (recentf-filename-handlers): Rename from
3432 `recentf-filename-handler'. Allow a list of functions.
3433 (recentf-menu-items-for-commands): Fix :help strings.
3434 (recentf-apply-filename-handlers): New function.
3435 (recentf-expand-file-name): Use it.
3436 (recentf-cleanup): Remove duplicates too.
3437
3438 2005-09-29 Juri Linkov <juri@jurta.org>
3439
3440 * faces.el: Rearrange face definitions to be in the same order as
3441 their face descriptions in "(emacs)Standard Faces".
3442
3443 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3444
3445 * tooltip.el (tooltip): Add group `basic-faces'.
3446
3447 * buff-menu.el (Buffer-menu-buffer): Remove group
3448 `font-lock-highlighting-faces'.
3449
3450 * progmodes/compile.el (compilation-error, compilation-warning)
3451 (compilation-info, compilation-line-number, compilation-column-number):
3452 Change group from `font-lock-highlighting-faces' to `compilation'.
3453
3454 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3455 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3456 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3457 (vhdl-font-lock-reserved-words-face)
3458 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3459 `font-lock-highlighting-faces'.
3460
3461 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3462
3463 2005-09-28 Kim F. Storm <storm@cua.dk>
3464
3465 * emulation/cua-base.el: Set CUA move property on additional commands:
3466 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3467 forward-sexp, backward-sexp, forward-list, backward-list.
3468
3469 2005-09-28 Romain Francoise <romain@orebokech.com>
3470
3471 * comint.el (comint-show-output): Really set point at the
3472 beginning of the output when not using `comint-use-prompt-regexp'.
3473
3474 2005-09-27 Jay Belanger <belanger@truman.edu>
3475
3476 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3477 in TeX mode.
3478
3479 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * textmodes/org.el (org-table-sum): Fix format string.
3482
3483 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3484 Quote face names.
3485
3486 2005-09-26 Romain Francoise <romain@orebokech.com>
3487
3488 * isearch.el (isearch-forward-regexp): Close doc string.
3489
3490 2005-09-25 Richard M. Stallman <rms@gnu.org>
3491
3492 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3493
3494 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3495
3496 * progmodes/compile.el (compilation-error-properties):
3497 When getting the file from the previous error message,
3498 correctly decode the new data format.
3499
3500 * progmodes/cc-cmds.el (c-electric-paren):
3501 Call old-blink-paren only for close-paren.
3502
3503 2005-09-24 Andreas Schwab <schwab@suse.de>
3504
3505 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3506 condition.
3507
3508 2005-09-25 Romain Francoise <romain@orebokech.com>
3509
3510 * dired-aux.el (dired-copy-file-recursive):
3511 * dired.el (dired-delete-file):
3512 * ediff-mult.el (ediff-dir-diff-copy-file):
3513 * ediff-util.el (ediff-test-save-region):
3514 * forms.el (forms-mode):
3515 * ido.el (ido-file-internal, ido-delete-file-at-head):
3516 * log-edit.el (log-edit-done):
3517 * ses.el (ses-yank-resize):
3518 * play/gomoku.el (gomoku-human-plays, gomoku)
3519 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3520 (gomoku-offer-a-draw):
3521 * play/landmark.el (lm-human-resigns, lm):
3522 * net/eudcb-ldap.el (eudc-ldap-check-base):
3523 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3524 * progmodes/ebrowse.el (ebrowse-find-pattern):
3525 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3526 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3527 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3528
3529 * vc.el (vc-delete-file):
3530 * play/gomoku.el (gomoku-terminate-game, gomoku)
3531 (gomoku-prompt-for-move, gomoku-human-takes-back):
3532 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3533 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3534
3535 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3536
3537 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3538 color rxvt terminals by using the code xterm.el used to use before
3539 2005-04-09 in order to match the colors used by rxvt.
3540
3541 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3542
3543 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3544 colors rxvt-unicode terminals by using the same code as xterm.el.
3545
3546 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3549 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3550 new symbol used for the tex-verbatim face.
3551
3552 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3553
3554 * woman.el (woman-file-name):
3555 * wid-edit.el (widget-file-prompt-value)
3556 (widget-coding-system-prompt-value):
3557 * w32-fns.el (set-w32-system-coding-system):
3558 * vc.el (vc-version-diff, vc-annotate):
3559 * textmodes/reftex-auc.el (reftex-arg-cite)
3560 (reftex-arg-index-tag):
3561 * textmodes/refer.el (refer-get-bib-files):
3562 * textmodes/artist.el (artist-figlet-choose-font):
3563 * terminal.el (terminal-emulator):
3564 * replace.el (occur-read-primary-args):
3565 * rect.el (string-rectangle, string-insert-rectangle):
3566 * ps-print.el (ps-print-preprint):
3567 * progmodes/pascal.el (pascal-goto-defun):
3568 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3569 * progmodes/compile.el (compilation-find-file):
3570 * printing.el (pr-interactive-n-up):
3571 * play/animate.el (animate-birthday-present):
3572 * net/rcompile.el (remote-compile):
3573 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3574 * mail/rmailsum.el (rmail-summary-search-backward)
3575 (rmail-summary-search):
3576 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3577 (rmail-output-read-file-name):
3578 * mail/rmail.el (rmail-search, rmail-search-backwards):
3579 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3580 * locate.el (locate):
3581 * international/quail.el (quail-show-keyboard-layout):
3582 * international/mule.el (set-buffer-file-coding-system)
3583 (revert-buffer-with-coding-system, set-file-name-coding-system)
3584 (set-terminal-coding-system, set-keyboard-coding-system)
3585 (set-next-selection-coding-system):
3586 * international/mule-diag.el (describe-coding-system)
3587 (describe-font, describe-fontset):
3588 * international/mule-cmds.el (universal-coding-system-argument)
3589 (search-unencodable-char, describe-input-method)
3590 (set-language-environment, describe-language-environment):
3591 * international/codepage.el (codepage-setup):
3592 * international/code-pages.el (codepage-setup):
3593 * info.el (Info-search, Info-follow-reference)
3594 (Info-search-backward):
3595 * emacs-lisp/advice.el (ad-read-advised-function)
3596 (ad-read-advice-class, ad-clear-cache, ad-activate)
3597 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3598 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3599 (ad-read-regexp):
3600 * ediff-util.el (ediff-toggle-regexp-match):
3601 * ediff-ptch.el (ediff-prompt-for-patch-file):
3602 * dired-aux.el (dired-diff):
3603 * diff.el (diff):
3604 * cus-edit.el (custom-variable-prompt):
3605 * calendar/timeclock.el (timeclock-ask-for-project):
3606 * calc/calcalg3.el (calc-get-fit-variables):
3607 * calc/calc-store.el (calc-edit-variable)
3608 (calc-permanent-variable):
3609 * vc-mcvs.el (vc-mcvs-register):
3610 * shadowfile.el (shadow-define-literal-group):
3611 * woman.el (woman-file-name):
3612 * vc.el (vc-version-diff, vc-merge):
3613 * textmodes/reftex-index.el (reftex-index-complete-tag):
3614 * format.el (format-decode-buffer, format-decode-region):
3615 * emulation/viper-cmd.el (viper-read-string-with-history):
3616 * emacs-lisp/debug.el (cancel-debug-on-entry):
3617 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3618 * ediff.el (ediff-merge-revisions)
3619 (ediff-merge-revisions-with-ancestor, ediff-revision):
3620 * completion.el (interactive-completion-string-reader):
3621 * calc/calc-prog.el (calc-user-define-formula):
3622 Follow convention for reading with the minibuffer.
3623
3624 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3625
3626 * progmodes/python.el (python-describe-symbol): Add globals() and
3627 locals() to the arguments of emacs.ehelp.
3628
3629 2005-09-24 Magnus Henoch <mange@freemail.hu>
3630
3631 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3632 New function, code extracted from ispell-valid-dictionary-list.
3633 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3634 Call it.
3635
3636 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3637
3638 * subr.el (version-regexp-alist): Extend valid syntax for version
3639 strings: allow any of the characters -,_,+ to separate the
3640 alpha/beta/rc part from the version part. Doc fix.
3641 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3642
3643 2005-09-23 David Reitter <david.reitter@gmail.com>
3644
3645 * mail/mailclient.el: New file.
3646
3647 2005-09-23 Richard M. Stallman <rms@gnu.org>
3648
3649 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3650 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3651 Doc fixes.
3652
3653 * progmodes/cc-mode.el (c-font-lock-init):
3654 Specify font-lock-lines-before.
3655
3656 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3659 whole conflict.
3660
3661 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3662
3663 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3664 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3665 of `remap' feature when available. Additional key bindings for
3666 better tty support.
3667 (org-mode-restart, org-force-self-insert): New commands.
3668 (org-time-stamp-inactive): New command.
3669 (org-remap): New function.
3670 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3671 (org-enable-fixed-width-editor): Move to `org-structure'
3672 customization group.
3673 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3674 blank field after field motion commands.
3675
3676 2005-09-23 Kenichi Handa <handa@m17n.org>
3677
3678 * international/mule-cmds.el (set-language-environment):
3679 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3680 have to call utf-translate-cjk-load-tables.
3681
3682 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * mouse.el (mouse-move-drag-overlay): Fix last change.
3685
3686 2005-09-22 David Ponce <david@dponce.com>
3687
3688 * tree-widget.el (tree-widget-value-create): Fix previous change.
3689
3690 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3691
3692 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3693
3694 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * mouse.el (mouse-move-drag-overlay): New function.
3697 (mouse-drag-region-1): Use it.
3698 Try to simplify a bit the state handling. Handle clicks on links
3699 inside intangible areas.
3700 (mouse-save-then-kill): Minor simplification.
3701 (mouse-secondary-overlay): Make it always non-nil instead of
3702 recreating it each time.
3703 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3704 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3705 Simplify accordingly.
3706
3707 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3708
3709 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3710
3711 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3712
3713 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3714 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3715 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3716 to patch.
3717
3718 * ediff-util.el: Use insert-buffer-substring.
3719
3720 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3721
3722 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3723 field boundaries in the minibuffer.
3724 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3725 (viper-minibuffer-post-command-hook): New hook.
3726 (viper-line): Don't move cursor at bolp.
3727
3728 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3729
3730 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3731 avoid compiler warnings.
3732
3733 * emulation/viper-macs.el (ex-map): Better messages.
3734
3735 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3736
3737 * emulation/viper.el: Replace make-variable-buffer-local with
3738 viper-make-variable-buffer-local everywhere, to avoid warnings.
3739
3740 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3743 Delete unused var `old-selected-window'.
3744 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3745 (mouse-drag-secondary): Delete unused var `start-frame'.
3746
3747 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3748
3749 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3750
3751 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3754 Re-indent within 80 columns. Use inhibit-read-only.
3755
3756 2005-09-19 Romain Francoise <romain@orebokech.com>
3757
3758 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3759
3760 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3763 unconditionally, since the after-change-function already did it.
3764
3765 2005-09-19 Miles Bader <miles@gnu.org>
3766
3767 * net/newsticker.el: Get rid of CVS keyword.
3768
3769 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3770
3771 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3772 The prompt is formatted later.
3773
3774 2005-09-19 David Ponce <david@dponce.com>
3775
3776 * tree-widget.el (tree-widget-value-create): Save the converted
3777 tree :node widget.
3778
3779 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3782 variable `message'.
3783
3784 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3787 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3788 <slawomir.nowaczyk.847@student.lu.se>.
3789
3790 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * image.el (image-load-path): Use symbol `data-directory' instead
3793 of its value, for backward compatibility with packages that bind
3794 it during `find-image'. Suggested by Katsumi Yamaoka.
3795 (image-search-load-path): Handle symbols whose values are strings.
3796
3797 2005-09-18 Romain Francoise <romain@orebokech.com>
3798
3799 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3800 with-current-buffer form in save-excursion.
3801
3802 2005-09-18 D Goel <deego@gnufans.org>
3803
3804 * apropos.el (apropos-command): Fix `message' call: first arg
3805 should be a format spec. In this and all other cases that appear
3806 below and elsewhere in the source code, I made a change only when
3807 two conditions were satisfied: [1] I can think of a possibility
3808 that the arguments would cause an error, for example, the code in
3809 question relies on external variables such as filenames. [2] I
3810 was sure that the arg to `message' could not have been nil in the code.
3811
3812 * textmodes/tildify.el (tildify-region): Ditto.
3813
3814 * textmodes/reftex-index.el (reftex-index-change-entry)
3815 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3816 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3817 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3818 (org-priority, org-table-sum):
3819 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3820 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3821 (flyspell-word, flyspell-display-next-corrections):
3822 * textmodes/bibtex.el (bibtex-print-help-message):
3823 * textmodes/artist.el (artist-key-set-point-poly):
3824 * term/mac-win.el (mac-services-insert-text):
3825 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3826 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3827 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3828 (vhdl-compose-configuration):
3829 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3830 (sh-set-indent, sh-learn-line-indent):
3831 * progmodes/ps-mode.el (ps-mode-target-column):
3832 * progmodes/idlwave.el (idlwave-make-tags)
3833 (idlwave-scan-library-catalogs):
3834 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3835 * progmodes/gud.el (gud-jdb-analyze-source):
3836 * progmodes/flymake.el (flymake-log):
3837 * progmodes/ebnf2ps.el (ebnf-generate-region):
3838 * progmodes/cmacexp.el (c-macro-expansion):
3839 * progmodes/ada-xref.el (ada-treat-cmd-string):
3840 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3841 (ada-justified-indent-current, ada-batch-reformat):
3842 * play/zone.el (zone):
3843 * play/landmark.el (lm-move):
3844 * play/decipher.el (decipher-show-alphabet):
3845 * net/newsticker.el (newsticker--display-jump)
3846 (newsticker--display-scroll):
3847 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3848 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3849 * mail/feedmail.el (feedmail-dump-message-to-queue):
3850 * eshell/esh-proc.el (eshell-remove-process-entry):
3851 * emulation/ws-mode.el (ws-last-error):
3852 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3853 (viper-record-kbd-macro):
3854 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3855 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3856 * emacs-lisp/find-func.el (find-function-noselect):
3857 * calendar/timeclock.el (timeclock-status-string)
3858 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3859 (timeclock-when-to-leave-string):
3860 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3861 * calc/calc-units.el (calc-enter-units-table):
3862 * calc/calc-mode.el (calc-mode-record-mode):
3863 * woman.el (woman-mini-help):
3864 * wdired.el (wdired-change-to-wdired-mode):
3865 * vc.el (vc-retrieve-snapshot):
3866 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3867 * startup.el (display-startup-echo-area-message):
3868 * simple.el (set-goal-column):
3869 * ses.el (ses-command-hook, ses-recalculate-cell):
3870 * server.el (server-process-filter):
3871 * printing.el (pr-interface-txt-print, pr-interface-printify)
3872 (pr-interface-ps):
3873 * pcvs.el (cvs-help):
3874 * log-edit.el (log-edit, log-edit-mode-help):
3875 * iswitchb.el (iswitchb-possible-new-buffer):
3876 * isearch.el (isearch-edit-string):
3877 * image-mode.el (image-mode, image-minor-mode):
3878 * ibuf-macs.el (define-ibuffer-filter):
3879 * hi-lock.el (hi-lock-find-patterns):
3880 * files.el (toggle-read-only):
3881 * ediff-util.el (ediff-copy-diff)
3882 (ediff-write-merge-buffer-and-maybe-kill):
3883 * echistory.el (Electric-history-undefined):
3884 * dnd.el (dnd-insert-text):
3885 * dired-aux.el (dired-query):
3886 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3887 * bookmark.el (bookmark-bmenu-locate):
3888 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3889 Fix `message' calls to ensure first arg is a format string.
3890 The change was made only when these two conditions were satisfied:
3891 [1] when there is a possibility that the arguments would cause an error
3892 for example, if the code in question relies on external variables
3893 such as filenames, and
3894 [2] if the arg to `message' could not have been nil in the code.
3895
3896 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3897 Not having a %s would be weird, though not technically wrong.
3898
3899 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3900
3901 * term/mac-win.el (mac-add-charset-info): Doc fix.
3902
3903 2005-09-17 Romain Francoise <romain@orebokech.com>
3904
3905 * shell.el (shell-resync-dirs): Handle echoing processes more
3906 reliably. Don't insert resync command if `comint-process-echoes'
3907 is non-nil.
3908
3909 2005-09-17 Magnus Henoch <mange@freemail.hu>
3910
3911 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3912 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3913 aspell versions >= 0.60.
3914 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3915 only if ispell-aspell-supports-utf8 is non-nil.
3916
3917 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3918
3919 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3920 buffer-local value to lisp-indent-function.
3921
3922 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3923
3924 * progmodes/glasses.el (glasses-make-readable): If
3925 glasses-separator differs from underscore, put appropriate
3926 overlays over underscore characters.
3927 (glasses-convert-to-unreadable): If glasses-separator differs from
3928 underscore, try to convert glasses-separator characters to
3929 underscores.
3930
3931 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3934 Use with-syntax-table and dolist.
3935
3936 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3937
3938 * textmodes/reftex-auc.el:
3939 * textmodes/reftex-cite.el:
3940 * textmodes/reftex-dcr.el:
3941 * textmodes/reftex-global.el:
3942 * textmodes/reftex-parse.el:
3943 * textmodes/reftex-ref.el:
3944 * textmodes/reftex-sel.el:
3945 * textmodes/reftex-toc.el:
3946 * textmodes/reftex-vars.el:
3947 * textmodes/reftex.el: Small changes to remove compiler warnings.
3948
3949 * textmodes/reftex-index.el: Likewise.
3950 (reftex-query-index-phrase): More efficient use of markers.
3951
3952 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * image.el (image-load-path): New variable.
3955 (image-search-load-path): New function.
3956 (find-image): Search for images in `image-load-path'.
3957
3958 2005-09-15 Richard M. Stallman <rms@gnu.org>
3959
3960 * follow.el: Change Maintainer field.
3961
3962 2005-09-15 David Ponce <david@dponce.com>
3963
3964 * recentf.el (recentf-save-file-modes): New option.
3965 (recentf-save-list): Use it.
3966
3967 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3968
3969 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3970 (mode-line-mule-info, mode-line-modified): Move bindings from
3971 mouse-3 to mouse-1.
3972
3973 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * simple.el (sendmail-user-agent-compose): Revert last change.
3976
3977 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3980 Use with-current-buffer.
3981 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3982 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3983 (ange-ftp-insert-directory): Remove unused var `short'.
3984 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3985
3986 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3987 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3988
3989 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3990 (check-calendar-holidays, diary-list-entries): Autoload.
3991 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3992 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3993
3994 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3995 which mistakenly removed a call to display-buffer.
3996
3997 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3998
3999 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4000
4001 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4002
4003 * progmodes/hideshow.el
4004 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4005 (hs-allow-nesting): New user var.
4006 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4007 (hs-hide-block-at-point): When nesting allowed,
4008 if there is already an overlay in place, delete it.
4009 (hs-safety-is-job-n): Delete func; remove call sites.
4010 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4011 (hs-overlay-at): New func.
4012 (hs-already-hidden-p, hs-show-block): Use it.
4013 (hs-hide-all): Don't pre-clean if nesting allowed.
4014 (hs-show-all): Temporarily disallow
4015 nesting around call to `hs-discard-overlays'.
4016
4017 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4020 Delete unused local var.
4021
4022 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * help-fns.el (describe-categories): "?\ " -> "?\s".
4025 (help-do-arg-highlight): Recognize also ARG-n, as in
4026 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4027
4028 * international/codepage.el (dos-unsupported-char-glyph):
4029 * net/newsticker.el (tool-bar-map, w3-mode-map)
4030 (w3m-minor-mode-map):
4031 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4032 (ent-alist):
4033 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4034
4035 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * custom.el (custom-push-theme): Handle the case where a symbol is
4038 bound but face properties have not yet been assigned.
4039
4040 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4041 Fix behavior if noerase is `t' and there is no mail buffer.
4042
4043 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4044 if `continue' is nil, rather than signal an error.
4045
4046 2005-09-12 Richard M. Stallman <rms@gnu.org>
4047
4048 * font-lock.el (font-lock-keywords): Add autoload.
4049
4050 * help-fns.el (describe-variable): Rearrange to put source link
4051 in a predictable place.
4052
4053 * net/newsticker.el: New file.
4054
4055 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4058 (calendar-basic-setup): Use the new nil arg.
4059 (number-of-diary-entries): Move to diary-lib.el.
4060
4061 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4062 (diary-list-entries): Use with-syntax-table and dolist.
4063 Rename from list-diary-entries.
4064 Use number-of-diary-entries if `number' is nil.
4065 (diary, diary-view-entries): Use this new name and new nil arg value.
4066 (number-of-diary-entries): Move from calendar.el.
4067 (diary-unhide-everything): New function.
4068 (include-other-diary-files, fancy-diary-display)
4069 (diary-show-all-entries, make-diary-entry): Use it.
4070 (diary-mail-entries): Use buffer-string.
4071 (mark-diary-entries): Fix long standing paren typo.
4072 (diary-sexp-entry): Use count-lines.
4073 (make-diary-entry): Avoid `previous-line'.
4074 (diary-mode-map): New var.
4075 (diary-mode): Redraw cal after saving. Setup header-line.
4076 (fancy-diary-display-mode): Use local-set-key.
4077
4078 * startup.el (command-line): Try calling various terminal-init-foo-bar
4079 functions by stripping hyphenated suffixes from $TERM.
4080
4081 * files.el (normal-mode): Check boundness of font-lock-keywords.
4082
4083 2005-09-12 Richard M. Stallman <rms@gnu.org>
4084
4085 * progmodes/compile.el: Don't decide a file's directory
4086 until the user actually tries to go there.
4087 (compilation-next-error-function):
4088 Pass compilation-find-file the directory from the file-struct.
4089 (compilation-internal-error-properties): Separate local FILE-STRUCT
4090 from FILE. Doc the args better. Rename arg FMT to FMTS.
4091 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4092 Expand it, and if nil, use default-directory.
4093 (compilation-get-file-structure): Don't mix specified directory
4094 with default directory. Put specified directory into
4095 file-struct. Don't make the file name absolute.
4096
4097 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4098 (compile-command): Add autoload.
4099 (compilation-disable-input): Add autoload.
4100
4101 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4102
4103 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4104 strings of the variables it can override.
4105 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4106 %Q and %q, for fully-qualified domain name and unqualified host name.
4107
4108 2005-09-11 Kim F. Storm <storm@cua.dk>
4109
4110 * emacs-lisp/authors.el (authors-aliases): Update list.
4111 (authors-fixed-entries): Update mldrag.el entry.
4112
4113 2005-09-10 Alan Mackenzie <acm@muc.de>
4114
4115 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4116 from the region narrowed to.
4117
4118 2005-09-10 Magnus Henoch <mange@freemail.hu>
4119
4120 * textmodes/ispell.el (ispell-check-version): Signal an error if
4121 aspell version is less than 0.60.
4122
4123 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4124
4125 * progmodes/octave-inf.el (inferior-octave-startup):
4126 Resync current dir at the end.
4127
4128 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4129
4130 * woman.el (woman-topic-at-point-default):
4131 Rename to woman-use-topic-at-point-default.
4132 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4133 (woman-file-name): Reflect renames above. Automatically use the
4134 word at point as topic if woman-use-topic-at-point is non-nil.
4135 Otherwise offer it as default but don't insert it in the
4136 minibuffer. Also use `test-completion' instead of `assoc' as
4137 suggested by Stefan Monnier.
4138
4139 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4140
4141 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4142 the attempt to do it over Tramp. This is not yet supported.
4143
4144 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4145
4146 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4147 (menu-bar-non-minibuffer-window-p): New functions.
4148 ("Split Window", "Save As..."): Use them.
4149 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4150 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4151 Use menu-bar-menu-frame-live-and-visible-p.
4152 ("Save Buffer", "Insert File", "Open Directory...")
4153 ("Open File...", "Visit New File..."):
4154 Use menu-bar-non-minibuffer-window-p.
4155 (kill-this-buffer-enabled-p, dired <menu-enable>):
4156 Use menu-bar-non-minibuffer-window-p.
4157
4158 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4159
4160 * cus-start.el (all): Don't complain about fringe-related
4161 built-ins if fringes are not supported. Ditto about
4162 selection-related built-ins. Fix the test for GTK-related built-ins.
4163
4164 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4165 ("Postscript Print Buffer", "Print Region", "Save As...")
4166 ("Save", "Insert File...", "Open Directory...")
4167 ("Open File...", "Visit New File..."")
4168 ("Truncate Long Lines in this Buffer"): Don't look at
4169 menu-updating-frame if this display does not support multiple frames.
4170
4171 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4172
4173 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4174
4175 2005-09-09 Emilio Lopes <eclig@gmx.net>
4176
4177 * woman.el: Format- and whitespace-related changes.
4178
4179 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4180
4181 * woman.el: Fix my email address.
4182
4183 2005-09-08 Richard M. Stallman <rms@gnu.org>
4184
4185 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4186 (sh-mode): Locally set skeleton-pair-default-alist.
4187
4188 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4189
4190 * progmodes/flymake.el: Require `compile' unconditionally.
4191
4192 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4193
4194 * woman.el (woman-file-name): Provide a default, not initial input.
4195
4196 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4197
4198 * font-lock.el (font-lock-support-mode): Doc fix.
4199
4200 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4201
4202 2005-09-08 Richard M. Stallman <rms@gnu.org>
4203
4204 * simple.el (blink-matching-open): Get rid of text props from
4205 the string shown in echo area. Don't permanently set point.
4206 Some rearrangements.
4207
4208 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4209
4210 * recentf.el (recentf-filename-handler): Add custom choice
4211 `abbreviate-file-name'.
4212
4213 * msb.el (msb--very-many-menus): Fix typo.
4214
4215 * disp-table.el (standard-display-european): Don't set
4216 enable-multibyte-characters to nil.
4217
4218 2005-09-08 David Ponce <david@dponce.com>
4219
4220 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4221 (recentf-expand-file-name): Doc fix.
4222 (recentf-dialog-mode-map): Define digit shortcuts.
4223 (recentf--files-with-key): New variable.
4224 (recentf-show-digit-shortcut-filter): New function.
4225 (recentf-open-files-items): New function.
4226 (recentf-open-files): Use it.
4227 (recentf-open-file-with-key): New command.
4228
4229 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4232 Suggested by Kim F. Storm.
4233 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4234 (Buffer-menu-make-sort-button): Use global keymap.
4235
4236 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4239 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4240 necessary any longer with the remapped command.
4241 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4242 formatting time only.
4243
4244 * net/tramp.el (tramp-action-password)
4245 (tramp-multi-action-password): Compile the password prompt from
4246 `method', `user' and `host'. Sometimes it isn't obvious which
4247 password to enter, for example with remote files offered by
4248 recentf.el, or with multiple steps. Suggested by Robert Marshall
4249 <robert@chezmarshall.freeserve.co.uk>.
4250
4251 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4254 Fix regexp for when "s///" is at the beginning of line.
4255
4256 2005-09-07 Jay Belanger <belanger@truman.edu>
4257
4258 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4259 when in matrix mode.
4260
4261 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4264 non-anonymous functions.
4265
4266 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4269 when using a header line. Otherwise, use mouse-1-click-follows-link.
4270
4271 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4272 can't be moved; don't signal an error.
4273
4274 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * cus-theme.el (custom-theme-write-faces): Save the current face
4277 spec, not the defface spec.
4278
4279 * custom.el (custom-known-themes): Clarify meaning of "standard".
4280 (custom-push-theme): Save old values in the standard theme.
4281 (disable-theme): Correct typo.
4282 (custom-face-theme-value) Deleted unused function.
4283 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4284
4285 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * progmodes/compile.el (compilation-goto-locus): Take into account
4288 iconified frames when determining whether the buffer is
4289 already visible.
4290 Don't reset window height if the window already existed.
4291
4292 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * custom.el (load-theme): Rename from require-theme.
4295 Add interactive spec.
4296 (enable-theme): Rename from custom-enable-theme.
4297 Add interactive spec.
4298 (disable-theme): Rename from custom-disable-theme.
4299 Add interactive spec.
4300 (custom-make-theme-feature): Doc fix.
4301 (custom-theme-directory): Doc fix.
4302 (provide-theme): Call enable-theme.
4303
4304 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * obsolete/lazy-lock.el (lazy-lock-mode):
4307 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4308 font-lock-mode if it's off. Print a warning instead.
4309
4310 * progmodes/compile.el (compilation-start): Ignore errors if the
4311 process died before we get to send-eof.
4312
4313 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4314 Undo last change. Enclosing the result in quotes broke things on Unix
4315 since tex-send-command passes it through shell-quote-argument.
4316 (tex-send-command): Pass `file' through convert-standard-filename
4317 when possible.
4318 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4319 info in a transcript.
4320
4321 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4322
4323 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4324 fix compilation warning. Reorder the key definitions to group
4325 together keys emitted by the current version of xterm.
4326
4327 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4328 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4329 Reorder predicates to correct min-color usage.
4330
4331 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4334 Kill local variables when longlines-mode is turned off.
4335
4336 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4339
4340 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4341
4342 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4343
4344 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4345 (font-lock-lines-before): Change default to being inactive.
4346 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4347 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4348
4349 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4350
4351 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4352 Deactivate temporarily advice if active (not needed for Emacs 22,
4353 but for backwards compatibility).
4354 (tramp-exists-file-name-handler): Rewrite. First implementation
4355 was too simple.
4356 (tramp-advice-make-auto-save-file-name):
4357 Call `tramp-handle-make-auto-save-file-name' (again, just for
4358 backwards compatibility).
4359
4360 2005-08-31 Reto Zimmermann <reto@gnu.org>
4361
4362 * progmodes/vhdl-mode.el
4363 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4364 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4365 (vhdl-set-default-project): New function (easier setting of default).
4366 (vhdl-port-copy): Handle extended identifiers for generics.
4367 (vhdl-compiler-alist): Better description for error message regexp.
4368 (vhdl-make): Query for target, use previous as default.
4369 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4370 (vhdl-font-lock-keywords-2): Fix fontification for record
4371 el. assign.
4372 (vhdl-speedbar-make-subpack-line): Add package body link.
4373 (vhdl-generate-makefile-1): Not include itself as dependency.
4374 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4375 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4376 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4377 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4378 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4379 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4380 (vhdl-import-project): Add string argument for `error'.
4381 (vhdl-compose-configuration)
4382 (vhdl-compose-configuration-architecture): Add configuration
4383 declaration generation.
4384 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4385 (vhdl-trailer-re): Add "record" keyword (better indentation).
4386 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4387 "[^ \t-\"]+".
4388 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4389 (vhdl-testbench-entity-file-name)
4390 (vhdl-testbench-architecture-file-name): Allow separate
4391 customization of testbench file names.
4392 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4393 (vhdl-get-visible-signals): Allow newline within alias declaration.
4394 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4395 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4396 (member-ignore-case): Alias for missing function in XEmacs.
4397 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4398 (vhdl-update-sensitivity-list): Ignore case on read signals.
4399 (vhdl-replace-string): Adjust case only for file names.
4400 (vhdl-update-sensitivity-list): Fix search for read signals.
4401 (vhdl-update-sensitivity-list): Exclude formal parameters.
4402 (vhdl-get-visible-signals): Include aliases of signals.
4403 (vhdl-get-visible-signals): Fix signal name searching.
4404 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4405 (vhdl-fixup-whitespace-region): Fix for character
4406 literals (e.g. ':').
4407
4408 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * ansi-color.el (comint-last-output-start):
4411 * bs.el (font-lock-verbose):
4412 * diff-mode.el (add-log-buffer-file-name-function):
4413 * dired-x.el (vm-folder-directory):
4414 * faces.el (help-xref-stack-item):
4415 * files.el (font-lock-keywords):
4416 * find-lisp.el (dired-buffers, dired-subdir-alist):
4417 * ido.el (cua-inhibit-cua-keys):
4418 * log-view.el (cvs-minor-wrap-function):
4419 * outline.el (font-lock-warning-face):
4420 * simple.el (compilation-current-error):
4421 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4422 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4423 * tooltip.el (comint-prompt-regexp):
4424 * w32-fns.el (explicit-shell-file-name):
4425 * term/mac-win.el (mac-charset-info-alist)
4426 (mac-services-selection, mac-system-script-code):
4427 * term/tty-colors.el (msdos-color-values):
4428 * term/w32-win.el (xlfd-regexp-registry-subnum):
4429 * term/x-win.el (x-keysym-table, x-selection-timeout)
4430 (x-session-id, x-session-previous-id):
4431 * textmodes/ispell.el (mail-yank-prefix):
4432 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4433 * textmodes/org.el (calc-embedded-close-formula)
4434 (calc-embedded-open-formula)
4435 (font-lock-unfontify-region-function):
4436 * textmodes/reftex-global.el (isearch-next-buffer-function)
4437 (TeX-master):
4438 * textmodes/reftex.el (font-lock-keywords):
4439 * textmodes/tex-mode.el (font-lock-comment-face)
4440 (font-lock-doc-face):
4441 * textmodes/texinfo.el (outline-heading-alist):
4442 Add defvars.
4443
4444 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4445 (artist-spray-chars, artist-mode-init, artist-replace-string)
4446 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4447 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4448 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4449
4450 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4451 (conf-align-assignments): "?\ " -> "?\s".
4452
4453 * textmodes/reftex-index.el (TeX-master): Add defvar.
4454 (reftex-index-phrases-marker): Move up defvar.
4455
4456 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4457 (reftex-toc-include-labels-indicator)
4458 (reftex-toc-include-index-indicator)
4459 (reftex-toc-max-level-indicator): Move up declarations.
4460
4461 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4462 of args to `tramp-run-real-handler', even if it's empty in this case.
4463
4464 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4465
4466 * dired.el (dired-move-to-filename-regexp): Add date format for
4467 Mac OS X 10.3 in East Asian locales.
4468
4469 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4470
4471 * files.el (make-auto-save-file-name): Add file name handler call
4472 if applicable.
4473
4474 * net/tramp.el (tramp-file-name-handler-alist)
4475 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4476 (tramp-handle-make-auto-save-file-name): Rename from
4477 `tramp-make-auto-save-file-name'.
4478 (tramp-exists-file-name-handler): New defun.
4479 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4480 `make-auto-save-file-name' is not a magic file name operation.
4481
4482 2005-08-30 Richard M. Stallman <rms@gnu.org>
4483
4484 * files.el (risky-local-variable-p):
4485 Match `-predicates' and `-commands.
4486
4487 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4488 (custom-save-all): Visit the file if necessary;
4489 kill the buffer if we created it.
4490 (custom-save-delete): Don't visit file or kill buffer here.
4491
4492 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4493
4494 * textmodes/org.el (org-special-keyword): New face.
4495 (org-table-copy-down, org-table-eval-formula)
4496 (org-table-recalculate, org-init-section-numbers):
4497 Use `string-to-number' instead of `string-to-int'.
4498 (org-get-location): Use `insert-buffer-substring' instead of
4499 `insert-buffer'.
4500 (org-modify-diary-entry-string): New function.
4501 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4502 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4503 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4504 active region.
4505 (org-export-as-html): Handle QUOTE keyword.
4506 (org-quote-string): New option.
4507 (org-bookmark-jump-unhide): New function, used for
4508 `bookmark-after-jump-hook'.
4509 (org-diary-default-entry): Apply only when not called through
4510 `org-agenda'.
4511
4512 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * net/eudc.el (mode-popup-menu):
4515 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4516 * progmodes/ada-mode.el (compile-auto-highlight)
4517 (skeleton-further-elements):
4518 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4519 * progmodes/cmacexp.el (msdos-shells):
4520 * progmodes/compile.el (font-lock-extra-managed-props)
4521 (font-lock-keywords, font-lock-maximum-size)
4522 (font-lock-support-mode):
4523 * progmodes/grep.el (font-lock-lines-before):
4524 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4525 * progmodes/mixal-mode.el (compile-command):
4526 * progmodes/perl-mode.el (font-lock-comment-face)
4527 (font-lock-doc-face, font-lock-string-face):
4528 * progmodes/prolog.el (comint-prompt-regexp):
4529 * progmodes/sh-script.el (font-lock-comment-face)
4530 (font-lock-set-defaults, font-lock-string-face):
4531 * progmodes/sql.el (font-lock-keyword-face)
4532 (font-lock-set-defaults, font-lock-string-face):
4533 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4534 (itimer-version, lazy-lock-defer-contextually)
4535 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4536 Add defvars.
4537
4538 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4539 (cperl-electric-keyword, cperl-electric-pod)
4540 (cperl-electric-backspace, cperl-forward-re)
4541 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4542 (vc-rcs-header, vc-sccs-header): Add defvars.
4543
4544 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4545 (font-lock-syntactic-keywords, gud-find-expr-function):
4546 Add defvars.
4547
4548 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4549 (gdb-frame-parameters): Declare before use.
4550
4551 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4552 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4553 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4554 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4555
4556 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4557 (idlwave-help-with-source): Use `insert-buffer-substring', not
4558 `insert-buffer'.
4559
4560 2005-08-29 Juri Linkov <juri@jurta.org>
4561
4562 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4563 Put outline-back-to-heading function call inside save-excursion.
4564
4565 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4566
4567 * man.el (Man-init-defvars, Man-translate-references)
4568 (Man-support-local-filenames, Man-highlight-references):
4569 * progmodes/sql.el (sql-interactive-mode):
4570 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4571
4572 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4573 (compilation-mode-font-lock-keywords): Add defvars.
4574 (checkdoc-interactive-loop): "?\ " -> "?\s".
4575
4576 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4577 (font-lock-doc-face, font-lock-string-face)
4578 (font-lock-keywords-case-fold-search): Add defvars.
4579 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4580
4581 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4582 Don't pass X and Y (they are ignored anyway).
4583 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4584 (mouse-delete-window): Make arguments optional.
4585
4586 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4587 (caesar-translate-table, minor-modes, news-buffer-save)
4588 (news-group-name, news-minor-modes): Add defvars.
4589
4590 * emacs-lisp/lselect.el (mouse-highlight-priority)
4591 (x-lost-selection-functions, zmacs-regions):
4592 * emacs-lisp/pp.el (font-lock-verbose):
4593 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4594 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4595 (ses-mode-map):
4596 * emacs-lisp/tcover-unsafep.el (safe-functions):
4597 * international/mule-cmds.el (mac-system-coding-system)
4598 (mac-system-locale):
4599 * language/ethio-util.el (rmail-current-message)
4600 (rmail-message-vector):
4601 * language/thai-util.el (thai-auto-composition-mode):
4602 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4603 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4604 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4605 (vm-primary-inbox, vm-spool-files):
4606 * mail/rmail.el (deleted-head, font-lock-fontified)
4607 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4608 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4609 (total-messages):
4610 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4611 (rmail-summary-mode-map):
4612 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4613 (rmail-last-label, rmail-last-multi-labels)
4614 (rmail-summary-vector, rmail-total-messages):
4615 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4616 * mail/rmailsum.el (msgnum):
4617 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4618 (rmail-current-message):
4619 * obsolete/fast-lock.el (font-lock-face-list):
4620 * obsolete/rnewspost.el (mail-reply-buffer):
4621 * obsolete/scribe.el (compile-command):
4622 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4623
4624 2005-08-28 John Paul Wallington <jpw@gnu.org>
4625
4626 * ibuf-ext.el (ibuffer-auto-update-changed):
4627 Use `frame-or-buffer-changed-p' to check whether we need to update.
4628 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4629 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4630 as a `frame-or-buffer-changed-p' state vector instead.
4631
4632 2005-08-27 Romain Francoise <romain@orebokech.com>
4633
4634 * textmodes/makeinfo.el (makeinfo-compile):
4635 Use `compilation-start'. Set `next-error-function' according to
4636 `disable-errors'.
4637 (makeinfo-next-error): New function.
4638 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4639 (makeinfo-buffer): Likewise.
4640
4641 * progmodes/compile.el (compilation-start): Add autoload cookie.
4642
4643 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4644 * textmodes/sgml-mode.el: Likewise.
4645 * progmodes/python.el: Likewise.
4646
4647 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4648
4649 * simple.el (blink-matching-paren-distance): Document the meaning
4650 of nil value, and allow to customize to nil.
4651
4652 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4653 command.com, not command.exe.
4654
4655 2005-08-26 John Wiegley <johnw@newartisans.com>
4656
4657 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4658 code around a bit so that an extraneous nil argument is not added
4659 to a command when no args are given.
4660
4661 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4662 double-quoted argument resolves to nil, return it as an empty
4663 string rather than as nil. This made it impossible to pass "" to
4664 a shell script as a null string argument.
4665
4666 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * outline.el (outline-invent-heading): New fun.
4669 (outline-promote, outline-demote): Use it.
4670 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4671 (outline-end-of-subtree): Remove unused var `opoint'.
4672
4673 2005-08-26 David Reitter <david.reitter@gmail.com>
4674
4675 * menu-bar.el (truncate-lines, write-file, print-buffer)
4676 (ps-print-buffer-faces, ps-print-buffer, split-window):
4677 Disable menu items when the frame they refer to is invisible, or when
4678 they refer to a buffer and the minibuffer is selected.
4679
4680 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4681
4682 * progmodes/flymake.el (flymake-highlight-err-lines):
4683 Use save-excursion around flymake-highlight-line to preserve point.
4684
4685 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4686
4687 * progmodes/octave-mod.el: Change Author and Maintainer address.
4688 (octave-maintainer-address): Change Kurt's email address.
4689 * progmodes/octave-inf.el: Change Author and Maintainer address.
4690 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4691
4692 2005-08-26 Kim F. Storm <storm@cua.dk>
4693
4694 * subr.el (version-list-<, version-list-<=, version-list-=):
4695 Renamed from integer-list-*.
4696 (version-list-not-zero): Likewise. Fix while loop.
4697 (version=): Use version-list-= instead of string-equal.
4698
4699 2005-08-26 Richard M. Stallman <rms@gnu.org>
4700
4701 * outline.el (outline-promote): Try shortening the heading.
4702 As last resort, read the heading to use.
4703 (outline-demote): As last resort, read the heading to use.
4704
4705 2005-08-26 Romain Francoise <romain@orebokech.com>
4706
4707 * progmodes/compile.el (compilation-start): Doc fix.
4708
4709 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4710 (antlr-font-lock-additional-keywords): Fix reference to
4711 `antlr-font-lock-literal-regexp' erroneously changed during the
4712 mass face rename.
4713 (antlr-run-tool): Use `compilation-start'.
4714
4715 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4716 instead of the obsolete `compile-internal'.
4717
4718 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4719
4720 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4721 (number, original-date):
4722 * calendar/cal-china.el (date):
4723 * calendar/cal-coptic.el (date):
4724 * calendar/cal-french.el (date):
4725 * calendar/cal-hebrew.el (date, entry, number, original-date):
4726 * calendar/cal-islam.el (date, number, original-date):
4727 * calendar/cal-iso.el (date):
4728 * calendar/cal-julian.el (date):
4729 * calendar/cal-mayan.el (date):
4730 * calendar/cal-menu.el (date, event):
4731 * calendar/cal-persia.el (date):
4732 * calendar/lunar.el (date):
4733 * calendar/solar.el (date): Add defvars.
4734
4735 * emerge.el:
4736 * ibuffer.el:
4737 * info-xref.el:
4738 * obsolete/bg-mouse.el:
4739 * obsolete/sun-curs.el:
4740 * obsolete/swedish.el: Move the `defvar's to the top level.
4741
4742 * smerge-mode.el (smerge-refined-change): Add :group.
4743
4744 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4747 (smerge-keep-n): Remove props.
4748 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4749 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4750 now that it's done in smerge-keep-n.
4751 (smerge-refined-change): New face.
4752 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4753 (smerge-refine): New funs.
4754 (smerge-basic-map): Bind smerge-refine.
4755
4756 2005-08-25 Juri Linkov <juri@jurta.org>
4757
4758 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4759 compilation-process-setup-function and compilation-disable-input
4760 in grep-mode instead of let-bindings in grep.
4761
4762 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4763 Delete "Automatic File De/compression" (auto-compression-mode).
4764
4765 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4768 Silence warning about non-existent variable.
4769
4770 2005-08-25 Richard M. Stallman <rms@gnu.org>
4771
4772 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4773 Rename "Describe Key" to "Describe Key or Mouse Operation".
4774
4775 * mail/mailalias.el (build-mail-aliases): Delete comments
4776 from the contents before processing them.
4777
4778 * isearch.el (isearch-edit-string): Erase the Search prompt
4779 if user enters an empty string and there is no default.
4780
4781 * comint.el (comint-file-name-prefix): Add autoload.
4782
4783 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4784
4785 * subr.el (play-sound): Rearrange to avoid warning.
4786
4787 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4788
4789 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4790 New hook.
4791 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4792
4793 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4796
4797 * custom.el (custom-theme-set-variables): Sort minor modes last.
4798
4799 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4800
4801 * subr.el (version-separator, version-regexp-alist): New vars used by
4802 version comparison funs.
4803 (integer-list-<, integer-list-=, integer-list-<=)
4804 (integer-list-not-zero): New funs for integer list comparison.
4805 (version-to-list, version=, version<, version<=): New funs for version
4806 comparison.
4807
4808 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4811 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4812 time to silence the byte-compiler.
4813
4814 * ibuffer.el (ibuffer-compile-make-eliding-form)
4815 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4816 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4817 so it's silly to get warnings for it).
4818 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4819 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4820 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4821 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4822 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4823 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4824 Defvar at compile time.
4825 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4826 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4827 Declare them before use.
4828
4829 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4830 (info-xref-good, info-xref-bad): Defvar at compile time.
4831
4832 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4833 Use `let*' instead of `let'.
4834
4835 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4836 (*mouse-y*, menu, char): Defvar at compile time.
4837 (sc::menu): Declare it before use.
4838 (sc::pack-one-line): Use `let', not `let*'.
4839
4840 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4841 (mail-send-hook): Defvar at compile time.
4842
4843 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4844 Defvar at compile time.
4845
4846 * term/sun-mouse.el (current-global-mousemap)
4847 (current-local-mousemap): Declare them before use.
4848
4849 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4850
4851 * bookmark.el (bookmark-after-jump-hook): New hook.
4852 (bookmark-jump): Run `bookmark-after-jump-hook'.
4853
4854 2005-08-23 Juri Linkov <juri@jurta.org>
4855
4856 * faces.el (minibuffer-prompt): Doc fix.
4857
4858 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * progmodes/xscheme.el: Trivial changes to silence warnings.
4861 (xscheme-previous-mode, xscheme-previous-process-state):
4862 Add defvars.
4863 (xscheme-last-input-end, xscheme-process-command-line)
4864 (xscheme-process-name, xscheme-buffer-name)
4865 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4866 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4867 (xscheme-control-g-synchronization-p)
4868 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4869 (default-xscheme-runlight, xscheme-runlight)
4870 (xscheme-runlight-string, xscheme-process-filter-state)
4871 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4872 Move to beginning of file.
4873 (scheme-interaction-mode-commands-alist)
4874 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4875 Declare them before use. Note: the initialization code for the variables
4876 has not been moved because it uses functions that reference the variables.
4877 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4878 (xscheme-prompt-for-expression-map): Declare them before use.
4879 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4880
4881 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4882
4883 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4884
4885 2005-08-22 Juri Linkov <juri@jurta.org>
4886
4887 * faces.el (set-face-underline): Delete this duplicate function
4888 and make an obsolete alias to set-face-underline-p.
4889 (set-face-underline-p): Use docstring of set-face-underline.
4890 (describe-face): Create hyperlink to parent face.
4891
4892 * info.el (Info-insert-dir): Use save-excursion around
4893 insert-buffer-substring.
4894 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4895 (Info-escape-percent): Delete function.
4896 (Info-fontify-node): Replace Info-escape-percent by
4897 replace-regexp-in-string with REP arg set to lambda that
4898 duplicates `%' and preserves text properties.
4899
4900 * progmodes/compile.el (compilation-disable-input): Doc fix.
4901 (define-compilation-mode): Doc fix and refill.
4902 (kill-compilation): Use `mode-name' in the error message.
4903 (compilation-find-file): Use `compilation-error' in the
4904 read-file-name's prompt.
4905
4906 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4909 (smerge-auto-leave): Make undo re-enable the mode.
4910 (debug-ignored-errors): Add the user-error of impossible resolution.
4911 (smerge-resolve): Move things around a bit, in preparation for later.
4912 (smerge-diff): Don't fail if the buffer has no associated file.
4913 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4914 (smerge-conflict-overlay): New function.
4915 (smerge-match-conflict): Don't add text properties here.
4916 (smerge-find-conflict): Instead, add an overlay here.
4917 Also check for the case where we're inside a conflict already, so as to
4918 obviate the need for font-lock-multiline, which is unbearably slow with
4919 large conflicts and ciomplex font-lock patterns.
4920 (smerge-remove-props): Remove overlay rather than text-properties.
4921 (smerge-mode): Don't set font-lock-multiline.
4922 Remove overlays when turned off.
4923
4924 2005-08-21 Kim F. Storm <storm@cua.dk>
4925
4926 * ido.el (ido-ignore-item-p): Use save-match-data.
4927 Bind case-fold-search to ido-case-fold locally.
4928
4929 2005-08-20 Richard M. Stallman <rms@gnu.org>
4930
4931 * files.el (normal-mode): If font lock is on, turn it off and on.
4932
4933 * subr.el (replace-regexp-in-string): Doc fix.
4934
4935 * startup.el (command-line-1): Don't suppress startup screen
4936 due to existing processes.
4937
4938 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4939
4940 * progmodes/compile.el (compilation-disable-input): Default to nil.
4941
4942 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4943
4944 * progmodes/compile.el (compilation-disable-input): New defcustom.
4945 (compilation-start): If compilation-disable-input is non-nil, send
4946 EOF to the compilation process.
4947
4948 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4949
4950 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4951 Run the argument of tex-shell-cd-command through
4952 convert-standard-filename, to get the correct style of slashes on
4953 Windows, and enclose the result in quotes, in case the file name
4954 includes whitespace or other special characters.
4955
4956 2005-08-19 Andreas Schwab <schwab@suse.de>
4957
4958 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4959 process.
4960
4961 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4962
4963 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4964
4965 2005-08-18 Kim F. Storm <storm@cua.dk>
4966
4967 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4968
4969 2005-08-18 Richard M. Stallman <rms@gnu.org>
4970
4971 * scroll-lock.el: New file.
4972
4973 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4974
4975 * dired.el (dired-move-to-end-of-filename):
4976 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4977
4978 2005-08-18 Kim F. Storm <storm@cua.dk>
4979
4980 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4981 rather than toggle mode when custom value is nil.
4982 (ido-everywhere): Fix defun doc string.
4983
4984 2005-08-17 Richard M. Stallman <rms@gnu.org>
4985
4986 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4987 as tag instead of "Inviolable".
4988
4989 2005-08-17 Kim F. Storm <storm@cua.dk>
4990
4991 * windmove.el (windmove-coordinates-of-position): Remove.
4992 (windmove-coordinates-of-window-position): Remove.
4993 (windmove-reference-loc): Use posn-at-point instead.
4994
4995 * subr.el (insert-for-yank-1): Doc fix.
4996
4997 * ido.el (ido-enter-matching-directory): Rename from
4998 ido-enter-single-matching-directory. Change 'slash choice to
4999 'only. Add 'first choice.
5000 (ido-exhibit): Adapt to above changes.
5001
5002 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5003
5004 * Makefile.in: Expand comment about building loaddefs.el.
5005
5006 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5007
5008 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5009 Comment use of defadvice.
5010
5011 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5012
5013 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5014
5015 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5016 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5017 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5018 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5019 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5020 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5021 for backward compatibility for faces that did not appear in the
5022 previous Emacs release.
5023
5024 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5025
5026 2005-08-15 Kim F. Storm <storm@cua.dk>
5027
5028 * emulation/cua-base.el (cua-delete-region): Return t if
5029 deleted region was non-empty.
5030 (cua-replace-region): Inhibit overwrite-mode for
5031 self-insert-command if replaced region was non-empty.
5032 (cua--explicit-region-start, cua--status-string): Make them
5033 buffer-local at top-level...
5034 (cua-mode): ...rather than when mode is enabled.
5035
5036 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5037
5038 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5039 Set t for Emacs 21, 22, and so on.
5040
5041 2005-08-15 David Ponce <david@dponce.com>
5042
5043 * tree-widget.el: Update Commentary header.
5044 (tree-widget-theme): Doc fix.
5045 (tree-widget-space-width): New option.
5046 (tree-widget-image-properties): Look up in the default theme too.
5047 (tree-widget--cursors): Only for images with arrow pointer shape.
5048 (tree-widget-lookup-image): Pointer shape is hand by default.
5049 (tree-widget-icon): Rename generic icon widget from
5050 `tree-widget-control'.
5051 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5052 derive from `tree-widget-icon'.
5053 (tree-widget-handle): Improve default look and feel of the text
5054 representation.
5055 (tree-widget): Rename :*-control properties to :*-icon properties.
5056 Add :action and :help-echo properties.
5057 (tree-widget-after-toggle-functions): Move.
5058 (tree-widget-close-node, tree-widget-open-node): Remove.
5059 (tree-widget-before-create-icon-functions): New hook.
5060 (tree-widget-value-create): Update to allow customization of icons
5061 and nodes at run-time via that new hook.
5062 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5063 (tree-widget-icon-action, tree-widget-icon-help-echo)
5064 (tree-widget-action, tree-widget-help-echo): New functions.
5065
5066 2005-08-15 Kim F. Storm <storm@cua.dk>
5067
5068 * ido.el (ido-buffer-internal): Use with-no-warnings.
5069 (ido-make-merged-file-list): Use while-no-input.
5070
5071 2005-08-15 Richard M. Stallman <rms@gnu.org>
5072
5073 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5074 (flyspell-large-region): Fix doc and custom type.
5075
5076 2005-08-14 Richard M. Stallman <rms@gnu.org>
5077
5078 * files.el (interpreter-mode-alist): Doc fix.
5079
5080 * mail/rmail.el (rmail-nonignored-headers): New variable.
5081 (rmail-clear-headers): Use it.
5082 (rmail-reply): Better handling of mail-followup-to header.
5083
5084 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5085 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5086 don't try to refer to executable-font-lock-keywords.
5087 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5088 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5089 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5090 (sh-mode): Set comment-start-skip, local-abbrev-table,
5091 imenu-case-fold-search.
5092 (sh-set-shell): Don't set them here.
5093 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5094 Don't cache the results in the original alist; don't ever modify
5095 that alist.
5096
5097 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5098
5099 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5100 empty.
5101
5102 2005-08-15 Andreas Schwab <schwab@suse.de>
5103
5104 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5105
5106 * dired.el, info.el, mail/rmail.el: Revert last change.
5107
5108 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5109
5110 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5111 modification in `eval-after-load' form.
5112 * info.el: Likewise.
5113 * mail/rmail.el: Likewise.
5114
5115 2005-08-14 Juri Linkov <juri@jurta.org>
5116
5117 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5118 Remove highlighting of "Compilation started". Highlight only
5119 the word "finished" in "Compilation finished". Add highlighting
5120 of "interrupt", "killed", "terminated" and the exit code.
5121 (compilation-start): Add newline after header. Use exactly the
5122 same time stamp format as the finishing message.
5123 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5124
5125 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5126 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5127 Add highlighting of "interrupt", "killed", "terminated".
5128
5129 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5130 enabled and the current command is self-insert-command, call it
5131 explicitly with overwrite-mode bound to nil, to not allow it
5132 to delete the character after the selected region.
5133
5134 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5135
5136 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5137 move-end-of-line, end-of-line, and beginning-of-line to the list
5138 of commands after which the echo area is updated.
5139
5140 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5141
5142 * cus-edit.el (custom-save-all, custom-save-delete):
5143 Bind recentf-exclude to exclude custom-file.
5144
5145 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5146
5147 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5148 to go to the bottom of the mail message. Added to
5149 `rmail-summary-mode-map' with key "/".
5150 (rmail-summary-show-message): New (internal) function for use by
5151 both `rmail-summary-beginning/end-of-message'.
5152 (rmail-summary-beginning-of-message): Change to use
5153 rmail-summary-show-message.
5154
5155 * mail/rmail.el (rmail-end-of-message): New command to go to the
5156 end of the current message. Added to `rmail-mode-map' with key "/".
5157 (rmail-beginning-of-message): Fix to work as documented.
5158 (rmail-mode): Change documentation.
5159
5160 * progmodes/compile.el (compilation-start): Add the line
5161 "Compilation started" with compilation start time.
5162 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5163
5164 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5165
5166 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5167 of menu items.
5168
5169 2005-08-11 Richard M. Stallman <rms@gnu.org>
5170
5171 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5172
5173 * battery.el (battery-status-function): Don't use ignore-errors.
5174
5175 2005-08-11 Lute Kamstra <lute@gnu.org>
5176
5177 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5178 define-obsolete-variable-alias.
5179
5180 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5183 (ange-ftp-send-cmd): Revert last change, and expand
5184 the comment explaining the problem.
5185
5186 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5187
5188 * ldefs-boot.el: Update.
5189
5190 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5191 item to "Time, Load and Mail". Change help echo text.
5192
5193 * time.el (display-time-use-mail-icon, display-time-format)
5194 (display-time-string-forms): Shorten first line of docstrings.
5195
5196 2005-08-10 Lars Hansen <larsh@soem.dk>
5197
5198 * desktop.el (desktop-buffer-mode-handlers):
5199 Make non-customizable. Add autoload cookie. Change initial value to
5200 nil; add elements in respective modules instead. Fix doc string.
5201 (desktop-load-file): New function.
5202 (desktop-minor-mode-handlers): New autoloaded variable.
5203 (desktop-create-buffer): Call minor mode handlers.
5204 Use desktop-load-file to load major and minor mode modules prior to
5205 checking for a handler.
5206 (desktop-save): Don't add nil to desktop-minor-modes for minor
5207 modes with nil function in desktop-minor-mode-table. Don't delete
5208 desktop file before rewriting it.
5209 (desktop-locals-to-save): Add autoload cookie. Don't make
5210 automatically buffer-local. Add variables column-number-mode,
5211 size-indication-mode, indent-tabs-mode,
5212 indicate-buffer-boundaries, indicate-empty-lines and
5213 show-trailing-whitespace.
5214 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5215 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5216 (desktop-clear-preserve-buffers-regexp): Delete.
5217 (desktop-clear-preserve-buffers): Update initial value and docstring.
5218 (desktop-save-buffer): Fix doc string.
5219
5220 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5221 (hilit-chg-desktop-restore): New function.
5222 (highlight-changes-mode): Add highlight-changes-mode to
5223 desktop-locals-to-save.
5224
5225 * dired.el: Add handler to desktop-buffer-mode-handlers.
5226 (dired-restore-desktop-buffer): Remove autoload cookie.
5227 (dired-mode): Add autoload cookie.
5228
5229 * info.el: Add handler to desktop-buffer-mode-handlers.
5230 (Info-restore-desktop-buffer): Remove autoload cookie.
5231 (Info-mode): Add autoload cookie.
5232
5233 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5234 (mh-restore-desktop-buffer): Remove autoload cookie.
5235 (mh-folder-mode): Add autoload cookie.
5236
5237 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5238 (rmail-restore-desktop-buffer): Remove autoload cookie.
5239
5240 2005-08-11 Masatake YAMATO <jet@gyve.org>
5241
5242 * hexl.el (hexl-address-region):
5243 (hexl-ascii-region, hexl-font-lock-keywords):
5244 (hexl-highlight-line-range): Use the term "region"
5245 instead of "area" for consistency with the other symbols
5246 defined in hexl.el.
5247
5248 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5249
5250 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5251 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5252 out by Juri Linkov). Add `display-battery-mode'.
5253
5254 2005-08-09 Juri Linkov <juri@jurta.org>
5255
5256 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5257 Remove `-text' from face variable names.
5258 (compilation-error-file-name, compilation-warning-file-name)
5259 (compilation-info-file-name): Delete faces.
5260 (compilation-line-number, compilation-column-number):
5261 Remove face underlining.
5262 (compilation-message-face): Set to `underline' value by default.
5263 (compilation-error-face, compilation-warning-face)
5264 (compilation-info-face): Remove `-file-name' from face names.
5265 (compilation-error-text-face, compilation-warning-text-face)
5266 (compilation-info-text-face): Delete face variables.
5267 (compilation-text-face): Delete function.
5268
5269 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5270 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5271 (grep-error-face): Set to `compilation-error' instead of
5272 `compilation-error-face' (which is redefined to `grep-hit-face' in
5273 grep buffers).
5274 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5275 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5276
5277 * dired-aux.el (dired-do-query-replace-regexp):
5278 Use `query-replace-read-args'.
5279
5280 * replace.el (query-replace-read-from, query-replace-read-to)
5281 (query-replace-read-args): Rename arg `string' to `prompt'.
5282
5283 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5284
5285 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5286
5287 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5288 uploading files.
5289 (ange-ftp-canonize-filename): Handle file names beginning with ~
5290 correctly.
5291
5292 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5293
5294 * textmodes/fill.el (canonically-space-region)
5295 (fill-context-prefix, fill-french-nobreak-p)
5296 (fill-delete-newlines, fill-comment-paragraph)
5297 (justify-current-line): "?\ " -> "?\s".
5298
5299 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5300
5301 * textmodes/fill.el (fill-nonuniform-paragraphs):
5302 Improve argument/docstring consistency.
5303
5304 2005-08-09 Richard M. Stallman <rms@gnu.org>
5305
5306 * textmodes/ispell.el (ispell-word): More fboundp checks.
5307
5308 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5309 (find-file-noselect-1): Call it here, only if RAWFILE.
5310 (normal-mode): Always set some major mode.
5311 (save-some-buffers-action-alist): Change some explanation strings.
5312 (file-name-non-special): In the `quote' method, use unwind-protect.
5313
5314 2005-08-09 Magnus Henoch <mange@freemail.hu>
5315
5316 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5317 (ispell-have-aspell-dictionaries): New variable.
5318 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5319 (ispell-get-aspell-config-value): New function.
5320 (ispell-aspell-find-dictionary): New function.
5321 (ispell-aspell-add-aliases): New function.
5322 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5323 appropriate. Don't look for ispell dictionaries if we use aspell.
5324 (ispell-menu-map): Don't build a submenu of dictionaries.
5325
5326 2005-08-09 Richard M. Stallman <rms@gnu.org>
5327
5328 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5329 (sql-read-passwd): Use read-passwd.
5330
5331 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5332 (idlwave-toolbar-is-possible): Add defvars.
5333
5334 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5335 Avoid warnings.
5336
5337 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5338 (idlwave-system-class-info, idlwave-executive-commands-alist):
5339 Use defvar.
5340
5341 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5342
5343 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5344 Avoid warnings.
5345
5346 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5347 and content-type: headers.
5348
5349 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5350
5351 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5352 and rename some of them to be more self-explanatory.
5353
5354 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5355
5356 * startup.el (command-line-1): Implement -scriptload.
5357
5358 * replace.el (occur-engine): Initial *Occur* output not undoable.
5359
5360 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5361 and improve help strings.
5362
5363 * isearch.el (isearch-repeat): When changing direction,
5364 mark search successful.
5365
5366 * ediff-init.el: Use (featurep 'xemacs).
5367
5368 * comint.el (send-invisible): Identify buffer, if not selected.
5369
5370 * align.el: Delete autoload for c-guess-basic-syntax.
5371
5372 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5373
5374 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5375 Improve argument/docstring consistency. Doc fixes.
5376 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5377 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5378 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5379 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5380 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5381 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5382 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5383 Defvar at compile time.
5384
5385 2005-08-09 Juri Linkov <juri@jurta.org>
5386
5387 * info.el: Replace `info' with upper-case `Info' where appropriate.
5388 (info-title-1, info-title-2, info-title-3, info-title-4)
5389 (info-menu-header): Move up face definitions.
5390 (info-menu-star): Rename from `info-menu-5'.
5391 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5392 (Info-fontify-visited-nodes): Fix docstring.
5393 (Info-hide-note-references): Fix docstring.
5394 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5395 menu items in the same way as on cross-references.
5396 (info-apropos): Fix sorting order and formatting to be like in the
5397 stand-alone Info browser. Display error messages for 1 sec.
5398 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5399 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5400 from the menu bar.
5401 (Info-insert-dir): Restore point after calling
5402 `insert-buffer-substring'.
5403
5404 2005-08-08 Richard M. Stallman <rms@gnu.org>
5405
5406 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5407 (recompute-lucid-menubar): Add defvars.
5408
5409 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5410
5411 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5412
5413 * net/net-utils.el (run-dig): Rename from `dig'.
5414
5415 * play/gametree.el (gametree-mode): Use make-local-variable,
5416 not make-variable-buffer-local.
5417
5418 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5419
5420 * ansi-color.el (ansi-color-make-extent)
5421 (ansi-color-set-extent-face): Use fboundp, not functionp.
5422
5423 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5424 not make-variable-buffer-local.
5425
5426 * bookmark.el (Info-current-file): Add defvar.
5427 (bookmark-jump-noselect): Use with-no-warnings.
5428
5429 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5430
5431 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5432
5433 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5434
5435 * find-file.el (ada-procedure-start-regexp)
5436 (ada-package-start-regexp): Add defvars.
5437
5438 * info.el (Info-insert-dir): Use insert-buffer-substring.
5439
5440 * xml.el (xml-att-def-re): Add defvar.
5441
5442 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5443 calling convention.
5444
5445 * subr.el (while-no-input): Return t if there is input.
5446
5447 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5450
5451 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5452
5453 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5454 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5455
5456 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5457
5458 * cmuscheme.el (scheme-start-file): Replace reference to
5459 `user-emacs-directory' by "~/.emacs.d/".
5460
5461 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5462
5463 * info.el (Info-dir-remove-duplicates): Avoid case folding
5464 in loop; instead, keep downcased strings for comparison.
5465 Suggested by Helmut Eller.
5466
5467 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5468
5469 Sync with Tramp 2.0.50.
5470
5471 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5472 XEmacs case; not necessary anymore.
5473 (tramp-user-regexp): Allow "@" as part of user name.
5474 (tramp-handle-set-visited-file-modtime)
5475 (tramp-handle-insert-file-contents)
5476 (tramp-handle-write-region): No special handling for
5477 `last-coding-system-used, because this is done in
5478 `tramp-accept-process-output' now.
5479 (tramp-accept-process-output): New defun.
5480 (tramp-process-one-action, tramp-process-one-multi-action)
5481 (tramp-wait-for-regexp, tramp-wait-for-output)
5482 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5483 Howells <dhowells@redhat.com>.
5484 (clear-visited-file-modtime): Defadvice removed. The check for
5485 unset buffer's modtime does not need to be based on
5486 `tramp-buffer-file-attributes'. Suggested by RMS.
5487 (tramp-message): Insert "\n" if not being at beginning of line.
5488 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5489 sequence with same logic.
5490 (tramp-completion-handle-expand-file-name): Discard call of
5491 `tramp-drop-volume-letter'. It is not necessary, and there have
5492 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5493 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5494 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5495 should always be visible.
5496 (tramp-handle-insert-directory, tramp-setup-complete)
5497 (tramp-set-process-query-on-exit-flag)
5498 (tramp-append-tramp-buffers): Pacify byte-compiler.
5499 (tramp-bug): Delete non-existing variables from list.
5500 Apply `tramp-load-report-modules' as pre-hook.
5501 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5502 `shell-prompt-pattern' because of non-7bit characters.
5503 Reported by Sebastian Luque <sluque@mun.ca>.
5504 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5505 (tramp-match-string-list): Remove function.
5506 (tramp-wait-for-regexp): Remove call of that function.
5507 Suggested by Kim F. Storm <storm@cua.dk>.
5508 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5509 instead of octal character code ?\600. The latter resulted in a
5510 syntax error with XEmacs.
5511
5512 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5513 XEmacs case; not necessary anymore.
5514 (tramp-smb-handle-write-region): No special handling for
5515 `last-coding-system-used, because this is done in
5516 `tramp-accept-process-output' now.
5517 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5518
5519 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5520
5521 * wid-edit.el (widget-choice-value-create):
5522 Unconditionally respect user choice. Set :explicit-choice back to nil
5523 when no longer needed.
5524 (widget-choice-action): Unconditionally respect user choice.
5525 Eliminate :explicit-choice-value.
5526
5527 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5528
5529 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5530 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5531 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5532 running new function `toggle-indicate-empty-lines'.
5533 Rename "Customize" item to "Customize fringe".
5534 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5535 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5536 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5537 Delete "Empty lines only" item.
5538 (menu-bar-showhide-fringe-ind-customize): New function.
5539 (menu-bar-showhide-fringe-ind-mixed)
5540 (menu-bar-showhide-fringe-ind-box)
5541 (menu-bar-showhide-fringe-ind-right)
5542 (menu-bar-showhide-fringe-ind-left)
5543 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5544 instead of `fringe-indicators'.
5545
5546 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5547
5548 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5549 Change the date of last update.
5550
5551 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5552
5553 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5554 (viper-exec-yank, viper-put-back): Don't display modification msg
5555 if in the minibuffer.
5556
5557 * viper-init.el (viper-replace-overlay-cursor-color)
5558 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5559 Make variables frame local.
5560
5561 * viper-util.el (viper-append-filter-alist): Use append instead of
5562 nconc.
5563
5564 * viper.el (viper-vi-state-mode-list)
5565 (viper-emacs-state-mode-list): Move help-mode and
5566 completion-list-mode from the first list to the second.
5567 (viper-mode): Docstring.
5568 (viper-go-away, viper-non-hook-settings): Don't localize
5569 minor-mode-alist in newer Emacsen. Add advice to
5570 set-cursor-color. Don't bind "\C-c\\".
5571
5572 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5573
5574 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5575 (scheme-macro-expand-command): New user options.
5576 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5577 (scheme-form-at-point, scheme-start-file)
5578 (scheme-interactively-start-process): New functions.
5579 (scheme-get-process): New function, extracted from `scheme-proc'.
5580 (run-scheme): Call `scheme-start-file' to get start file, and pass
5581 it to `make-comint'.
5582 (switch-to-scheme, scheme-proc):
5583 Call `scheme-interactively-start-process' if no Scheme buffer/process
5584 is available.
5585
5586 2005-08-06 Juri Linkov <juri@jurta.org>
5587
5588 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5589 Use `compilation-text-face', `compilation-info-text-face' and
5590 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5591 (compilation-error): New face.
5592 (compilation-error-file-name): Inherit from
5593 `compilation-error' instead of `font-lock-warning-face'.
5594 (compilation-warning-file-name): Inherit from
5595 `compilation-warning' instead of `font-lock-warning-face'.
5596 (compilation-info, compilation-error-file-name)
5597 (compilation-warning-file-name, compilation-info-file-name)
5598 (compilation-line-number, compilation-column-number): Doc fix.
5599 (compilation-error-text-face, compilation-warning-text-face)
5600 (compilation-info-text-face): New face variables.
5601 (compilation-line-face, compilation-column-face)
5602 (compilation-enter-directory-face)
5603 (compilation-leave-directory-face): Doc fix.
5604 (compilation-text-face): New function.
5605
5606 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5607 instead of 1 to display binary file names as info file links.
5608 (grep-error-face): Use `compilation-error-face' instead of
5609 `font-lock-keyword-face'.
5610 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5611 and `compilation-warning-text-face' instead of
5612 `font-lock-keyword-face'. Use `compilation-error-text-face'
5613 instead of `grep-error-face'.
5614
5615 2005-08-05 Kenichi Handa <handa@m17n.org>
5616
5617 * international/code-pages.el: Add autoload cookies for all coding
5618 systems.
5619
5620 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5621
5622 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5623
5624 2005-08-04 Juri Linkov <juri@jurta.org>
5625
5626 * progmodes/compile.el (compilation-mode-map):
5627 * progmodes/grep.el (grep-mode-map):
5628 Bind TAB to `compilation-next-error' and [backtab] to
5629 `compilation-previous-error'.
5630
5631 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5632 matching line numbers, column numbers and their ranges with regexp
5633 matching only line numbers.
5634 (grep-context-face): New face variable.
5635 (grep-mode-font-lock-keywords): Use it.
5636
5637 * faces.el (read-face-name): Delete duplicate faces.
5638
5639 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5640
5641 * thumbs.el (thumbs-find-image): Don't make variables
5642 automatically buffer local.
5643 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5644 (thumbs-image-num): Make automatically buffer local.
5645 (thumbs-show-thumbs-list): Use `make-local-variable', not
5646 `make-variable-buffer-local'.
5647 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5648
5649 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5650 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5651 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5652 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5653 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5654 (feelings-about, foullst, found, hello, history, howareyoulst)
5655 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5656 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5657 (neglst, obj, object, owner, please, problems, qlist)
5658 (random-adjective, relation, remlst, repetitive-shortness)
5659 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5660 (shortlst, something, sportslst, stallmanlst, states, subj)
5661 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5662 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5663 Defvar at compile time.
5664
5665 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5666 not `make-variable-buffer-local'.
5667
5668 2005-08-02 Kim F. Storm <storm@cua.dk>
5669
5670 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5671 rectangle overlay in selected window.
5672
5673 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5674
5675 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5676 instead of display group. Make `indicate-buffer-boundaries'
5677 customizable through Custom.
5678
5679 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5682 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5683 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5684 (gdb-put-string): Fix typos in docstrings.
5685
5686 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5687
5688 Update copyright notices of files in progmodes directory for
5689 release of Emacs 22.1.
5690
5691 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5692
5693 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5694 Don't barf if the GUD buffer has been killed.
5695
5696 2005-08-01 Kim F. Storm <storm@cua.dk>
5697
5698 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5699
5700 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * simple.el (next-error-follow-minor-mode):
5703 make-variable-buffer-local -> make-local-variable.
5704
5705 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5706
5707 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5708 (byte-compile-form-make-variable-buffer-local): New functions to warn
5709 about misuses of make-variable-buffer-local where make-local-variable
5710 was meant.
5711
5712 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5713
5714 * bs.el (bs-attributes-list): Doc fix.
5715 (bs): Update url-link.
5716
5717 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5718 (desktop-load-default): Simplify.
5719
5720 * ibuffer.el (ibuffer-columnize-and-insert-list)
5721 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5722 (ibuffer-unmark-all, ibuffer-toggle-marks)
5723 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5724 (ibuffer-compile-make-format-form, ibuffer-format-column)
5725 (ibuffer-current-buffers-with-marks)
5726 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5727 (ibuffer): Doc fix.
5728 (ibuffer-mode): Fix typo in docstring.
5729 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5730 with `define-obsolete-variable-alias'.
5731 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5732
5733 2005-07-29 Kenichi Handa <handa@m17n.org>
5734
5735 * international/mule-cmds.el (select-message-coding-system):
5736 Be sure to use LF for end-of-line. If no coding system is decided,
5737 return iso-8859-1-unix.
5738
5739 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5742 (ange-ftp-pending-error-line): New vars.
5743 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5744 to handle the non-fatal no-route-to-host messages.
5745 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5746
5747 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5748
5749 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5750 (isearch-quote-char, isearch-printing-char)
5751 (isearch-text-char-description): "?\ " -> "?\s".
5752 (isearch-lazy-highlight-cleanup)
5753 (isearch-lazy-highlight-initial-delay)
5754 (isearch-lazy-highlight-interval)
5755 (isearch-lazy-highlight-max-at-a-time)
5756 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5757 Declare with define-obsolete-*-alias macros.
5758 (isearch-forward): Fix typo in docstring.
5759 (search-invisible, search-ring-yank-pointer)
5760 (regexp-search-ring-yank-pointer): Doc fixes.
5761
5762 * recentf.el (recentf-menu-append-commands-p): Declare with
5763 `define-obsolete-variable-alias'.
5764 (recentf-max-saved-items, recentf-menu-filter)
5765 (recentf-arrange-by-rule-subfilter): Doc fixes.
5766 (recentf-menu-append-commands-flag)
5767 (recentf-initialize-file-name-history, recentf-expand-file-name)
5768 (recentf-clear-data): Fix typos in docstrings.
5769
5770 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5771
5772 * progmodes/gdb-ui.el: Smarten comments.
5773 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5774
5775 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5776
5777 * term/apollo.el (terminal-init-apollo): New function containing
5778 all former top level forms in the file.
5779 * term/bobcat.el (terminal-init-bobcat):
5780 * term/cygwin.el (terminal-init-cygwin):
5781 * term/iris-ansi.el (terminal-init-iris-ansi):
5782 * term/linux.el (terminal-init-linux):
5783 * term/news.el (terminal-init-news):
5784 * term/rxvt.el (terminal-init-rxvt):
5785 * term/sun.el (terminal-init-sun):
5786 * term/tvi970.el (terminal-init-tvi970):
5787 * term/vt100.el (terminal-init-vt100):
5788 * term/vt102.el (terminal-init-vt102):
5789 * term/vt125.el (terminal-init-vt125):
5790 * term/vt200.el (terminal-init-vt200):
5791 * term/vt201.el (terminal-init-vt201):
5792 * term/vt220.el (terminal-init-vt220):
5793 * term/vt240.el (terminal-init-vt240):
5794 * term/vt300.el (terminal-init-vt300):
5795 * term/vt320.el (terminal-init-vt320):
5796 * term/vt400.el (terminal-init-vt400):
5797 * term/vt420.el (terminal-init-vt420):
5798 * term/wyse50.el (terminal-init-wyse50):
5799 * term/xterm.el (terminal-init-xterm): Likewise.
5800
5801 * term/README: Describe the terminal-init-* functionality.
5802
5803 * startup.el (command-line): After loading the terminal initialization
5804 file call the corresponding terminal initialization function.
5805
5806 2005-07-27 Kenichi Handa <handa@m17n.org>
5807
5808 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5809 negative.
5810
5811 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5812 (ps-mule-composition-prologue): Fix for the case that
5813 RelativeCompose is false.
5814
5815 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5818
5819 * descr-text.el (describe-char): Handle the case where the list of
5820 chars is displayed in a separate frame.
5821 Be a bit more discriminating when looking for the char.
5822
5823 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * bookmark.el (bookmark-automatically-show-annotations)
5826 (bookmark-read-annotation-text-func): Doc fixes.
5827 (bookmark-save): Improve argument/docstring consistency.
5828 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5829 (bookmark-alist-from-buffer)
5830 (bookmark-upgrade-file-format-from-0)
5831 (bookmark-grok-file-format-version)
5832 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5833 (bookmark-read-annotation-mode)
5834 (bookmark-insert-current-bookmark, bookmark-jump)
5835 (bookmark-exit-hook): Fix typos in docstrings.
5836 (bookmark-exit-hooks): Define as obsolete alias.
5837 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5838 not `bookmark-exit-hooks'. Fix docstring.
5839 (bookmark-bmenu-select): "?\ " -> "?\s".
5840
5841 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5842
5843 * startup.el (command-line): Fix typo.
5844
5845 2005-07-24 Richard M. Stallman <rms@gnu.org>
5846
5847 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5848 not emacs-quick-startup.
5849
5850 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5851
5852 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5853 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5854 instead of `reb-with-current-window'.
5855 (reb-prev-match): Likewise. Also, don't move left if the search
5856 was unsuccessful.
5857 (reb-initialize-buffer): New function.
5858 (re-builder, reb-change-syntax): Use it.
5859
5860 * man.el (Man-goto-page): Make second argument NOERROR optional.
5861
5862 2005-07-23 Richard M. Stallman <rms@gnu.org>
5863
5864 * man.el (Man-bgproc-sentinel): Check here for failure to find
5865 any man page in the output, and report the error here.
5866 (Man-arguments): Make it permanent local.
5867 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5868 (Man-mode): Pass t for NOERROR.
5869
5870 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5871 (grep-mode-font-lock-keywords):
5872 Don't use compilation-...-face for messages that are not file names.
5873
5874 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5875 Don't use compilation-...-face for messages that are not file names.
5876
5877 2005-07-22 Juri Linkov <juri@jurta.org>
5878
5879 * startup.el (normal-splash-screen): Update menu name.
5880
5881 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5882
5883 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5884
5885 * term/xterm.el: Load term/rxvt if the terminal is actually an
5886 rxvt terminal.
5887 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5888
5889 * term/rxvt.el (function-key-map): Use substitute-key-definition
5890 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5891
5892 * term/cygwin.el: New file.
5893
5894 2005-07-22 Kim F. Storm <storm@cua.dk>
5895
5896 * image-file.el (insert-image-file, image-file-yank-handler):
5897 Fix last change to maintain a (unique) yank-handler on yanked images.
5898
5899 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5900
5901 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5902 of the file size (as in "177B" for 177 bytes). This happens with
5903 "ls -lh" on FreeBSD.
5904
5905 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5906
5907 * hilit-chg.el (highlight-changes-global-initial-state)
5908 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5909 (hilit-chg-fixup, highlight-changes-mode):
5910 Fix typos in docstrings.
5911 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5912 Doc fixes.
5913
5914 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5917 mode function using `eval-after-load'.
5918
5919 2005-07-21 Kim F. Storm <storm@cua.dk>
5920
5921 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5922 included when reporting an emacs crash, and tell about the DEBUG file.
5923
5924 * image-file.el (insert-image-file): Add yank-handler.
5925 (image-file-yank-handler): Yank handler to make unique copies of
5926 images when they are yanked into a buffer next to each other.
5927
5928 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * comint.el (comint-use-prompt-regexp, comint-send-input)
5931 (comint-source-default, comint-extract-string)
5932 (comint-get-source, comint-word, comint-completion)
5933 (comint-source, comint-prompt-read-only, comint-update-fence):
5934 Fix typos in docstrings.
5935 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5936 Declare with define-obsolete-*-alias macros.
5937 (comint-previous-matching-input-from-input)
5938 (comint-next-matching-input-from-input)
5939 (comint-previous-matching-input, comint-next-matching-input)
5940 (comint-forward-matching-input):
5941 Improve argument/docstring consistency.
5942
5943 * desktop.el (desktop-clear-preserve-buffers-regexp):
5944 Also preserve the *server* buffer.
5945
5946 * simple.el (clone-indirect-buffer): Doc fix.
5947 (fixup-whitespace, just-one-space)
5948 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5949 (next-error, next-error-highlight)
5950 (next-error-highlight-no-select, next-error-last-buffer)
5951 (next-error-buffer-p, next-error-find-buffer, next-error)
5952 (previous-error, next-error-no-select, previous-error-no-select)
5953 (open-line, split-line, minibuffer-prompt-width, kill-new)
5954 (binary-overwrite-mode): Fix typos in docstrings.
5955 (set-fill-column): Fix typo in message.
5956
5957 * skeleton.el (skeleton-proxy-new): Doc fix.
5958
5959 * strokes.el (strokes-load-hook): Doc fix.
5960 (strokes-grid-resolution, strokes-get-grid-position)
5961 (strokes-renormalize-to-grid, strokes-read-stroke)
5962 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5963 (strokes-global-map): Fix typos in docstrings.
5964 (strokes-help): Doc fix. Fix help message and pass it through
5965 `substitute-command-keys'.
5966
5967 * tempo.el (tempo-insert-prompt, tempo-interactive)
5968 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5969 (tempo-insert-string-functions, tempo-local-tags)
5970 (tempo-define-template, tempo-insert-template)
5971 (tempo-insert-prompt-compat, tempo-is-user-element)
5972 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5973 Fix typos in docstrings.
5974
5975 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5976 (vcursor-key-bindings, vcursor-use-vcursor-map)
5977 (vcursor-find-window, vcursor-scroll-down)
5978 (vcursor-disable, vcursor-beginning-of-buffer)
5979 (vcursor-end-of-buffer): Fix typos in docstrings.
5980 (vcursor-relative-move, vcursor-get-char-count):
5981 Improve argument/docstring consistency.
5982
5983 * version.el: "?\ " -> "?\s".
5984
5985 * wid-edit.el (widget-default-create, widget-after-change)
5986 (widget-default-format-handler, widget-checklist-add-item)
5987 (widget-radio-add-item, widget-choose, widget-specify-secret)
5988 (widget-field-value-create, widget-field-value-get)
5989 (widget-editable-list-format-handler)
5990 (widget-editable-list-entry-create, widget-group-value-create)
5991 (widget-documentation-link-add)
5992 (widget-documentation-string-value-create): "?\ " -> "?\s".
5993 (widget-convert-text): Doc fix.
5994 (widget-narrow-to-field, widget-field-find)
5995 (widget-url-link-action, widget-emacs-library-link-action)
5996 (widget-color-notify): Fix typos in docstrings.
5997
5998 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5999 (x-select-text, set-w32-system-coding-system)
6000 (w32-add-charset-info): Fix typos in docstrings.
6001
6002 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6003 (cua-enable-cua-keys, cua-use-hyper-key)
6004 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6005 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6006
6007 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6008
6009 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6010 `defalias' instead of faking it.
6011
6012 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6013 (eshell-ls-missing, eshell-ls-dired-initial-args)
6014 (eshell-ls-use-in-dired): Fix typos in docstrings.
6015
6016 2005-07-20 Kim F. Storm <storm@cua.dk>
6017
6018 * emulation/cua-base.el (cua-mode): Improve doc string.
6019
6020 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6021
6022 * abbrev.el (expand-region-abbrevs): Doc fix.
6023 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6024 Improve argument/docstring consistency.
6025
6026 * arc-mode.el (archive-get-descr, archive-alternate-display):
6027 Doc fixes.
6028 (archive-l-e): Improve argument/docstring consistency.
6029 (archive-tmpdir, archive-unixdate, archive-unixtime)
6030 (archive-chmod-entry): Fix typos in docstrings.
6031 (archive-unflag, archive-unflag-backwards)
6032 (archive-unmark-all-files): "?\ " -> "?\s".
6033
6034 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6035 (Buffer-menu-not-modified, Buffer-menu-execute)
6036 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6037 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6038
6039 * composite.el (compose-string, encode-composition-rule)
6040 (compose-last-chars): Fix typos in docstrings.
6041
6042 * desktop.el (desktop-enable, desktop-basefilename):
6043 Declare with `define-obsolete-variable-alias'.
6044 (desktop-internal-v2s): Don't quote keywords.
6045 (desktop-clear): "?\ " -> "?\s".
6046
6047 * dired.el (dired-align-file, dired-flag-backup-files)
6048 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6049 (dired-listing-switches, dired-ls-F-marks-symlinks)
6050 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6051 (dired-directory, dired-faces, dired, dired-revert)
6052 (dired-mode, dired-summary, dired-view-file)
6053 (dired-copy-filename-as-kill, dired-delete-file)
6054 (dired-no-confirm, dired-unmark-all-marks)
6055 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6056 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6057 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6058 Fix typos in message strings.
6059
6060 * dired-x.el (virtual-dired): Declare with `defalias'.
6061 (dired-mark-unmarked-files, dired-local-variables-file)
6062 (dired-omit-here-always): Doc fix.
6063 (dired-omit-mode, dired-find-subdir)
6064 (dired-enable-local-variables, dired-clean-up-buffers-too)
6065 (dired-extra-startup, dired-mark-extension, dired-jump)
6066 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6067 (dired-smart-shell-command, dired-guess-shell-alist-user)
6068 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6069 (dired-x-bind-find-file, dired-x-submit-report):
6070 Fix typos in docstrings.
6071 (dired-mark-unmarked-files): "?\ " -> "?\s".
6072
6073 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6074
6075 * faces.el (describe-face): "?\ " -> "?\s".
6076 (read-all-face-attributes, read-face-font, modify-face)
6077 (face-attr-construct, italic): Fix typos in docstrings.
6078 (frame-update-face-colors): Declare with
6079 `define-obsolete-function-alias'.
6080
6081 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6082 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6083 (magic-mode-alist, buffer-file-numbers-unique)
6084 (write-file-functions, get-free-disk-space):
6085 Fix typos in docstrings.
6086 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6087 (write-contents-hooks, write-file-hooks):
6088 Declare with `define-obsolete-variable-alias'.
6089
6090 * forms-d2.el (arch-rj): Fix typo in docstrings.
6091 (arch-tocol): Likewise. "?\ " -> "?\s".
6092
6093 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6094 Fix typo in docstring.
6095 (set-screen-width, set-screen-height): Delete redundant info in
6096 doctrings.
6097 (new-frame, screen-height, screen-width): Declare with
6098 `define-obsolete-function-alias'.
6099 (delete-frame-hook, blink-cursor): Declare with
6100 `define-obsolete-variable-alias'.
6101
6102 * paths.el (prune-directory-list): Fix typos in docstring.
6103
6104 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6105 (cvs-prefix-get): Fix typos in docstrings.
6106
6107 * ps-print.el (ps-extend-face-list, ps-extend-face)
6108 (ps-print-background-image): Fix typos in docstrings.
6109 (ps-default-fg, ps-default-bg): Doc fixes.
6110
6111 * s-region.el (s-region-bind): Doc fix.
6112 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6113
6114 * textmodes/org.el (org-table-formula-substitute-names)
6115 (org-table-get-vertical-vector): Doc fixes.
6116 (org-table-recalculate): Remove unused argument to `message'.
6117
6118 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6119
6120 * textmodes/org.el (org-table-column-names)
6121 (org-table-column-name-regexp)
6122 (org-table-named-field-locations): New variables.
6123 (org-archive-subtree): Protect `this-command' when calling
6124 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6125 the kill buffer.
6126 (org-complete): Remove fixed-formula completion.
6127 (org-edit-formulas-map): New variable.
6128 (org-table-edit-formulas): New command.
6129 (org-finish-edit-formulas, org-abort-edit-formulas)
6130 (org-show-variable, org-table-get-vertical-vector): New functions.
6131 (org-table-maybe-eval-formula): Handle `:=' fields.
6132 (org-table-get-stored-formulas, org-table-store-formulas)
6133 (org-table-get-formula, org-table-modify-formulas)
6134 (org-table-replace-in-formulas): Handle named field formulas.
6135 (org-table-get-specials): Store locations of named fields.
6136
6137 2005-07-19 Juri Linkov <juri@jurta.org>
6138
6139 * progmodes/grep.el (grep-regexp-alist)
6140 (grep-mode-font-lock-keywords, grep-process-setup):
6141 Use default GNU grep match color "01;31m" instead of "01;41m".
6142 (grep-regexp-alist, grep-mode-font-lock-keywords):
6143 Use `\\[[0-9]*m' instead of `\\[00m'.
6144 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6145 sgr_start where its handling is more important. Use the real
6146 length of sgr_start instead of constant 8.
6147 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6148 specially. Delete all remaining escape sequences.
6149 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6150 (grep-regexp-alist): Make hyperlink only for binary file name
6151 instead of the whole line.
6152 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6153 (grep-mode): Add autoload.
6154
6155 * emacs-lisp/find-func.el (find-function-regexp):
6156 Add `define-compilation-mode'.
6157
6158 2005-07-19 Juri Linkov <juri@jurta.org>
6159
6160 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6161 (compare-windows-sync-string-size, compare-windows-recenter)
6162 (compare-windows-highlight, compare-windows): Add version 22.1.
6163 (compare-windows) <defface>: Inherit from lazy-highlight instead
6164 of duplicating its default value.
6165
6166 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6167 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6168
6169 * descr-text.el (describe-char): Create link buttons for `charset'
6170 and `code point'. Add the current input method name with a link
6171 button to `to input' field. Print face names of display table
6172 characters in `The display table entry is displayed by' section
6173 instead of printing face-id in the `display' field.
6174 Guess hardcoded faces and create a link button for them.
6175 Skip empty fields when calculating max-width.
6176 Treat `widget-create' specially while inserting strings from the
6177 collected field list.
6178 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6179
6180 * diff-mode.el (diff-file-header): Change foreground color from
6181 yellow to green on light backgrounds.
6182 (diff-context): Inherit from `shadow' only for color/grayscale
6183 with more than 88 colors.
6184 (diff-indicator-removed, diff-indicator-added)
6185 (diff-indicator-changed): New faces.
6186 (diff-font-lock-keywords): Use new faces. Regroup rules.
6187 Add "^---$" for `normal' diff format. Fontify `#' lines with
6188 font-lock-comment-delimiter-face and font-lock-comment-face.
6189 Add `#' to ^[^...] in the rule for `diff-context-face'.
6190
6191 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6192 a button-like box. Inherit from `highlight' on low colors.
6193 (shadow): Use shades of gray only for color/grayscale with
6194 more than 88 colors. Use green for light backgrounds with
6195 8 colors, and yellow for dark backgrounds with 8 colors.
6196
6197 * font-lock.el (font-lock-regexp-grouping-backslash):
6198 Don't inherit from escape-glyph (use bold for all cases).
6199
6200 * info.el (info-xref-visited): Use light foreground color `violet'
6201 for dark backgrounds instead of dark color `magenta3'.
6202 (info-title-1): Use `yellow' color for dark backgrounds.
6203
6204 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6205 too-light magenta2.
6206
6207 * replace.el (match): Use slightly more light RoyalBlue3 instead
6208 of dark RoyalBlue4.
6209
6210 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6211
6212 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6213
6214 * novice.el (disabled-command-hook): Declare it with
6215 `define-obsolete-variable-alias'.
6216
6217 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6218 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6219 (desktop-load-default): Add release to obsolescence info.
6220 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6221 (desktop-append-buffer-args, desktop-read):
6222 Fix typos in docstrings.
6223 (desktop-kill): Fix typo in message.
6224 (desktop-save): Doc fix.
6225
6226 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6227
6228 * viper-cmd.el (viper-escape-to-state): Bug fix.
6229 (viper-envelop-ESC-key): Change the definition of fast
6230 keysequence so it'll work with keyboard macros.
6231
6232 * ediff.el (ediff-patch-buffer): Change the docstring.
6233
6234 2005-07-19 Kenichi Handa <handa@m17n.org>
6235
6236 * international/mule-cmds.el (select-safe-coding-system): Try to
6237 use an auto-coding (if any) before anything else. If the found
6238 auto-coding is invalid, show a warning message.
6239
6240 * international/mule.el (find-auto-coding): New function created
6241 by modifying the body of set-auto-coding.
6242 (set-auto-coding): Use find-auto-coding to find a coding.
6243
6244 2005-07-18 Richard M. Stallman <rms@gnu.org>
6245
6246 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6247 not isearch-mode-end-hook-error.
6248 (allout-before-change-protect): Fix error message.
6249
6250 2005-07-18 Juri Linkov <juri@jurta.org>
6251
6252 * allout.el (allout-mode):
6253 * calculator.el (calculator-copy):
6254 * custom.el (custom-known-themes):
6255 * dired.el (dired-desktop-buffer-misc-data)
6256 (dired-restore-desktop-buffer):
6257 * dired-x.el (dired-omit-marker-char):
6258 * files.el (basic-save-buffer):
6259 * font-core.el (font-lock-mode):
6260 * calendar/calendar.el (calendar-goto-hebrew-date)
6261 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6262 (calendar-goto-persian-date):
6263 * language/ethio-util.el (ethio-sera-to-fidel-region):
6264 * textmodes/picture.el (picture-mode):
6265 Delete duplicate duplicate words.
6266
6267 2005-07-18 Juri Linkov <juri@jurta.org>
6268
6269 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6270 chars * ? } |.
6271 (isearch-fallback): Don't call `isearch-process-search-char'.
6272 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6273 (isearch-process-search-char): Call `isearch-fallback' for regexp
6274 chars * ? } |.
6275 (isearch-return-char): Make obsolete with `make-obsolete' instead
6276 of simply documenting it as obsolete in the docstring.
6277 (isearch-fallback): Refill docstring.
6278
6279 * international/isearch-x.el
6280 (isearch-process-search-multibyte-characters): Remove unneeded
6281 `concat'. Add intermediate values to `junk-hist' instead of
6282 `minibuffer-history'. Test the length of `str'.
6283
6284 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6285
6286 * allout.el (allout-resolve-xref): Fix typos in error strings.
6287 (allout-before-change-protect): Remove unneeded `concat'.
6288
6289 * array.el (array-mode, array-reconfigure-rows)
6290 (untabify-backward): Fix typos in docstrings.
6291 (array-reconfigure-rows): Use `insert-buffer-substring', not
6292 `insert-buffer'.
6293
6294 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6295 * progmodes/ada-mode.el (ada-make-body):
6296 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6297
6298 * dired.el (dired-log):
6299 * tar-mode.el (tar-subfile-save-buffer):
6300 * play/zone.el (zone-pgm-stress-destress):
6301 Use `insert-buffer-substring', not `insert-buffer'.
6302
6303 2005-07-17 Simon Josefsson <jas@extundo.com>
6304
6305 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6306
6307 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6308
6309 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6310 Add plain auth method.
6311 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6312
6313 2005-07-17 Kim F. Storm <storm@cua.dk>
6314
6315 * ido.el (dired-other-window): Add ido property.
6316
6317 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6318
6319 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6320 Fix typo in docstring.
6321 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6322 `insert-file-literally'.
6323
6324 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6325 info and delete redundant message. Doc fix.
6326 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6327 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6328
6329 2005-07-16 Richard M. Stallman <rms@gnu.org>
6330
6331 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6332 (byte-compile-and): Use byte-compile-and-recursion.
6333 (byte-compile-or-recursion): New function.
6334 (byte-compile-or): Use that.
6335 (byte-compile-if): Guard the else-clause too.
6336 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6337
6338 * isearch.el (isearch-mode-end-hook-quit): New variable.
6339 (isearch-done): Bind it.
6340 (isearch-mode-end-hook): Doc fix.
6341
6342 * allout.el (allout-isearch-did-quit): Variable deleted.
6343 (allout-real-isearch-abort): Function name no longer used.
6344 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6345 (allout-isearch-rectification): isearch-mode always exists.
6346 Don't set allout-isearch-did-quit.
6347 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6348 allout-isearch-did-quit.
6349 (allout-enwrap-isearch): Just add the hook.
6350 (allout-isearch-abort): Function deleted.
6351 (allout-pre-command-business): Avoid warning.
6352
6353 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6354 Correctly avoid warnings.
6355 (pascal-outline): Likewise.
6356
6357 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6358
6359 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6360
6361 * play/tetris.el (tetris-mode): Avoid warning.
6362
6363 * play/snake.el (snake-mode): Avoid warning.
6364
6365 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6366 (gamegrid-set-display-table): Avoid warning.
6367 (gamegrid-set-timer): Likewise.
6368 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6369 (gamegrid-add-score-with-update-game-score-1): Take FILE
6370 as argument.
6371 (gamegrid-add-score-with-update-game-score): Pass that argument.
6372 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6373
6374 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6375
6376 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6377 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6378
6379 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6380 and insert-file.
6381
6382 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6383 (sc-ask): Avoid warnings.
6384
6385 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6386 (eshell-hist-initialize): Use that var the natural way.
6387
6388 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6389
6390 * emacs-lisp/re-builder.el (reb-cook-regexp):
6391 Avoid warning calling lre-compile-string.
6392 (reb-color-display-p): Avoid warning.
6393
6394 * calculator.el (calculator-last-input): Guard uses
6395 of event-key and key-press-event-p.
6396 (event-key, key-press-event-p): Delete definitions.
6397
6398 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6399 (find-gc-source-directory, find-gc-subrs-callers)
6400 (find-gc-noreturn-list, find-gc-source-files)
6401 (find-gc-subrs-called): Vars renamed and defvar'd.
6402
6403 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6404 (checkdoc-overlay-put, checkdoc-delete-overlay)
6405 (checkdoc-overlay-start, checkdoc-overlay-end)
6406 (checkdoc-mode-line-update, checkdoc-char=):
6407 Define such that compiler knows they are defined.
6408 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6409 (checkdoc-read-event): Delete. Use read-event directly.
6410
6411 * whitespace.el (whitespace-make-overlay)
6412 (whitespace-overlay-put, whitespace-delete-overlay)
6413 (whitespace-overlay-start, whitespace-overlay-end):
6414 Define such that compiler knows they are defined.
6415 (whitespace): Move conditional inside.
6416
6417 * tempo.el (tempo-insert-template): Suppress warning.
6418
6419 * ediff-diff.el (longlines-mode): Add defvar.
6420
6421 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6422
6423 * server.el: Bind "C-x #" in a way that works even if C-x is
6424 redefined to a command key, not a prefix key.
6425
6426 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6427
6428 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6429 cl-make-type-test till execution time.
6430
6431 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6432
6433 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6434 arg ARG and use it.
6435
6436 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6437
6438 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6439
6440 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6441
6442 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6443 a defcustom with two :set or :type keywords.
6444
6445 2005-07-15 Richard M. Stallman <rms@gnu.org>
6446
6447 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6448 Don't give ^M comment-end syntax.
6449
6450 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6451
6452 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6453 Don't consider gdbmi (gdb-mi.el has its own update functions).
6454 (gdb-var-delete): Make it work for gdbmi as well.
6455 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6456
6457 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6458 (gud-speedbar-menu-items): Correct logic for enabling items.
6459
6460 2005-07-15 Kim F. Storm <storm@cua.dk>
6461
6462 * ido.el: Fix commentary.
6463 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6464 Use with-no-warnings around ffap-guesser.
6465 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6466 Let bind minibuffer-completing-file-name to t.
6467
6468 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * startup.el (site-run-file, keyboard-type): Doc fixes.
6471 (command-line): Check for "--basic-display" argument; also for
6472 "--quick", not "--bare-bones" (which was renamed).
6473 (fancy-splash-text): Add missing item "Getting New Versions".
6474 (normal-splash-screen): Fix typos and improve consistency with
6475 `fancy-splash-text'. Update copyright year.
6476
6477 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6478 valid binding for `help-char'.
6479
6480 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6481
6482 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6483
6484 * term.el (term-mode): Disable cua-mode for term buffers.
6485
6486 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6487
6488 * add-log.el (add-log-mailing-address, change-log-merge):
6489 Doc fixes.
6490 (change-log-get-method-definition): Fix typo in docstring.
6491
6492 2005-07-14 Kim F. Storm <storm@cua.dk>
6493
6494 * emulation/cua-base.el:
6495 (cua--pre-command-handler-1, cua--pre-command-handler)
6496 (cua--post-command-handler-1, cua--post-command-handler):
6497 Split in two. Check (buffer local) value of cua-mode.
6498 (cua-selection-mode): New command.
6499
6500 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6501
6502 * custom.el (custom-initialize-safe-set)
6503 (custom-initialize-safe-default): Doc fixes.
6504
6505 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6506 and simplify :init-value again.
6507
6508 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6509 and simplify :init-value again. Delete autoload.
6510
6511 * startup.el (command-line): Use `custom-reevaluate-setting' again
6512 for tooltip-mode.
6513
6514 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6515 a defcustom with two :initialize keywords.
6516
6517 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6520 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6521 (allout-post-command-business, allout-flag-region)
6522 (isearch-reenable-font-lock, allout-yank)
6523 (allout-insert-latex-header, allout-insert-latex-trailer)
6524 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6525 (allout-latex-verb-quote): Fix typos in docstrings.
6526 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6527 (allout-unprotected, allout-prefix-data):
6528 Improve argument/docstring consistency.
6529 (allout-chart-subtree): Fix argument spec.
6530 (allout-open-topic): Rename `use_sib_bullet' argument to
6531 `use-sib-bullet'. Doc fix.
6532
6533 * whitespace.el (whitespace-check-buffer-leading)
6534 (whitespace-check-buffer-trailing)
6535 (whitespace-check-buffer-indent)
6536 (whitespace-check-buffer-spacetab)
6537 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6538 (whitespace-check-leading-whitespace)
6539 (whitespace-check-trailing-whitespace)
6540 (whitespace-check-spacetab-whitespace)
6541 (whitespace-check-indent-whitespace)
6542 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6543 (whitespace-modes): Fix typos in docstrings.
6544 (defgroup, defcustom): Doc fixes.
6545
6546 * winner.el (winner-mode, winner-boring-buffers)
6547 (winner-pending-undo-ring): Doc fixes.
6548 (winner-ring): Remove unneeded `progn'.
6549 (winner-equal): `defsubst' it.
6550 (winner-redo): Fix message.
6551
6552 2005-07-13 Kim F. Storm <storm@cua.dk>
6553
6554 * simple.el (line-move-1): Always use vertical-motion to
6555 do the last (or only) line move to ensure some movement.
6556 Undo 2005-06-23 change--don't check for overlays.
6557
6558 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6559
6560 * term/mac-win.el (ccl-encode-mac-roman-font)
6561 (ccl-encode-mac-centraleurroman-font)
6562 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6563 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6564 Change charset-id boundary of dimension to ?\xef.
6565 (mac-char-fontspec-list): New constant.
6566 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6567 argument. Nil uses itself as family in font-spec. Previous
6568 behavior for nil is now provided by non-nil non-string argument.
6569 All callers changed. Add font-specs for Mac fonts to
6570 "fontset-default" unless iso8859-1 fonts are installed.
6571
6572 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6575 a continuation line if the \ is preceded by SPC or TAB.
6576 (sh-get-indent-info): Simplify.
6577 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6578 Use with-current-buffer.
6579
6580 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6581 when the matched text is empty.
6582
6583 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6584
6585 * startup.el (command-line): Revert to previous handling of
6586 tooltip-mode. Explain in comment why the complexity is needed.
6587
6588 * tooltip.el (tooltip-mode): Revert to previous implementation of
6589 its defcustom.
6590
6591 * frame.el (blink-cursor-mode): Revert to previous implementation
6592 of its defcustom. Update comment.
6593
6594 2005-07-12 Lars Hansen <larsh@soem.dk>
6595
6596 * desktop.el: Update e-mail address.
6597
6598 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6599
6600 * term/mac-win.el (mac-services-mail-selection)
6601 (mac-services-mail-to): New functions.
6602 (mac-application-menu-map): Bind them.
6603
6604 2005-07-12 wulei <milton@wulei.net> (tiny change)
6605
6606 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6607
6608 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * custom.el (custom-reevaluate-setting): Doc fix.
6611
6612 2005-07-11 Jay Belanger <belanger@truman.edu>
6613
6614 * calc/calc.el (calc-embedded-announce-formula-alist)
6615 (calc-embedded-open-close-plain-alist)
6616 (calc-embedded-open-close-mode-alist): Add checks for additional
6617 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6618
6619 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6620
6621 * custom.el (custom-enable-theme): Don't add theme to
6622 `custom-enabled-themes' with `push' because there is no
6623 setf-method for `delq'.
6624
6625 2005-07-11 Richard M. Stallman <rms@gnu.org>
6626
6627 * custom.el (custom-declare-variable): Doc fix.
6628
6629 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6630 from the alists.
6631
6632 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6633 Do nothing if edebug-active.
6634
6635 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6636 (edebug-display): Do it here instead.
6637
6638 2005-07-10 Richard M. Stallman <rms@gnu.org>
6639
6640 * cus-face.el (custom-theme-set-faces): Make it work.
6641 (custom-reset-faces): Doc fix.
6642 (custom-theme-reset-internal-face, custom-theme-face-value):
6643 Functions deleted.
6644
6645 * custom.el (custom-push-theme): Maintain list of the settings
6646 of a given theme in its theme-settings property.
6647 Maintain position of old settings in the theme-value
6648 or theme-face property.
6649 (custom-enabled-themes): New variable.
6650 (custom-theme-enabled-p): New function.
6651 (provide-theme): Update custom-enabled-themes.
6652 Disable and reenable the `user' theme.
6653 (require-theme): Doc fix.
6654 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6655 (custom-theme-value, custom-theme-variable-value): Likewise.
6656 (custom-theme-reset-internal): Likewise.
6657 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6658 (custom-enable-theme, custom-disable-theme): New functions.
6659 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6660 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6661 (custom-theme-reset-variables): Simplify.
6662 (deftheme, custom-declare-theme, custom-make-theme-feature):
6663 Definitions moved.
6664
6665 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6666
6667 * longlines.el (longlines-show-region)
6668 (longlines-unshow-hard-newlines): Recognize hard newlines by
6669 non-nil hard property, instead of t.
6670
6671 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6672
6673 * viper-cmd.el (viper--key-maps): New variable.
6674 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6675 emulation-mode-map-alists.
6676 (viper-envelop-ESC-key): Use viper-subseq.
6677 (viper-search-forward/backward/next): Disable debug-on-error.
6678
6679 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6680 (viper-ESC-key): New defcustoms.
6681
6682 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6683
6684 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6685 (viper-subseq): Copy of subseq from cl.el.
6686
6687 * viper.el (viper-go-away, viper-set-hooks): Use
6688 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6689
6690 * viper-mous.el (viper-current-frame-saved): Use defvar.
6691
6692 * viper-init.el: Get rid of -face in face names.
6693
6694 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6695 Make it work with longlines mode
6696
6697 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6698
6699 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6700
6701 * ediff-init.el: Get rid of -face in face names.
6702
6703 2005-07-10 Richard M. Stallman <rms@gnu.org>
6704
6705 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6706 and with-timeout-unsuspend.
6707
6708 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6709 and with-timeout-unsuspend.
6710
6711 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6712 (with-timeout): Bind that variable to record timers.
6713 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6714
6715 * emacs-lisp/debug.el (debug-help-follow): New function.
6716 (debugger-mode-map): Use that instead of help-follow.
6717 (debugger-setup-buffer): Use eval-buffer-list
6718 to handle eval-buffer frames.
6719
6720 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6721
6722 * timezone.el (timezone-parse-date): Change first regexp
6723 so it will not mistakenly match dates with no time zone.
6724
6725 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6726
6727 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6728
6729 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6730
6731 * custom.el (custom-initialize-safe-set)
6732 (custom-initialize-safe-default): New functions.
6733
6734 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6735 and simplify :init-value.
6736
6737 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6738 and simplify :init-value. Delete obsolete comment.
6739
6740 * startup.el (command-line): Use `custom-reevaluate-setting' to
6741 handle `tooltip-mode'. Delete obsolete comment.
6742
6743 * files.el (set-visited-file-name): Avoid calling
6744 `file-name-nondirectory' with a nil argument.
6745
6746 2005-07-09 Richard M. Stallman <rms@gnu.org>
6747
6748 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6749 was called with nil for the buffer, handle the read position right.
6750 Handle read position for eval-region, too.
6751
6752 2005-07-09 Juri Linkov <juri@jurta.org>
6753
6754 * fringe.el (fringe-mode): Add period in docstring.
6755 (fringe-query-style): Build prompt depending on `all-frames' arg.
6756
6757 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6758 to not create links to unrelated functions in the Help buffer.
6759
6760 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6761 Doc fix.
6762
6763 * simple.el (next-error-hook): New variable.
6764 (next-error): Use it. Doc fix.
6765
6766 * textmodes/ispell.el (ispell-command-loop): Add current
6767 dictionary name and program name to mode-line-format.
6768 (ispell-region, ispell-process-line): Add current dictionary name
6769 and program name to messages.
6770
6771 2005-07-08 Jay Belanger <belanger@truman.edu>
6772
6773 * calc/calc.el (calc-embedded-announce-formula-alist)
6774 (calc-embedded-open-close-formula-alist)
6775 (calc-embedded-open-close-word-alist)
6776 (calc-embedded-open-close-plain-alist)
6777 (calc-embedded-open-close-new-formula-alist)
6778 (calc-embedded-open-close-mode-alist)
6779 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6780 (calc-embedded-mode-hook): New variables.
6781
6782 * calc/calc-embed.el (calc-embedded-firsttime)
6783 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6784 New variables.
6785 (calc-do-embedded): Use calc-embedded-firsttime,
6786 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6787 determine whether or not to run hooks.
6788 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6789 calc-embedded-firsttime-formula appropriately.
6790 Set calc-embedded delimiter variables according to mode.
6791
6792 2005-07-08 Richard M. Stallman <rms@gnu.org>
6793
6794 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6795 Check for "emacs", etc., as entire symbol, not just as word.
6796 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6797
6798 * files.el (set-visited-file-name): Report the error
6799 for "empty filename" earlier.
6800 (kill-some-buffers): Ignore buffers already dead.
6801
6802 * fringe.el (fringe-mode): Doc fix.
6803
6804 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6805 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6806 Use unwind-protect to ensure byte-compile-unresolved-functions
6807 is updated.
6808
6809 * whitespace.el (whitespace-buffer-leading-cleanup):
6810 Simplify w/ skip-chars-forward.
6811 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6812
6813 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6814 Unconditionally try to leave point at the same old place.
6815
6816 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6817
6818 * comint.el (comint-postoutput-scroll-to-bottom)
6819 (comint-show-maximum-output): Take scroll-margin into consideration.
6820
6821 2005-07-08 Kim F. Storm <storm@cua.dk>
6822
6823 * ido.el (ido-use-filename-at-point): New choice `guess'.
6824 (ido-file-internal): Try ffap-guesser if selected.
6825
6826 * ido.el (ido-before-fallback-functions): New hook.
6827 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6828 (ido-read-file-name): Run it.
6829
6830 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6833 strings rather than a list of symbols to the completion function.
6834
6835 2005-07-07 Jay Belanger <belanger@truman.edu>
6836
6837 * calc/calc-units.el (math-apply-units): Change the places in
6838 which units are simplified.
6839
6840 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6841
6842 * cus-edit.el (customize-option, customize-option-other-window):
6843 Make them handle aliases.
6844
6845 * custom.el (custom-variable-p): Make it recursively follow
6846 aliases. Mention that in the docstring.
6847
6848 2005-07-07 Richard M. Stallman <rms@gnu.org>
6849
6850 * cus-start.el (exec-path): Use `directory' instead of `file'.
6851 Fix tag for nil.
6852
6853 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6854
6855 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6856 when called non-interactively. Doc fix.
6857
6858 2005-07-07 Lute Kamstra <lute@gnu.org>
6859
6860 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6861 new address as well.
6862
6863 2005-07-07 Kenichi Handa <handa@m17n.org>
6864
6865 * international/mule.el (make-coding-system):
6866 Describe `ascii-incompatible' property in the docstring.
6867 (set-file-name-coding-system): Signal an error if coding-system is
6868 ascii-incompatible.
6869 (set-keyboard-coding-system): Likewise.
6870
6871 * international/mule-cmds.el (set-default-coding-systems):
6872 Don't set default-file-name-coding-system and
6873 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6874
6875 * international/utf-16.el: Declare that all UTF-16-based coding
6876 systems are ASCII-incompatible.
6877
6878 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6879
6880 * progmodes/gud.el: Require font-lock for displaying errors.
6881 Used by gdb-ui.el.
6882
6883 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6886 values for the pattern lists which are `read'able but not
6887 `append'able (like symbols).
6888
6889 2005-07-06 Richard M. Stallman <rms@gnu.org>
6890
6891 * progmodes/flymake.el (flymake-float-time): Instead of
6892 with-no-warnings, test for xemacs.
6893 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6894 to avoid warning.
6895
6896 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6899
6900 2005-07-05 Lute Kamstra <lute@gnu.org>
6901
6902 * battery.el: Add support for Darwin (with much debugging help
6903 from Samuel Lauber <sam124@operamail.com>).
6904 (battery-status-function, battery-echo-area-format)
6905 (battery-mode-line-format): Add support for pmset on Darwin.
6906 (battery-load-low, battery-load-critical): New user options.
6907 (battery-pmset): New function.
6908
6909 2005-07-05 Lute Kamstra <lute@gnu.org>
6910
6911 Update FSF's address in GPL notices.
6912
6913 * textmodes/page-ext.el: Update FSF's address.
6914
6915 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6918 filling from using prefix when filling a single-line docstring.
6919
6920 * progmodes/flymake.el: Remove useless eval-when-compile.
6921
6922 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6923
6924 2005-07-04 Richard M. Stallman <rms@gnu.org>
6925
6926 * textmodes/org.el (org-file-apps-defaults-gnu):
6927 Rename from org-file-apps-defaults-linux.
6928 (org-default-apps): Don't test system-type for `linux'.
6929 (org-file-apps): Doc fix.
6930
6931 2005-07-04 David Ponce <david@dponce.com>
6932
6933 * tree-widget.el: Improve header Commentary section.
6934 (tree-widget) [defgroup]
6935 (tree-widget-image-enable, tree-widget-themes-directory)
6936 (tree-widget-theme, tree-widget-image-properties-emacs)
6937 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6938 (tree-widget-image-formats, tree-widget-control)
6939 (tree-widget-empty-control, tree-widget-leaf-control
6940 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6941 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6942 (tree-widget-keep, tree-widget-after-toggle-functions)
6943 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6944 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6945 :help-echo message.
6946 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6947 (tree-widget-image-properties): Doc fix. Clearer implementation.
6948 (tree-widget--cursors): New constant.
6949 (tree-widget-lookup-image): New function split from
6950 `tree-widget-find-image'. Clearer implementation.
6951 (tree-widget-find-image): Use it.
6952 (tree-widget-button-keymap): Use `set-keymap-parent'.
6953 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6954 Define the sub-widgets here.
6955 (tree-widget-node): Check that :node is not a tree-widget.
6956 (tree-widget-get-super, tree-widget-open-control)
6957 (tree-widget-close-control, tree-widget-empty-control)
6958 (tree-widget-leaf-control, tree-widget-guide)
6959 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6960 (tree-widget-no-handle, tree-widget-value-delete)
6961 (tree-widget-map): Remove.
6962 (tree-widget-children-value-save): Doc fix. Simplified.
6963 (tree-widget-value-create): Update according to previous changes.
6964
6965 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6966
6967 * textmodes/org.el: Leading space replaced by TABS.
6968 (org-recalc-marks, org-table-rotate-recalc-marks)
6969 (org-table-get-specials): Treat "^" and "_" marks.
6970 (org-table-justify-field-maybe): Optional argument NEW.
6971 (org-table-eval-formula): Parsing of the format simplified.
6972 New modes C,I. Honor the %= parameter in the current table.
6973 Avoid unnecessary re-align by using the NEW argument to
6974 `org-table-justify-field-maybe'.
6975 (org-calc-default-modes): Default for date-format mimicks org-mode.
6976 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6977
6978 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6979
6980 * cus-face.el (custom-theme-set-faces): Make it handle face
6981 aliases whose alias declarations are pre- or autoloaded.
6982
6983 2005-07-04 Juri Linkov <juri@jurta.org>
6984
6985 * faces.el (read-face-name): Put the code for getting a face name
6986 from the buffer before adding the faces from the `face' property.
6987 Use `completing-read-multiple' instead of `completing-read'.
6988 Require `crm'. Add default value and post-process the returned
6989 list of faces.
6990
6991 * emacs-lisp/crm.el (crm-find-current-element)
6992 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6993
6994 * emacs-lisp/lisp-mode.el (eval-defun-1):
6995 * emacs-lisp/edebug.el (edebug-eval-defun):
6996 Remove unnecessary quotes.
6997
6998 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6999
7000 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7001 (prolog-indent-level): Fix typo in docstring.
7002
7003 * info.el (Info-history, Info-history-forward)
7004 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7005
7006 * add-log.el (add-change-log-entry):
7007 * comint.el (comint-dynamic-list-input-ring)
7008 (comint-dynamic-list-completions):
7009 * dabbrev.el (dabbrev-expand):
7010 * delim-col.el (delimit-columns-rectangle-line):
7011 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7012 (diff-unified->context):
7013 * ediff-init.el (ediff-abbrev-jobname):
7014 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7015 (ediff-replace-session-activity-marker-in-meta-buffer):
7016 * info.el (Info-summary):
7017 * lpr.el (printify-region):
7018 * printing.el (pr-create-interface):
7019 * ps-print.el (ps-print-quote):
7020 * ses.el (ses-column-widths, ses-print-cell)
7021 (ses-adjust-print-width, ses-center):
7022 * shell.el (shell-file-name-quote-list):
7023 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7024 (strokes-fill-current-buffer-with-whitespace)
7025 (strokes-xpm-for-stroke, strokes-list-strokes)
7026 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7027 * term.el (term-dynamic-list-input-ring)
7028 (term-dynamic-list-completions):
7029 * calc/calc.el (math-format-stack-value):
7030 * emacs-lisp/edebug.el (edebug-display-freq-count):
7031 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7032 (delphi-new-comment-line):
7033 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7034 * progmodes/executable.el (executable-set-magic):
7035 * progmodes/python.el (inferior-python-mode):
7036 * progmodes/scheme.el (scheme-mode-syntax-table):
7037 * progmodes/sh-script.el (sh-maybe-here-document):
7038 * progmodes/sql.el (sql-copy-column):
7039 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7040 * textmodes/bibtex.el (bibtex-mode):
7041 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7042 (sgml-auto-attributes):
7043 * textmodes/table.el (table-insert, table-shorten-cell)
7044 (table--generate-source-scan-lines, table-delete-row)
7045 (*table--cell-delete-char, table--spacify-frame)
7046 (table--horizontally-shift-above-and-below)
7047 (table--cell-insert-char, table--cell-blank-str)
7048 (table--fill-region-strictly):
7049 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7050 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7051
7052 * add-log.el (change-log):
7053 * apropos.el (apropos):
7054 * comint.el (comint-completion, comint-source):
7055 * dabbrev.el (dabbrev):
7056 * delim-col.el (columns):
7057 * diff-mode.el (diff-mode):
7058 * ediff.el (ediff):
7059 * ediff-diff.el (ediff-diff):
7060 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7061 * ediff-mult.el (ediff-mult):
7062 * ediff-ptch.el (ediff-ptch):
7063 * ediff-wind.el (ediff-window):
7064 * facemenu.el (facemenu):
7065 * indent.el (indent):
7066 * info.el (info):
7067 * jka-cmpr-hook.el (compression, jka-compr):
7068 * lpr.el (lpr):
7069 * outline.el (outlines):
7070 * pcmpl-cvs.el (pcmpl-cvs):
7071 * pcmpl-rpm.el (pcmpl-rpm):
7072 * printing.el (printing):
7073 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7074 (ps-print-vertical, ps-print-headers, ps-print-font)
7075 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7076 (ps-print-background, ps-print-printer, ps-print-page)
7077 (ps-print-miscellany):
7078 * ses.el (ses):
7079 * shell.el (shell, shell-directories, shell-faces):
7080 * startup.el (initialization):
7081 * strokes.el (strokes):
7082 * term.el (term):
7083 * uniquify.el (uniquify):
7084 * w32-vars.el (w32):
7085 * calc/calc.el (calc):
7086 * emacs-lisp/bytecomp.el (bytecomp):
7087 * emacs-lisp/cl-indent.el (lisp-indent):
7088 * emacs-lisp/edebug.el (edebug):
7089 * emacs-lisp/elp.el (elp):
7090 * emacs-lisp/testcover.el (testcover):
7091 * emacs-lisp/trace.el (trace):
7092 * emulation/viper-ex.el (viper-ex):
7093 * emulation/viper-mous.el (viper-mouse):
7094 * mail/mailalias.el (mailalias):
7095 * mail/supercite.el (supercite, supercite-frames)
7096 (supercite-attr, supercite-cite, supercite-hooks):
7097 * net/rcompile.el (remote-compile):
7098 * net/rlogin.el (rlogin):
7099 * obsolete/ooutline.el (outlines):
7100 * progmodes/delphi.el (delphi):
7101 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7102 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7103 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7104 (ebnf-optimization):
7105 * progmodes/etags.el (etags):
7106 * progmodes/executable.el (executable):
7107 * progmodes/idlwave.el (idlwave):
7108 * progmodes/pascal.el (pascal):
7109 * progmodes/prolog.el (prolog):
7110 * progmodes/python.el (python):
7111 * progmodes/scheme.el (scheme):
7112 * progmodes/sh-script.el (sh, sh-script):
7113 * progmodes/sql.el (SQL):
7114 * progmodes/tcl.el (tcl):
7115 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7116 * textmodes/enriched.el (enriched):
7117 * textmodes/makeinfo.el (makeinfo):
7118 * textmodes/sgml-mode.el (sgml):
7119 * textmodes/table.el (table-hooks):
7120 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7121 * textmodes/texinfo.el (texinfo):
7122 * textmodes/two-column.el (two-column):
7123 Finish `defgroup' description with period.
7124
7125 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7126 * eshell/esh-var.el (eshell-var):
7127 * progmodes/vhdl-mode.el (vhdl-testbench):
7128 * textmodes/org.el (org): Fix typos in docstrings.
7129
7130 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7131 consistency.
7132
7133 * progmodes/flymake.el (flymake-find-file): Remove.
7134 (flymake-float-time): Use `with-no-warnings'.
7135 (flymake-check-start-time, flymake-check-was-interrupted)
7136 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7137 (flymake-new-err-info): `defvar' at compile time.
7138
7139 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * replace.el (occur-hook): Doc fix.
7142 (occur-1): Don't call `occur-hook' if there are no matches.
7143
7144 2005-07-03 Richard M. Stallman <rms@gnu.org>
7145
7146 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7147 global-map, save the same map.
7148 (global-map): Don't alter it at top level.
7149 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7150 Then alter it here instead.
7151 (tpu-edt-off): Set global-map to the saved one.
7152
7153 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7154 All references simplified.
7155 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7156 (zmacs-regions): Add defvar.
7157 (repeat-complex-command-map): Everything about that deleted.
7158
7159 * textmodes/artist.el (artist-key-is-drawing)
7160 (artist-key-endpoint1, artist-key-poly-point-list)
7161 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7162 (artist-key-compl-table, artist-rb-save-data)
7163 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7164 Don't put them in eval-when-compile.
7165 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7166
7167 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7168 Use with-no-warnings.
7169
7170 * net/browse-url.el (dos-windows-version): Add defvar.
7171
7172 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7173
7174 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7175 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7176 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7177 Add defvar.
7178 (rmail-summary-beginning-of-message): Use with-no-warnings.
7179 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7180
7181 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7182 Use with-no-warnings.
7183
7184 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7185 (c-mark-function): Add point-moving-unit property.
7186 (vi-goto-line): Use with-no-warnings.
7187
7188 * emulation/edt.el (edt-last-copied-word): Add defvar.
7189 (zmacs-region-stays): Likewise.
7190 (edt-mark-section-wisely): Use c-mark-function for C.
7191 Use makr-defun for Fortran.
7192 (time-string): defvar deleted.
7193 (edt-display-the-time): Don't set time-string.
7194
7195 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7196
7197 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7198 Don't warn when name is not constant
7199 or for defining the group `emacs'.
7200
7201 * tooltip.el (gud-tooltip-mode): Add defvar.
7202
7203 * startup.el (default-frame-background-mode): Add defvar.
7204
7205 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7206
7207 * info.el (tool-bar-map): Add defvar.
7208
7209 * dired.el (dnd-protocol-alist): Add defvar.
7210
7211 * dired-aux.el (dired-query): Display question with answer, when
7212 the user answers.
7213
7214 * custom.el (custom-add-option): Doc fix.
7215
7216 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7217
7218 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7219
7220 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7221 bogus name from the last change.
7222
7223 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * custom.el (custom-declare-variable): Fix typos in comment.
7226 (custom-known-themes): Doc fix.
7227 (custom-theme-directory): New defcustom.
7228 (require-theme): Make it check `custom-theme-directory'.
7229
7230 * cus-theme.el (custom-new-theme-mode): New function.
7231 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7232 (custom-theme-description): Add compiler defvars.
7233 (customize-create-theme): Add doc to the "*New Custom Theme*"
7234 buffer. Use `custom-new-theme-mode'.
7235 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7236 and save it to the `custom-theme-directory'. Make this the
7237 default directory of the buffer.
7238
7239 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7240
7241 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7242 Fix unbalanced parentheses.
7243
7244 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7247 into flymake-mode and delegate to flymake-mode.
7248
7249 * find-file.el (ff-which-function-are-we-in): Clean up.
7250
7251 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * replace.el (occur-rename-buffer): Fix docstring.
7254
7255 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7256 (edt-last-copied-word, edt-learn-macro-count)
7257 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7258 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7259 (time-string, zmacs-region-stays):
7260 * emulation/edt-mapper.el (edt-save-function-key-map)
7261 (EDT-key-name): `defvar' to silence the byte-compiler.
7262
7263 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7264
7265 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7266 font-lock-regexp-backslash. Doc fix.
7267 (font-lock-regexp-backslash-grouping-construct): Rename from
7268 font-lock-regexp-backslash-construct. Doc fix.
7269 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7270 grouping constructs.
7271
7272 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7273
7274 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7275 updating all the prerequisites.
7276
7277 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * textmodes/org.el (org-agenda-start-on-weekday)
7280 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7281 (org-agenda-use-time-grid, org-archive-location)
7282 (org-allow-space-in-links, org-usenet-links-prefer-google)
7283 (org-enable-table-editor, org-export-default-language)
7284 (org-export-html-show-new-buffer, org-fill-paragraph)
7285 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7286 (org-goto-quit, org-occur, org-eval-in-calendar)
7287 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7288 (org-agenda-diary-entry, org-remember-help)
7289 (org-table-convert-region, org-at-table-p)
7290 (org-table-move-row-down, org-table-move-row-up)
7291 (org-table-copy-region, org-table-toggle-vline-visibility)
7292 (org-table-get-stored-formulas, org-table-get-specials)
7293 (org-recalc-commands, org-table-eval-formula)
7294 (org-table-formula-substitute-names, orgtbl-make-binding)
7295 (org-format-org-table-html, org-format-table-table-html)
7296 (org-format-table-table-html-using-table-generate-source)
7297 (org-customize): Fix typos in docstrings.
7298 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7299 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7300 (org-back-to-heading): Doc fixes.
7301 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7302 (org-agenda-change-all-lines, org-get-header):
7303 Improve argument/docstring consistency.
7304 (orgtbl-error): Fix error message.
7305
7306 * progmodes/flymake.el (flymake-find-possible-master-files)
7307 (flymake-master-file-compare, flymake-get-line-err-count)
7308 (flymake-highlight-line, flymake-gui-warnings-enabled):
7309 Fix typos in docstrings.
7310 (flymake-parse-line, flymake-get-project-include-dirs-function)
7311 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7312 Doc fixes.
7313 (flymake-get-project-include-dirs-function)
7314 (flymake-make-err-menu-data):
7315 Improve argument/docstring consistency.
7316
7317 2005-07-01 Lute Kamstra <lute@gnu.org>
7318
7319 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7320 Catch errors with ignore-errors. Use temporary buffer.
7321 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7322
7323 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7324 background color faces.
7325 (facemenu-set-foreground, facemenu-set-background):
7326 Use facemenu-set-face-from-menu.
7327 (facemenu-set-face-from-menu): Treat face names that start with
7328 "fg:" or "bg:" as special.
7329 (facemenu-add-new-color): Don't create faces. Simplify.
7330
7331 2005-06-30 Richard M. Stallman <rms@gnu.org>
7332
7333 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7334 (crm-find-current-element): Likewise.
7335
7336 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7337
7338 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7339
7340 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7343 (archive-mouse-extract): Make it an obsolete alias.
7344 (archive-mode-map): Don't use archive-mouse-extract any more.
7345 (archive-mode, archive-extract): write-contents-hooks ->
7346 write-contents-functions.
7347 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7348 first arg.
7349 (archive-rename-entry): Update the call.
7350 (archive-zip-summarize): Remove unused var `method'.
7351 (archive-lzh-summarize): Remove unused var `creator'.
7352
7353 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7354 dedicated frame upon exit.
7355
7356 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7357 (archive-zip-extract, archive-zip-expunge)
7358 (archive-zip-update, archive-zip-update-case): Use executable-find.
7359 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7360 Use restore-buffer-modified-p.
7361 (archive-extract, archive-add-new-member, archive-write-file-member):
7362 Use with-current-buffer.
7363 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7364
7365 2005-06-30 Andreas Schwab <schwab@suse.de>
7366
7367 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7368
7369 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7370
7371 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7372
7373 2005-06-30 Juri Linkov <juri@jurta.org>
7374
7375 * faces.el (vertical-border): Inherit from mode-line-inactive
7376 only on tty.
7377
7378 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7381 example, -NLINES in the `occur' docstring).
7382
7383 * replace.el (occur-1): When no matches are found, do not set the
7384 `buffer-read-only' and modified flags for the occur buffer,
7385 because it is deleted.
7386
7387 * emulation/cua-base.el (cua-check-pending-input)
7388 (cua-repeat-replace-region, cua-mode, cua-debug)
7389 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7390 Fix typos in docstrings.
7391
7392 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7393 (cua-cut-region-to-global-mark)
7394 (cua--cut-rectangle-to-global-mark):
7395 Remove period from end of messages.
7396
7397 * emulation/cua-rect.el (cua-do-rectangle-padding):
7398 Remove period from end of messages.
7399 (cua--rectangle-seq-format): Fix typo in docstring.
7400 (cua-sequence-rectangle, cua-fill-char-rectangle):
7401 Improve argument/docstring consistency.
7402
7403 2005-06-29 Juri Linkov <juri@jurta.org>
7404
7405 * faces.el (default-frame-background-mode): New internal variable.
7406 (frame-set-background-mode): Use it.
7407
7408 * startup.el (normal-top-level): Set default-frame-background-mode
7409 instead of frame-background-mode. Before setting it, test for its
7410 nil value. Remove tests for frame-background-mode and frame
7411 parameter `reverse'. Add test for "unspecified-fg".
7412
7413 * term/xterm.el (xterm-rxvt-set-background-mode):
7414 * term/rxvt.el (rxvt-set-background-mode):
7415 Set default-frame-background-mode instead of frame-background-mode.
7416
7417 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7418
7419 * simple.el (set-variable): Warn about obsolete user variables.
7420
7421 * imenu.el (imenu--completion-buffer):
7422 * mouse.el (mouse-buffer-menu-alist):
7423 * msb.el (msb-invisible-buffer-p):
7424 * calendar/diary-lib.el (diary-header-line-format):
7425 * emacs-lisp/pp.el (pp-buffer):
7426 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7427 * textmodes/picture.el (picture-replace-match):
7428 Change space constants followed by a sexp to "?\s ".
7429
7430 * play/decipher.el (decipher-loop-with-breaks):
7431 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7432 constants "protected" from end of line by a comment to "?\s".
7433
7434 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * font-lock.el (save-buffer-state): Use `declare'.
7437
7438 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7439 reset the syntax-table to cperl-mode-syntax-table.
7440 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7441 "foo_print_bar" is not matched as a reserved keyword.
7442
7443 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7444
7445 * textmodes/org.el (orgtbl-setup): New function, for delayed
7446 setup for the orgtbl commands.
7447 (org-calc-default-modes): New option.
7448 (orgtbl-make-binding): Use `defun' to get better help display.
7449 (org-diary): Call `org-compile-prefix-format'.
7450 (org-table-formula-substitute-names): New function.
7451 (org-agenda-day-view, org-agenda-week-view): New commands.
7452 (org-agenda-toggle-week-view): Command removed.
7453 (org-tbl-menu): Split off from org-org-menu.
7454 (org-mode): Move removal of outline-mode menus to here.
7455 (org-table-formula-debug): New option.
7456 (org-table-insert-row): Keep first field if just "#" or "*".
7457 (org-mode): Paragraph regexps fixed.
7458 (org-table-recalculate-regexp): New constant.
7459 (org-table-justify-field-maybe): Avoid replace if not necessary.
7460 (org-copy-special, org-cut-special): Use `call-interactively'.
7461 (org-table-copy-region): Take region from `interactive' call.
7462 (org-trim): Return string even if no match.
7463 (org-formula): New face.
7464 (org-set-font-lock-defaults): No longer highlight "FIXME".
7465 But highlight formula-related fields in table.
7466 (org-table-p): Use regexp, not fontification.
7467 (org-table-align): Handle white space at end of line.
7468 (org-table-formula-evaluate-inline): New option.
7469 (org-mode): Auto-wrapping in comment lines turned off.
7470 (org-table-copy-down): Evaluate only in copied field, not in
7471 destination.
7472 (org-table-current-formula): Variable removed.
7473 (org-table-store-formulas, org-table-get-stored-formulas)
7474 (org-table-modify-formulas, org-table-replace-in-formulas)
7475 (org-table-maybe-eval-formula): New functions.
7476 (org-table-get-formula): Modify to use stored formulas.
7477 (org-table-insert-column, org-table-delete-column)
7478 (org-table-move-column): Call `org-table-modify-formulas'.
7479 (org-complete): Add completion for keyword formulas.
7480 (orgtbl-mode): Pull orgtbl-mode-map to start of
7481 minor-mode-map-alist.
7482
7483 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * progmodes/python.el (python-check): Require `compile' before
7486 modifying its variables.
7487
7488 * newcomment.el (comment-indent-default): Don't get fooled by an early
7489 end of buffer.
7490
7491 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7492
7493 * ps-print.el (ps-print-version): Fix version number.
7494
7495 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7498
7499 2005-06-28 Richard M. Stallman <rms@gnu.org>
7500
7501 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7502 (flyspell-local-mouse-map): Declaration deleted.
7503 (flyspell-mouse-map): Bind only mouse-2.
7504 (flyspell-mode-map): Don't test flyspell-use-local-map.
7505 (flyspell-overlay-keymap-property-name): Var deleted.
7506 (flyspell-mode-on): Don't make local bindings for
7507 flyspell-mouse-map and flyspell-mode-map.
7508 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7509
7510 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7511
7512 * progmodes/compile.el (compilation-next-error-function):
7513 Don't switch buffers; operate on the current buffer.
7514
7515 * progmodes/compile.el (compilation-error-file-name)
7516 (compilation-warning-file-name, compilation-info-file-name)
7517 (compilation-line-number, compilation-column-number): New faces.
7518 (compilation-error-face, compilation-warning-face)
7519 (compilation-info-face, compilation-line-face)
7520 (compilation-column-face): Use them.
7521
7522 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7523
7524 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7525
7526 * bindings.el (global-map): Bind insertchar and its variants.
7527
7528 2005-06-27 Richard M. Stallman <rms@gnu.org>
7529
7530 * textmodes/artist.el (artist-text-overwrite)
7531 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7532
7533 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7534
7535 * ps-print.el: It was not working the page selection for printing.
7536 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7537 (ps-print-version): New version 6.6.7.
7538 (ps-end-sheet): New fun.
7539 (ps-header-sheet, ps-end-job): Call it.
7540
7541 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7544
7545 2005-06-27 Lute Kamstra <lute@gnu.org>
7546
7547 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7548 background color faces.
7549 (facemenu-get-face): Delete function.
7550 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7551 (facemenu-add-new-color): Make second argument mandatory.
7552 Create the appropriate face and return it. Simplify.
7553 (facemenu-set-foreground, facemenu-set-background): Don't check if
7554 color is defined. Use return value of facemenu-add-new-color.
7555
7556 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * progmodes/gud.el (gud-filter): Add missing argument to
7559 with-selected-window.
7560
7561 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7564 a :require to the defcustom.
7565
7566 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7567 defcustoms corresponding to minor modes.
7568
7569 2005-06-26 David Ponce <david@dponce.com>
7570
7571 * recentf.el: Require tree-widget instead of wid-edit.
7572 (recentf-filename-handler): Fix widget :type.
7573 (recentf-cancel-dialog, recentf-open-more-files)
7574 (recentf-open-files-action): Doc fix.
7575 (recentf-dialog-goto-first): New function.
7576 (recentf-dialog-mode-map): Set parent keymap first.
7577 (recentf-dialog-mode): Define with define-derived-mode.
7578 Don't display continuation lines in dialogs.
7579 (recentf-edit-list): Rename from recentf-edit-selected-items.
7580 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7581 Simplify.
7582 (recentf-edit-list-validate): New function.
7583 (recentf-edit-list): Update accordingly.
7584 (recentf-open-files-item-shift): Remove.
7585 (recentf-open-files-item): Convert menu elements into tree and
7586 link widgets. Don't create the widgets.
7587 (recentf-open-files): Update accordingly.
7588 (recentf-save-list): Untabify.
7589
7590 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7591
7592 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7593 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7594 partially contained in the active region. Do not take active
7595 region into account when called from Lisp, unless INTERACTIVE arg
7596 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7597 avoid trouble with fields. Make marker point nowhere when no
7598 longer used. Always return nil. Doc fix.
7599 (flush-lines): Add INTERACTIVE arg. Do not take active region
7600 into account when called from Lisp, unless INTERACTIVE arg is
7601 non-nil. Use `forward-line' instead of `beginning-of-line' to
7602 avoid trouble with fields. Make marker point nowhere when no
7603 longer used. Always return nil. Doc fix.
7604 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7605 interchangeable. Do not take active region into account when
7606 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7607 message in echo area when called from Lisp, unless INTERACTIVE arg
7608 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7609 Return the number of matches. Doc fix.
7610 (occur): Doc fix.
7611 (perform-replace): Make comment follow double space convention for
7612 the sake of `outline-minor-mode'.
7613
7614 * faces.el (facep): Doc fix.
7615
7616 2005-06-25 Richard M. Stallman <rms@gnu.org>
7617
7618 * facemenu.el (facemenu-enable-faces-p): New function.
7619 (facemenu-background-menu, facemenu-foreground-menu)
7620 (facemenu-face-menu): Add menu-enable property.
7621
7622 * jka-compr.el (jka-compr-insert-file-contents):
7623 Special handling if cannot find the uncompression program.
7624
7625 * cus-face.el (custom-face-attributes): Add autoload.
7626
7627 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7628 Bind comment-indent-function locally.
7629
7630 * window.el (save-selected-window): Use save-current-buffer.
7631
7632 * subr.el (with-selected-window): Use save-current-buffer.
7633
7634 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7635 and with-current-buffer.
7636
7637 2005-06-24 Richard M. Stallman <rms@gnu.org>
7638
7639 * simple.el (line-move-1): Fix previous change.
7640
7641 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7642
7643 * replace.el (occur-1): Set `buffer-read-only' and the
7644 buffer-modified flag before running `occur-hook' to protect
7645 against unintentional buffer switches that can lead to data loss.
7646
7647 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7648
7649 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7650 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7651 initial error.
7652
7653 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7654 after fresh input.
7655 (gdb-var-create-handler): Put name of expression in quotes.
7656
7657 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7658
7659 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7660 elements of RING in order, and without bogus nil elements.
7661
7662 2005-06-23 Richard M. Stallman <rms@gnu.org>
7663
7664 * simple.el (set-variable): Args renamed; doc fix.
7665 (line-move-1): When there are overlays around, use vertical-motion.
7666
7667 * faces.el (escape-glyph): Use brown against light background.
7668 (nobreak-space): Rename from no-break-space.
7669 Fix previous change.
7670
7671 * dired-aux.el (dired-do-copy): Fix arg prompt.
7672
7673 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7674
7675 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7676
7677 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7678 rather than "Distributor".
7679
7680 2005-06-23 Lute Kamstra <lute@gnu.org>
7681
7682 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7683 (debug-on-entry): Use it. New interactive declaration that uses
7684 function-called-at-point.
7685
7686 2005-06-23 Kim F. Storm <storm@cua.dk>
7687
7688 * subr.el (save-match-data): Add comment about using evaporate arg
7689 to set-match-data.
7690
7691 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7692
7693 * cus-edit.el (customize-face)
7694 (customize-face-other-window): Handle face aliases.
7695
7696 * faces.el (face-documentation, set-face-attribute)
7697 (face-spec-set): Handle face aliases.
7698
7699 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * help-mode.el (help-make-xrefs): If a symbol representing a face
7702 name is not followed by the word "face", it could still be a
7703 function or variable name, so don't bypass other checks.
7704
7705 2005-06-22 Juri Linkov <juri@jurta.org>
7706
7707 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7708 Replace aliased functions with calls where second arg `inherit' is t.
7709
7710 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7711
7712 * progmodes/gdb-ui.el (gdb-error): New variable.
7713 (gdb-error): New function.
7714 (gdb-annotation-rules): Act on error-begin and error annotations.
7715 (gdb-concat-output): Use font-lock-warning-face for errors.
7716
7717 2005-06-22 Miles Bader <miles@gnu.org>
7718
7719 * bindings.el (propertized-buffer-identification): Use renamed
7720 `Buffer-menu-buffer' face.
7721
7722 * faces.el (vertical-border): Rename from `vertical-divider'.
7723 (escape-glyph): Change dark-background color back to `cyan'.
7724
7725 2005-06-21 Juri Linkov <juri@jurta.org>
7726
7727 * faces.el (face-user-default-spec): Try getting `customized-face'
7728 prior to `saved-face'.
7729 (frame-background-mode): Refill docstring.
7730
7731 * emacs-lisp/lisp-mode.el (eval-defun-1):
7732 * emacs-lisp/edebug.el (edebug-eval-defun):
7733 Set `saved-face' temporarily to nil before calling form.
7734 Set `customized-face' to the new spec after that.
7735
7736 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7737
7738 * subr.el (1value, lambda, key-substitution-in-progress):
7739 Doc fixes.
7740
7741 * autoinsert.el (auto-insert-alist):
7742 * ses.el (ses-call-printer):
7743 * subr.el (noreturn):
7744 * emacs-lisp/lisp.el (check-parens):
7745 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7746 * net/browse-url.el (browse-url-mosaic):
7747 * progmodes/cc-defs.el (c-safe-scan-lists):
7748 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7749 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7750 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7751 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7752 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7753 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7754
7755 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7756
7757 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7758
7759 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7760
7761 * calendar/appt.el (appt-make-list): Activate the package, if
7762 not already active (for backwards compatibility).
7763
7764 2005-06-20 Kim F. Storm <storm@cua.dk>
7765
7766 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7767
7768 2005-06-20 Miles Bader <miles@gnu.org>
7769
7770 * faces.el (vertical-divider): New face.
7771
7772 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * simple.el (kill-whole-line): Doc fix.
7775 (next-error-buffer-p, next-error-find-buffer)
7776 (clone-indirect-buffer): Fix typos in docstrings.
7777 (comment-line-break-function): Doc fix: don't say variable
7778 is automatically buffer-local (it isn't).
7779
7780 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7781
7782 * net/tramp-ftp.el (top):
7783 * net/tramp-smb.el (top):
7784 * net/tramp-util.el (top):
7785 * net/tramp-uu.el (top):
7786 * net/tramp-vc.el (top):
7787 * net/tramp.el (top): Revert copyright years back to original
7788 ones. Tramp has a life outside GNU Emacs.
7789
7790 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7793
7794 2005-06-18 Juri Linkov <juri@jurta.org>
7795
7796 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7797 end of first regexp to limit the match to the position between
7798 line number and source line with same separator character as used
7799 between file name and line number. In the second regexp limit
7800 mouse-face area to file name and line number by adding new group
7801 for them and referring it in HYPERLINK arg.
7802 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7803 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7804 previous line where grep markers may be already removed.
7805
7806 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7807
7808 * progmodes/ps-mode.el: Update version and maintainer's email address.
7809
7810 2005-06-18 Steve Youngs <steve@xemacs.org>
7811
7812 * net/browse-url.el (browse-url-browser-function)
7813 (browse-url-default-browser): Add firefox.
7814 (browse-url-firefox-program, browse-url-firefox-arguments)
7815 (browse-url-firefox-startup-arguments)
7816 (browse-url-firefox-new-window-is-tab): New defcustoms.
7817 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7818
7819 2005-06-17 Richard M. Stallman <rms@gnu.org>
7820
7821 * startup.el (command-line): Warn if specified user name has
7822 no home directory.
7823
7824 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7825 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7826
7827 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7828 Doc fixes.
7829
7830 * faces.el (underline): Try bold if terminal doesn't support underline.
7831
7832 * mail/sendmail.el (mail-setup-with-from): New variable.
7833 (mail-insert-from-field): New function.
7834 (sendmail-send-it): Call it.
7835 (mail-setup): Optionally call it here.
7836
7837 * term/linux.el: Call tty-no-underline.
7838
7839 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7840
7841 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7842
7843 2005-06-17 Miles Bader <miles@gnu.org>
7844
7845 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7846 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7847 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7848 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7849 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7850 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7851 Remove "-face" suffix from face names.
7852 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7853 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7854 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7855 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7856 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7857 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7858 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7859 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7860 New backward-compatibility aliases for renamed faces.
7861 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7862 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7863 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7864 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7865 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7866 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7867 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7868 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7869 Use renamed ediff faces.
7870
7871 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7872 Remove "-face" suffix from face names.
7873 (eshell-test-ok-face, eshell-test-failed-face):
7874 New backward-compatibility aliases for renamed faces.
7875 (eshell-run-test): Use renamed eshell-test faces.
7876
7877 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7878 face name.
7879 (eshell-prompt-face): New backward-compatibility alias for renamed
7880 face.
7881 (eshell-emit-prompt): Use renamed eshell-prompt face.
7882
7883 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7884 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7885 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7886 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7887 Remove "-face" suffix from face names.
7888 (eshell-ls-directory-face, eshell-ls-symlink-face)
7889 (eshell-ls-executable-face, eshell-ls-readonly-face)
7890 (eshell-ls-unreadable-face, eshell-ls-special-face)
7891 (eshell-ls-missing-face, eshell-ls-archive-face)
7892 (eshell-ls-backup-face, eshell-ls-product-face)
7893 (eshell-ls-clutter-face):
7894 New backward-compatibility aliases for renamed faces.
7895 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7896
7897 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7898 Remove "-face" suffix from face name.
7899 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7900 instead of literal face.
7901
7902 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7903
7904 * emacs-lisp/warnings.el (display-warning, lwarn)
7905 (warning-minimum-log-level): Doc fixes.
7906 (warning-minimum-level, warning-minimum-log-level):
7907 Add :debug to :type choices.
7908
7909 * progmodes/ada-mode.el (ada-format-paramlist)
7910 (ada-get-indent-case, ada-check-matching-start)
7911 (ada-check-defun-name, ada-goto-matching-decl-start)
7912 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7913 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7914 (ada-make-subprogram-body): Follow error conventions.
7915 (ada-case-exception-file, ada-indent-comment-as-code)
7916 (ada-indent-handle-comment-special, ada-indent-renames)
7917 (ada-indent-return, ada-search-directories-internal)
7918 (ada-tab-policy, ada-case-exception-substring)
7919 (ada-other-file-alist, ada-matching-start-re)
7920 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7921 (ada-imenu-generic-expression, ada-compile-goto-error)
7922 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7923 (ada-popup-menu, ada-add-extensions, ada-mode)
7924 (ada-region-selected, ada-create-case-exception)
7925 (ada-create-case-exception-substring, ada-after-keyword-p)
7926 (ada-activate-keys-for-case, ada-adjust-case-region)
7927 (ada-adjust-case-buffer, ada-format-paramlist)
7928 (ada-scan-paramlist, ada-insert-paramlist)
7929 (ada-indent-newline-indent)
7930 (ada-indent-newline-indent-conditional)
7931 (ada-justified-indent-current, ada-goto-previous-word)
7932 (ada-indent-current, ada-get-indent-open-paren)
7933 (ada-get-indent-paramlist, ada-get-indent-end)
7934 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7935 (ada-get-indent-block-start, ada-get-indent-subprog)
7936 (ada-get-indent-noindent, ada-get-indent-label)
7937 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7938 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7939 (ada-goto-stmt-end, ada-goto-next-word)
7940 (ada-check-matching-start, ada-check-defun-name)
7941 (ada-goto-matching-decl-start, ada-goto-matching-start)
7942 (ada-goto-matching-end, ada-search-ignore-string-comment)
7943 (ada-in-decl-p, ada-looking-at-semi-or)
7944 (ada-looking-at-semi-private, ada-in-paramlist-p)
7945 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7946 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7947 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7948 (ada-previous-package, ada-create-menu)
7949 (ada-fill-comment-paragraph-justify)
7950 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7951 (ada-other-file-name, ada-last-which-function-line)
7952 (ada-last-which-function-subprog, ada-which-function)
7953 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7954 (ada-gen-treat-proc, ada-check-emacs-version)
7955 (ada-continuation-indent, ada-align-region-separate):
7956 Fix typos in docstrings.
7957 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7958
7959 2005-06-16 Lute Kamstra <lute@gnu.org>
7960
7961 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7962 conditionally.
7963
7964 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * comint.el (comint-replace-by-expanded-filename)
7967 (comint-prompt-regexp, comint-delimiter-argument-list)
7968 (comint-preinput-scroll-to-bottom):
7969 * info.el (Info-hide-cookies-node):
7970 * ls-lisp.el (ls-lisp-classify):
7971 * find-file.el (ff-search-directories, ff-special-constructs)
7972 (ff-find-other-file):
7973 * font-lock.el (font-lock-keywords):
7974 * shell.el (shell-prompt-pattern)
7975 (shell-dynamic-complete-functions, shell-mode)
7976 (shell-delimiter-argument-list):
7977 * term.el (term-replace-by-expanded-filename)
7978 (term-prompt-regexp, term-delimiter-argument-list):
7979 * woman.el (woman-ignore, woman0-if):
7980 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7981 * emacs-lisp/elint.el (elint-init-env):
7982 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7983 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7984 * language/ethio-util.el (ethio-tilde-escape)
7985 (ethio-use-three-dot-question):
7986 * net/zone-mode.el (zone-mode-load-time-setup):
7987 * progmodes/cc-align.el (c-lineup-argcont):
7988 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7989 * progmodes/cperl-mode.el (cperl-set-style-back):
7990 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7991 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7992 Fix spellings in docstrings.
7993
7994 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7995 * progmodes/modula2.el (m2-for): Fix spellings.
7996
7997 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7998
7999 * simple.el (undo-more): Don't use `format' on `error' arguments.
8000 Improve argument/docstring consistency.
8001 (pending-undo-list): Doc fix.
8002
8003 * smerge-mode.el (smerge-ensure-match):
8004 * emulation/vip.el (vip-ex):
8005 * net/zone-mode.el (zone-mode-update-serial):
8006 * progmodes/idlwave.el (idlwave-complete):
8007 * progmodes/vhdl-mode.el (vhdl-visit-file)
8008 (vhdl-compose-wire-components):
8009 Don't use `format' on `error' arguments.
8010
8011 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8012 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8013 (tooltip-help-tips): Fix typos in docstrings.
8014
8015 2005-06-16 David Ponce <david@dponce.com>
8016
8017 * tree-widget.el (tree-widget-value-create): Simplify last change.
8018
8019 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8020
8021 * ido.el (ido-incomplete-regexp): New variable.
8022 (ido-set-matches-1): Handle invalid-regexp error and set
8023 ido-incomplete-regexp.
8024 (ido-incomplete-regexp): New face.
8025 (ido-completions): Use it.
8026 (ido-complete, ido-exit-minibuffer, ido-completions):
8027 Handle incomplete regexps.
8028 (ido-completions): Add check for complete match when entering a regexp.
8029
8030 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8033
8034 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8035
8036 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8037 by field delimiters.
8038
8039 2005-06-15 David Ponce <david@dponce.com>
8040
8041 * tree-widget.el: eval-and-compile inlined functions so they will
8042 be available at run-time too.
8043 (tree-widget-super-format-handler)
8044 (tree-widget-format-handler): Remove.
8045 (tree-widget-value-create): Handle the :indent property.
8046
8047 2005-06-15 Miles Bader <miles@gnu.org>
8048
8049 * progmodes/which-func.el (which-func): Only inherit
8050 `font-lock-function-name-face' when that makes sense against the
8051 default mode-line face, otherwise set the face color explicitly.
8052
8053 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8054 faces instead of (non-existent) variables.
8055
8056 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8059 (iswitchb-get-matched-buffers): Likewise. Simplify.
8060
8061 2005-06-14 Miles Bader <miles@gnu.org>
8062
8063 * progmodes/ld-script.el (ld-script-location-counter):
8064 Remove "-face" suffix from face name.
8065 (ld-script-location-counter-face):
8066 New backward-compatibility alias for renamed face.
8067 (ld-script-location-counter-face): Use renamed face.
8068
8069 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8070 (cperl-hash): Remove "-face" suffix from face names.
8071 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8072 New backward-compatibility aliases for renamed faces.
8073 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8074 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8075
8076 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8077 name.
8078 (which-func-face): New backward-compatibility alias for renamed face.
8079 (which-func-format): Use renamed which-func face.
8080
8081 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8082 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8083 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8084 names.
8085 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8086 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8087 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8088 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8089 (vhdl-speedbar-architecture-selected)
8090 (vhdl-speedbar-configuration-selected)
8091 (vhdl-speedbar-package-selected)
8092 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8093 names.
8094 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8095 Use renamed faces.
8096 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8097 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8098 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8099 Use renamed faces.
8100 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8101 names.
8102 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8103 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8104 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8105 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8106 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8107 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8108
8109 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8110 face name.
8111 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8112 (sh-heredoc-face): Use renamed sh-heredoc face.
8113
8114 * progmodes/idlw-help.el (idlwave-help-link):
8115 Remove "-face" suffix from face name.
8116 (idlwave-help-link-face):
8117 New backward-compatibility alias for renamed face.
8118 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8119
8120 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8121 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8122 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8123 New backward-compatibility aliases for renamed faces.
8124 (idlwave-shell-disabled-breakpoint-face)
8125 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8126
8127 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8128 Remove "-face" suffix from face names.
8129 (flymake-errline-face, flymake-warnline-face):
8130 New backward-compatibility aliases for renamed faces.
8131 (flymake-highlight-line): Use renamed flymake faces.
8132
8133 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8134 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8135 (ebrowse-member-class, ebrowse-progress):
8136 Remove "-face" suffix from face names.
8137 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8138 (ebrowse-file-name-face, ebrowse-default-face)
8139 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8140 (ebrowse-progress-face):
8141 New backward-compatibility aliases for renamed faces.
8142 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8143 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8144 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8145 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8146
8147 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8148 antlr-syntax)
8149 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8150 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8151 names.
8152 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8153 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8154 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8155 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8156 backward-compatibility aliases for renamed faces.
8157 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8158 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8159 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8160 remove "font-lock-". Use renamed antlr-mode faces.
8161 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8162 literal face-names with face variable references.
8163
8164 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8165 face name.
8166 (Buffer-menu-buffer-face): New backward-compatibility alias for
8167 renamed face.
8168 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8169
8170 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8171
8172 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8173 Eliminate "-face" suffix.
8174 (makefile-targets): Inherit from font-lock-function-name-face and
8175 eliminate "-face" suffix.
8176 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8177 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8178 actions, instead of prepending, to make it less visible.
8179 (makefile-previous-dependency, makefile-match-dependency):
8180 Don't match a target on a continuation line.
8181
8182 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8183
8184 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8185
8186 * progmodes/gdb-ui.el (menu): Re-order menu items.
8187 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8188
8189 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8190 Define in tooltip.el.
8191 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8192 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8193 gud-tooltip-echo-area.
8194
8195 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8196 backward compatibility and make obsolete.
8197 (tooltip-help-tips): Use tooltip-use-echo-area.
8198 (tooltip-show-help-function): Rename to...
8199 (tooltip-show-help): ...this, because it is a function.
8200 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8201
8202 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8203
8204 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8205 (edebug-print-length, edebug-print-level, edebug-print-circle)
8206 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8207 (edebug-eval-print-last-sexp): Doc fixes.
8208
8209 2005-06-14 Kim F. Storm <storm@cua.dk>
8210
8211 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8212 as the coverage buffer/file/both may change.
8213
8214 2005-06-14 Lute Kamstra <lute@gnu.org>
8215
8216 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8217 and run-mode-hooks. Simplify.
8218
8219 * mail/rmailedit.el (rmail-edit-mode):
8220 * progmodes/octave-inf.el (inferior-octave-mode):
8221 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8222
8223 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8224 and run-mode-hooks.
8225 (recentf-edit-list, recentf-open-files): Don't call
8226 kill-all-local-variables directly.
8227
8228 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8229
8230 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8231
8232 * emacs-lisp/byte-run.el (make-obsolete)
8233 (define-obsolete-function-alias): Rename arguments FUNCTION and
8234 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8235 (make-obsolete-variable, define-obsolete-variable-alias):
8236 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8237 respectively.
8238
8239 * isearchb.el (isearchb-activate):
8240 * pcvs.el (cvs-mode):
8241 * ses.el (ses-load):
8242 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8243 * net/tramp.el (tramp-find-file-exists-command)
8244 (tramp-find-shell):
8245 * progmodes/ada-mode.el (ada-create-case-exception)
8246 (ada-create-case-exception-substring, ada-make-subprogram-body):
8247 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8248 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8249 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8250 * textmodes/org.el (org-promote, org-evaluate-time-range)
8251 (org-agenda-next-date-line, org-agenda-previous-date-line)
8252 (org-agenda-error, org-open-at-point, org-table-move-row)
8253 (org-format-table-table-html-using-table-generate-source)
8254 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8255 * textmodes/reftex.el (reftex-access-scan-info):
8256 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8257 (reftex-toc-promote-prepare): Follow error conventions.
8258
8259 * diff-mode.el (diff-mode): Fix typo in docstring.
8260
8261 * forms.el (forms--intuit-from-file): Fix reference to
8262 `forms-number-of-fields' in error message.
8263 (forms-print): Fix quoting in error message.
8264
8265 * forms.el (forms-mode):
8266 * emulation/vi.el (vi-goto-insert-state):
8267 * progmodes/flymake.el (flymake-new-err-info)
8268 (flymake-start-syntax-check-for-current-buffer)
8269 (flymake-simple-cleanup):
8270 * eshell/esh-var.el (eshell/export):
8271 * progmodes/gud.el (xdb):
8272 * textmodes/flyspell.el (flyspell-incorrect-hook)
8273 (flyspell-maybe-correct-transposition)
8274 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8275
8276 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8277
8278 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8279 minibuffer prompt.
8280
8281 2005-06-13 Kim F. Storm <storm@cua.dk>
8282
8283 * subr.el (add-to-ordered-list): New defun.
8284
8285 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8286 add cua--keymap-alist to emulation-mode-map-alists.
8287
8288 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * subr.el (complete-in-turn): New macro.
8291 (dynamic-completion-table, lazy-completion-table): Add debug info.
8292
8293 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8294 in preference to face aliases.
8295
8296 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8297 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8298 Remove unused vars `start' and `firstline'.
8299 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8300 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8301
8302 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8303
8304 * cus-start.el (all): Don't complain about missing GTK-related
8305 variables, unless either `gtk' is boundp or this isn't a
8306 `windows-nt' build.
8307
8308 2005-06-13 Lute Kamstra <lute@gnu.org>
8309
8310 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8311 run-mode-hooks.
8312
8313 * ediff-mult.el (ediff-meta-mode):
8314 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8315
8316 * ledit.el (ledit-mode): Use delay-mode-hooks.
8317
8318 * woman.el (woman-mode-line-format): Delete constant.
8319 (woman-mode-map): Initialize it properly.
8320 (woman-mode): Set mode-class property to special.
8321 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8322 Set major-mode and mode-name. Don't set mode-line-format directly.
8323 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8324
8325 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8326 string argument obsolete.
8327
8328 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8329
8330 * textmodes/org.el (org-CUA-compatible): New option.
8331 (org-disputed-keys): New variable.
8332 (org-key): New function.
8333 (orgtbl-make-binding): Add docstring to the created function.
8334 (org-mode): Set paragraph start/separate regexps.
8335 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8336 (org-archive-location, org-archive-mark-done)
8337 (org-archive-stamp-time): New options.
8338 (org-archive-subtree): New command.
8339 (org-fill-paragraph): New function.
8340 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8341 (org-fake-empty-table-line): Function removed.
8342 (org-format-org-table-html): Do not create empty table lines at
8343 separator lines. Improved table header treatment.
8344 (org-link-format): New option.
8345 (org-make-link): New function.
8346 (org-insert-link, org-store-link): Use org-make-link.
8347 (org-open-file): Quote file name for shell command, to allow
8348 spaces in file names.
8349 (org-link-regexp): Fix bug with mailto link.
8350 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8351 New constants.
8352 (org-export-as-html): Deal with the optional angles around a link.
8353 Better treatment of file: links.
8354 (org-open-at-point): Replace @{ and @} with < and >.
8355 (org-run-mode-hooks): Function removed.
8356 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8357
8358 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8359
8360 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8361 MI command -data-list-register-values.
8362 (gdb-post-prompt): Indent properly.
8363
8364 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8365
8366 * hilit-chg.el (highlight-changes-colors): Rename from
8367 `highlight-changes-colours'.
8368 (highlight-changes-colours): Keep as obsolete alias.
8369 (highlight-changes-face-list): Doc fix.
8370 (hilit-chg-make-list): Use `highlight-changes-colors'.
8371
8372 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8373
8374 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8375 defun-prompt-regexp.
8376
8377 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8378
8379 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8380 and cygwin.
8381
8382 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8383 Don't use an old loaddefs.el, as in Makefile.in.
8384
8385 2005-06-12 Lute Kamstra <lute@gnu.org>
8386
8387 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8388
8389 * man.el (Man-mode-map): Initialize it properly.
8390 (Man-mode): Set mode-class property to special.
8391
8392 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8393
8394 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8397 A newline is needed in the docstring there.
8398
8399 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8400 Doc fixes.
8401
8402 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8403
8404 * printing.el: Doc fix. The menubar is no more changed when printing
8405 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8406 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8407 (pr-version): New version number (6.8.4).
8408 (pr-menu-bind): New command.
8409 (pr-update-menus): Docstring and code fix.
8410 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8411 Docstring fix.
8412 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8413 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8414
8415 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8416
8417 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8418 "Returns" to "return", document useful return values, etc.
8419
8420 2005-06-11 Alan Mackenzie <acm@muc.de>
8421
8422 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8423 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8424 (adaptive-file-function): Minor amendment to doc-string.
8425
8426 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8427
8428 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8429 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8430 Fix :type--it is `integer', not `string'.
8431
8432 * faces.el (modeline-highlight): Rename from (the erroneous)
8433 `modeline-higilight'.
8434
8435 2005-06-11 Lute Kamstra <lute@gnu.org>
8436
8437 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8438 lisp-interaction-mode-map but make it the parent.
8439 (edebug-eval-mode): Use define-derived-mode.
8440
8441 2005-06-11 Andreas Schwab <schwab@suse.de>
8442
8443 * bindings.el: Add binding of `ESC functionkey' for every
8444 `M-functionkey'.
8445 * hexl.el (hexl-mode-map): Likewise.
8446
8447 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8448
8449 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8450 [msft]: update regexp for newer msft compilers.
8451
8452 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8453
8454 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8455 ATTLIST portions of included DTDs.
8456 (xml-parse-dtd): Eliminate use of inefficient match-data.
8457
8458 2005-06-10 Miles Bader <miles@gnu.org>
8459
8460 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8461 (mpuz-text): Remove "-face" suffix from face names.
8462 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8463 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8464 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8465
8466 * play/gomoku.el (gomoku-O, gomoku-X):
8467 Remove "-face" suffix from face names.
8468 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8469 New backward-compatibility aliases for renamed faces.
8470 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8471
8472 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8473
8474 * thumbs.el: Fixes for changes of 2005-06-09.
8475 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8476 as a directory.
8477 (thumbs-thumbname): Remove directory separator from format string;
8478 `thumbs-thumbsdir' now returns a valid directory name.
8479 (thumbs-temp-dir): New defsubst.
8480 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8481 Use it.
8482
8483 * cus-edit.el (minibuffer):
8484 * files.el (make-backup-file-name-function):
8485 * filesets.el (filesets-external-viewers):
8486 * hilit-chg.el (highlight-changes-colours)
8487 (highlight-changes-face-list, highlight-changes-rotate-faces):
8488 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8489 * kmacro.el (kmacro-call-macro):
8490 * log-edit.el (log-edit-changelog-full-paragraphs):
8491 * mouse.el (mouse-1-click-follows-link):
8492 * skeleton.el (skeleton-autowrap):
8493 * subr.el (insert-for-yank-1):
8494 * tempo.el (tempo-insert-region):
8495 * terminal.el (terminal-emulator):
8496 * time.el (display-time-mail-face):
8497 * vc.el (vc-annotate):
8498 * vcursor.el (vcursor-copy-line):
8499 * woman.el (woman-bold-headings, woman-ignore)
8500 (woman-default-faces, woman-monochrome-faces):
8501 * calendar/todo-mode.el (todo-insert-threshold):
8502 * emulation/pc-select.el (pc-select-selection-keys-only)
8503 (pc-selection-mode):
8504 * emulation/vip.el (vip-find-char-forward):
8505 * emulation/viper-cmd.el (viper-find-char-forward):
8506 * international/mule-cmds.el
8507 (select-safe-coding-system-accept-default-p)
8508 (input-method-exit-on-invalid-key):
8509 * international/mule-diag.el (describe-coding-system):
8510 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8511 * net/browse-url.el (browse-url-xterm-program):
8512 * obsolete/lazy-lock.el (lazy-lock-mode):
8513 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8514 (cperl-mode):
8515 * progmodes/cpp.el (cpp-face-light-name-list)
8516 (cpp-face-dark-name-list):
8517 * progmodes/delphi.el (delphi-newline-always-indents):
8518 Fix spellings in docstrings.
8519
8520 * ido.el (ido-mode, ido-file-extensions-order)
8521 (ido-default-file-method, ido-default-buffer-method)
8522 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8523 (ido-decorations, ido-read-file-name-as-directory-commands)
8524 (ido-read-file-name-non-ido, ido-work-directory-list)
8525 (ido-ignore-item-temp-list, ido-current-directory)
8526 (ido-magic-forward-char, ido-enter-find-file)
8527 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8528 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8529
8530 2005-06-10 Lute Kamstra <lute@gnu.org>
8531
8532 * play/dunnet.el (dun-mode): Use define-derived-mode.
8533 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8534 obsolete alias.
8535
8536 * play/doctor.el (doctor-mode-map): Remove defvar.
8537 (doctor-mode): Use define-derived-mode.
8538
8539 * mail/mspools.el (mspools-mode):
8540 * net/eudc-hotlist.el (eudc-hotlist-mode):
8541 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8542
8543 2005-06-10 Miles Bader <miles@gnu.org>
8544
8545 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8546 Remove "-face" suffix from face names.
8547 (flyspell-incorrect-face, flyspell-duplicate-face):
8548 New backward-compatibility aliases for renamed faces.
8549 (flyspell-mode-on, make-flyspell-overlay)
8550 (flyspell-highlight-incorrect-region)
8551 (flyspell-highlight-duplicate-region)
8552 (flyspell-display-next-corrections)
8553 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8554
8555 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8556 from face name.
8557 (texinfo-heading-face): New backward-compatibility alias for
8558 renamed face.
8559 (texinfo-heading-face): Use renamed texinfo-heading face.
8560
8561 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8562 suffix from face names.
8563 (tex-math-face, tex-verbatim-face):
8564 New backward-compatibility aliases for renamed faces.
8565 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8566 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8567 literal face name.
8568
8569 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8570 name.
8571 (table-cell-face): New backward-compatibility alias for renamed face.
8572 (table--put-cell-face-property, table--update-cell-face):
8573 Use renamed table-cell face.
8574
8575 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8576 from face name.
8577 (sgml-namespace-face): New backward-compatibility alias for
8578 renamed face.
8579 (sgml-namespace-face): Use renamed sgml-namespace face.
8580
8581 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8582 (org-level-4, org-level-5, org-level-6, org-level-7)
8583 (org-level-8, org-warning, org-headline-done)
8584 (org-deadline-announce, org-scheduled-today)
8585 (org-scheduled-previously, org-link, org-done, org-table)
8586 (org-time-grid): Remove "-face" suffix from face names.
8587 (org-level-1-face, org-level-2-face, org-level-3-face)
8588 (org-level-4-face, org-level-5-face, org-level-6-face)
8589 (org-level-7-face, org-level-8-face, org-warning-face)
8590 (org-headline-done-face, org-deadline-announce-face)
8591 (org-scheduled-today-face, org-scheduled-previously-face)
8592 (org-link-face, org-done-face, org-table-face)
8593 (org-time-grid-face):
8594 New backward-compatibility aliases for renamed faces.
8595 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8596 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8597 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8598 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8599
8600 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8601 (viper-minibuffer-emacs, viper-minibuffer-insert)
8602 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8603 (viper-search-face, viper-replace-overlay-face)
8604 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8605 (viper-minibuffer-vi-face):
8606 New backward-compatibility aliases for renamed faces.
8607 (viper-search-face, viper-replace-overlay-face)
8608 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8609 (viper-minibuffer-vi-face): Use renamed viper faces.
8610
8611 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8612 Remove "-face" suffix from face names.
8613 (testcover-nohits-face, testcover-1value-face):
8614 New backward-compatibility aliases for renamed faces.
8615 (testcover-mark): Use renamed testcover faces.
8616
8617 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8618 face name.
8619 (diary-button-face): New backward-compatibility alias for renamed face.
8620 (diary-entry): Use renamed diary-button face.
8621
8622 * calendar/calendar.el (diary, calendar-today, holiday)
8623 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8624 (diary-face, calendar-today-face, holiday-face):
8625 New backward-compatibility aliases for renamed faces.
8626 (eval-after-load "facemenu", diary-entry-marker)
8627 (calendar-today-marker, calendar-holiday-marker, diary-face):
8628 Use renamed calendar faces.
8629
8630 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8631 (compare-windows-face): New backward-compatibility alias for
8632 renamed face.
8633 (compare-windows-highlight): Use renamed compare-windows face.
8634
8635 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8636 (strokes-char-face): New backward-compatibility alias for renamed face.
8637 (strokes-encode-buffer): Use renamed strokes-char face.
8638
8639 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8640 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8641 Remove "-face" suffix from face names.
8642 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8643 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8644 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8645 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8646 Use renamed pcvs faces.
8647 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8648 * pcvs-defs.el (cvs-mode-map): Likewise.
8649 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8650
8651 * info.el (info-title-1, info-title-2, info-title-3)
8652 (info-title-4): Remove "-face" suffix from and downcase face names.
8653 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8654 (Info-title-4-face):
8655 New backward-compatibility aliases for renamed faces.
8656 (Info-fontify-node): Use renamed info faces.
8657
8658 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8659 Remove "-face" suffix from face names.
8660 (highlight-changes-face, highlight-changes-delete-face):
8661 New backward-compatibility aliases for renamed faces.
8662 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8663 (hilit-chg-make-list): Use renamed highlight-changes faces.
8664
8665 * generic-x.el (show-tabs-tab, show-tabs-space):
8666 Remove "-face" suffix from face names.
8667 (show-tabs-tab-face, show-tabs-space-face):
8668 New backward-compatibility aliases for renamed faces.
8669 (show-tabs-generic-mode-font-lock-defaults-1)
8670 (show-tabs-generic-mode-font-lock-defaults-2):
8671 Use renamed show-tabs faces.
8672
8673 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8674 (smerge-markers): Remove "-face" suffix from face names.
8675 (smerge-mine-face, smerge-other-face, smerge-base-face)
8676 (smerge-markers-face):
8677 New backward-compatibility aliases for renamed faces.
8678 (smerge-mine-face, smerge-other-face, smerge-base-face)
8679 (smerge-markers-face): Use renamed smerge faces.
8680
8681 * log-view.el (log-view-file, log-view-message): Remove "-face"
8682 suffix from face names.
8683 (log-view-file-face, log-view-message-face):
8684 New backward-compatibility aliases for renamed faces.
8685 (log-view-file-face, log-view-message-face): Use renamed log-view
8686 faces.
8687
8688 * paren.el (show-paren-match, show-paren-mismatch):
8689 Remove "-face" suffix from face names.
8690 (show-paren-match-face, show-paren-mismatch-face):
8691 New backward-compatibility aliases for renamed faces.
8692 (show-paren-function): Use renamed show-paren faces.
8693
8694 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8695 (ruler-mode-margins, ruler-mode-fringes)
8696 (ruler-mode-column-number, ruler-mode-fill-column)
8697 (ruler-mode-comment-column, ruler-mode-goal-column)
8698 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8699 suffix from face names.
8700 (ruler-mode-default-face, ruler-mode-pad-face)
8701 (ruler-mode-margins-face, ruler-mode-fringes-face)
8702 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8703 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8704 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8705 New backward-compatibility aliases for renamed faces.
8706 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8707 (ruler-mode-column-number, ruler-mode-fill-column)
8708 (ruler-mode-comment-column, ruler-mode-goal-column)
8709 (ruler-mode-tab-stop, ruler-mode-current-column)
8710 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8711 faces.
8712
8713 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8714 face name.
8715 (whitespace-highlight-the-space): Use renamed face.
8716 (whitespace-highlight-face): New backward-compatibility alias for
8717 renamed face.
8718
8719 * woman.el (woman-italic, woman-bold, woman-unknown)
8720 (woman-addition, woman-symbol-face):
8721 Remove "-face" suffix from face names.
8722 (woman-italic-face, woman-bold-face, woman-unknown-face)
8723 (woman-addition-face):
8724 New backward-compatibility aliases for renamed faces.
8725 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8726 (woman-decode-region, woman-replace-match)
8727 (woman-display-extended-fonts, woman-special-characters)
8728 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8729 Use renamed woman faces.
8730
8731 * longlines.el (longlines-visible-face): Face removed.
8732
8733 * diff-mode.el (diff-header, diff-file-header, diff-index)
8734 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8735 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8736 suffix from face names.
8737 (diff-header-face, diff-file-header-face, diff-index-face)
8738 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8739 (diff-changed-face, diff-function-face, diff-context-face)
8740 (diff-nonexistent-face): New backward-compatibility aliases for
8741 renamed faces.
8742 (diff-header-face, diff-file-header-face)
8743 (diff-index, diff-index-face, diff-hunk-header)
8744 (diff-hunk-header-face, diff-removed, diff-removed-face)
8745 (diff-added, diff-added-face, diff-changed-face, diff-function)
8746 (diff-function-face, diff-context-face, diff-nonexistent)
8747 (diff-nonexistent-face): Use renamed diff-mode faces.
8748
8749 * progmodes/compile.el (compilation-warning-face)
8750 (compilation-info-face): Remove "-face" suffix from face names.
8751 (compilation-warning-face, compilation-info-face):
8752 New backward-compatibility aliases for renamed faces.
8753 (compilation-warning-face, compilation-info-face):
8754 Use renamed compilation faces.
8755
8756 * add-log.el (change-log-date, change-log-name)
8757 (change-log-email, change-log-file, change-log-list)
8758 (change-log-conditionals, change-log-function)
8759 (change-log-acknowledgement): Remove "-face" suffix from face names.
8760 (change-log-date-face, change-log-name-face)
8761 (change-log-email-face, change-log-file-face)
8762 (change-log-list-face, change-log-conditionals-face)
8763 (change-log-function-face, change-log-acknowledgement-face):
8764 New backward-compatibility aliases for renamed faces.
8765 (change-log-font-lock-keywords): Use renamed change-log faces.
8766
8767 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8768 (custom-set, custom-changed, custom-saved, custom-button)
8769 (custom-button-pressed, custom-documentation, custom-state)
8770 (custom-comment, custom-comment-tag, custom-variable-tag)
8771 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8772 (custom-group-tag): Remove "-face" suffix from face names.
8773 (custom-magic-alist, custom-magic-value-create)
8774 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8775 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8776 (custom-set-face, custom-changed-face, custom-saved-face)
8777 (custom-button-face, custom-button-pressed-face)
8778 (custom-documentation-face, custom-state-face)
8779 (custom-comment-face, custom-comment-tag-face)
8780 (custom-variable-tag-face, custom-variable-button-face)
8781 (custom-face-tag-face, custom-group-tag-face-1)
8782 (custom-group-tag-face):
8783 New backward-compatibility aliases for renamed faces.
8784
8785 * wid-edit.el (widget-documentation, widget-button)
8786 (widget-field, widget-single-line-field, widget-inactive)
8787 (widget-button-pressed): "-face" suffix removed from face names.
8788 (widget-documentation-face, widget-button-face)
8789 (widget-field-face, widget-single-line-field-face)
8790 (widget-inactive-face, widget-button-pressed-face):
8791 New backward-compatibility aliases for renamed faces.
8792 (widget-documentation-face, widget-button-face)
8793 (widget-button-pressed-face, widget-specify-field)
8794 (widget-specify-inactive): Use renamed widget faces.
8795
8796 2005-06-10 Kenichi Handa <handa@m17n.org>
8797
8798 * term/x-win.el (x-clipboard-yank): Remove condition-case
8799 wrapping.
8800
8801 2005-06-11 Kenichi Handa <handa@m17n.org>
8802
8803 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8804 date lines stricter.
8805
8806 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8807
8808 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8809 of x-get-selection.
8810
8811 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8812
8813 * comint.el (comint-mode, comint-snapshot-last-prompt):
8814 * frame.el (frame-current-scroll-bars):
8815 * term.el (term-mode, term-check-proc, term-input-sender)
8816 (term-simple-send, term-extract-string, term-word)
8817 (term-match-partial-filename):
8818 * window.el (window-current-scroll-bars):
8819 * emulation/cua-base.el (cua-normal-cursor-color)
8820 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8821 (cua-global-mark-cursor-color):
8822 * mail/undigest.el (rmail-forward-separator-regex):
8823 Fix typos in docstrings.
8824
8825 * comint.el (comint-check-proc, make-comint-in-buffer)
8826 (comint-source-default): Doc fixes.
8827
8828 * term.el (term-send-string): Improve argument/docstring consistency.
8829
8830 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8831
8832 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8833 call to `delete-region'.
8834 (comint-mode-hook): Do not enable Font Lock by default.
8835
8836 2005-06-09 Lute Kamstra <lute@gnu.org>
8837
8838 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8839 could be void.
8840
8841 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8842
8843 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8844 (debug): Use it.
8845 (debugger-step-through, debugger-continue, debugger-jump)
8846 (debugger-return-value): Set it when needed.
8847 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8848 Use inhibit-read-only.
8849
8850 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8851
8852 * window.el (shrink-window-if-larger-than-buffer)
8853 (window-size-fixed): Fix typo in docstring.
8854
8855 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8856 thumbnails directory on loading.
8857 (thumbs-conversion-program): Use `eq' to check the system type,
8858 not `equal'.
8859 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8860 not "/tmp". Fix docstring.
8861 (thumbs-thumbsdir): New function to return the thumbnails
8862 directory, creating it if needed.
8863 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8864 (thumbs-temp-file): Delete variable and make it into a function.
8865 (thumbs-resize-image, thumbs-modify-image): Use it.
8866 (thumbs-kill-buffer): Simplify.
8867 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8868 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8869 docstrings.
8870
8871 2005-06-09 Kim F. Storm <storm@cua.dk>
8872
8873 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8874 set-match-data to free markers in match-data.
8875
8876 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8877 match-data to unchain markers in match-data.
8878
8879 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8882 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8883 unnecessary now.
8884
8885 2005-06-08 Richard M. Stallman <rms@gnu.org>
8886
8887 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8888 give the variable a doc string that doesn't say don't set it directly.
8889
8890 * textmodes/ispell.el (ispell-check-version):
8891 Use match-string-no-properties.
8892 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8893 (ispell-buffer-local-words): Likewise.
8894
8895 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8896 except on terminals with enough colors to really display it.
8897 (makefile-dependency-regex): Delete spurious `bb'.
8898
8899 * faces.el (escape-glyph): Use blue once again in last case.
8900 (no-break-space): Redefine so that it isn't invisible on a tty.
8901
8902 2005-06-08 Kim F. Storm <storm@cua.dk>
8903
8904 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8905 also when reading directory name.
8906
8907 2005-06-08 Lute Kamstra <lute@gnu.org>
8908
8909 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8910 (flyspell-mode-line-string): Remove autoload cookie.
8911 (flyspell-mode): Remove defvar.
8912
8913 2005-06-07 Lute Kamstra <lute@gnu.org>
8914
8915 * textmodes/org.el (org-run-mode-hooks): New function.
8916 (org-agenda-mode): Use it.
8917
8918 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8919
8920 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8921
8922 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8925
8926 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * font-lock.el (font-lock-add-keywords): Doc fix.
8929
8930 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8933 (tex-compile-default): In the absence of any history, use the order in
8934 tex-compile-alist to choose the preferred command.
8935 (tex-compile-commands): Reorder a bit.
8936
8937 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8938 (flyspell-incorrect-face, flyspell-duplicate-face):
8939 Use (X)Emacs-agnostic code.
8940 (flyspell-mode-map): Don't overwrite at each load. Remove code
8941 redundant with the subsequent add-minor-mode. Merge Emacs and
8942 XEmacs code.
8943 (flyspell-word): Minor simplification.
8944 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8945 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8946 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8947 Merge the corresponding Emacs code.
8948 (flyspell-correct-word, flyspell-xemacs-popup):
8949 Use flyspell-do-correct.
8950
8951 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8952 a dedicated window.
8953
8954 * international/latexenc.el (latexenc-find-file-coding-system):
8955 Undo part of last patch, to turn off a compiler warning.
8956
8957 2005-06-06 Juri Linkov <juri@jurta.org>
8958
8959 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8960 Rename `tmm-inactive-face' to `tmm-inactive'.
8961
8962 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8963
8964 * iswitchb.el: Rename faces.
8965
8966 2005-06-06 Kim F. Storm <storm@cua.dk>
8967
8968 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8969 (cua-global-mark): Remove -face suffix from face names.
8970
8971 * emulation/cua-gmrk.el (cua--init-global-mark):
8972 Remove cua-global-mark face setup.
8973
8974 2005-06-06 Richard M. Stallman <rms@gnu.org>
8975
8976 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8977 just like other allowed characters.
8978 (makefile-match-dependency): Exclude leading and training whitespace
8979 from the range of regexp subexp 1.
8980 (makefile-macroassign-regex): Don't try to match the body,
8981 just the name of the macro being defined.
8982
8983 * info.el (Info-read-node-name-2): New function.
8984 (Info-read-node-name-1): Use that.
8985 Add a completion-base-size-function property.
8986
8987 * simple.el (completion-setup-function): Look for
8988 completion-base-size-function property of minibuffer-completion-table.
8989
8990 * files.el (locate-file-completion): Doc fix.
8991
8992 * printing.el: Don't call pr-update-menus; user must do that.
8993
8994 * emacs-lisp/debug.el (debugger-window): New variable.
8995 (debug): Use debugger-window if it is set and still alive.
8996 Record debugger-window for next entry.
8997
8998 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8999
9000 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9001
9002 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9003 (hack-one-local-variable, hack-local-variables)
9004 (hack-local-variables-prop-line): Pass that arg.
9005
9006 2005-06-06 Kim F. Storm <storm@cua.dk>
9007
9008 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9009 (ido-indicator): Remove -face suffix from face names.
9010
9011 2005-06-06 Juri Linkov <juri@jurta.org>
9012
9013 * font-lock.el (font-lock-regexp-backslash)
9014 (font-lock-regexp-backslash-construct): New faces.
9015 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9016 after `('. Add `while-no-input' to control structures.
9017
9018 * faces.el (no-break-space, shadow): New faces.
9019 (escape-glyph): Use less loud colors pink2 and red4.
9020
9021 * diff-mode.el (diff-context-face)
9022 * dired.el (dired-ignored)
9023 * rfn-eshadow.el (file-name-shadow)
9024 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9025
9026 * info.el (Info-title-1-face): Use green instead of yellow because
9027 bold yellow is not readable on light backgrounds.
9028
9029 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9030 before selecting the desired mode to not spend time fontifying
9031 old contents.
9032
9033 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9034
9035 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9036 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9037
9038 * ps-print.el (ps-default-fg, ps-default-bg):
9039 Fix typos in docstrings.
9040
9041 * isearchb.el (isearchb): Don't pass a spurious second argument to
9042 `iswitchb-completions'.
9043
9044 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9045
9046 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9047 to preserve point.
9048 (gdb-find-file-hook): Add doc string.
9049
9050 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9051 C dereferenced pointer expression.
9052 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9053
9054 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9055
9056 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9057 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9058 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9059 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9060 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9061 Make background transparent.
9062
9063 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9064
9065 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9066 (font-lock-remove-keywords): Doc fix.
9067 (font-lock-mode-major-mode): Compiler defvar.
9068 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9069
9070 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9071 (font-lock-mode): Update `font-lock-mode-major-mode'.
9072 (font-lock-set-defaults): Compiler defvar.
9073 (font-lock-default-function): Take `font-lock-mode-major-mode'
9074 into account.
9075
9076 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9077 keep track of which major mode it enabled the minor mode for.
9078 Use find-file-hook again. Update docstring.
9079
9080 * simple.el (eval-expression-print-level)
9081 (eval-expression-print-length, eval-expression-debug-on-error):
9082 Doc fixes.
9083
9084 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9085
9086 * iswitchb.el (iswitchb-single-match-face)
9087 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9088 (iswitchb-invalid-regexp-face): New faces.
9089 (iswitchb-completions): Use them.
9090 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9091 now marked as an obsolete alias.
9092 (iswitchb-read-buffer): Remove check for bound font variables.
9093 (iswitchb-invalid-regexp): New free variable.
9094 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9095 set iswitchb-invalid-regexp.
9096 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9097 invalid regexps.
9098 (iswitchb-completions): Add check for complete match when entering
9099 a regexp.
9100 (iswitchb-completions): Remove require-match argument.
9101 (iswitchb-exhibit): Fix caller.
9102 (iswitchb-common-match-inserted): New variable.
9103 (iswitchb-complete, iswitchb-completion-help): Use it.
9104
9105 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9106
9107 * url-http.el (url-http-chunked-encoding-after-change-function):
9108 Use `url-http-debug' instead of `message'.
9109
9110 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9111
9112 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9113 callback argument.
9114
9115 2005-06-04 Kim F. Storm <storm@cua.dk>
9116
9117 * simple.el (line-move): Only call sit-for when moving backwards.
9118
9119 * ido.el (ido-make-merged-file-list-1): New defun split from
9120 ido-make-merged-file-list.
9121 (ido-make-merged-file-list): Bind throw-on-input around call to
9122 ido-make-merged-file-list-1. Return input-pending-p if
9123 interrupted by more input available.
9124 (ido-read-internal): Handle input-pending-p return value from
9125 ido-make-merged-file-list.
9126
9127 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9130 compatibility code.
9131
9132 * international/latexenc.el (latexenc-find-file-coding-system):
9133 Don't inherit the EOL part of the coding-system from the
9134 tex-main buffer. Fit within 80 columns.
9135
9136 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9137
9138 * tmm.el (tmm-inactive-face): New face.
9139 (tmm-remove-inactive-mouse-face): New function.
9140 (tmm-prompt, tmm-add-one-shortcut)
9141 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9142 but not selectable.
9143
9144 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9145
9146 * faces.el (face-equal): Improve argument/docstring consistency.
9147
9148 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9149
9150 * progmodes/make-mode.el (makefile-targets-face)
9151 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9152 (makefile-bsdmake-dependency-regex)
9153 (makefile-makepp-rule-action-regex)
9154 (makefile-bsdmake-rule-action-regex): New constants.
9155 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9156
9157 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9158 Allow (...) within `...' for makepp messages.
9159
9160 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9161
9162 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9163
9164 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9165 "." files are deleted from all file lists before comparison.
9166
9167 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9168 (viper-ESC-key): Made them customizable.
9169
9170 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9171
9172 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9173
9174 * autorevert.el (auto-revert-buffers): Use save-match-data.
9175
9176 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9179 menu items with a nil command binding.
9180
9181 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9182
9183 * emacs-lisp/cl-macs.el (defsetf):
9184 Improve argument/docstring consistency.
9185
9186 * faces.el (list-faces-display): Improve the formatting by
9187 computing the maximum length required for any face-name (reworked
9188 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9189 (internal-find-face): Remove redundant info in docstring.
9190
9191 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9192
9193 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9194 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9195 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9196 (gdb-assembler-custom): Improve regexps.
9197 (def-gdb-auto-update-handler): Use window point to preserve point.
9198
9199 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9202
9203 2005-05-31 Jay Belanger <belanger@truman.edu>
9204
9205 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9206 to calc-embedded.
9207 (calc-embedded-make-info): Have plain prefix argument select
9208 entire line.
9209
9210 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9211
9212 * faces.el (list-faces-display): Signal error if passed a regexp
9213 that matches no face name.
9214
9215 * simple.el (filter-buffer-substring): Fix typo in docstring.
9216
9217 2005-05-31 Richard M. Stallman <rms@gnu.org>
9218
9219 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9220 (vhdl-emacs-21): Doc fix.
9221 (vhdl-mode): Unconditionally set comment-padding.
9222 (vhdl-fixup-whitespace-region): Insert spaces only where
9223 there are none.
9224 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9225
9226 2005-05-30 John Wiegley <johnw@newartisans.com>
9227
9228 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9229 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9230 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9231 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9232 `string-to-number'.
9233
9234 2005-05-30 Jay Belanger <belanger@truman.edu>
9235
9236 * calc/calc.el (calc-bug-address): Fix docstring.
9237 (calc-window-hook, calc-trail-window-hook): New variables.
9238 (calc-trail-display): Restore use of calc-trail-window-hook.
9239 (calc): Restore use of calc-window-hook.
9240
9241 2005-05-31 Masatake YAMATO <jet@gyve.org>
9242
9243 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9244
9245 * help-fns.el (help-C-file-name): Add autoload mark for
9246 `find-function-noselect'.
9247
9248 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9251 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9252
9253 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9254
9255 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9256 included diary buffer if it was not already being visited.
9257 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9258
9259 * calendar/icalendar.el (top-level): Do not require 'appt.
9260
9261 * mail/supercite.el (sc-select-attribution): Only use a list
9262 element from sc-attrib-selection-list if it returns a string.
9263 Reported by Davide G. M. Salvetti <salve@debian.org>.
9264
9265 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9266
9267 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9268 includes a hash value to improve its uniqueness, and has a ".jpg"
9269 extension. Also, it is now a valid filename on all systems.
9270 (thumbs-make-thumb): Use `let', not `let*'.
9271 (thumbs-show-thumbs-list): Check for JPEG availability.
9272
9273 2005-05-30 Richard M. Stallman <rms@gnu.org>
9274
9275 * filesets.el (filesets-menu-ensure-use-cached):
9276 Prevent warning when emacs-version>= is undefined.
9277
9278 * printing.el (pr-interactive-n-up): Use string-to-number.
9279
9280 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9281
9282 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9283 Warn only when name to be defined is quoted.
9284
9285 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9286
9287 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9288 Make regexp more robust.
9289 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9290 Force regeneration of disassembly.
9291
9292 2005-05-29 Jay Belanger <belanger@truman.edu>
9293
9294 * calc/calc.el (calc-user-invocation): Check if
9295 calc-invocation-macro is non-nil.
9296
9297 2005-05-29 Juri Linkov <juri@jurta.org>
9298
9299 * add-log.el (change-log-font-lock-keywords):
9300 Add `+' to e-mail regexp to accept mail address with keywords.
9301
9302 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9303
9304 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9305
9306 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9307
9308 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9309
9310 2005-05-29 Richard M. Stallman <rms@gnu.org>
9311
9312 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9313 Undo the change that moves to end of the current word.
9314
9315 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9316
9317 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9318 Throw error when count <= 0 to ensure input is a number.
9319 (gdb-read-memory-custom): Pick up address from buffer.
9320 (gdb-memory-mode): Allow user to increment and decrement
9321 memory address from header line.
9322
9323 2005-05-29 Richard M. Stallman <rms@gnu.org>
9324
9325 * flyspell.el (flyspell-version): Function deleted.
9326 (flyspell-auto-correct-previous-hook): Doc fix.
9327
9328 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9329 Do nothing if memory is full.
9330
9331 * font-lock.el (font-lock-fontify-syntactically-region):
9332 Pass t for GREEDY to looking-back.
9333
9334 * saveplace.el (save-place-alist-to-file): Write the file
9335 using write-region.
9336
9337 * subr.el (looking-back): New argument GREEDY.
9338
9339 * progmodes/compile.el (compilation-start): Set the mode
9340 before inserting the initial text.
9341
9342 * progmodes/which-func.el (which-func-update-1): Turn the mode
9343 off in case of error by setting which-func-mode.
9344
9345 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9346
9347 * flyspell.el (flyspell-auto-correct-previous-word):
9348 Narrow down to what's on the screen, and recenter overlays
9349 at the end of the next word.
9350
9351 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9352
9353 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9354 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9355 (flyspell-abbrev-p): Default to nil.
9356 (flyspell-use-global-abbrev-table-p): Doc fix.
9357 (flyspell-large-region): Allow nil as value.
9358 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9359
9360 (mail-mode-flyspell-verify): More robust handling
9361 of `mail-header-separator'. More efficient signature detection.
9362 Allow for regexp metacharacters in message-header-separator.
9363 Adding `To' not to be checked in mail-mode-flyspell-verify.
9364
9365 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9366 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9367 Bind flyspell-auto-correct-binding.
9368 Bind C-. and C-, .
9369 (flyspell-mode-map): Likewise.
9370 (flyspell-mode): Doc fix.
9371 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9372 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9373 (flyspell-word-cache-result): New var, always local.
9374 (flyspell-check-pre-word-p): Doc fix.
9375 (flyspell-check-changed-word-p): Handle spc like newline.
9376 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9377 (flyspell-word-search-backward, flyspell-word-search-forward):
9378 New functions.
9379 (flyspell-word): Return t if nothing to check.
9380 When parsing TeX code, check for after } or \.
9381 Use flyspell-word-search-backward to find previous word.
9382 Return nil if duplicated word.
9383 For word already checked, return same value as last time.
9384 Set flyspell-word-cache-result after checking.
9385 Don't clobber the return value.
9386 (flyspell-get-word): Major rewrite.
9387 (flyspell-external-point-words): New locals pword, pcount.
9388 Fix size used in progress message.
9389 Find the proper corresponding word in flyspell-large-region-buffer.
9390 (flyspell-region): Check for flyspell-large-region = nil.
9391 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9392 (flyspell-auto-correct-word): Check that WORD is a cons.
9393 (flyspell-correct-word): Likewise.
9394
9395 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9396
9397 * progmodes/make-mode.el (makefile-rule-action-regex)
9398 (makefile-macroassign-regex, makefile-makepp-mode)
9399 (makefile-bsdmake-mode): Continuation lines may be empty.
9400 Reported by Joshua Varner.
9401 (makefile-makepp-font-lock-keywords): Add $(stem).
9402
9403 2005-05-28 Karl Berry <karl@gnu.org>
9404
9405 * textmodes/tex-mode.el: Now that tex-send-command calls
9406 shell-quote-argument (2005-03-31 change), remove all calls to
9407 shell-quote-argument; they all end up invoking tex-send-command.
9408 The double quoting loses on filenames with non-safe characters,
9409 such as "@". Reported by Frederik Fouvry.
9410
9411 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9414 about preserving point.
9415
9416 2005-05-27 Jay Belanger <belanger@truman.edu>
9417
9418 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9419 Info-goto-node.
9420
9421 * calc/calc-embed.el (calc-embed-arg): New variable.
9422 (calc-do-embedded-activate, calc-embedded-activate-formula)
9423 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9424 variable by new variable.
9425 (calc-embedded-make-info): Replace undeclared variable by new
9426 variable. When selecting region with positive prefix
9427 argument, use end of previous line instead of beginning of line.
9428
9429 * calc/calc-aent.el (calc-arg-values): Declare it.
9430
9431 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9432 Declare them.
9433
9434 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9435
9436 * calc/calc.el (calc-alg-map): Declare it.
9437
9438 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9439
9440 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9441
9442 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9443 (gdb-registers-buffer, toggle-gdb-all-registers):
9444 Toggle display of floating point registers.
9445 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9446
9447 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9448 (toggle-gud-tooltip-dereference):
9449 Rename from gud-toggle-tooltip-dereference.
9450
9451 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9454
9455 2005-05-27 Jay Belanger <belanger@truman.edu>
9456
9457 * calc/calc-prog.el (calc-kbd-report): Remove.
9458 (calc-kbd-query): Rewrite.
9459
9460 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9461
9462 * image.el (image-library-alist): Move to image.c.
9463 (image-type-available-p): Doc fix.
9464
9465 2005-05-27 Lute Kamstra <lute@gnu.org>
9466
9467 * calc/calc.el (calc):
9468 * outline.el (outline-1, outline-2, outline-3, outline-4)
9469 (outline-5, outline-6, outline-7, outline-8):
9470 * textmodes/dns-mode.el (dns-mode):
9471 * textmodes/sgml-mode.el (sgml-namespace-face):
9472 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9473 (tex-verbatim-face, tex-use-reftex):
9474 * textmodes/texinfo.el (texinfo-heading-face):
9475 Specify customization group.
9476
9477 * longlines.el: Don't require easy-mmode.
9478 (longlines-visible-face): Specify customization group.
9479
9480 2005-05-27 Kenichi Handa <handa@m17n.org>
9481
9482 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9483 encoding table of windows-1251.
9484
9485 * international/ucs-tables.el (ucs-set-table-for-input):
9486 If translation-table-for-input of a coding system is a symbol, get
9487 its translation-table property.
9488
9489 * international/code-pages.el: Don't register a coding system into
9490 non-iso-charset-alist more than once.
9491 (cp-make-coding-system): Likewise.
9492
9493 2005-05-26 John Wiegley <johnw@newartisans.com>
9494
9495 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9496 `eshell-resume-eval' is wrapped in a list, it indicates that the
9497 command was run asynchronously. In that case, unwrap the value
9498 before checking the delimiter value.
9499
9500 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9501 character before a space at the end of a line is \, assume the space
9502 is part of the last argument rather than a final argument separator.
9503
9504 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9505 is in use, and the target is `t' or `nil' (which are the most common
9506 values), don't assume that the symbol target is a buffer.
9507
9508 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9509
9510 * calendar/calendar.el (calendar-mode-line-format):
9511 Use mode-line-highlight as mouse-face.
9512
9513 * time.el (display-time-string-forms, display-time-update):
9514 Use mode-line-highlight as mouse-face.
9515
9516 2005-05-26 Jay Belanger <belanger@truman.edu>
9517
9518 * calc/calc.el (calc-language-alist): Remove extra defvar.
9519
9520 2005-05-26 Lute Kamstra <lute@gnu.org>
9521
9522 * arc-mode.el (archive-mode):
9523 * bookmark.el (bookmark-read-annotation-mode)
9524 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9525 * bs.el (bs-mode):
9526 * calc/calc-yank.el (calc-edit-mode):
9527 * calc/calc.el (calc-mode, calc-trail-mode):
9528 * calculator.el (calculator-mode):
9529 * chistory.el (command-history-mode):
9530 * comint.el:
9531 * cus-edit.el (custom-mode):
9532 * descr-text.el (describe-text-mode):
9533 * ebuff-menu.el (Electric-buffer-menu-mode):
9534 * ediff-util.el (ediff-mode):
9535 * emacs-lisp/re-builder.el (reb-mode):
9536 * emulation/vi.el (vi-mode-setup):
9537 * emulation/ws-mode.el (wordstar-mode):
9538 * eshell/esh-mode.el (eshell-mode):
9539 * forms.el (forms-mode):
9540 * help-mode.el (help-mode):
9541 * hexl.el (hexl-mode):
9542 * ibuffer.el (ibuffer-mode):
9543 * ielm.el (inferior-emacs-lisp-mode):
9544 * info.el (Info-mode, Info-edit-mode):
9545 * international/swedish.el:
9546 * ledit.el (ledit-from-lisp-mode):
9547 * locate.el (locate-mode):
9548 * mail/rmail.el (rmail-mode):
9549 * mail/rmailedit.el (rmail-edit-mode):
9550 * mail/rmailsum.el (rmail-summary-mode):
9551 * mail/supercite.el (sc-electric-mode):
9552 * net/eudc.el (eudc-mode):
9553 * net/quickurl.el (quickurl-list-mode):
9554 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9555 * obsolete/ooutline.el (outline-mode):
9556 * obsolete/options.el (Edit-options-mode):
9557 * obsolete/rnews.el (news-mode):
9558 * obsolete/rnewspost.el (news-reply-mode):
9559 * play/5x5.el (5x5-mode):
9560 * play/decipher.el (decipher-mode, decipher-stats-mode):
9561 * play/gomoku.el (gomoku-mode):
9562 * play/snake.el (snake-mode):
9563 * play/solitaire.el (solitaire-mode):
9564 * play/tetris.el (tetris-mode):
9565 * progmodes/ada-mode.el (ada-mode):
9566 * progmodes/antlr-mode.el (antlr-mode):
9567 * progmodes/autoconf.el (autoconf-mode):
9568 * progmodes/dcl-mode.el (dcl-mode):
9569 * progmodes/delphi.el (delphi-mode):
9570 * progmodes/ebrowse.el (ebrowse-tree-mode)
9571 (ebrowse-electric-list-mode, ebrowse-member-mode)
9572 (ebrowse-electric-position-mode):
9573 * progmodes/f90.el (f90-mode):
9574 * progmodes/fortran.el (fortran-mode):
9575 * progmodes/icon.el (icon-mode):
9576 * progmodes/idlw-help.el (idlwave-help-mode):
9577 * progmodes/idlw-shell.el (idlwave-shell-mode):
9578 * progmodes/idlwave.el (idlwave-mode):
9579 * progmodes/inf-lisp.el (inferior-lisp-mode):
9580 * progmodes/m4-mode.el (m4-mode):
9581 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9582 * progmodes/modula2.el (modula-2-mode):
9583 * progmodes/octave-inf.el (inferior-octave-mode):
9584 * progmodes/octave-mod.el (octave-mode):
9585 * progmodes/pascal.el (pascal-mode):
9586 * progmodes/sh-script.el (sh-mode):
9587 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9588 * progmodes/vhdl-mode.el (vhdl-mode):
9589 * progmodes/xscheme.el (scheme-interaction-mode):
9590 * replace.el (occur-mode):
9591 * ses.el (ses-mode):
9592 * simple.el (completion-list-mode):
9593 * skeleton.el:
9594 * speedbar.el (speedbar-mode):
9595 * term.el (term-mode):
9596 * terminal.el (terminal-edit-mode):
9597 * textmodes/reftex-index.el (reftex-index-mode)
9598 (reftex-index-phrases-mode):
9599 * textmodes/reftex-sel.el (reftex-select-label-mode)
9600 (reftex-select-bib-mode):
9601 * textmodes/reftex-toc.el (reftex-toc-mode):
9602 * wdired.el (wdired-change-to-wdired-mode):
9603 * wid-browse.el (widget-browse-mode):
9604 Use run-mode-hooks.
9605
9606 * array.el (array-mode):
9607 * calendar/todo-mode.el (todo-mode):
9608 * man.el (Man-mode):
9609 * play/landmark.el (lm-mode):
9610 * play/mpuz.el (mpuz-mode):
9611 Use kill-all-local-variables and run-mode-hooks.
9612
9613 * subr.el (delay-mode-hooks): Specify indentation.
9614
9615 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9616
9617 * xml.el (xml-substitute-special): Don't die for undefined xml
9618 entities.
9619
9620 2005-05-26 Jay Belanger <belanger@truman.edu>
9621
9622 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9623 of nil.
9624
9625 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9626
9627 * progmodes/gdb-ui.el (gdb-frame-address):
9628 Rename from gdb-current-address.
9629 (gdb-previous-frame-address): Rename from gdb-previous-address.
9630 (gdb-selected-frame): Rename from gdb-current-frame.
9631 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9632 (gdb-frame-number): Rename from gdb-current-stack-level.
9633 (gdb-ann3): Match new mode-name for disassembly buffer.
9634 Extend initialization of variables.
9635 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9636 (gdb-memory-mode): Use mouse-face in header line.
9637 (gdb-assembler-buffer-name): Call it disassembly and give frame
9638 in mode line.
9639 (gdb-source-spec-regexp, gdb-assembler-custom)
9640 (gdb-invalidate-assembler, gdb-frame-handler):
9641 Make robust to leading zeroes in address format.
9642
9643 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9644
9645 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9646 define `org-mode'.
9647 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9648
9649 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * log-edit.el (log-edit-changelog-entries): Distinguish between
9652 filenames like xfns.c and fns.c.
9653
9654 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9655
9656 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9657 point after reverting.
9658 (Buffer-menu-make-sort-button): Handle the case where
9659 `Buffer-menu-use-header-line' is nil.
9660
9661 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9662
9663 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9664 New funcs. In minibuffer-local-completion-map bind `]', `/'
9665 and `:' to them.
9666
9667 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * startup.el (normal-top-level): Allow modification of load-path while
9670 we're iterating over it.
9671
9672 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9673
9674 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9675 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9676 (thumbs-resize-interactive, thumbs-insert-image)
9677 (thumbs-insert-thumb, thumbs-dired-show-marked)
9678 (thumbs-find-image-at-point, thumbs-delete-images)
9679 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9680 (thumbs-increment-image-size, thumbs-decrement-image-size):
9681 Fix typos in docstrings.
9682
9683 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9684
9685 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9686 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9687 (cperl-mode): Use them.
9688
9689 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9690
9691 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9692 Doc fixes.
9693
9694 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9695
9696 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9697 Bind C-d to gdb-inferior-io-eof.
9698
9699 * dired.el (dired-dnd-popup-notice): Use message-box.
9700
9701 2005-05-23 Masatake YAMATO <jet@gyve.org>
9702
9703 * bindings.el (mode-line-major-mode-keymap):
9704 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9705
9706 * faces.el (mode-line-highlight): New face.
9707
9708 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9709 as mouse-face.
9710
9711 * bindings.el (top-level, help-echo, mode-line-modified)
9712 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9713 as mouse-face.
9714
9715 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9716
9717 * progmodes/cc-engine.el (c-guess-basic-syntax):
9718 Remove spurious call to `zerop'.
9719
9720 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9721
9722 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9723
9724 CC Mode update to 5.30.10:
9725
9726 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9727 could go past the limit in decoration level 2, thereby causing
9728 errors during interactive fontification.
9729
9730 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9731 the file is evaluated interactively.
9732
9733 * cc-engine.el (c-guess-basic-syntax): Handle operator
9734 declarations somewhat better in C++.
9735
9736 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9737 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9738 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9739 (awk-mode): Use it.
9740 (make-local-hook): Suppress warning about obsoleteness.
9741
9742 * cc-engine.el, cc-align.el, cc-cmds.el
9743 (c-append-backslashes-forward, c-delete-backslashes-forward)
9744 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9745 Compensate for return value from `forward-line' when it has moved
9746 but not to a different line due to eob.
9747
9748 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9749 `objc-method-intro' and `objc-method-args-cont'.
9750
9751 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9752
9753 CC Mode update to 5.30.10:
9754
9755 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9756 in the copyright statement. Incidentally, change "along with GNU
9757 Emacs" to "along with this program" where it occurs.
9758
9759 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9760 so that it is interactive, hence can be found by M-x awk-mode
9761 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9762 <gmorris+emacs@ast.cam.ac.uk>.
9763
9764 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9765 Mode's regexps.
9766
9767 2005-05-23 Kevin Ryde <user42@zip.com.au>
9768
9769 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9770 c-parse-state, to avoid a lisp error (on bad code).
9771
9772 2005-05-23 Lute Kamstra <lute@gnu.org>
9773
9774 * subr.el (font-lock-defaults): Remove defvar as it's already
9775 defined in font-core.el.
9776
9777 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9778
9779 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9780
9781 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9782 more general and work when GDB variable "print pretty" is on,
9783 as with Emacs, for example.
9784
9785 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9786
9787 * font-core.el: Update comment.
9788
9789 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9790 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9791
9792 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9793
9794 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9795
9796 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9797 and `yank-handler' in the doc strings.
9798
9799 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9802
9803 2005-05-22 Richard M. Stallman <rms@gnu.org>
9804
9805 * help.el (describe-key): Move print-help-return-message call
9806 out of conditional.
9807
9808 * progmodes/etags.el (list-tags): Use with-no-warnings.
9809
9810 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9811 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9812 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9813
9814 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9815
9816 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9817 Add defvar.
9818
9819 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9820 Use defvar, not defconst.
9821
9822 * hexl.el (hexl-follow-line): Use with-no-warnings.
9823
9824 * emulation/tpu-extras.el: Use write-file-functions instead of
9825 write-file-hooks.
9826
9827 * dired.el (dired-font-lock-keywords): Fontify files with junk
9828 extensions even if marked by -F.
9829
9830 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9831
9832 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9833 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9834 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9835 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9836 (concatenate, list-length, get*, getf, cl-remprop):
9837 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9838 (etypecase, progv, lexical-let, lexical-let*)
9839 (multiple-value-bind, multiple-value-setq, shiftf):
9840 Improve argument/docstring consistency.
9841
9842 * subr.el (focus-frame, unfocus-frame):
9843 Revert deletion on 2005-05-01.
9844
9845 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9846
9847 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9848 doesn't exist.
9849
9850 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9851 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9852
9853 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9854
9855 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9856 already deleted variables: auto-fill-hook, blink-paren-hook,
9857 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9858 suspend-hooks, comment-indent-hook, meta-flag,
9859 before-change-function, after-change-function,
9860 font-lock-doc-string-face.
9861
9862 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9865
9866 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9867
9868 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9869 rmail-dont-reply-to.
9870
9871 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9872
9873 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9874 literal blank when splitting new-header-values.
9875
9876 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9877
9878 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9879 string so that tmm doesn't create a completion entry for it.
9880
9881 * textmodes/table.el (table-disable-menu): Ditto.
9882
9883 2005-05-21 Richard M. Stallman <rms@gnu.org>
9884
9885 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9886
9887 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9888
9889 * net/rcompile.el (remote-compile): Use compilation-start.
9890
9891 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9892
9893 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9894
9895 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9896 Default to makefile-bsdmake-mode on BSD systems.
9897
9898 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9899 REGEXP may also be a search function now. The part of doc-string
9900 for describing the structure was 95% identical to that of
9901 `imenu--generic-function'. Unify it there.
9902
9903 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9904 Use function to find dependencies, because regexp alone is so complex,
9905 it easily goes into an endless loop.
9906 (makefile-makepp-mode): Also add submenu for Perl functions
9907 defined in the makefile.
9908 (makefile-bsdmake-mode): Special imenu-generic-expression no
9909 longer needed, due to function call.
9910 (makefile-match-dependency): Take BOUND into account when checking
9911 if we're through.
9912
9913 2005-05-20 Jay Belanger <belanger@truman.edu>
9914
9915 * calc/calc-units.el (calc-invalidate-units-table):
9916 Use inhibit-read-only.
9917 (math-build-units-table-buffer): Use view-mode.
9918
9919 2005-05-20 David Kastrup <dak@gnu.org>
9920
9921 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9922 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9923
9924 2005-05-20 Lute Kamstra <lute@gnu.org>
9925
9926 * diff-mode.el (diff-header-face, diff-file-header-face)
9927 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9928 (diff-added-face, diff-changed-face, diff-function-face)
9929 (diff-context-face, diff-nonexistent-face): Put them in the
9930 diff-mode customization group.
9931
9932 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9935
9936 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9937
9938 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9939 Minor regexp-optimization.
9940
9941 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9942
9943 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9944 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9945 (org-agenda-add-time-grid-maybe): New function.
9946 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9947 (org-table-create): `dotimes' instead of `mapcar'.
9948 (org-xor): Simplify implementation.
9949 (org-agenda): `inhibit-redisplay' turned on.
9950 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9951 a consistent line after a state change.
9952 (org-agenda-remove-times-when-in-prefix): New option.
9953 (org-prefix-has-time): New variable.
9954 (org-parse-time-string): Optional argument NODEFAULT.
9955 (org-format-agenda-item): Parse items for time-of-day
9956 specifications and move these into the prefix if possible.
9957 (org-agenda-priority): Get current heading, not previous heading
9958 during agenda remote editing.
9959
9960 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9961
9962 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9963 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9964 (remove-duplicates, delete-duplicates, substitute)
9965 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9966 (nsubstitute-if-not, find, find-if, find-if-not, position)
9967 (position-if, position-if-not, count, count-if, count-if-not)
9968 (mismatch, search, sort*, stable-sort, merge, member*)
9969 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9970 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9971 (intersection, nintersection, set-difference, nset-difference)
9972 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9973 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9974 (nsublis, tree-equal): Improve argument/docstring consistency.
9975
9976 * subr.el (send-string, send-region):
9977 Remove obsolescence declaration.
9978 (window-dot, set-window-dot, read-input, show-buffer)
9979 (eval-current-buffer, string-to-int):
9980 Add release number to obsolescence declarations.
9981
9982 2005-05-19 Kim F. Storm <storm@cua.dk>
9983
9984 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9985 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9986
9987 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9988
9989 * faces.el (list-faces-display): Make back button respect optional
9990 regexp arg.
9991
9992 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9993
9994 * calculator.el (calculator-radix-grouping-mode)
9995 (calculator-radix-grouping-digits, calculator-displayer)
9996 (calculator-radix-grouping-separator, calculator-copy-displayer):
9997 * dabbrev.el (dabbrev-search-these-buffers-only):
9998 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9999 (diff-advance-after-apply-hunk, diff-mode-hook)
10000 (diff-minor-mode-prefix):
10001 * imenu.el (imenu-use-popup-menu):
10002 * jit-lock.el (jit-lock-context-time):
10003 * newcomment.el (comment-fill-column, comment-column)
10004 (comment-style, comment-padding, comment-multi-line)
10005 (comment-empty-lines, comment-auto-fill-only-comments):
10006 * reveal.el (reveal-around-mark):
10007 * uniquify.el (uniquify-buffer-name-style)
10008 (uniquify-after-kill-buffer-p)
10009 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10010 (uniquify-min-dir-content, uniquify-separator)
10011 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10012 * w32-vars.el (w32-fixed-font-alist):
10013 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10014 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10015 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10016 * progmodes/perl-mode.el (perl-indent-level)
10017 (perl-continued-statement-offset, perl-continued-brace-offset)
10018 (perl-brace-offset, perl-brace-imaginary-offset)
10019 (perl-label-offset, perl-indent-continued-arguments)
10020 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10021 * progmodes/tcl.el (tcl-indent-level)
10022 (tcl-continued-indent-level, tcl-auto-newline)
10023 (tcl-tab-always-indent, tcl-electric-hash-style)
10024 (tcl-help-directory-list, tcl-use-smart-word-finder)
10025 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10026 (inferior-tcl-source-command):
10027 * textmodes/fill.el (enable-kinsoku):
10028 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10029 * textmodes/table.el (table-yank-handler):
10030 Specify missing group (and type, if simple) in defcustom.
10031
10032 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10033
10034 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10035
10036 2005-05-19 Richard M. Stallman <rms@gnu.org>
10037
10038 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10039
10040 * subr.el (event-basic-type): Don't get an error.
10041 (left-fringe-p): Function deleted.
10042
10043 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10044 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10045
10046 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10047 in recursive copy.
10048
10049 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10050
10051 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10052
10053 * emacs-lisp/bytecomp.el
10054 (byte-compile-file-form-custom-declare-variable): Call
10055 byte-compile-nogroup-warn if appropriate.
10056
10057 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10058 (compilation-set-window): Don't call left-fringe-p; do it directly.
10059
10060 2005-05-19 Jay Belanger <belanger@truman.edu>
10061
10062 * calc/calc-graph.el (calc-graph-format-data): Make sure
10063 var-PlotRejects is bound before trying to check its value.
10064
10065 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10066
10067 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10068 definition of this variable from reftex-global.el to reftex.el,
10069 because it is needed in the menu.
10070
10071 2005-05-19 Lute Kamstra <lute@gnu.org>
10072
10073 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10074 years are fixed. Don't insert a space after a dash.
10075
10076 2005-05-19 Kim F. Storm <storm@cua.dk>
10077
10078 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10079
10080 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10081
10082 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10083 strings, because (eq ... ?\\) is fairly frequent.
10084
10085 * progmodes/make-mode.el (makefile-add-this-line-targets):
10086 Simplify and integrate into `makefile-pickup-targets'.
10087 (makefile-add-this-line-macro): Simplify and integrate into
10088 `makefile-pickup-macros.
10089 (makefile-pickup-filenames-as-targets): Simplify.
10090 (makefile-previous-dependency, makefile-match-dependency):
10091 Don't stumble over `::'.
10092
10093 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10094
10095 * subr.el (post-command-idle-hook, post-command-idle-delay):
10096 Remove obsoletion of post-command-idle-hook and
10097 post-command-idle-delay.
10098
10099 * faces.el (list-faces-display): Provide button when describe-face
10100 is called to take user back to the list of faces.
10101
10102 * help-fns.el (describe-variable): Remove hyperlinks in a
10103 variable's value as these are quite frequently inappropriate.
10104
10105 * follow.el (follow-submit-feedback, follow-mode):
10106 Remove references to post-command-idle-hook.
10107
10108 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10109
10110 * progmodes/make-mode.el (makefile-previous-dependency)
10111 (makefile-match-dependency): Check for := (and in bsd mode also
10112 !=) to give a better result, even when font-lock is not on.
10113
10114 2005-05-18 Jay Belanger <belanger@truman.edu>
10115
10116 * calc/calc-help.el (calc-s-prefix-help):
10117 Add `calc-copy-special-constant' to help string.
10118
10119 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10120
10121 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10122
10123 2005-05-18 Jay Belanger <belanger@truman.edu>
10124
10125 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10126 in linear factors are in proper order.
10127
10128 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10129
10130 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10131 Support for jurabib.
10132
10133 * textmodes/reftex.el (featurep): Define aliases for overlay
10134 commands, for XEmacs compatibility, and use these aliases in
10135 overlay initializations.
10136 (reftex-highlight): Use `reftex-move-overlay'.
10137 (reftex-unhighlight): Use `reftex-delete-overlay'.
10138 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10139 (reftex-access-search-path): Use `reftex-uniquify' instead of
10140 `reftex-uniq'
10141
10142 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10143 `before-string' property modification enables for Emacs as well.
10144 (reftex-select-item): Use `reftex-delete-overlay'.
10145 (reftex-select-mark): Use `reftex-make-overlay' and
10146 `reftex-overlay-put'.
10147 (reftex-select-unmark): Use `reftex-delete-overlay' and
10148 `reftex-overlay-put'.
10149
10150 2005-05-18 Lute Kamstra <lute@gnu.org>
10151
10152 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10153
10154 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10155
10156 * add-log.el (add-change-log-entry):
10157 * array.el (array-make-template, array-reconfigure-rows)
10158 (array-init-max-row, array-init-max-column)
10159 (array-init-columns-per-line, array-init-field-width):
10160 * replace.el (replace-match-maybe-edit, perform-replace):
10161 * textmodes/spell.el (spell-region):
10162 Replace `read-input' by `read-string'.
10163
10164 * forms.el (forms-mode):
10165 * finder.el (finder-compile-keywords):
10166 * shadowfile.el (shadow-read-files):
10167 Replace `eval-current-buffer' by `eval-buffer'.
10168
10169 * terminal.el (te-pass-through):
10170 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10171 (ange-ftp-raw-send-cmd):
10172 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10173 (send-process-next-char, telnet-initial-filter, telnet):
10174 Replace `send-string' by `process-send-string'.
10175
10176 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10177 (prolog-consult-region): Replace `send-string' by
10178 `process-send-string'; replace `send-region' by `process-send-region'.
10179
10180 * progmodes/delphi.el (delphi-log-msg):
10181 Replace `set-window-dot' by `set-window-point'.
10182
10183 * subr.el (window-dot, set-window-dot, read-input, send-string)
10184 (send-region, show-buffer, eval-current-buffer):
10185 Make really obsolete, as the comment says.
10186
10187 2005-05-17 Kim F. Storm <storm@cua.dk>
10188
10189 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10190 (cua--init-keymaps): Bind C-return instead of S-return to set
10191 rectangle mark.
10192
10193 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10194 instead of S-return to toggle/clear rectangle mark.
10195
10196 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10197
10198 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10199 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10200 Also fontify plain strings assigned to variables, mostly so that a
10201 colon has a face and is thus not taken as a dependency separator.
10202 (makefile-previous-dependency): Inline the new matcher, because it
10203 is too complex to work in both directions.
10204 (makefile-match-dependency): Eliminate `backward' arg (see above).
10205 Completely reimplemented so as to not sometimes go into an endless
10206 loop. It should also be more efficient, because first it only
10207 searches for `:', instead of applying the very complex regexp.
10208 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10209 to be fontified in one piece can be too long for JIT.
10210 Makefiles are never *that* big.
10211
10212 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10213
10214 * dired.el (dired-mode): Simplify.
10215
10216 2005-05-17 Lute Kamstra <lute@gnu.org>
10217
10218 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10219 defcustom for the mode hook variable.
10220
10221 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10222 Emacs Lisp Reference Manual.
10223
10224 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10227 (evenp, list*):
10228 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10229 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10230
10231 * net/tramp-smb.el (tramp-smb-open-connection):
10232 Pass `tramp-chunksize' as fifth (required) argument.
10233
10234 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10235
10236 * font-lock.el (lisp-font-lock-keywords-1):
10237 Set `font-lock-negation-char-face' for [^...] char group.
10238 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10239
10240 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10241 a var, and refine it to mask one more level of nested vars.
10242 (makefile-rule-action-regex): Turn it into a var, and refine it so
10243 it recognizes backslashed continuation lines as belonging to the
10244 same command.
10245 (makefile-macroassign-regex): Refine it so it recognizes
10246 backslashed continuation lines as belonging to the same command.
10247 (makefile-var-use-regex): Don't look at the next char, because it
10248 might be the same one to be skipped by the initial [^$], leading
10249 to an overlooked variable use.
10250 (makefile-make-font-lock-keywords): Remove two parameters, which
10251 are now variables that some of the modes set locally.
10252 Handle dependency and rule action matching through functions, because
10253 regexps alone match too often. Dependency matching now comes
10254 last, so it can check, whether a colon already matched something else.
10255 (makefile-mode): Inform that font-lock improves makefile parsing
10256 capabilities.
10257 (makefile-match-dependency, makefile-match-action): New functions.
10258
10259 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10260
10261 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10262
10263 * align.el (align-regexp):
10264 * ansi-color.el (ansi-color-get-face):
10265 * array.el (array-reconfigure-rows, array-init-max-row)
10266 (array-init-max-column, array-init-columns-per-line)
10267 (array-init-field-width):
10268 * dired-aux.el (dired-trample-file-versions):
10269 * dired-x.el (dired-mark-sexp):
10270 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10271 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10272 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10273 * faces.el (face-read-integer):
10274 * files.el (backup-extract-version, insert-directory):
10275 * hexl.el (hexl-insert-decimal-char):
10276 * server.el (server-process-filter):
10277 * shell.el (shell-extract-num):
10278 * startup.el (command-line-1):
10279 * term.el (term-command-hook):
10280 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10281 (time-stamp-do-number):
10282 * time.el (display-time-update):
10283 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10284 (timezone-fix-time):
10285 * vms-patch.el (vms-suspend-resume-hook):
10286 * calendar/appt.el (appt-convert-time):
10287 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10288 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10289 * calendar/cal-islam.el (mark-islamic-diary-entries):
10290 * calendar/calendar.el (calendar-cursor-to-date)
10291 (calendar-star-date):
10292 * calendar/diary-lib.el (diary-attrtype-convert)
10293 (mark-diary-entries, diary-entry-time):
10294 * calendar/solar.el (solar-get-number):
10295 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10296 * emacs-lisp/re-builder.el (reb-display-subexp):
10297 * emulation/edt.el (edt-set-scroll-margins):
10298 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10299 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10300 (vip-get-ex-count):
10301 * emulation/viper-ex.el (viper-get-ex-token)
10302 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10303 * international/fontset.el (fontset-plain-name):
10304 * mail/feedmail.el (feedmail-look-at-queue-directory):
10305 * mail/mailalias.el (mail-get-names):
10306 * mail/rmail.el (rmail-convert-to-babyl-format):
10307 * mail/rmailsum.el (rmail-make-basic-summary-line)
10308 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10309 (rmail-summary-goto-msg):
10310 * mail/smtpmail.el (smtpmail-read-response):
10311 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10312 (ange-ftp-vms-add-file-entry):
10313 * play/gametree.el (gametree-looking-at-ply)
10314 (gametree-current-branch-score):
10315 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10316 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10317 * progmodes/cperl-mode.el (condition-case):
10318 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10319 (ebrowse-set-member-buffer-column-width)
10320 (ebrowse-select-1st-to-9nth):
10321 * progmodes/etags.el (etags-snarf-tag):
10322 * progmodes/flymake.el (flymake-parse-line):
10323 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10324 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10325 (idlwave-shell-menu-def):
10326 * progmodes/ps-mode.el (ps-run-goto-error):
10327 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10328 (vhdl-speedbar-contract-level):
10329 * term/mac-win.el (x-handle-numeric-switch):
10330 * term/sun-mouse.el (sun-get-frame-data):
10331 * term/w32-win.el (x-handle-numeric-switch):
10332 * term/x-win.el (x-handle-numeric-switch):
10333 * textmodes/ispell.el (ispell-parse-output):
10334 * textmodes/nroff-mode.el (nroff-outline-level):
10335 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10336 (reftex-bib-sort-year-reverse, reftex-format-citation):
10337 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10338 (reftex-section-number):
10339 * textmodes/texinfmt.el (texinfo-paragraphindent):
10340 Replace `string-to-int' by `string-to-number'.
10341
10342 * international/latexenc.el: Add page marker to force the "Local
10343 Variables:" string out of the last page.
10344
10345 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10346
10347 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10348 tooltip-change-major-mode.
10349 (gud-tooltip-print-command): Remove case where gud-minor-mode
10350 is gdb ("--fullname").
10351 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10352 explain to user.
10353
10354 2005-05-16 Jay Belanger <belanger@truman.edu>
10355
10356 * calc/calc-store.el (calc-copy-special-constant): New function.
10357
10358 * calc/calc-ext.el (calc-init-extensions): Add binding for
10359 `calc-copy-special-constant'.
10360
10361 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10362 for the `calc-copy-special-constant' command.
10363
10364 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10365
10366 * subr.el (left-fringe-p): New function.
10367
10368 * progmodes/compile.el (compilation-setup): Set local value of
10369 overlay-arrow-string to "" always.
10370 (compilation-set-window): Left fringe then don't scroll.
10371 No left fringe then no arrow and scroll message to top.
10372 (compilation-context-lines): Adjust doc string accordingly.
10373
10374 2005-05-16 Kim F. Storm <storm@cua.dk>
10375
10376 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10377 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10378 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10379 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10380 (ido-read-file-name): Handle commands with ido property value
10381 equal to find-file as reading a file name, to allow C-d to enter dired.
10382 (ibuffer-find-file): Add ido property with value find-file.
10383
10384 2005-05-15 Kim F. Storm <storm@cua.dk>
10385
10386 * subr.el (open-network-stream-nowait): Remove.
10387 (open-network-stream-server): Remove.
10388
10389 2005-05-15 Richard M. Stallman <rms@gnu.org>
10390
10391 * faces.el (describe-face): Output a definition link button.
10392
10393 * help-mode.el (help-face-def): New button type.
10394
10395 * emacs-lisp/copyright.el (copyright-fix-years):
10396 Match properly if the first year is 2-digit.
10397 Don't mess up the whitespace after the years by filling.
10398
10399 * dired-aux.el (dired-mark-confirm):
10400 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10401
10402 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10403 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10404 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10405
10406 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10407 Set font-lock-comment-start-skip.
10408
10409 * font-lock.el (font-lock-comment-start-skip): New variable.
10410 (font-lock-comment-end-skip): New variable.
10411 (font-lock-fontify-syntactically-region): Use them if non-nil.
10412
10413 2005-05-15 Jay Belanger <belanger@truman.edu>
10414
10415 * calc/calc-store.el (calc-store-value): Return a string rather
10416 than display it as a message.
10417 Use calc-var-name for variable name.
10418 (calc-store-into): Add the result of calc-store-value to message.
10419 (calc-copy-variable): Add a message.
10420 (calc-store-exchange): Improve error messages.
10421 (calc-store-binary, calc-store-map): Don't reset the values of
10422 special constants.
10423
10424 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10425
10426 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10427 manual to docstring.
10428
10429 * files.el (hack-local-variables-confirm): Add STRING argument.
10430 Make the function handle non file visiting buffers correctly.
10431 (hack-local-variables-prop-line, hack-local-variables)
10432 (hack-one-local-variable): Use STRING arg of
10433 `hack-local-variables-confirm'.
10434
10435 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10436
10437 Sync with Tramp 2.0.49.
10438
10439 * net/tramp.el (tramp-handle-dired-call-process)
10440 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10441 because the contents of the Tramp buffer is changed before
10442 insertion (`expand-file' and alike).
10443 (tramp-handle-insert-directory): If `localname' has an empty
10444 nondirectory name, it must not be quoted.
10445 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10446 variable `tramp-chunksize'. Change callees.
10447 (tramp-open-connection-setup-interactive-shell): Check remote host
10448 for buggy `send-process-string' implementation.
10449 Set `tramp-chunksize' if found. Reported by Michael Kifer
10450 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10451 (tramp-handle-shell-command): `insert-buffer' cannot be used
10452 because the contents of the Tramp buffer is changed before
10453 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10454 <frederic.bothamy@free.fr>.
10455 (tramp-set-auto-save): Actions should be done for Tramp file name
10456 handler only. Ange-FTP has its own auto-save mechanism.
10457 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10458 (tramp-set-auto-save-file-modes): Set file modes of
10459 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10460 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10461 (tramp-bug): Remove obsolete variable.
10462 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10463 for presence of `mml-mode'. Make it running for older Emacsen as well.
10464
10465 2005-05-14 John Paul Wallington <jpw@pobox.com>
10466
10467 * ibuf-ext.el (define-ibuffer-filter filename):
10468 If `dired-directory' is a list, use its car.
10469
10470 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10471
10472 * ibuffer.el (define-ibuffer-column filename):
10473 If `dired-directory' is a list, use its car.
10474
10475 2005-05-14 Richard M. Stallman <rms@gnu.org>
10476
10477 * subr.el (symbol-file): Doc fix.
10478
10479 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10480 (byte-compile-form): Call byte-compile-nogroup-warn.
10481 (byte-compile-warning-types): Doc fix.
10482
10483 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10484
10485 * progmodes/cc-engine.el (c-literal-faces):
10486 Add font-lock-comment-delimiter-face.
10487
10488 * net/net-utils.el (dig): Use with-no-warnings.
10489
10490 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10491 (sc-recite-frame-alist, sc-default-cite-frame)
10492 (sc-default-uncite-frame, sc-default-recite-frame)
10493 (sc-attrib-selection-list, sc-rewrite-header-list):
10494 Mark as risky-local-variable.
10495
10496 * international/ogonek.el (ogonek-jak, ogonek-how):
10497 Don't use beginning-of-buffer.
10498
10499 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10500
10501 * calendar/solar.el (solar-data-list): Move definition up.
10502
10503 * dnd.el (dnd-protocol-alist): Add autoload.
10504
10505 * progmodes/sh-script.el: Many doc usage fixes.
10506 (sh-indent-after-do): Change default to match common styles.
10507
10508 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10509
10510 * files.el (interpreter-mode-alist)
10511 (auto-mode-interpreter-regexp): Doc fixes.
10512
10513 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10514
10515 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10516
10517 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10518
10519 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10520
10521 * dired.el (dired-mode): make-variable-buffer-local =>
10522 make-local-variable.
10523
10524 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10525
10526 * term/mac-win.el (mac-select-convert-to-string): Try coding
10527 systems in mac-script-code-coding-systems if specified one cannot
10528 encode string for `com.apple.traditional-mac-plain-text'.
10529
10530 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10531
10532 * progmodes/make-mode.el (makefile-targets-face)
10533 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10534 (makefile-dependency-regex): Fix it to not make the colon in
10535 $(var:a=b) special.
10536 (makefile-rule-action-regex): New regexp for highlighting embedded
10537 Shell strings.
10538 (makefile-macroassign-regex): Handle != for highlighting as
10539 embedded Shell strings.
10540 (makefile-var-use-regex): New const.
10541 (makefile-statements, makefile-automake-statements)
10542 (makefile-gmake-statements, makefile-makepp-statements)
10543 (makefile-bsdmake-statements): New consts.
10544 (makefile-make-font-lock-keywords): New function.
10545 (makefile-automake-font-lock-keywords)
10546 (makefile-gmake-font-lock-keywords)
10547 (makefile-makepp-font-lock-keywords)
10548 (makefile-bsdmake-font-lock-keywords): New consts.
10549 (makefile-mode-map): Add switchers between the various submodes.
10550 (makefile-mode): Document the availability of the variants.
10551 (makefile-automake-mode, makefile-gmake-mode)
10552 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10553
10554 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10555 new variants of makefile-mode.
10556
10557 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10558
10559 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10560 the inheritance.
10561
10562 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10563
10564 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10565 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10566
10567 * files.el (normal-mode): Extend the scope of the
10568 `enable-local-variables' binding to include the `set-auto-mode' call.
10569 (magic-mode-alist): Doc fix.
10570
10571 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10574 font-lock-comment-face rather than copying its setting.
10575
10576 2005-05-12 Andreas Schwab <schwab@suse.de>
10577
10578 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10579
10580 2005-05-12 Lute Kamstra <lute@gnu.org>
10581
10582 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10583 defcustom for the mode hook variable. Delete the last argument.
10584 * generic-x.el: Fix callers of define-generic-mode.
10585 (generic-x-modes): Delete group.
10586 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10587 generic-x customization group.
10588
10589 2005-05-12 Kim F. Storm <storm@cua.dk>
10590
10591 * font-lock.el (font-lock-negation-char-face): Default to "off".
10592
10593 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10594 font-lock-negation-char-face to ! in !=.
10595
10596 2005-05-12 Masatake YAMATO <jet@gyve.org>
10597
10598 * add-log.el (find-change-log): Fix typos in the docstring
10599 of function.
10600
10601 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10602
10603 * international/latexenc.el (latexenc-find-file-coding-system):
10604 Avoid `re-search-forward' when looking for input encoding because
10605 of speed and safety. Better regular expressions for recognizing
10606 input encoding. Limit a search for TeX-master/tex-main-file to
10607 the local variable section.
10608
10609 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10610
10611 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10612 syntax of $ to "'" (quote).
10613
10614 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10615
10616 * dnd.el (dnd-protocol-alist): Improve custom type.
10617
10618 * dired.el (dired-dnd-protocol-alist): New variable.
10619 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10620 `dired-mode-hook' to the end.
10621
10622 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10625 comment-end if comment-start-skip is not set.
10626 Obey the font-lock-comment-delimiter-face variables.
10627
10628 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * files.el (executable-find): Move from executable.el. Use
10631 locate-file.
10632 * progmodes/executable.el (executable-find): Move to files.el.
10633
10634 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10635 when trying to ensure forward progress.
10636
10637 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10638
10639 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10640 (mouse-select, mouse-select-internal, mouse-extend-internal):
10641 Use it to implement mouse-1-click-follows-link functionality.
10642
10643 2005-05-11 Richard M. Stallman <rms@gnu.org>
10644
10645 * font-lock.el (font-lock-fontify-syntactically-region):
10646 Use font-lock-comment-delimiter-face for comment delimiters.
10647
10648 2005-05-10 Jay Belanger <belanger@truman.edu>
10649
10650 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10651 preserving embedded modes.
10652
10653 2005-05-10 Richard M. Stallman <rms@gnu.org>
10654
10655 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10656
10657 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10658 Move from ada-stmt.el.
10659 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10660
10661 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10662 Move to ada-mode.el.
10663 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10664
10665 * cus-edit.el (custom-file): Call file-chase-links.
10666
10667 * files.el (read-directory-name): Fix previous change.
10668 (hack-local-variables-confirm): New function.
10669 (hack-local-variables-prop-line, hack-local-variables)
10670 (hack-one-local-variable): Use it.
10671
10672 2005-05-10 Lute Kamstra <lute@gnu.org>
10673
10674 * font-lock.el (font-lock-keywords-alist)
10675 (font-lock-removed-keywords-alist): Clarify docstrings.
10676
10677 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10678
10679 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10680 (gdb-source-info): Check for preprocessor info.
10681 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10682 a macro for a function.
10683 (gdb-info-breakpoints-custom): Try to find file again if not already
10684 found (user might have used GDB dir command).
10685 (gdb-get-location): Update gdb-location-alist correctly for change
10686 to gdb-info-breakpoints-custom.
10687
10688 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10689 (gud-tooltip-print-command): Add gdbmi case.
10690 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10691 preprocessor info.
10692
10693 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10694
10695 * startup.el (fancy-splash-insert): Fix typo in doc string.
10696
10697 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * obsolete/float.el (string-to-float):
10700 * obsolete/hilit19.el (hilit-add-pattern):
10701 * obsolete/rnews.el (news-parse-range, news-select-message)
10702 (news-get-pruned-list-of-files): Replace `string-to-int' by
10703 `string-to-number'.
10704
10705 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10706 `find-file-not-found-hooks'; use `add-hook'.
10707 (uncompress-while-visiting): Set `write-file-functions', not
10708 `write-file-hooks'; use `add-hook'.
10709
10710 2005-05-09 Kim F. Storm <storm@cua.dk>
10711
10712 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10713 (cua-paste): Handle clipboard action.
10714 (cua--init-keymaps): Remap clipboard-kill-region and
10715 clipboard-kill-ring-save.
10716
10717 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10718
10719 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10720 Improve commentary.
10721
10722 * simple.el (next-error-overlay-arrow-position): Revert the change
10723 made on 2005-04-30.
10724
10725 2005-05-07 Jay Belanger <belanger@truman.edu>
10726
10727 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10728 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10729 `calc-sel-reselect'.
10730
10731 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10732 Calc is in embedded mode.
10733
10734 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10735
10736 * progmodes/compile.el (compilation-setup):
10737 Set overlay-arrow-string to an empty string on text terminals.
10738
10739 * textmodes/ispell.el (ispell-program-name): Try looking for
10740 "aspell" along exec-path, and if found, use it as the default
10741 speller program.
10742
10743 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10744
10745 * international/mule.el (sgml-xml-auto-coding-function):
10746 Recognize encoding='FOO' in single quotes as well as in double quotes.
10747
10748 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10749
10750 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10751 as well as `interactive', so that defmacro* would recognize
10752 `declare' forms.
10753
10754 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10755
10756 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10757 Explain more about the LIGHTER arg's usage in the doc string.
10758 Add commentary to clarify what the code does. Fix the regexp that
10759 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10760 since it could have characters special to regular expressions.
10761
10762 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10763
10764 * replace.el (occur-1): Bind inhibit-read-only so that
10765 erase-buffer doesn't barf on read-only text properties (likewise
10766 for add-text-properties in occur-engine). Mark buffer as unmodified.
10767 (occur-engine): Don't set buffer-read-only here.
10768
10769 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10772 list-buffers-directory. This caused the *cvs-commit* buffer to be
10773 sometimes mistakenly reused as a *cvs* buffer.
10774
10775 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10776
10777 * tooltip.el: Move code for GUD tooltips into gud.el.
10778 (require): CL no longer needed to compile case.
10779 (tooltip-mode): Do not toggle functions for GUD tooltips.
10780 (tooltip-gud-tips-p): Remove. Replace with minor mode
10781 gud-tooltip-mode in gud.el.
10782 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10783 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10784 tooltip-gud prefix with gud-tooltip and obsolete.
10785 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10786 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10787 (tooltip-mouse-motion): Mouse movement functions/variable.
10788 Rename in gud.el by adding gud prefix.
10789 (tooltip-gud-original-filter, tooltip-gud-dereference)
10790 (tooltip-gud-event, tooltip-toggle-gud-tips)
10791 (tooltip-gud-process-output, tooltip-gud-print-command)
10792 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10793 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10794 (gdb-tooltip-print): Move to gdb-ui.el.
10795
10796 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10797 (require): CL needed to compile case.
10798 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10799 tooltip-gud-tips-p. Make it a minor-mode.
10800 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10801 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10802 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10803 (gud-tooltip-change-major-mode)
10804 (gud-tooltip-activate-mouse-motions-if-enabled)
10805 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10806 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10807 (gud-tooltip-original-filter, gud-tooltip-dereference)
10808 (gud-tooltip-event, tooltip-toggle-gud-tips)
10809 (gud-tooltip-process-output, gud-tooltip-print-command)
10810 (gud-tooltip-tips): Move from tooltip.el.
10811
10812 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10813 (gdb-cpp-define-alist-flags): Doc fix.
10814 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10815 gud-tooltip-mode is t.
10816
10817 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10820 evaporate if their text is deleted.
10821 (goto-address-at-point): Make it work as a mouse binding as well.
10822 (goto-address-at-mouse): Obsolete it. Update users.
10823
10824 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10825
10826 * calendar/appt.el (top-level): No longer activate on load.
10827
10828 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10831 * net/webjump.el (webjump):
10832 * progmodes/idlw-help.el (idlwave-do-context-help1)
10833 (idlwave-highlight-linked-completions):
10834 * textmodes/po.el (po-find-file-coding-system-guts):
10835 Replace `assoc-ignore-case' by `assoc-string'.
10836
10837 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10838
10839 * files.el (locate-file): Doc fix.
10840
10841 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10842 Remove the redundant test for ms-dos.
10843
10844 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10845 look for the preprocessor with exec-suffixes. If not found in
10846 standard places, look in exec-path. Remove most of the tests that
10847 used system-type.
10848
10849 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10850
10851 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10852
10853 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10854 file-name clash with jka-compr.el on 8+3 filesystems.
10855
10856 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10857
10858 * term/mac-win.el: Don't define or bind scroll bar functions if
10859 x-toolkit-scroll-bars is t.
10860 (x-select-text, x-get-selection-value): Clear
10861 x-last-selected-text-clipboard if x-select-enable-clipboard is
10862 nil.
10863 (PRIMARY): Put mac-scrap-name property.
10864 (mac-select-convert-to-file-url): New function.
10865 (public.file-url): New selection target type. Add to
10866 selection-converter-alist.
10867 (x-get-selection, x-selection-value): Handle it.
10868 (x-cut-buffer-or-selection-value): New alias.
10869
10870 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10871
10872 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10873 entry to avoid calling bibtex-find-entry with arg global
10874 being t. Remove arg key.
10875 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10876 (bibtex-copy-summary-as-kill): Change accordingly.
10877
10878 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10879
10880 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10881 (org-agenda-date-later): Use with-current-buffer.
10882
10883 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10884
10885 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10886 (define-obsolete-variable-alias): Doc Fixes.
10887
10888 2005-05-06 Kim F. Storm <storm@cua.dk>
10889
10890 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10891 vertical-motion when selective-display is active.
10892
10893 * ido.el (ido-setup-hook): New hook.
10894 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10895 (ido-input-stack): New var.
10896 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10897 ido-next-work-file binding to M-O.
10898 Bind M-f to ido-wide-find-file-or-pop-dir.
10899 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10900 (ido-read-internal): Run ido-setup-hook.
10901 Catch quit in read-file-name and read-string to cancel edit.
10902 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10903 Automatically pop-all when completing a directory name (RET).
10904 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10905 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10906 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10907 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10908 New functions for M-b/M-f to move among the directory components.
10909 (ido-make-merged-file-list): Catch quit to cancel merge.
10910 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10911 (ido-completion-help): No warnings for ido-completion-buffer-full.
10912
10913 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10914
10915 * font-lock.el (font-lock-negation-char-face): New face and variable.
10916 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10917 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10918 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10919 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10920
10921 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10924 Fix typo in docstring.
10925
10926 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10927 (ebrowse-print-statistics-line)
10928 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10929
10930 * term/w32-win.el (image-library-alist): Add additional name for
10931 Xpm library.
10932
10933 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10934
10935 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10936 use gcc instead of cpp.
10937
10938 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10939 (gdb-create-define-alist): Use it.
10940 (gdb-cpp-define-alist-program): Update for MS-DOS.
10941
10942 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10943
10944 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10945
10946 2005-05-04 Richard M. Stallman <rms@gnu.org>
10947
10948 * help.el (describe-key): No error when UNTRANSLATED is nil.
10949
10950 * simple.el (line-move-1): Fix previous change to signal errors
10951 appropriately.
10952
10953 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10954
10955 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10956 (icalendar-duration-correction): Remove.
10957 (icalendar--get-event-properties): Split result at commas.
10958 (icalendar--decode-isoduration): New optional argument
10959 DURATION-CORRECTION.
10960 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10961 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10962 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10963 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10964 (icalendar--convert-anniversary-to-ical): New functions, extracted
10965 from icalendar-export-region, with bug fixes.
10966 (icalendar-export-region): Use the above functions.
10967 (icalendar-import-buffer): Check before saving diary file.
10968 (icalendar--convert-recurring-to-diary)
10969 (icalendar--convert-non-recurring-all-day-to-diary)
10970 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10971 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10972 (icalendar--convert-ical-to-diary): Use the above functions.
10973
10974 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10975
10976 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10977 Remove these recent additions.
10978 (c-mode): Restore to before 2005-04-28.
10979
10980 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10981 recent addition.
10982
10983 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10984 (gdb-define-alist): New variables.
10985 (gdb-create-define-alist): New function.
10986 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10987 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10988 with string-to-number.
10989 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10990
10991 * progmodes/gud.el: Replace string-to-int with string-to-number.
10992 (gud-find-file): Handle gdb-define-alist.
10993
10994 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10995
10996 2005-05-02 Jay Belanger <belanger@truman.edu>
10997
10998 * calc/calc-aent.el (math-read-token):
10999 * calc/calc-bin.el (calc-word-size):
11000 * calc/calc-ext.el (calc-read-number-fancy):
11001 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11002 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11003 * calc/calc-frac.el (calc-over-notation):
11004 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11005 (calc-graph-num-points, calc-graph-init):
11006 * calc/calc-prog.el (calc-read-parse-table-part)
11007 (calc-edit-macro-repeats):
11008 * calc/calc-yank.el (calc-do-grab-rectangle):
11009 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11010 Replace `string-to-int' by `string-to-number'.
11011
11012 2005-05-02 Kim F. Storm <storm@cua.dk>
11013
11014 * kmacro.el: Use executing-kbd-macro-index variable.
11015
11016 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11017
11018 * net/rlogin.el (rlogin-parse-words): Delete func.
11019 (rlogin): Use split-string, not rlogin-parse-words.
11020 Also, if there are option-like elements in the parsed args,
11021 take the host to be the first arg immediately following them.
11022 Suggested by Michael Mauger.
11023
11024 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11027
11028 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11029
11030 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11031 (cc-mode-cpp-program): Rename to cc-define-list-program and
11032 move to cc-vars.el.
11033
11034 * progmodes/cc-vars.el (cc-define-list-program):
11035 Change to "gcc -E -dM -". Make customizable.
11036
11037 2005-05-02 Kim F. Storm <storm@cua.dk>
11038
11039 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11040
11041 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11042
11043 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11044
11045 * international/mule-util.el (truncate-string): Remove alias and
11046 obsolete declaration.
11047
11048 * international/mule-cmds.el (update-iso-coding-systems):
11049 Remove alias and obsolete declaration.
11050
11051 * international/mule.el (coding-system-parent): Remove alias and
11052 obsolete declaration.
11053
11054 * subr.el (define-function, sref): Remove aliases and obsolete
11055 declarations.
11056 (chars-in-region): Remove obsolete declaration.
11057
11058 2005-05-01 Richard M. Stallman <rms@gnu.org>
11059
11060 * info.el (Info-mode): Set widen-automatically to nil, locally.
11061
11062 * simple.el (widen-automatically): New variable.
11063 (pop-global-mark): Obey widen-automatically.
11064
11065 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * term/xterm.el (function-key-map): Call substitute-key-definition
11068 before the keymap size is increased by a lot of define-key calls.
11069
11070 2005-05-01 Richard M. Stallman <rms@gnu.org>
11071
11072 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11073 Rename ARG to ELEMENT. Doc fix.
11074
11075 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11076
11077 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11078 Remove references to allout-exposure/change to allout-new-exposure.
11079
11080 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11081 bytecode symbols.
11082
11083 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11084 (compiled-function-p, focus-frame, unfocus-frame):
11085 Remove aliases and obsolete declarations.
11086 Back out inadvertent changes from previous commit.
11087
11088 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11089
11090 * files.el (require-final-newline): Make Custom tags consistent
11091 with mode-require-final-newline.
11092 (mode-require-final-newline): Doc fix.
11093
11094 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * international/latexenc.el (latexenc-find-file-coding-system):
11097 Fix regular expressions.
11098
11099 2005-05-01 David Kastrup <dak@gnu.org>
11100
11101 * international/latexenc.el (latexenc-find-file-coding-system):
11102 Fix regular expressions.
11103
11104 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11105
11106 * subr.el (string-to-int): Make obsolete.
11107
11108 2005-04-30 Richard M. Stallman <rms@gnu.org>
11109
11110 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11111
11112 * loadup.el: load jka-comp-hook.
11113
11114 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11115 (jka-compr-handler): Add autoload. `put' calls moved
11116 to jka-comp-hook.el.
11117 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11118 (jka-compr-inhibit): Autoload.
11119
11120 * jka-comp-hook.el: New file.
11121 Enable the mode by default.
11122
11123 * files.el (backup-buffer-copy): Use copy-file instead
11124 of write-region, and put back the 'excl.
11125
11126 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * progmodes/flymake.el (flymake-split-string)
11129 (flymake-split-string, flymake-log, flymake-pid-to-names)
11130 (flymake-reg-names, flymake-get-source-buffer-name)
11131 (flymake-unreg-names, flymake-add-line-err-info)
11132 (flymake-add-err-info): Clarify docstrings.
11133 (flymake-popup-menu, flymake-make-emacs-menu)
11134 (flymake-make-xemacs-menu): Add docstrings.
11135 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11136 Set variables directly throughout.
11137
11138 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11139
11140 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11141 exists. Initialize cc-define-alist.
11142 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11143 If there is no file (Macroexpansion) don't create an alist.
11144
11145 2005-04-29 Sam Steingold <sds@gnu.org>
11146
11147 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11148 (cc-create-define-alist): Use it instead of the hard-coded string.
11149
11150 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11153 for latexenc.
11154
11155 2005-04-29 Lute Kamstra <lute@gnu.org>
11156
11157 * emacs-lisp/generic.el: Improve commentary section.
11158 (define-generic-mode): Improve docstring.
11159
11160 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11161
11162 * textmodes/org.el (many places): Change to quiet the byte compiler.
11163 (org-prefix-format-compiled): New variable.
11164 (org-compile-prefix-format): New function.
11165 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11166 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11167 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11168 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11169 consistency with entries from `org-mode' files.
11170 (org-get-time-of-day): Fix bug with partial matches early in a line.
11171 (org-non-link-chars): New constant.
11172 (org-link-regexp): Respect `org-non-link-chars'.
11173 (org-agenda-day-view): Remove command.
11174 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11175 (org-follow-bbdb-link, org-store-link): Search also company field.
11176 (org-highlight-overlay): New variable.
11177 (org-highlight, org-unhighlight): New functions.
11178 (org-agenda-mode): Add pre-command-hook to remove highlight.
11179 (org-evaluate-time-range): Behavior depends upon whether time stamp
11180 contains a time or not.
11181 (org-show-subtree, org-show-entry): New functions.
11182 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11183
11184 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11185
11186 * comint.el (comint-output-filter-functions): Add autoload cookie.
11187
11188 2005-04-28 Kim F. Storm <storm@cua.dk>
11189
11190 * ido.el (ido-everywhere): Fix last change.
11191
11192 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11193
11194 * international/latexenc.el: New file.
11195 * international/mule-conf.el (file-coding-system-alist): For .tex,
11196 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11197
11198 2005-04-28 Lute Kamstra <lute@gnu.org>
11199
11200 * font-lock.el (font-lock-add-keywords)
11201 (font-lock-remove-keywords): Clarify docstring.
11202 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11203 Don't start docstrings with a `*'.
11204 (font-lock-update-removed-keyword-alist): Give it a docstring.
11205
11206 * generic-x.el: Update commentary section.
11207 Only require font-lock when compiling.
11208 Define all modes conditionally.
11209 Place all generic modes in the generic-x-modes customization group.
11210 (generic-x-modes): New customization group.
11211 (generic-default-modes, generic-mswindows-modes)
11212 (generic-unix-modes, generic-other-modes): New constants.
11213 (generic-define-mswindows-modes, generic-define-unix-modes):
11214 Update docstrings. Make them obsolete.
11215 (generic-extras-enable-list): New default value. Update docstring.
11216 Improve :type. Change :set function.
11217 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11218 Fix docstring.
11219
11220 * emacs-lisp/generic.el (generic-mode-internal):
11221 Simplify font-lock-defaults.
11222 (define-generic-mode): Fix docstring.
11223
11224 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11227 font-lock-face property to highlight matches.
11228
11229 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11230
11231 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11232 (cc-define-alist): New variable.
11233 (c-mode): Make it local and initialize it.
11234
11235 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11236 (gdb-exited): New function.
11237 (gdb-annotation-rules): Use it.
11238 (gdb-starting): Set gdb-active-process to t.
11239 (gdb-stopping): Amend doc string.
11240 (gdb-reset): Set gdb-active-process to nil.
11241
11242 * tooltip.el (tooltip-gud-tips): Show the associated #define
11243 directives when a C program under GDB is not executing.
11244
11245 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11248 font-lock-fontify-syntactic-keywords.
11249
11250 * font-lock.el (font-lock-default-fontify-region): Don't force
11251 parse-sexp-lookup-properties to nil.
11252
11253 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11254
11255 * man.el (man-mode-syntax-table): Set up `:' to have
11256 word-constituent syntax.
11257
11258 2005-04-27 Lute Kamstra <lute@gnu.org>
11259
11260 * novice.el (disable-command): Don't add spurious newlines to the
11261 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11262
11263 2005-04-26 Jay Belanger <belanger@truman.edu>
11264
11265 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11266 than one window before deleting window.
11267
11268 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11269
11270 * shell.el (shell-prompt-pattern): Doc fix.
11271 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11272
11273 * comint.el (comint-prompt-regexp, comint-get-old-input)
11274 (comint-use-prompt-regexp)
11275 (comint-use-prompt-regexp-instead-of-fields)
11276 (comint-replace-by-expanded-history, comint-send-input)
11277 (comint-output-filter, comint-get-old-input-default)
11278 (comint-line-beginning-position, comint-bol, comint-show-output)
11279 (comint-backward-matching-input, comint-forward-matching-input)
11280 (comint-next-prompt, comint-previous-prompt):
11281 Rename `comint-use-prompt-regexp-instead-of-fields' to
11282 `comint-use-prompt-regexp'. Keep old name as alias and declare
11283 obsolete.
11284 (comint-use-prompt-regexp): Shorten first line of doc string.
11285
11286 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11287 Set paragraph-separate buffer locally to "\\'".
11288
11289 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11290 Adapt to above name change.
11291
11292 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11293 (smbclient-prompt-regexp): Ditto.
11294
11295 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11296
11297 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11298
11299 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11300 gdb-location-list.
11301 Break lines that are over 80 characters wide.
11302
11303 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11306 New fun and var, to preserve compatibility.
11307
11308 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11309
11310 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11311
11312 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11313 name to file-newer-than-file-p.
11314
11315 2005-04-26 Richard M. Stallman <rms@gnu.org>
11316
11317 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11318
11319 * progmodes/python.el (python-mode):
11320 Use new name eldoc-documentation-function.
11321
11322 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11323
11324 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11325 (eldoc-documentation-function):
11326 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11327
11328 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11329
11330 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11331
11332 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11333
11334 * term/xterm.el (function-key-map): Fix strings for
11335 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11336 {C,S,A,C-S}-{f1-f12}.
11337
11338 2005-04-26 Kenichi Handa <handa@m17n.org>
11339
11340 * international/mule-cmds.el (select-safe-coding-system):
11341 Fix previous change.
11342
11343 2005-04-26 Lute Kamstra <lute@gnu.org>
11344
11345 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11346
11347 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11348 (font-lock-comment-delimiter-face): Ditto.
11349
11350 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11351
11352 2005-04-25 Jay Belanger <belanger@truman.edu>
11353
11354 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11355 to t while inserting information; use help-mode.
11356
11357 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11358
11359 * term.el (ansi-term-color-vector): Use the xterm colors.
11360 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11361
11362 2005-04-25 Lute Kamstra <lute@gnu.org>
11363
11364 * font-core.el (font-lock-defaults): Fix docstring.
11365
11366 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11367
11368 2005-04-25 Kenichi Handa <handa@m17n.org>
11369
11370 * international/mule-cmds.el (select-safe-coding-system):
11371 Don't check consistency with coding: spec, etc if raw-text or
11372 no-conversion was found to be safe.
11373
11374 2005-04-24 Richard M. Stallman <rms@gnu.org>
11375
11376 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11377 citation markers at start of each line.
11378
11379 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11380 citation markers at start of each line.
11381
11382 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11383
11384 * files.el (mode-require-final-newline): Fix previous change.
11385 (require-final-newline): Fix type label.
11386
11387 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11388
11389 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11390 statement in buffer (broken by 2004-11-24 change).
11391
11392 2005-04-24 Kim F. Storm <storm@cua.dk>
11393
11394 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11395 and read-file-name-function values. Don't overwrite existing
11396 non-nil values if ido-mode is enabled without ido-everywhere.
11397
11398 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11399
11400 * files.el (mode-require-final-newline): Minor doc fix.
11401
11402 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11403
11404 * subr.el (syntax-after): Doc fix.
11405 (syntax-class): If argument is nil, return nil. Mask off upper 16
11406 bits, not 8 bits.
11407
11408 * files.el (mode-require-final-newline): Doc fix.
11409 (backup-buffer-copy): Fix last change.
11410
11411 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11412
11413 * term/mac-win.el: Require select. Set selection-coding-system to
11414 mac-system-coding-system. Call menu-bar-enable-clipboard.
11415 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11416 (x-select-enable-clipboard): New variables.
11417 (x-select-text, x-get-selection, x-selection-value)
11418 (x-get-selection-value, mac-select-convert-to-string)
11419 (mac-services-open-file, mac-services-open-selection)
11420 (mac-services-insert-text): New functions.
11421 (CLIPBOARD, FIND): Put mac-scrap-name property.
11422 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11423 (public.tiff): Put mac-ostype property.
11424 (selection-converter-alist): Add entries for them.
11425 (mac-application-menu-map): New keymap.
11426 (interprogram-cut-function, interprogram-paste-function): Set to
11427 x-select-text and x-get-selection-value, respectively.
11428 (split-window-keep-point): Set to t.
11429
11430 2005-04-23 Richard M. Stallman <rms@gnu.org>
11431
11432 * files.el (read-directory-name): Always pass non-nil
11433 DEFAULT-FILENAME arg to read-file-name.
11434 (backup-buffer-copy, basic-save-buffer-2): Take care against
11435 writing thru an unexpected existing symlink.
11436 (revert-buffer): In indirect buffer, revert the base buffer.
11437 (magic-mode-alist): Doc fix.
11438 (buffer-stale-function): Doc fix.
11439 (minibuffer-with-setup-hook): Avoid warning.
11440 (mode-require-final-newline): Doc and custom fix.
11441
11442 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11443
11444 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11445 use the default appearance.
11446 (font-lock-comment-delimiter-face): New face, new variable.
11447
11448 * imenu.el (imenu--generic-function): The official position of a
11449 definition is the start of the line that BEG is in.
11450
11451 * midnight.el (midnight-timer): Move defvar up.
11452
11453 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11454
11455 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11456
11457 * startup.el (command-line): Use with-no-warnings.
11458
11459 * window.el (window-size-fixed): New defvar.
11460
11461 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11462
11463 * mail/rmail.el (rmail-font-lock-keywords):
11464 Use font-lock-comment-delimiter-face.
11465
11466 * mail/sendmail.el (mail-font-lock-keywords):
11467 Use font-lock-comment-delimiter-face.
11468
11469 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11470
11471 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11472
11473 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11474 Specify t for LAXMATCH when matching directories.
11475 Save match data around compilation-compat-error-properties form.
11476
11477 2005-04-23 David Kastrup <dak@gnu.org>
11478
11479 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11480 Mention that the autoloaded aliases should be kept for AUCTeX.
11481
11482 2005-04-23 Andreas Schwab <schwab@suse.de>
11483
11484 * isearch.el (isearch-forward): Doc fix.
11485
11486 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11487
11488 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11489 (jit-lock-stealth-nice): Change default value to 0.5.
11490
11491 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11492
11493 * abbrev.el (write-abbrev-file): Write table entries in
11494 alphabetical order by table name.
11495
11496 2005-04-22 Kim F. Storm <storm@cua.dk>
11497
11498 * ido.el (ido-read-internal): Fix `list' completion.
11499
11500 2005-04-22 Kenichi Handa <handa@m17n.org>
11501
11502 * recentf.el (recentf-save-file-coding-system): New variable.
11503 (recentf-save-list): Encode the file by
11504 recentf-save-file-coding-system and add coding: tag.
11505
11506 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11507
11508 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11509
11510 2005-04-21 Lute Kamstra <lute@gnu.org>
11511
11512 * loadhist.el (unload-feature): Don't remove a function from hooks
11513 if it is about to be restored to an autoload . Remove functions
11514 that will become unbound from auto-mode-alist. Simplify the code.
11515
11516 * subr.el (assq-delete-all): New implementation that is linear,
11517 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11518 (rassq-delete-all): New function.
11519
11520 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11521 Add size-indication-mode.
11522
11523 2005-04-21 Kenichi Handa <handa@m17n.org>
11524
11525 * international/mule-cmds.el: Add autoload for widget-value in
11526 eval-when-compile.
11527
11528 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11529
11530 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11531 Add tooltip-mode.
11532
11533 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11534
11535 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11536
11537 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11538 (inferior-lisp-filter-regexp, inferior-lisp-program)
11539 (inferior-lisp-load-command, inferior-lisp-prompt)
11540 (inferior-lisp-mode-hook, lisp-source-modes)
11541 (inferior-lisp-load-hook): defvar->defcustom.
11542 (inferior-lisp-program, inferior-lisp-prompt)
11543 (inferior-lisp-load-hook): Doc fixes.
11544 (inferior-lisp-install-letter-bindings): Small change in
11545 introductory comment.
11546
11547 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11548
11549 * vc.el (vc-annotate-color-map): Change some colors so that text
11550 using them as foreground is readable on both white and black
11551 backgrounds.
11552
11553 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * international/mule-conf.el (translation-table-for-input):
11556 Remove redundant declaration.
11557
11558 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11559
11560 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11561
11562 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11563 (tooltip-toggle-gud-tips): New function.
11564
11565 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11566
11567 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11568 right angle brackets.
11569
11570 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11571
11572 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11573
11574 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11577 Remove. Update callers to use expand-file-name instead.
11578
11579 * subr.el (syntax-class): New function.
11580
11581 * simple.el (blink-matching-open): Use it.
11582
11583 * paren.el (show-paren-function): Use it to recognize parens that are
11584 also used in 2-char comment markers.
11585
11586 2005-04-19 Lute Kamstra <lute@gnu.org>
11587
11588 * loadhist.el (unload-feature): Update for new format of
11589 load-history. Simplify the code.
11590
11591 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11592
11593 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11594 (mac-add-charset-info): New function. Initialize variable
11595 mac-charset-info-alist using it.
11596 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11597 for translation.
11598 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11599 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11600 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11601 New CCL programs.
11602
11603 2005-04-19 Kim F. Storm <storm@cua.dk>
11604
11605 * simple.el (next-buffer, prev-buffer, next-error)
11606 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11607 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11608
11609 * bindings.el (next-buffer, prev-buffer, next-error)
11610 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11611 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11612 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11613 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11614
11615 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * isearch.el (isearch-edit-string): Make the search-ring available for
11618 minibuffer history commands.
11619 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11620 the default history commands now work just as well.
11621 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11622
11623 2005-04-18 Kim F. Storm <storm@cua.dk>
11624
11625 * emulation/cua-base.el (cua--pre-command-handler): Add more
11626 elaborate check for shift modifier on non-window systems.
11627
11628 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11629
11630 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11631
11632 2005-04-18 Kim F. Storm <storm@cua.dk>
11633
11634 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11635 and make it optional. Don't test tooltip-gud-echo-area here.
11636 (tooltip-gud-process-output, gdb-tooltip-print):
11637 Pass tooltip-gud-echo-area to tooltip-show.
11638 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11639
11640 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11641
11642 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11643 `display-graphic-p' may not be bound yet.
11644
11645 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11646
11647 * startup.el (command-line): No longer enable Xterm Mouse mode by
11648 default in terminals compatible with xterm.
11649
11650 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11651
11652 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11653
11654 * tooltip.el (tooltip-gud-echo-area): Rename from
11655 tooltip-use-echo-area.
11656 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11657 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11658 area independently of where help tooltips are displayed.
11659
11660 2005-04-17 David Kastrup <dak@gnu.org>
11661
11662 * cus-theme.el (custom-theme-write-variables): Quote variables
11663 where necessary.
11664
11665 2005-04-17 Richard M. Stallman <rms@gnu.org>
11666
11667 * simple.el (yank-excluded-properties): Add follow-link to value.
11668
11669 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11670
11671 * startup.el (fancy-splash-max-time): Just 30 seconds.
11672 (fancy-splash-delay): Just 7.
11673 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11674
11675 * loadhist.el (unload-feature): Update for new format of load-history.
11676 Simplify the code.
11677
11678 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11679 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11680
11681 * mail/sendmail.el (mail-font-lock-keywords):
11682 Don't fontify subject text.
11683 Don't fontify the text of a citation.
11684
11685 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11686
11687 * comint.el (comint-output-filter): Run comint-output-filter-functions
11688 with point where the user had it.
11689
11690 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * international/ucs-tables.el (ucs-set-table-for-input):
11693 Disable when using unify-on-decoding.
11694
11695 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11696
11697 * emulation/cua-base.el (cua-global-mark-face): Add special case
11698 for displays supporting a high number of colors.
11699
11700 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11701
11702 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11703
11704 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11705
11706 * filesets.el (filesets-add-buffer): If user supplies a name of a
11707 non-existing fileset, create a new fileset.
11708
11709 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11710
11711 * textmodes/org.el (org-up-heading-all): Fix bug with
11712 `outline-up-heading-all'.
11713
11714 2005-04-16 Andreas Schwab <schwab@suse.de>
11715
11716 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11717 /etc/permissions.d/* and /etc/aliases.d/*.
11718
11719 2005-04-16 Kenichi Handa <handa@m17n.org>
11720
11721 * international/code-pages.el (cp-make-coding-system):
11722 Set `translation-table-for-input' property value to the symbol
11723 ucs-mule-to-mule-unicode, not to that value.
11724 (pt154): Escape guillemet by `\'.
11725
11726 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11727
11728 * loadup.el: Load tooltip if x-show-tip is fboundp.
11729
11730 * startup.el (command-line): Add comment.
11731
11732 * tooltip.el (tooltip-mode): Specify correct standard value for
11733 Custom in init-value.
11734
11735 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11736
11737 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11738 possible.
11739
11740 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11741
11742 * textmodes/org.el (org-agenda-date-prompt): Rename from
11743 `org-agenda-date-today'.
11744 (org-evaluate-time-range): Insert at point instead of directly
11745 after time range.
11746 (org-first-headline-recenter, org-subtree-end-visible-p)
11747 (org-optimize-window-after-visibility-change): New functions
11748 (org-agenda-post-command-hook): Don't allow point at end of line,
11749 to make sure it always hits the text properties.
11750 (org-agenda-next-date-line, org-agenda-previous-date-line):
11751 New commands.
11752 (org-set-regexps-and-options): Category may contain white space.
11753 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11754 Improve marker positions.
11755 (org-agenda-new-marker): Argument POS made optional.
11756 (org-agenda-get-timestamps): Deadlines which are done are listed
11757 in org-done-face now.
11758 (org-agenda-get-todos, org-agenda-get-timestamps)
11759 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11760 Set `undone-face' and `done-face' properties.
11761 (org-last-todo-state-is-todo): New variable.
11762 (org-todo): Set `org-last-todo-state-is-todo'.
11763 (org-agenda-todo): Change face according to
11764 `org-last-todo-state-is-todo'. And change other lines referring to
11765 the same entry.
11766 (org-calendar-goto-agenda): New command.
11767 (org-calendar-to-agenda-key): New option.
11768 (org-startup-folded): New allowed value `content'.
11769 (org-set-regexps-and-options): Accept new value `content' for
11770 `org-startup-folded'.
11771 (org-get-current-options): Handle new value `content' for
11772 `org-startup-folded'.
11773 (org-insert-todo-heading): New command.
11774 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11775 interactively in empty file and option
11776 `org-insert-mode-line-in-empty-file' has been set.
11777 (org-agenda-todo,org-agenda-priority): Modify to use
11778 `org-agenda-change-all-lines'.
11779 (org-warning-face): Change color on dark background
11780
11781 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11782
11783 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11784 use preferences AppleLocale and AppleLanguages, and variable
11785 mac-system-locale for default locale. On Mac OS Classic, use
11786 mac-system-coding-system for default coding systems.
11787
11788 * term/mac-win.el: Don't set file-name-coding-system.
11789 Decode variables system-name, emacs-build-system, user-login-name, and
11790 user-full-name by mac-system-coding-system on Mac OS Classic.
11791 (mac-system-coding-system): New variable.
11792
11793 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11794
11795 * startup.el (command-line): Handle `xterm-mouse-mode' before
11796 reading init file.
11797
11798 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11799
11800 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11801
11802 * progmodes/sh-script.el (sh-here-document-word): Make it a
11803 defcustom. Doc fix.
11804 (sh-add): Bash uses $(( )) for arithmetic.
11805 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11806 (sh-maybe-here-document): Remove quotes and leading whitespace
11807 from heredoc word when closing. Indent heredoc with tabs if word
11808 starts with "-".
11809
11810 2005-04-13 Richard M. Stallman <rms@gnu.org>
11811
11812 * simple.el (undo): Fix previous change.
11813
11814 * custom.el (defface): Doc fix.
11815
11816 2005-04-13 Lute Kamstra <lute@gnu.org>
11817
11818 * Makefile.in (DONTCOMPILE): Remove list.
11819 (compile, compile-always): Don't use DONTCOMPILE.
11820 (update-authors): Load the library in which batch-update-authors
11821 is defined.
11822 * makefile.w32-in (DONTCOMPILE): Remove list.
11823 (compile, compile-always): Fix comments.
11824 (update-authors): Load the library in which batch-update-authors
11825 is defined.
11826
11827 * generic-x.el (generic-mode-ini-file-find-file-hook):
11828 Rename to ini-generic-mode-find-file-hook.
11829 Keep generic-mode-ini-file-find-file-hook as an alias.
11830 (ini-generic-mode-find-file-hook): Rename from
11831 generic-mode-ini-file-find-file-hook. Fix docstring.
11832 (ini-generic-mode): Docstring change.
11833 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11834
11835 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11836 called from lisp.
11837
11838 * generic.el: Move to the emacs-lisp subdir.
11839
11840 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11843 and C-S- function and cursor motion keys.
11844
11845 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11846
11847 * startup.el (command-line): Enable Xterm Mouse mode by default.
11848 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11849 for Custom. No longer show "Mouse" in mode line when enabled.
11850 Doc fix.
11851
11852 2005-04-12 Kim F. Storm <storm@cua.dk>
11853
11854 * emulation/cua-base.el (cua-rectangle-face)
11855 (cua-rectangle-noselect-face): Define face attributes here.
11856
11857 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11858
11859 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11860
11861 * startup.el (command-line): Turn off blinking cursor if
11862 cursorBlink in resources is off or false.
11863
11864 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11865
11866 * term/mac-win.el (dnd): Require dnd.
11867 (mac-drag-n-drop): Call dnd-handle-one-url.
11868 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11869 (kTextEncodingISOLatin2): Remove constants.
11870 (mac-script-code-coding-systems): New constant.
11871 (mac-handle-language-change): New function.
11872 (special-event-map): Bind it to `language-change' event.
11873 (mac-centraleurroman, mac-cyrillic): New coding systems.
11874 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11875 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11876 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11877 encode-mac-cyrillic, respectively.
11878
11879 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11880
11881 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11882 Don't set overlay-arrow-string to "=>" as this is done
11883 globally in C now.
11884
11885 2005-04-12 Lute Kamstra <lute@gnu.org>
11886
11887 * generic-x.el (rc-generic-mode, rul-generic-mode):
11888 Fix auto-mode-alist entries.
11889 (etc-fstab-generic-mode): Tweak fontification.
11890
11891 * generic.el (generic-make-keywords-list): Fix docstring.
11892 (generic-mode-internal): Simplify generic-font-lock-keywords.
11893
11894 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11895
11896 * whitespace.el (whitespace-buffer-leading)
11897 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11898 However, fix the highlight area for the leading and
11899 trailing whitespaces to show space.
11900
11901 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11902
11903 * whitespace.el (whitespace-version): Bump to 3.5
11904
11905 (whitespace-buffer-leading, whitespace-buffer-trailing):
11906 Invert sense of the test to highlight the whitespace.
11907
11908 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11909
11910 * progmodes/gud.el (gud-display-line): GUD uses its own
11911 overlay arrow now so don't set overlay-arrow-string.
11912 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11913
11914 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11915
11916 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11917 (term-ansi-current-reverse, term-ansi-current-invisible)
11918 (term-ansi-face-already-done): Change to boolean.
11919 (term-reset-terminal, term-handle-colors-array): Handle the above
11920 vars accordingly.
11921 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11922 (term-emulate-terminal): Use the new name.
11923
11924 * faces.el (secondary-selection): Use yellow1, not yellow.
11925 (trailing-whitespace): Use red1, not red.
11926
11927 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11928
11929 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11930 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11931 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11932
11933 * cus-edit.el (dnd): New group.
11934
11935 * term/w32-win.el (dnd): Require dnd
11936 (w32-drag-n-drop): Call dnd-handle-one-url.
11937
11938 * x-dnd.el: Require dnd.
11939 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11940 Call dnd-handle-one-url.
11941 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11942 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11943 to dnd-insert-text.
11944 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11945 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11946 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11947 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11948
11949 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11950
11951 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11952
11953 * wdired.el: Doc fixes.
11954 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11955 (wdired-use-dired-vertical-movement): Rename from
11956 wdired-always-move-to-filename-beginning.
11957 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11958 (wdired-change-to-wdired-mode): Change mode name.
11959 (wdired-newline): Delete.
11960
11961 2005-04-11 Richard M. Stallman <rms@gnu.org>
11962
11963 * whitespace.el (whitespace-highlight-the-space):
11964 Don't call whitespace-unhighlight-the-space here.
11965
11966 * simple.el (undo): Record t in undo-equiv-table
11967 for the redo record made by an undo-in-region.
11968
11969 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11970
11971 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11972 (gdb-frame-inferior-io-buffer): New Functions to control
11973 display of separate IO buffer.
11974 (menu): Add them to menu-bar.
11975 (gdb-display-buffer): Check for buffer another frame.
11976 Protect GUD buffer.
11977 (gdb-setup-windows): Create IO buffer if not already there.
11978 (gdb-memory-mode): Remove purecopy noops.
11979
11980 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11981
11982 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11983 and pass to self-insert-command.
11984
11985 2005-04-11 Lute Kamstra <lute@gnu.org>
11986
11987 * generic.el: Commentary section cleanup.
11988 (generic): Delete.
11989 (generic-use-find-file-hook, generic-lines-to-scan)
11990 (generic-find-file-regexp, generic-ignore-files-regexp)
11991 (default-generic-mode, generic-mode-find-file-hook)
11992 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11993 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11994 (generic-use-find-file-hook, generic-lines-to-scan)
11995 (generic-find-file-regexp, generic-ignore-files-regexp)
11996 (default-generic-mode, generic-mode-find-file-hook)
11997 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11998
11999 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12000
12001 * bookmark.el (bookmark-write-file): Catch errors writing file.
12002 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12003
12004 2005-04-10 Richard M. Stallman <rms@gnu.org>
12005
12006 * startup.el (fancy-splash-tail): Update copyright year.
12007 (command-line): Split part of -Q into -D.
12008 (emacs-basic-display): New defvar.
12009 (fancy-splash-text): Correct name of menu item.
12010
12011 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12012
12013 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12014 lines in one node.
12015
12016 * comint.el (comint-send-input): New arg ARTIFICIAL.
12017 Callers in this file changed.
12018
12019 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12020
12021 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12022
12023 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12024
12025 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12026 `ldap-search-internal'.
12027
12028 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * files.el (set-auto-mode-1): Use line-end-position.
12031
12032 * international/latin-1.el:
12033 * international/latin-2.el:
12034 * international/latin-3.el:
12035 * international/latin-4.el:
12036 * international/latin-5.el:
12037 * international/latin-8.el:
12038 * international/latin-9.el: Give punctuation syntax to NBSP.
12039
12040 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12041 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12042 Use char-classes to accept non-ascii letters, accepted in some recent
12043 bibtex implementations.
12044
12045 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12046
12047 * custom.el (custom-set-minor-mode): Any non-nil value for the
12048 variable should enable the mode when set through Custom.
12049
12050 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12053 TAB binding so tab-always-indent is obeyed.
12054 (vhdl-minibuffer-local-map): Move initialization into declaration.
12055 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12056 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12057 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12058 (vhdl-current-line): Use line-beginning-position.
12059 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12060 with-output-to-temp-buffer, so the current position can be recorded.
12061
12062 2005-04-10 Masatake YAMATO <jet@gyve.org>
12063
12064 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12065 Add regexp for gcov.
12066
12067 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12068
12069 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12070 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12071 syntax which Emacs 20 doesn't support.
12072
12073 2005-04-09 Richard M. Stallman <rms@gnu.org>
12074
12075 * help.el (describe-key-briefly, describe-key):
12076 Replace strings as event types with "(any string)".
12077
12078 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * arc-mode.el (archive-mode-map): Move initialization into
12081 the declaration. Override *all* bindings of `undo'.
12082 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12083
12084 2005-04-09 Jay Belanger <belanger@truman.edu>
12085
12086 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12087
12088 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12089
12090 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12091 (xterm-register-default-colors): Update color values computation
12092 to match xterm-200.
12093
12094 2005-04-09 Kenichi Handa <handa@m17n.org>
12095
12096 * international/code-pages.el (iso-latin-7): Fix the map.
12097
12098 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12099
12100 * emacs-lisp/lisp.el (defun-prompt-regexp)
12101 (parens-require-spaces, buffer-end, end-of-defun)
12102 (insert-parentheses): Doc fixes.
12103
12104 2005-04-08 Kim F. Storm <storm@cua.dk>
12105
12106 * comint.el (comint-highlight-prompt): Fix face spec.
12107 * hi-lock.el (hi-green): Likewise.
12108
12109 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12110
12111 * cus-edit.el (custom-modified-face):
12112 * comint.el (comint-highlight-input): Fix previous changes.
12113 * term.el (term-handle-ansi-escape): Add a comment.
12114
12115 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12118 in the buffer and in whitespace-highlighted-space.
12119 (whitespace-unhighlight-the-space): Simplify.
12120 (whitespace-buffer): Simplify.
12121
12122 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12123
12124 * textmodes/table.el (table-cell-face): Add special case for
12125 displays supporting a high number of colors.
12126 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12127 (vhdl-font-lock-reserved-words-face)
12128 (vhdl-speedbar-architecture-face)
12129 (vhdl-speedbar-instantiation-face)
12130 (vhdl-speedbar-architecture-selected-face)
12131 (vhdl-speedbar-instantiation-selected-face): Likewise.
12132 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12133 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12134 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12135 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12136 (ebrowse-progress-face): Likewise.
12137 * progmodes/compile.el (compilation-info-face): Likewise.
12138 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12139 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12140 * calendar/calendar.el (diary-face): Likewise.
12141 * woman.el (woman-italic-face, woman-bold-face)
12142 (woman-unknown-face): Likewise.
12143 * wid-edit.el (widget-button-pressed-face): Likewise.
12144 * whitespace.el (whitespace-highlight-face): Likewise.
12145 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12146 * pcvs-info.el (cvs-marked-face): Likewise.
12147 * info.el (info-xref): Likewise.
12148 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12149 * hilit-chg.el (highlight-changes-face)
12150 (highlight-changes-delete-face): Likewise.
12151 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12152 (hi-red-b): Likewise.
12153 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12154 * font-lock.el (font-lock-keyword-face)
12155 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12156 * cus-edit.el (custom-invalid-face, custom-modified-face)
12157 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12158 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12159 * comint.el (comint-highlight-prompt): Likewise.
12160
12161 2005-04-08 Lute Kamstra <lute@gnu.org>
12162
12163 * font-lock.el (font-lock-keywords): Docstring fixes.
12164
12165 2005-04-08 Kenichi Handa <handa@m17n.org>
12166
12167 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12168 chars are more than a limit, print " and more..." at the tail.
12169
12170 2005-04-08 Kim F. Storm <storm@cua.dk>
12171
12172 * emacs-lisp/authors.el (authors-aliases): Update list.
12173 (authors-ignored-files): New list.
12174 (authors-fixed-entries): Fix typo.
12175 (authors-renamed-files-alist): Update list.
12176 (authors-add): Check authors-ignored-files.
12177
12178 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12179
12180 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12181 optional, to ensure backward compatibility.
12182
12183 2005-04-08 Stephen Eglen <stephen@gnu.org>
12184
12185 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12186
12187 2005-04-08 Kim F. Storm <storm@cua.dk>
12188
12189 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12190
12191 * mouse.el (mouse-on-link-p): Doc fix.
12192
12193 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12194
12195 * ielm.el (ielm-prompt-read-only): Doc fix.
12196
12197 * comint.el (comint-prompt-read-only): Doc fix.
12198
12199 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12200
12201 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12202 ensure dired always handles wildcards passed to ffap.
12203 (find-file-at-point): Use it.
12204 (ffap-dired-wildcards): Doc fix.
12205
12206 2005-04-07 Juri Linkov <juri@jurta.org>
12207
12208 * simple.el (next-error-overlay-arrow-position): New defvar.
12209 Put "=>" on its property `overlay-arrow-string'. Add it to
12210 `overlay-arrow-variable-list'.
12211
12212 * progmodes/compile.el (compilation-setup):
12213 Set `next-error-overlay-arrow-position' to nil. Also set it to
12214 nil in the local hook `kill-buffer-hook'. Make local variable
12215 `overlay-arrow-string' and set it to "=>".
12216 (compilation-goto-locus): Set BOL position to
12217 `next-error-overlay-arrow-position' instead of
12218 `overlay-arrow-position'.
12219
12220 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12221 locally instead of adding it to the global hook.
12222 (Info-kill-buffer): Move up.
12223
12224 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12225
12226 * term/xterm.el (xterm-standard-colors): Update color values from
12227 xterm-200.
12228
12229 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12232
12233 * fast-lock.el:
12234 * lazy-lock.el: Move them to the obsolete subdir.
12235
12236 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12237
12238 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12239 (wdired-add-replace-advice): Remove.
12240 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12241
12242 2005-04-06 Kim F. Storm <storm@cua.dk>
12243
12244 * startup.el (command-line): Add --bare-bones alias for -Q.
12245
12246 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12247
12248 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12249 create the startup fontset if a font specification ends with
12250 `mac-roman'.
12251
12252 2005-04-06 Lute Kamstra <lute@gnu.org>
12253
12254 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12255 change.
12256
12257 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12258 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12259
12260 2005-04-05 Lute Kamstra <lute@gnu.org>
12261
12262 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12263 (define-generic-mode): Ditto. Fix debug declaration.
12264
12265 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12266 Put them in the generic-x group.
12267
12268 * calendar/timeclock.el (timeclock): Doc fix.
12269
12270 * generic.el (define-generic-mode): Don't use custom-current-group.
12271 Document default :group value.
12272 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12273 (define-global-minor-mode): Don't use custom-current-group.
12274
12275 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12276
12277 * startup.el (command-line-1): Display startup-echo-area-message
12278 when fancy splash screen is in use.
12279
12280 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12281 (sh-escaped-newline): New face.
12282 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12283 newline, and use sh-escaped-newline face.
12284
12285 * progmodes/tcl.el (tcl-escaped-newline): New face.
12286 (tcl-builtin-list): New variable.
12287 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12288 newlines. Fix keywords subexpression number.
12289
12290 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12291
12292 * textmodes/org.el (org-diary-default-entry): Fix call to
12293 `add-to-diary-entry'.
12294
12295 2005-04-05 Kim F. Storm <storm@cua.dk>
12296
12297 * ediff-init.el: Use (featurep 'xemacs).
12298
12299 2005-04-05 David Ponce <david@dponce.com>
12300
12301 * cus-edit.el (face): Derive from symbol widget. Display sample
12302 of the current face on the fly.
12303 (widget-face-sample-face-get, widget-face-notify): New functions.
12304 (widget-face-value-create): Remove.
12305
12306 * wid-edit.el (widget-field-end): Temporarily remove field
12307 narrowing before to call `get-char-property'.
12308
12309 2005-04-04 Jay Belanger <belanger@truman.edu>
12310
12311 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12312 (math-read-subscripts): New variable.
12313 (math-read-preprocess-string): Process subscripts.
12314
12315 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12316
12317 * comint.el (comint-prompt-read-only): Doc fix.
12318
12319 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12320 `-1'. Doc fix.
12321
12322 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12323
12324 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12325 Change default value to nil.
12326
12327 2005-04-04 Lute Kamstra <lute@gnu.org>
12328
12329 * autorevert.el (auto-revert-mode): Specify :group.
12330 * battery.el (display-battery-mode): Specify :group.
12331 * diff-mode.el (diff-minor-mode): Specify :group.
12332 * font-core.el (font-lock-mode): Specify :group.
12333 * hl-line.el (hl-line-mode): Specify :group.
12334 * iimage.el (iimage): New customization group.
12335 (iimage-mode): Specify :group.
12336 * longlines.el (longlines-mode): Specify :group.
12337 * master.el: Don't require easy-mmode.
12338 (master): New customization group.
12339 (master-mode): Specify :group.
12340 * msb.el (msb-mode): Specify :group.
12341 * reveal.el (reveal-mode): Specify :group.
12342 * simple.el (next-error-follow-minor-mode): Specify :group.
12343 * smerge-mode.el (smerge-mode): Specify :group.
12344 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12345 * emulation/cua-base.el (cua-mode): Specify :group.
12346 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12347 * language/thai-util.el (thai-auto-composition-mode)
12348 (thai-word-mode): Specify :group.
12349 * mail/supercite.el (sc-minor-mode): Specify :group.
12350 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12351 * progmodes/flymake.el (flymake-mode): Specify :group.
12352 * progmodes/glasses.el (glasses-mode): Specify :group.
12353 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12354 * textmodes/enriched.el (enriched-mode): Specify :group.
12355 * textmodes/refill.el (refill-mode): Specify :group.
12356
12357 * add-log.el (change-log-font-lock-keywords): Names in
12358 parenthesized lists can contain spaces.
12359
12360 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12361
12362 * startup.el (fancy-splash-text): Shorten default text of
12363 "Emacs Tutorial" line. Also, if the current language env
12364 indicates an available tutorial file other than TUTORIAL,
12365 extract its title and append it to the line in parentheses.
12366 (fancy-splash-insert): If arg is a thunk, funcall it.
12367
12368 2005-04-04 Jay Belanger <belanger@truman.edu>
12369
12370 * calc.el (calc-language-alist): Add tags to customization type.
12371
12372 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12373
12374 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12375 Doc fix.
12376
12377 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12378
12379 * add-log.el (change-log-font-lock-keywords): The manual
12380 describing a Change Log entry, says: (...) "Aside from these
12381 header lines, every line in the change log starts with a space or
12382 a tab.". The font-lock was not highlighting lines started with
12383 spaces, added support for it.
12384
12385 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12386
12387 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12388 (bibtex-generate-url-list): Update docstring accordingly. Put the
12389 complex example in the docstring.
12390 (bibtex-font-lock-url): Use pop.
12391
12392 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12395
12396 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12397
12398 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12399
12400 * filesets.el (filesets-set-default): Doc fix.
12401
12402 2005-04-03 Lute Kamstra <lute@gnu.org>
12403
12404 * generic.el (define-generic-mode): Add argument to specify
12405 keywords for defcustom.
12406 (default-generic-mode): Specify :group.
12407
12408 * generic-x.el: Specify :group for all generic modes.
12409
12410 * desktop.el (desktop-no-desktop-file-hook)
12411 (desktop-after-read-hook): Doc fix.
12412
12413 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12414
12415 * simple.el (visible-mode): Use explicit :group keyword.
12416 This changes the group of `visible-mode-hook' from paren-blinking
12417 to editing-basics.
12418
12419 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12420
12421 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12422 mailbox specifications as well as URLs.
12423 (rmail-insert-inbox-text): Remove unused conditional branches.
12424
12425 2005-04-01 Jay Belanger <belanger@truman.edu>
12426
12427 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12428 (calc-gnuplot-print-command): Move definitions to calc.el.
12429
12430 * calc/calc-embed.el (calc-embedded-announce-formula)
12431 (calc-embedded-open-formula, calc-embedded-close-formula)
12432 (calc-embedded-open-word, calc-embedded-close-word)
12433 (calc-embedded-open-plain, calc-embedded-close-plain)
12434 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12435 (calc-embedded-open-mode, calc-embedded-close-mode):
12436 Move definitions to calc.el.
12437
12438 * calc/calc.el (calc-settings-file, calc-language-alist):
12439 Make customizable.
12440 (calc-embedded-announce-formula, calc-embedded-open-formula)
12441 (calc-embedded-close-formula, calc-embedded-open-word)
12442 (calc-embedded-close-word, calc-embedded-open-plain)
12443 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12444 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12445 (calc-embedded-close-mode, calc-gnuplot-name)
12446 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12447 from other files and make customizable.
12448
12449 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12452 Use buffer-live-p.
12453 (cvs-mode-run): Don't call cvs-update-header here.
12454 (cvs-run-process): Call cvs-update-header.
12455 Use process properties for cvs-postprocess and cvs-buffer so that
12456 the sentinel can behave better if the temp buffer is killed.
12457 Use a pipe rather than a tty, to better handle unexpected prompts.
12458 (cvs-sentinel): Rewrite. Call cvs-update-header.
12459
12460 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12461
12462 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12463 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12464
12465 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * generic.el (define-generic-mode): Add indentation rule.
12468
12469 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12470
12471 * files.el (mode-require-final-newline): Make Custom correctly
12472 report a nil value and allow to set it to nil via Custom.
12473 Doc fix.
12474
12475 2005-04-01 Kenichi Handa <handa@m17n.org>
12476
12477 * international/characters.el: Enable the correct case setting for
12478 dotless-i and dotted-I.
12479
12480 2005-04-01 Kim F. Storm <storm@cua.dk>
12481
12482 * ido.el (ido-file-internal): Fall back to non-ido command if
12483 initial directory is on slow ftp (or tramp) host.
12484
12485 2005-03-31 Richard M. Stallman <rms@gnu.org>
12486
12487 * emacs-lisp/autoload.el (make-autoload):
12488 Handle define-global-minor-mode.
12489
12490 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12491 Rename from easy-mmode-define-global-mode.
12492 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12493
12494 * progmodes/scheme.el (scheme-mode-syntax-table):
12495 Update syntax of | and # for two-character comment syntax.
12496
12497 2005-03-31 Lute Kamstra <lute@gnu.org>
12498
12499 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12500 (define-minor-mode): Call custom-current-group at load-time.
12501
12502 * generic.el (define-generic-mode): Add debug declaration.
12503 Add defcustom for the mode hook.
12504 (generic-mode-internal): Use run-mode-hooks.
12505
12506 2005-03-31 Kim F. Storm <storm@cua.dk>
12507
12508 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12509 (mouse-fixup-help-message): New defun called by show_help_echo
12510 to fixup mouse-2 prefix in help messages when applicable.
12511
12512 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12513
12514 2005-03-31 Kenichi Handa <handa@m17n.org>
12515
12516 * language/thai-word.el (thai-find-word-ends): Pay attention to
12517 the case that we reach the end of buffer.
12518
12519 * textmodes/fill.el (fill-text-properties-at): New function.
12520 (fill-newline): Use fill-text-properties-at instead of
12521 text-properties-at.
12522
12523 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12524
12525 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12526 not comint-quote-filename.
12527
12528 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12529
12530 * help-fns.el (help-with-tutorial): Revert last change.
12531
12532 2005-03-31 Kim F. Storm <storm@cua.dk>
12533
12534 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12535
12536 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12537
12538 * calendar/cal-china.el: Update reference to "Calendrical
12539 Calculations" book; there's a new edition.
12540 * calendar/cal-coptic.el: Likewise.
12541 * calendar/cal-french.el: Likewise.
12542 * calendar/cal-hebrew.el: Likewise.
12543 * calendar/cal-islam.el: Likewise.
12544 * calendar/cal-iso.el: Likewise.
12545 * calendar/cal-julian.el: Likewise.
12546 * calendar/cal-mayan.el: Likewise.
12547 * calendar/cal-persia.el: Likewise.
12548 * calendar/calendar.el: Likewise.
12549 * calendar/holidays.el: Likewise.
12550 * calendar/lunar.el: Likewise.
12551 * calendar/solar.el: Likewise.
12552
12553 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12554 white space from doc string.
12555
12556 2005-03-30 Jay Belanger <belanger@truman.edu>
12557
12558 * calc/calc-help.el (calc-full-help): Remove email address.
12559
12560 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12561
12562 * help-fns.el (help-with-tutorial): Delete title line.
12563
12564 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12565
12566 * calendar/cal-x.el (calendar-one-frame-setup)
12567 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12568 rather than 'symbol for set-window-dedicated-p.
12569
12570 * calendar/appt.el (appt-buffer-name): Make it a constant.
12571 (appt-add): Doc fix.
12572
12573 * filesets.el (filesets-menu-path, filesets-menu-before)
12574 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12575 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12576 (filesets-add-submenu): Delete and use add-submenu instead.
12577
12578 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12579
12580 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12581 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12582 (org-diary-default-entry): New function.
12583 (org-get-entries-from-diary): Better parsing of diary entries.
12584 (org-agenda-check-no-diary): New function.
12585 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12586 linking to diary entries.
12587 (org-agenda-execute-calendar-command): New function.
12588 (org-agenda): Improve visible section in window.
12589 Use `org-fit-agenda-window'.
12590 (org-fit-agenda-window): New option.
12591 (org-move-subtree-down): Better handling of empty lines
12592 at end of subtree.
12593 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12594 levels up.
12595 (org-fontify-done-headline): New option.
12596 (org-headline-done-face): New face.
12597 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12598 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12599 When current field is non-empty, it is copied to next row.
12600 (org-table-copy-from-above): Fix bug which made it
12601 impossible to copy fields containing only a single non-white character.
12602
12603 2005-03-30 Kim F. Storm <storm@cua.dk>
12604
12605 * kmacro.el (kmacro-end-macro): Isearch may store this command
12606 into the macro -- so ignore it when executing keyboard macro.
12607
12608 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12609
12610 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12611
12612 2005-03-29 Kenichi Handa <handa@m17n.org>
12613
12614 * language/thai.el ("Thai"): Set setup-function and exit-function
12615 for Thai language environment.
12616
12617 * language/thai-util.el: Require thai-word.
12618 (thai-word-mode-map): New variable.
12619 (thai-word-mode): New minor mode.
12620 (setup-thai-language-environment-internal): New function.
12621 (exit-thai-language-environment-internal): New function.
12622
12623 * language/thai-word.el (thai-word-table): Declare it by defvar,
12624 use dolist to initialize it.
12625 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12626 (thai-fill-find-break-point): New functions.
12627
12628 2005-03-29 Richard M. Stallman <rms@gnu.org>
12629
12630 * simple.el (idle-update-delay): Move definition up.
12631 (set-mark): Doc fix.
12632
12633 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12634
12635 * longlines.el: New file.
12636
12637 * simple.el (buffer-substring-filters): New variable.
12638 (filter-buffer-substring): New function.
12639 (kill-region, copy-region-as-kill): Use it.
12640
12641 * register.el (copy-to-register, append-to-register)
12642 (prepend-to-register): Use filter-buffer-substring.
12643
12644 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12645
12646 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12647 (gud-filter-pending-text): Move in front of gdb.
12648 (gud-overlay-arrow-position): New variable.
12649 (gud-sentinel, gud-display-line): Use it in place of
12650 overlay-arrow-position.
12651
12652 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12653
12654 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12655 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12656 (fortran-font-lock-keywords-4): New variable.
12657 (fortran-blocks-re, fortran-end-block-re)
12658 (fortran-start-block-re): New constants, for hideshow.
12659 (hs-special-modes-alist): Add a Fortran entry.
12660 (fortran-mode-map): Bind fortran-end-of-block,
12661 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12662 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12663 (fortran-looking-at-if-then, fortran-end-of-block)
12664 (fortran-beginning-of-block): New functions, for hideshow.
12665
12666 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12667 Doc fix. Tweak regexp.
12668 (f90-beginning-of-block): Push mark first.
12669
12670 2005-03-29 Jay Belanger <belanger@truman.edu>
12671
12672 * calc/calc.el: Update copyright date.
12673 (calc-version): Increase to 2.1.
12674 (calc-version-date): Remove.
12675
12676 * calc/calc-help.el: Update copyright date.
12677 (calc-full-help): Remove reference to calc-version-date.
12678 Update copyright date.
12679
12680 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * vc.el (vc-do-command): Use a pipe for async processes, so password
12683 prompts don't show up at places where the user can't reply.
12684
12685 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12686
12687 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12688 on the file name we pass to the inferior shell.
12689
12690 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12691
12692 * progmodes/which-func.el (which-function): Be robust in the face of an
12693 imenu--make-index-alist failure.
12694
12695 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12698
12699 * progmodes/python.el (python-preoutput-filter): Fix last change.
12700
12701 2005-03-29 Lute Kamstra <lute@gnu.org>
12702
12703 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12704 functions and compiled macros.
12705 (debug-convert-byte-code): Handle macros too.
12706 (debug-on-entry-1): Don't signal an error when trying to clear a
12707 function that is not set to debug on entry.
12708
12709 2005-03-29 Jay Belanger <belanger@truman.edu>
12710
12711 * calc/calc-lang.el: Add functions to math-function-table
12712 properties of tex and math.
12713
12714 2005-03-29 Kenichi Handa <handa@m17n.org>
12715
12716 * ps-mule.el (ps-mule-plot-string): Translate characters by
12717 ps-print-translation-table.
12718 (ps-mule-begin-job): Call find-charset-region/string with
12719 ps-print-translation-table.
12720 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12721
12722 * ps-print.el (ps-print-translation-table): New variable.
12723 (ps-plot-region): Translate characters by ps-print-translation-table.
12724
12725 2005-03-29 Juri Linkov <juri@jurta.org>
12726
12727 * simple.el (next-error-highlight-timer): New variable.
12728
12729 * progmodes/compile.el (compilation-goto-locus):
12730 Use `next-error-highlight-timer' instead of `sit-for'.
12731
12732 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * mail/supercite.el (sc-mail-field): Use assoc-string.
12735 (sc-get-address): Simplify regexps.
12736
12737 * files.el (minibuffer-with-setup-hook): New macro.
12738 (find-file-read-args): Use it to avoid let-binding
12739 minibuffer-with-setup-hook (which breaks turning on/off
12740 file-name-shadow-mode while in the prompt).
12741
12742 * complete.el (PC-read-include-file-name-internal):
12743 Use test-completion.
12744
12745 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12746
12747 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12748
12749 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * window.el (window-buffer-height): Use count-screen-lines.
12752
12753 * progmodes/python.el (python-preoutput-leftover): New var.
12754 (python-preoutput-filter): Use it.
12755 (python-send-receive): Loop until all the result has been received.
12756
12757 2005-03-28 Juri Linkov <juri@jurta.org>
12758
12759 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12760
12761 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12762 "Recover Crashed Session".
12763 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12764 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12765 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12766 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12767 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12768 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12769 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12770 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12771
12772 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12773 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12774 Ediff Sessions", "Toggle use of separate control buffer frame",
12775 "Use separate frame for Ediff control buffer".
12776
12777 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12778 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12779 "Rename Bookmark", "Delete Bookmark".
12780
12781 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12782 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12783 Add `:active Info-index-alternatives' to "Next Matching Item".
12784
12785 * wdired.el (wdired-change-to-wdired-mode):
12786 Mention `wdired-abort-changes' key in the initial message.
12787
12788 * international/mule.el (auto-coding-alist): Associate non-ascii
12789 image filename extensions with `no-conversion'.
12790
12791 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * international/iso-acc.el:
12794 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12795
12796 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12797
12798 * textmodes/sgml-mode.el (html-mode): Doc update.
12799
12800 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12801
12802 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12803
12804 * term.el (term-move-columns): Fix face after extending a line.
12805 (term-insert-spaces): Likewise.
12806 (term-reset-terminal): Fix off by one error.
12807
12808 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12809
12810 * international/mule.el (auto-coding-alist): Add .xpi files.
12811
12812 * files.el (auto-mode-alist): Add .xpi files.
12813
12814 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12815
12816 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12817
12818 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12819
12820 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12821
12822 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12823
12824 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12825 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12826
12827 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12828 cursor to Jan 1 when needed.
12829 (calendar-end-of-year): Fix -/+ typo.
12830 Reported by Chong Yidong <cyd@stupidchicken.com>.
12831
12832 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12835
12836 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12837 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12838
12839 2005-03-25 Richard M. Stallman <rms@gnu.org>
12840
12841 * filesets.el (filesets-init): Add autoload.
12842
12843 * mail/mailalias.el (mail-directory): Doc fix.
12844
12845 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12846
12847 * mail/mailalias.el (mail-directory-process): Do nothing if
12848 mail-directory-process is an atom.
12849 (mail-get-names): Ignore mail-directory-names if it is an atom.
12850 (mail-directory-process defvar): Doc fix.
12851 (mail-names): Doc fix.
12852
12853 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12854
12855 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12856
12857 2005-03-26 Kenichi Handa <handa@m17n.org>
12858
12859 * international/mule-util.el (detect-coding-with-priority):
12860 Call update-coding-systems-internal before detect-coding-region.
12861
12862 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12863
12864 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12865 (gdb-frames-mode-map): Add follow-link property.
12866
12867 2005-03-25 Jay Belanger <belanger@truman.edu>
12868
12869 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12870 for variables.
12871
12872 2005-03-25 Juri Linkov <juri@jurta.org>
12873
12874 * image-mode.el: Optimize image filename extension regexps in
12875 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12876 in `auto-mode-alist'.
12877 (image-mode): Add `image-toggle-display-text' to local hook
12878 `change-major-mode-hook'. Display the image as an image by
12879 default. Set `cursor-type' and `truncate-lines' if the image
12880 is already displayed. Take into account the current mode (image
12881 or text) in message.
12882 (image-minor-mode): New minor mode.
12883 (image-mode-maybe, image-toggle-display-text): New functions.
12884 (image-toggle-display): Use called-interactively-p.
12885 Let-bind `inhibit-read-only' to t.
12886
12887 * image-mode.el (image-minor-mode): Set `cursor-type' and
12888 `truncate-lines' if the image is already displayed. Add turning
12889 image-minor-mode off to `change-major-mode-hook'. Add message.
12890 Call `image-toggle-display-text' after turning image-minor-mode off.
12891
12892 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12895 Terminal.app, use utf-8.
12896 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12897 (set-locale-environment): Use it.
12898
12899 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12900
12901 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12902
12903 * progmodes/python.el (python-close-block-statement-p)
12904 (python-outdent-p, python-current-defun): Use symbol-end.
12905
12906 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12907
12908 * files.el (save-some-buffers): Doc fix.
12909
12910 2005-03-25 Werner Lemberg <wl@gnu.org>
12911
12912 * complete.el, thumbs.el: Replace `legal' with `valid'.
12913 * calendar/calendar.el: Replace `legal' with `valid'.
12914 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12915 * mail/supercite.el: Replace `legal' with `valid'.
12916 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12917 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12918 Replace `legal' with `valid'.
12919 * textmodes/reftex-vars.el, textmodes/reftex.el:
12920 Replace `legal' with `valid'.
12921
12922 2005-03-25 Werner Lemberg <wl@gnu.org>
12923
12924 * calc/calc-forms.el, calc/calc-sel.el:
12925 * midnight.el, vc-cvs.el:
12926 * emacs-lisp/cl-macs.el:
12927 * emulation/vip.el:
12928 * eshell/esh-io.el, eshell/esh-var.el:
12929 * mail/supercite.el:
12930 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12931 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12932 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12933 * progmodes/sh-script.el, progmodes/xscheme.el:
12934 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12935 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12936 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12937 * textmodes/reftex.el, textmodes/org.el:
12938 Replace `illegal' with `invalid'.
12939
12940 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12943 (flymake-find-buildfile, flymake-find-possible-master-files)
12944 (flymake-check-include, flymake-parse-line): Replace loops over the
12945 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12946
12947 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12948 Substitute file-name-as-directory in the rest of the file.
12949 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12950 (flymake-replace-region): Remove unused arg `buffer'.
12951 (flymake-check-patch-master-file-buffer): Update calls to it.
12952 (flymake-add-err-info): Remove unused var `count'.
12953 (flymake-mode): Use define-minor-mode.
12954
12955 * progmodes/flymake.el: Use with-current-buffer.
12956 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12957 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12958 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12959 Avoid testing for `xemacs'.
12960 (flymake-nop): Move.
12961 (flymake-region-has-flymake-overlays): Return the computed value.
12962 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12963 Remove unused var `endline'.
12964 (flymake-get-line-count): Remove unused function.
12965 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12966
12967 * emulation/vi.el:
12968 * generic.el:
12969 * hilit-chg.el (global-highlight-changes):
12970 * hi-lock.el (hi-lock-mode):
12971 * follow.el: find-file-hooks -> find-file-hook.
12972
12973 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12974
12975 2005-03-24 Juri Linkov <juri@jurta.org>
12976
12977 * dired.el (dired-mode-map): Add menu item "Compare directories"
12978 for dired-compare-directories.
12979
12980 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12981 Doc fix. Replace `read-file-name' with `read-directory-name'.
12982
12983 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12986
12987 2005-03-24 Jay Belanger <belanger@truman.edu>
12988
12989 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12990 relevant mode settings in calc-embedded-original-modes when modes
12991 are permanently changed.
12992
12993 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * autoinsert.el: find-file-hooks -> find-file-hook.
12996
12997 2005-03-24 Lute Kamstra <lute@gnu.org>
12998
12999 * generic.el (generic-font-lock-defaults): Make it obsolete.
13000 (generic-font-lock-keywords): New variable to replace
13001 generic-font-lock-defaults.
13002 (generic-mode-set-font-lock): Delete it.
13003 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13004 (generic-bracket-support): Add docstring.
13005
13006 * generic-x.el: Rename generic-font-lock-defaults to
13007 generic-font-lock-keywords throughout.
13008 (mailagent-rules-setup-function): Delete it.
13009 (mailagent-rules-generic-mode): Use anonymous function instead.
13010 (show-tabs-generic-mode-font-lock-defaults-1)
13011 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13012 Quote faces.
13013 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13014 not foreground.
13015
13016 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13017 Recognize define-generic-mode.
13018
13019 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13022 if there's no completion table.
13023
13024 2005-03-23 Miles Bader <miles@gnu.org>
13025
13026 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13027 Remove tty-specific variants, as they're no longer needed.
13028
13029 2005-03-23 Lute Kamstra <lute@gnu.org>
13030
13031 * generic-x.el: Code cleanup: make args constant whenever possible.
13032 (installshield-statement-keyword-list)
13033 (installshield-system-functions-list)
13034 (installshield-system-variables-list, installshield-types-list)
13035 (installshield-funarg-constants-list): Make them constants.
13036
13037 * generic.el (generic-make-keywords-list): Add autoload cookie.
13038
13039 * calendar/time-date.el: Add comment on time value formats.
13040 Don't require parse-time.
13041 (with-decoded-time-value): New macro.
13042 (encode-time-value): New function.
13043 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13044 (days-to-time): Return a valid time value when arg is huge.
13045 (time-since): Use time-subtract.
13046 (time-to-number-of-days): Use time-to-seconds.
13047
13048 2005-03-23 David Ponce <david@dponce.com>
13049
13050 * recentf.el: (recentf-keep): New option.
13051 (recentf-menu-action): Default to `find-file'.
13052 (recentf-keep-non-readable-files-flag)
13053 (recentf-keep-non-readable-files-p)
13054 (recentf-file-readable-p, recentf-find-file)
13055 (recentf-cleanup-remote): Remove.
13056 (recentf-include-p): More robust.
13057 (recentf-keep-p): New function.
13058 (recentf-remove-if-non-kept): Rename from
13059 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13060 All callers updated.
13061 (recentf-menu-items-for-commands): Fix help string.
13062 (recentf-track-closed-file): Update. Doc fix.
13063 (recentf-cleanup): Update. Count removed files. Doc fix.
13064
13065 2005-03-23 Kim F. Storm <storm@cua.dk>
13066
13067 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13068 Don't inherit from fringe face (now happens automatically).
13069
13070 2005-03-22 Kim F. Storm <storm@cua.dk>
13071
13072 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13073 position values.
13074
13075 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13076
13077 * menu-bar.el (showhide-date-time): Remove.
13078 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13079 (menu-bar-make-mm-toggle): Simplify.
13080
13081 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13082
13083 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13084 Accept qualified variable and function names.
13085
13086 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13087
13088 * bindings.el (completion-ignored-extensions):
13089 Remove ".lis" for `vax-vms'.
13090
13091 2005-03-22 Andreas Schwab <schwab@suse.de>
13092
13093 * generic-x.el: Revert last change.
13094 * ldefs-boot.el: Update.
13095
13096 2005-03-22 Jay Belanger <belanger@truman.edu>
13097
13098 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13099 (calc-embedded-save-original-modes)
13100 (calc-embedded-restore-original-modes): New functions.
13101 (calc-do-embedded): Save original modes when entering embedded mode
13102 and restore when leaving embedded mode.
13103 (calc-embedded-modes-change): Change the value of
13104 calc-embedded-original-modes to reflect permanent changes.
13105
13106 2005-03-22 Lute Kamstra <lute@gnu.org>
13107
13108 * generic-x.el: Require generic again.
13109
13110 2005-03-22 Miles Bader <miles@gnu.org>
13111
13112 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13113 Tweak details to look good on both ttys and bitmap displays, light
13114 or dark background, etc.
13115
13116 2005-03-21 Kim F. Storm <storm@cua.dk>
13117
13118 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13119 mouse position.
13120
13121 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * icomplete.el: Don't forcibly turn on the mode upon load.
13124 (icomplete-mode): Use define-minor-mode.
13125 (icomplete-eoinput): Default to nil.
13126 (icomplete-minibuffer-setup): Remove autoload.
13127 (icomplete-tidy): Simplify.
13128 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13129 in the initial state or if the user has modified the field.
13130 Fix handling of icomplete-max-delay-chars.
13131 Remove code that handles the oddball case where
13132 minibuffer-completion-table is an integer.
13133 Wrap icomplete-completions in while-no-input in case building
13134 completions takes more time than expected.
13135 (icomplete-completions): Simplify.
13136
13137 2005-03-21 Richard M. Stallman <rms@gnu.org>
13138
13139 * jka-compr.el (jka-compr-really-do-compress):
13140 Make variable buffer-local.
13141
13142 * image-mode.el: Handle .xpm files too.
13143 (image-toggle-display): Preserve modification flag.
13144
13145 * help.el (where-is): Don't mention aliases with no key bindings.
13146
13147 2005-03-21 Lute Kamstra <lute@gnu.org>
13148
13149 * generic.el: Fix commentary section. Don't require cl for
13150 compilation.
13151 (generic-mode-list): Add autoload cookie.
13152 (generic-use-find-file-hook, generic-lines-to-scan)
13153 (generic-find-file-regexp, generic-ignore-files-regexp)
13154 (generic-mode, generic-mode-find-file-hook)
13155 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13156 (define-generic-mode): Make it a defmacro. Fix docstring.
13157 (generic-mode-internal): Code cleanup. Add autoload cookie.
13158 (generic-mode-set-comments): Code cleanup.
13159 * generic-x.el: Don't prevent compilation. Don't require generic.
13160 Follow coding conventions. Minor code cleanup.
13161 (etc-fstab-generic-mode): Add some keywords.
13162 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13163 define-generic-mode like a function declaration.
13164
13165 2005-03-21 Jay Belanger <belanger@truman.edu>
13166
13167 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13168 changing modes.
13169
13170 2005-03-21 Sam Steingold <sds@gnu.org>
13171
13172 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13173
13174 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13175
13176 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13177 Add underscore to "f$ lexicals" regexp.
13178
13179 2005-03-20 Juri Linkov <juri@jurta.org>
13180
13181 * subr.el (progress-reporter-do-update): When `min-value' is equal
13182 to `max-value', set `percentage' to 0 and prevent division by zero.
13183
13184 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13185
13186 Sync with Tramp 2.0.48.
13187
13188 * net/tramp.el (all): Change all addresses to .gnu.org.
13189 (tramp-append-tramp-buffers): New defun.
13190 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13191 Catch `dont-send' signal.
13192 (tramp-set-auto-save-file-modes): Set always permissions, because
13193 there might be an old auto-saved file belonging to another
13194 original file. This could be a security threat. Reported by
13195 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13196 Check for Emacs 21.3.50 removed.
13197
13198 * net/tramp-smb.el (all): Remove debug construct for
13199 `with-parsed-tramp-file-name'.
13200 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13201 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13202 No error message if DIRECTORY or FILENAME doesn't exist.
13203 (tramp-smb-open-connection): Check existence of
13204 `tramp-smb-program'.
13205
13206 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13209 Properly handle the case where the `m' or `s' command's argument is not
13210 yet terminated.
13211 (perl-indent-new-calculate): New function.
13212 (perl-indent-line): Use it.
13213
13214 2005-03-20 Miles Bader <miles@gnu.org>
13215
13216 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13217 in text-mode too. Change to new face names.
13218 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13219 Add `:weight bold' attribute.
13220 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13221
13222 2005-03-19 Juri Linkov <juri@jurta.org>
13223
13224 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13225
13226 * international/mule.el (auto-coding-alist): Sync with
13227 `auto-mode-alist' by adding upper case archive file extensions
13228 and adding ear/war to jar extension.
13229
13230 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13231
13232 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13233 running, restart it.
13234
13235 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13236
13237 * finder.el (finder-current-item): Throw an error on an empty line.
13238
13239 * man.el (Man-follow-manual-reference): If current-word returns
13240 nil, use "".
13241
13242 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13243
13244 * simple.el (goto-line): Doc fix.
13245
13246 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13247
13248 * files.el (save-buffer): Doc fix.
13249
13250 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13251
13252 * recentf.el (recentf-cleanup-remote): New variable.
13253 (recentf-cleanup): Use it to conditionally check availability of
13254 remote files.
13255
13256 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13257
13258 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13259 function names.
13260
13261 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13262
13263 * language/thai-word.el: New file.
13264
13265 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13266
13267 * files.el (backup-buffer): If the file's directory is not
13268 writable, use copy instead of move to backup the file.
13269
13270 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13271
13272 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13273
13274 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13275
13276 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13277 Use functionp instead of symbolp and fboundp. Reported by Drkm
13278 <darkman_spam@yahoo.fr>.
13279 (ps-print-version): New version 6.6.6.
13280
13281 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13282
13283 * textmodes/table.el (table--line-column-position): New idiom.
13284 (table--row-column-insertion-point-p): New function to test
13285 validity of row and column insertion operation at a location.
13286 (table-global-menu, table-cell-menu): Use above functions for
13287 deterministic test operation.
13288 (table--editable-cell-p): Behave in deterministic fashion.
13289
13290 2005-03-18 Juri Linkov <juri@jurta.org>
13291
13292 * isearch.el (isearch-lazy-highlight-new-loop):
13293 Make arguments beg and end optional.
13294 (isearch-update): Remove optional arguments nil from
13295 isearch-lazy-highlight-new-loop.
13296 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13297 isearch-lazy-highlight-case-fold-search instead of
13298 isearch-case-fold-search, and let-bind isearch-regexp to
13299 isearch-lazy-highlight-regexp.
13300 Use isearch-lazy-highlight-last-string instead of isearch-string.
13301
13302 * replace.el (perform-replace): Remove bindings of global
13303 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13304 Add three new arguments to `replace-highlight'.
13305 (replace-highlight): Add arguments string, regexp, case-fold.
13306 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13307 to allow isearch-lazy-highlight-new-loop to use these values
13308 to set corresponding isearch-lazy-highlight-* internal
13309 variables whose values lazy highlighting will use regardless of
13310 changes to global variables isearch-string, isearch-regexp,
13311 isearch-case-fold-search during lazy highlighting loop.
13312 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13313 to `lazy-highlight-cleanup'.
13314
13315 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13316 (ispell-highlight-face): Set default face to `isearch' when
13317 lazy highlighting is enabled.
13318 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13319 priority to 1. Add lazy highlighting.
13320 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13321 from `isearch-dehighlight'.
13322
13323 2005-03-18 David Ponce <david@dponce.com>
13324
13325 * files.el (hack-local-variables): Do a case-insensitive search
13326 for End.
13327
13328 2005-03-18 Juri Linkov <juri@jurta.org>
13329
13330 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13331 `isearch-lazy-highlight-cleanup', add alias to old name and
13332 declare obsolete. Add release numbers to other obsolete vars.
13333 (isearch-done, isearch-lazy-highlight-new-loop):
13334 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13335 (lazy-highlight-cleanup) <variable>: Doc fix.
13336 (isearch-lazy-highlight-update): Rename obsolete
13337 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13338
13339 2005-03-18 Kenichi Handa <handa@m17n.org>
13340
13341 * language/thai-util.el: Fix categorization of Thai characters in
13342 thai-category-table.
13343 (thai-composition-pattern): Adjust it for the above change.
13344 (thai-self-insert-command, thai-compose-syllable): New functions.
13345 (thai-compose-region): Use thai-compose-syllable.
13346 (thai-compose-string): Likewise.
13347 (thai-composition-function): Likewise.
13348 (thai-auto-composition): New function.
13349 (thai-auto-composition-mode): New minor mode.
13350
13351 * language/thai.el: Fix patterns to be registered in
13352 composition-function-table.
13353
13354 * international/quail.el (quail-input-method): Locally bind
13355 inhibit-modification-hooks to t.
13356
13357 2005-03-17 Richard M. Stallman <rms@gnu.org>
13358
13359 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13360 (perl-mode): Use run-mode-hooks.
13361
13362 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13363 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13364 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13365
13366 * mail/sendmail.el (sendmail-send-it): Reenable the code
13367 to compute resend-to-address and use it.
13368
13369 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13370
13371 * image-mode.el: New file.
13372
13373 * image.el (insert-sliced-image): Add autoload cookie.
13374
13375 * font-lock.el (font-lock-lines-before): New user option.
13376 (font-lock-after-change-function): Obey it.
13377
13378 * bindings.el (esc-map): Make M-g a prefix.
13379 Bind M-g g and M-g M-g to goto-line.
13380
13381 * faces.el (face-id): Doc fix.
13382
13383 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13384
13385 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13386 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13387 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13388
13389 * mail/sendmail.el (mail-yank-ignored-headers)
13390 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13391 Add Mail-Followup-To and Mail-Reply-To headers.
13392 (mail-citation-hook): Add autoload cookie.
13393 (mail-mode): Doc fix.
13394 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13395 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13396 (mail-mode-fill-paragraph): Handle those headers.
13397 (mail-mailing-lists): New variable.
13398 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13399
13400 2005-03-17 Juri Linkov <juri@jurta.org>
13401
13402 * isearch.el (isearch-fallback): Check for `(car previous)'
13403 before calling `isearch-other-end-state'.
13404
13405 2005-03-17 Kim F. Storm <storm@cua.dk>
13406
13407 * simple.el (move-beginning-of-line): Move to beginning of buffer
13408 line, as well as beginning of screen line.
13409
13410 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13411
13412 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13413 argument REDRAW rather than calendar-redrawing variable.
13414 * calendar/calendar.el (calendar-redrawing): Delete.
13415 (redraw-calendar): Do not bind calendar-redrawing.
13416
13417 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13418
13419 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13420 diary-file buffer.
13421
13422 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * help.el (describe-mode): Allow a :minor-mode-function property to
13425 specify a different minor mode toggle function than the variable.
13426 * simple.el (auto-fill-function):
13427 * subr.el (add-minor-mode): Use it.
13428
13429 2005-03-16 Kenichi Handa <handa@m17n.org>
13430
13431 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13432 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13433 (ethio-fidel-to-sera-buffer): Likewise.
13434
13435 2005-03-16 Juri Linkov <juri@jurta.org>
13436
13437 * emacs-lisp/find-func.el (find-function-regexp):
13438 Add defun-emitting macro `menu-bar-make-toggle'.
13439
13440 * isearch.el: Put `isearch-scroll' property to
13441 `split-window-horizontally'.
13442
13443 * info.el: Update error messages for `debug-ignored-errors'.
13444 (Info-isearch-search): Doc fix.
13445 (Info-find-node): Move up code to go into info buffer before
13446 recording the node to the history.
13447 (Info-fontify-node): Fontify titles only if the next line
13448 has two or more `*', `=', `-', `.'.
13449 Display "go to this node" for empty (match-string 3).
13450
13451 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13452
13453 * term/mac-win.el: Add mouse pointer shape constants.
13454
13455 2005-03-15 Kim F. Storm <storm@cua.dk>
13456
13457 * simple.el (move-beginning-of-line): Use vertical-motion.
13458
13459 2005-03-15 Juri Linkov <juri@jurta.org>
13460
13461 * isearch.el (isearch-error): New variable.
13462 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13463 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13464 (isearch-within-brackets-state): Remove.
13465 (isearch-case-fold-search-state, isearch-pop-fun-state):
13466 Decrease frame index.
13467 (isearch-mode, isearch-top-state, isearch-push-state)
13468 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13469 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13470 (isearch-search, isearch-lazy-highlight-new-loop):
13471 Replace `isearch-invalid-regexp' with `isearch-error'.
13472 Remove `isearch-within-brackets'.
13473 (isearch-search): Add `search-failed' handler to `condition-case'.
13474 (isearch-lazy-highlight-search): Add `condition-case' to catch
13475 errors and allow `isearch-lazy-highlight-update' to try
13476 highlighting from the beginning of the window.
13477 (isearch-repeat): Move up code to set isearch-wrapped to t
13478 before calling isearch-wrap-function.
13479
13480 * info.el (Info-isearch-initial-node): New internal variable.
13481 (Info-search): Signal an error in isearch mode when search leaves
13482 the initial node. Signal an error when `bound' is non-nil and
13483 nothing was found in the current subfile.
13484 (Info-isearch-search): Remove `condition-case'.
13485 (Info-isearch-wrap): Don't wrap when search failed during leaving
13486 the initial node. If `Info-isearch-search' is nil, wrap around
13487 the current node.
13488 (Info-isearch-start): New fun.
13489 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13490 `isearch-mode-hook'.
13491
13492 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13493
13494 * simple.el (normal-erase-is-backspace): Set default to t if
13495 running on Mac.
13496
13497 * term/mac-win.el (function-key-map): Sync with x-win.el.
13498
13499 2005-03-15 Kenichi Handa <handa@m17n.org>
13500
13501 * international/mule-cmds.el (locale-language-names): Modify the
13502 format of elements and add more entries.
13503 (locale-preferred-coding-systems): Add more entries.
13504 (set-locale-environment): Adjust for the change of
13505 locale-language-names.
13506
13507 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * pcvs.el (smerge-ediff): Remove bogus autoload.
13510
13511 2005-03-14 Lute Kamstra <lute@gnu.org>
13512
13513 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13514 Ignore a `*' at the beginning of a line.
13515
13516 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13517 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13518 subr.el.
13519 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13520 to specify indentation.
13521
13522 * generic.el (define-generic-mode): Let generic-mode-list be a
13523 list of strings; test membership with equal.
13524
13525 2005-03-14 Kim F. Storm <storm@cua.dk>
13526
13527 * simple.el (next-line, previous-line): Add optional try-vscroll
13528 arg to recognize interactive use. Pass it on to line-move.
13529 (line-move): Don't perform auto-window-vscroll when defining or
13530 executing keyboard macro to ensure consistent behavior.
13531
13532 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13535
13536 2005-03-13 Lute Kamstra <lute@gnu.org>
13537
13538 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13539 debugger-setup-buffer so that backtrace marks the frames set to
13540 debug-on-exit and we don't have to do it manually. Set an extra
13541 debug-on-exit for macro's.
13542 (debugger-setup-buffer): Don't mark the top frame manually.
13543
13544 2005-03-12 Lute Kamstra <lute@gnu.org>
13545
13546 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13547 lisp-indent-function throughout.
13548 (with-no-warnings): Set lisp-indent-function property.
13549
13550 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13551
13552 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13553 Add entry for backslash.
13554
13555 2005-03-12 Juri Linkov <juri@jurta.org>
13556
13557 * info.el (Info-search): Four fixes for backward search.
13558
13559 2005-03-11 Jay Belanger <belanger@truman.edu>
13560
13561 * calc/calc.el (calc-language-alist): New variable.
13562 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13563 (calc-embedded-find-modes): Use calc-language-alist instead of
13564 calc-embedded-language-alist.
13565
13566 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13567
13568 * calendar/calendar.el (calendar-redrawing): New internal
13569 variable.
13570 (redraw-calendar): Remove bogus save-excursion from previous
13571 change. Bind calendar-redrawing to t for mark-diary-entries.
13572 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13573 calendar if that is why we were called.
13574
13575 2005-03-11 Kenichi Handa <handa@m17n.org>
13576
13577 * international/mule.el (make-coding-system): Set property
13578 coding-system-define-form to nil.
13579 (define-coding-system-alias): Likewise.
13580
13581 2005-03-11 Kenichi Handa <handa@m17n.org>
13582
13583 These changes are suggested by Dave Love <fx@gnu.org>.
13584
13585 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13586 coding: tag.
13587 (adaptive-fill-regexp): Add more bullets.
13588 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13589 regexps.
13590
13591 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * help.el (describe-mode): Properly handle non-trivial lighters.
13594 Don't ignore minor modes that are not listed in minor-mode-list.
13595
13596 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13597 feature ON when the user requests to turn it OFF.
13598
13599 2005-03-10 Lute Kamstra <lute@gnu.org>
13600
13601 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13602 (implement-debug-on-entry): New function to replace debug-entry-code.
13603 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13604 second argument as the 2005-03-07 change makes it obsolete.
13605 (debug-on-entry, cancel-debug-on-entry): Update call to
13606 debug-on-entry-1.
13607 (debug, debugger-setup-buffer): Comment update.
13608 (debugger-frame-number): Update to work with implement-debug-on-entry.
13609
13610 2005-03-10 Jay Belanger <belanger@truman.edu>
13611
13612 * calc/calc-embed.el (math-ms-args): Declare it.
13613 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13614 math-ms-args.
13615 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13616 variables.
13617
13618 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13619
13620 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13621 Use message-box.
13622
13623 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13624 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13625 (tooltip-gud-tips): Simplify.
13626 (tooltip-gud-tips-p): Remove superfluous :set.
13627 (tooltip-gud-modes): Add fortran-mode.
13628 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13629
13630 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13631
13632 2005-03-09 Kim F. Storm <storm@cua.dk>
13633
13634 * play/animate.el (animate-place-char): Use forward-line instead
13635 of next-line to improve performance.
13636
13637 2005-03-09 Simon Josefsson <jas@extundo.com>
13638
13639 * net/browse-url.el (browse-url-default-browser): Doc fix.
13640
13641 2005-03-09 Miles Bader <miles@gnu.org>
13642
13643 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13644 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13645
13646 2005-03-09 Kenichi Handa <handa@m17n.org>
13647
13648 * international/latin-1.el: Set case and syntax for 255 only if
13649 set-case-syntax-set-multibyte is nil.
13650
13651 * textmodes/ispell.el (ispell-insert-word): New function.
13652 (ispell-word): Use ispell-insert-word to insert a new word.
13653 (ispell-process-line): Likewise.
13654 (ispell-complete-word): Likewise.
13655
13656 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13657
13658 * calendar/calendar.el (redraw-calendar): Preserve point.
13659 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13660 (calendar-week-start-day): Move after definition of
13661 redraw-calendar. Delete buffer test, since redraw-calendar has
13662 that now.
13663
13664 * calendar/diary-lib.el (mark-diary-entries): Only call
13665 redraw-calendar in the first of any recursive calls.
13666 Reported by Alan Shutko <ats@acm.org>.
13667
13668 2005-03-08 Juri Linkov <juri@jurta.org>
13669
13670 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13671 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13672 (html-radio-buttons): Add a space before the trailing `/>' where
13673 sgml-xml-mode is non-nil.
13674 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13675 the subsequent tag of the empty XML tag.
13676 (html-href-anchor): Don't set initial input to "http:".
13677 (html-image): Ask for the image URL and set point inside alt="".
13678 (html-name-anchor): Duplicate the name in the `id' attribute when
13679 sgml-xml-mode is non-nil.
13680 (html-paragraph): Remove \n before <p>.
13681 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13682 instead of `checked' when sgml-xml-mode is non-nil.
13683
13684 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13685 Remove 1 space before #RRGGBB to not truncate it on terminal
13686 windows w/o fringes. Remove 1 space between bg and fg examples
13687 to get more space.
13688 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13689 avoid byte-compile warnings.
13690
13691 * image-file.el (image-file-handler): Put `safe-magic' property to
13692 `image-file-handler'.
13693
13694 * info.el (Info-isearch-search): Emulate word search in
13695 isearching through multiple Info nodes with Info-search.
13696 (Info-isearch-wrap): Allow isearch-word.
13697
13698 2005-03-08 Lute Kamstra <lute@gnu.org>
13699
13700 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13701 stepping into the debugger's code is not possible.
13702 (debugger-jumping-flag): Docstring update.
13703
13704 2005-03-08 Jay Belanger <belanger@truman.edu>
13705
13706 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13707 embedded mode begins.
13708 (calc-embedded-language-alist): New variable.
13709 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13710 set default language mode.
13711
13712 2005-03-08 Kenichi Handa <handa@m17n.org>
13713
13714 * international/ccl.el (define-ccl-program): Fix docstring about
13715 extra 256 bytes assured for the output buffer.
13716
13717 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13718 Fix BUFFER_MAGNIFICATION to 2.
13719 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13720
13721 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13722
13723 * align.el (align-rules-list): Added an alignment rule for CSS
13724 declarations (applies to css-mode and html-mode buffers).
13725
13726 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13729
13730 2005-03-07 Kim F. Storm <storm@cua.dk>
13731
13732 * simple.el (move-beginning-of-line): New command.
13733
13734 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13735
13736 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13737
13738 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13739 and move-beginning-of-line.
13740
13741 * apropos.el (apropos-print): Omit command from M-x ... RET.
13742
13743 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13744
13745 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13746 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13747
13748 2005-03-06 Richard M. Stallman <rms@gnu.org>
13749
13750 * bindings.el (esc-map): Bind M-g to goto-line.
13751
13752 * facemenu.el (global-map): Bind M-o, not M-g.
13753
13754 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13755
13756 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13757 "Open Directory" as for "Open File".
13758
13759 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13760
13761 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13762 (push-mark-command): Run activate-mark-hook.
13763
13764 2005-03-06 Richard M. Stallman <rms@gnu.org>
13765
13766 * help-mode.el (help-mode-finish): Don't alter the element
13767 in view-return-to-alist if there already is one.
13768
13769 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13770 make sure the current buffer is the expected one.
13771
13772 * novice.el (disabled-command-function): Output in *Disabled Command*.
13773 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13774
13775 * textmodes/flyspell.el (flyspell-large-region):
13776 Pass args differently for aspell.
13777
13778 * files.el (mode-require-final-newline): Doc fix.
13779
13780 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13781
13782 * progmodes/which-func.el (which-function):
13783 Specify NOERROR when calling imenu--make-index-alist.
13784
13785 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * simple.el (normal-erase-is-backspace): Define default value.
13788
13789 * custom.el (custom-theme-set-variables): Remove unused var
13790 `immediate'.
13791 (custom-reevaluate-setting): Simple function to handle variables
13792 that are defined before their default value can really be
13793 computed.
13794
13795 * startup.el (command-line): Use it for temporary-file-directory,
13796 small-emporary-file-directory, auto-save-file-name-transforms,
13797 blink-cursor-mode, and normal-erase-is-backspace.
13798
13799 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13800 progress, even with buggy anchored keywords.
13801
13802 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13803
13804 * simple.el (goto-line): Remove unbalanced final parenthesis.
13805
13806 2005-03-05 Richard M. Stallman <rms@gnu.org>
13807
13808 * simple.el (goto-line): Use a number at point as the default.
13809 With C-u as arg, switch buffers.
13810
13811 2005-03-05 Juri Linkov <juri@jurta.org>
13812
13813 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13814 with `no-blinking-cursor'.
13815
13816 * startup.el (no-blinking-cursor): New defvar.
13817 (command-line): Add `--no-blinking-cursor' to longopts.
13818 Set `no-blinking-cursor' to t for command line arguments
13819 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13820 with `no-blinking-cursor' in the condition for calling
13821 `blink-cursor-mode'.
13822
13823 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13824
13825 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13826 (menu-bar-options-save): Add blink-cursor-mode.
13827 (menu-bar-options-menu): Add blink-cursor-mode.
13828
13829 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13830
13831 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13832 (icalendar-export-file, icalendar-export-region)
13833 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13834 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13835
13836 2005-03-04 Lute Kamstra <lute@gnu.org>
13837
13838 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13839 (debug-function-list): Ditto.
13840
13841 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13842
13843 * textmodes/texinfmt.el (texinfo-append-refill):
13844 Redefine the types of line to which @refill
13845 is not appended by replacing a search for `@refill\\|@bye' with
13846 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13847 itemize@refill' bug and the unfilled long lines bug.
13848 (texinfmt-version): Update number and date.
13849
13850 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13851
13852 * international/code-pages.el (windows-1250, windows-125[2-8])
13853 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13854
13855 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13858 bound yet.
13859
13860 2005-03-02 Romain Francoise <romain@orebokech.com>
13861
13862 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13863 buffer after removing limits.
13864 (ibuffer-pop-filter): Ditto.
13865 Update copyright.
13866
13867 2005-03-02 Miles Bader <miles@gnu.org>
13868
13869 * button.el (make-text-button): If the user doesn't specify a
13870 type, use the default. Rewrite to use `add-text-properties' and
13871 plist functions.
13872
13873 2005-03-01 Lute Kamstra <lute@gnu.org>
13874
13875 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13876 (debugger-jumping-flag): New var.
13877 (debug-entry-code): Use it.
13878 (debugger-jump): Use debugger-jumping-flag and add
13879 debugger-reenable to post-command-hook.
13880 (debugger-reenable): Use debugger-jumping-flag and remove itself
13881 from post-command-hook.
13882 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13883 debugger-reenable.
13884
13885 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13886
13887 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13888 inclusion of "itemize\\|", which may be unnecessary, is certainly
13889 inelegant, and stops refilling in itemize lists when formatting
13890 Japanese Texinfo files to Info.
13891 Update copyright to 2005.
13892
13893 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13894
13895 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13896 of an error if GDB can't find the source file.
13897
13898 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13899
13900 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13901 not just the calendar.
13902
13903 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13904 first.
13905 (diary-redraw-calendar): New function.
13906 (make-diary-entry): Add diary-redraw-calendar to local
13907 write-contents-functions. Turn off selective display before
13908 inserting in diary.
13909
13910 2005-03-01 Kim F. Storm <storm@cua.dk>
13911
13912 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13913
13914 2005-03-01 Lute Kamstra <lute@gnu.org>
13915
13916 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13917 that debug-entry-code can be safely removed from a function while
13918 this code is being evaluated. Revert the 2005-02-27 change as the
13919 new implementation no longer requires it. Make sure that a
13920 function body containing just a string is not mistaken for a docstring.
13921 (debug): Skip one more frame in case of debug on entry.
13922 (debugger-setup-buffer): Delete one more frame line in case of
13923 debug on entry.
13924 (debugger-frame-number): Update to use the new text introduced by
13925 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13926
13927 2005-02-28 Kim F. Storm <storm@cua.dk>
13928
13929 * double.el (double-translate-key): Call force-window-update after
13930 read-event to avoid crash in redisplay.
13931
13932 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13935 (debug): Use it. Move the inhibit-trace earlier.
13936 (debug-entry-code): New const.
13937 (debug-on-entry-1): Use it.
13938
13939 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13940
13941 * international/utf-16.el (ccl-encode-mule-utf-16le):
13942 Fix BUFFER_MAGNIFICATION to 2.
13943 (ccl-encode-mule-utf-16be): Likewise.
13944
13945 2005-02-28 Kenichi Handa <handa@m17n.org>
13946
13947 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13948 Fix BUFFER_MAGNIFICATION to 4.
13949 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13950
13951 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13952
13953 * speedbar.el (speedbar-update-flag): Doc fix.
13954 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13955 argument.
13956
13957 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13960 have a non-nil `invisible' property but are actually visible.
13961
13962 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13963 for perldoc sections.
13964 (perl-outline-regexp, perl-outline-level): New var and function.
13965 (perl-mode): Use them.
13966
13967 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13968
13969 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13970 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13971
13972 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13973
13974 * cus-edit.el: Comment change.
13975 (custom-buffer-create-internal): Slightly reword text at top of
13976 Custom buffers. Mention there that saving an option edits the
13977 init file. Add link to Emacs manual node on `custom-file'.
13978 (custom-magic-alist): Rewrite individual State messages to use
13979 capitalized keywords. Doc fix.
13980
13981 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13982
13983 * calendar/calendar.el (calendar-buffer): Move above
13984 calendar-week-start-day.
13985 (calendar-week-start-day): Doc fix. Add :set function.
13986 (calendar-minimum-window-height): New variable.
13987 (generate-calendar-window): Only resize window if selected-window
13988 is displaying the calendar buffer. Use new variable
13989 calendar-minimum-window-height.
13990 (generate-calendar): Reword error message.
13991 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13992
13993 2005-02-27 Andreas Schwab <schwab@suse.de>
13994
13995 * vc.el (vc-do-command): Don't run command asynchronously when
13996 operating in a remote directory.
13997
13998 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13999 change from sync with Tramp 2.0.47.
14000
14001 2005-02-27 Richard M. Stallman <rms@gnu.org>
14002
14003 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14004
14005 * textmodes/flyspell.el (flyspell-mode-on):
14006 Call ispell-change-dictionary only if necessary.
14007
14008 * emacs-lisp/re-builder.el (regexp-builder): New function.
14009
14010 * register.el (describe-register-1): Explicitly handle
14011 yank-excluded-properties = t.
14012
14013 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14014 (custom-magic-alist): Change the status descriptions again.
14015 (face widget-type): Total rewrite based on `restricted-sexp'
14016 to eliminate the confusing double hiding levels.
14017
14018 * emacs-lisp/debug.el (debug-on-entry-1):
14019 If function body is empty, add nil as body form.
14020
14021 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * emacs-lisp/trace.el (inhibit-trace): New var.
14024 (trace-make-advice): Use it.
14025
14026 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14027
14028 2005-02-26 Kim F. Storm <storm@cua.dk>
14029
14030 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14031 (mouse-on-link-p, mouse-drag-region-1): Use it.
14032
14033 2005-02-25 Lute Kamstra <lute@gnu.org>
14034
14035 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14036
14037 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14038
14039 * frame.el (blink-cursor-mode): Add :group keyword.
14040
14041 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14042
14043 * calendar/icalendar.el (icalendar--decode-isodatetime):
14044 New optional argument DAY-SHIFT.
14045 (icalendar-export-region): Fix coding-system-for-write.
14046 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14047 events by one.
14048
14049 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14052
14053 2005-02-24 Kim F. Storm <storm@cua.dk>
14054
14055 * international/iso-acc.el (iso-accents-compose): Fix crash
14056 during redisplay. Call force-window-update after read-event
14057 and delete-region to signal that window is not accurate.
14058
14059 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14062 Remove unused and inexistent var `inhibit-trace'.
14063 (debugger-mode): Use run-mode-hooks.
14064 (debugger-list-functions): Add buttons; setup xref stack.
14065
14066 2005-02-23 Richard M. Stallman <rms@gnu.org>
14067
14068 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14069 appointment says it was explicitly made.
14070 (appt-add): Set the 3rd element.
14071 (appt-make-list): Preserve explicit appointments.
14072
14073 * subr.el (find-tag-default): Catch errors in forward-sexp.
14074
14075 2005-02-23 Juri Linkov <juri@jurta.org>
14076
14077 * info.el (Info-isearch-search): New defcustom.
14078 (Info-isearch-search): Call the default isearch function
14079 when Info-isearch-search is nil.
14080 (Info-isearch-wrap): Use variable Info-isearch-search.
14081
14082 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14083
14084 * cus-edit.el: Comment change.
14085
14086 2005-02-22 Kim F. Storm <storm@cua.dk>
14087
14088 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14089 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14090
14091 2005-02-22 Simon Josefsson <jas@extundo.com>
14092
14093 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14094 New variable.
14095 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14096 Oskarsson" <myrkraverk@users.sourceforget.net>.
14097
14098 2005-02-22 Kim F. Storm <storm@cua.dk>
14099
14100 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14101 check that window of that event is the selected window.
14102 (mouse-drag-region-1): Compare mouse event window to selected
14103 window before setting point.
14104
14105 * tooltip.el (tooltip-show-help-function): Pass event to
14106 mouse-on-link-p so it can check selected window.
14107
14108 2005-02-22 Kenichi Handa <handa@m17n.org>
14109
14110 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14111 (ps-mule-show-warning): New function.
14112 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14113 characters are found.
14114
14115 * ps-print.el (ps-header-footer-string): Return a list of header
14116 and footer strings.
14117
14118 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14119
14120 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14121
14122 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * frame.el (blink-cursor-mode): Use define-minor-mode.
14125
14126 * term/mac-win.el (function-key-map): Use char-names more consistently.
14127 (file-name-coding-system): Only set it for MacOS-9. The other case is
14128 already handled in mule-cmds.el (where it also works when mac-win.el
14129 is not used).
14130
14131 2005-02-21 Kenichi Handa <handa@m17n.org>
14132
14133 * international/mule.el (ctext-pre-write-conversion): Always use
14134 " *code-converting-work*" buffer for work.
14135
14136 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14137
14138 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14139
14140 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14141
14142 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14143
14144 * ses.el (undo-more): Restore defadvice, but only the part that
14145 allows changes outside the restricted area of the buffer.
14146
14147 2005-02-20 Kim F. Storm <storm@cua.dk>
14148
14149 * simple.el (line-move): Add fourth optional arg try-vscroll which
14150 must be set to perform auto-window-vscroll.
14151 When moving backwards and doing auto-window-vscroll, automatically
14152 vscroll to the last part of lines which are taller than the window.
14153 (next-line, previous-line): Set try-vscroll arg on line-move.
14154
14155 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14156
14157 * replace.el (query-replace, query-replace-regexp)
14158 (replace-string, replace-regexp): When operating on region, make
14159 the minibuffer prompt say so.
14160
14161 * isearch.el (isearch-forward): Document isearch-query-replace and
14162 isearch-query-replace-regexp keybindings.
14163
14164 2005-02-19 Jay Belanger <belanger@truman.edu>
14165
14166 * calc/calc-aent.el (math-read-token): Add local variable.
14167
14168 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14169 (calc-edit-top): Move declaration to earlier in file.
14170 (calc-edit-macro-repeats): Add local variables.
14171
14172 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14173 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14174 calcFunc-tanh.
14175 Adjust integration rule for calcFunc-tan.
14176
14177 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14178
14179 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14180 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14181 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14182 (viper-skip-separators): Bug fix.
14183 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14184 particular major mode.
14185 (viper-del-backward-char-in-replace): Don't put deleted char on the
14186 kill ring.
14187
14188 * viper-ex.el (viper-color-display-p): New function.
14189 (viper-has-face-support-p): Use viper-color-display-p.
14190
14191 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14192
14193 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14194
14195 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14196 (viper-file-remote-p): Make equivalent to file-remote-p.
14197
14198 * viper.el (viper-major-mode-modifier-list):
14199 Use viper-gnus-modifier-map.
14200
14201 2005-02-19 David Kastrup <dak@gnu.org>
14202
14203 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14204 quoting.
14205
14206 2005-02-19 Jay Belanger <belanger@truman.edu>
14207
14208 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14209 Remove extra definitions.
14210 (calc-coth): New function.
14211 (calcFunc-cot): Fix `let'.
14212
14213 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14214
14215 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14216 the reasons we use "type pc" in these faces.
14217
14218 * button.el (button): Ditto.
14219
14220 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14221
14222 * replace.el (query-replace-read-from): Set the value of
14223 query-replace-from-history-variable to handle the case of an empty
14224 string entered to accept the suggested default.
14225
14226 * net/tramp.el (tramp-file-name-for-operation):
14227 Use dired-call-process instead of dired-call-process-command.
14228
14229 2005-02-19 Jay Belanger <belanger@truman.edu>
14230
14231 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14232 (math-div-non-trig): New variables.
14233 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14234 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14235 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14236 trig expressions.
14237
14238 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14239
14240 * progmodes/gdb-ui.el (gdb-var-update-handler)
14241 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14242 for watch expressions,
14243 (gdb-var-create-handler): Don't set speedbar-update-flag.
14244 (gdb-post-prompt): Simplify test for speedbar.
14245
14246 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14247
14248 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14249 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14250 we use the syntax table of the correct buffer.
14251 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14252 Felix Gatzemeier.
14253
14254 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14255 (ediff-file-remote-p): Make synonymous with file-remote-p.
14256 In all deffaces ediff-*-face-*, use min-colors.
14257
14258 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14259 ediff-recurse-to-subdirectories.
14260 (ediff-mark-if-equal): Check that the arguments are strings, use
14261 ediff-same-contents (after to Felix Gatzemeier).
14262
14263 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14264 nil.
14265
14266 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14267
14268 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14269
14270 2005-02-18 David Kastrup <dak@gnu.org>
14271
14272 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14273 use `mark-active' when defined.
14274
14275 2005-02-18 Kenichi Handa <handa@m17n.org>
14276
14277 * ps-print.el (ps-font-info-database): New entry
14278 ZapfChancery-MediumItalic with correct font name. Fix font name
14279 of the entry Zapf-Chancery-MediumItalic.
14280
14281 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14282
14283 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14284
14285 2005-02-16 Kim F. Storm <storm@cua.dk>
14286
14287 * ido.el (ido-fallback-command): Pass user input to fallback command.
14288
14289 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14290
14291 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14292 (gdb-find-file-hook): Add server prefix.
14293
14294 2005-02-16 Richard M. Stallman <rms@gnu.org>
14295
14296 * replace.el (perform-replace): Pass new args to replace-highlight.
14297 (replace-highlight): Take region args,
14298 and pass them to isearch-lazy-highlight-new-loop.
14299
14300 * novice.el (disabled-command-hook): Autoload the defalias
14301 and the make-obsolete-variable call.
14302
14303 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14304
14305 * isearch.el (isearch-lazy-highlight-start-limit)
14306 (isearch-lazy-highlight-end-limit): New variables limit
14307 the region for highlighting.
14308 (isearch-lazy-highlight-new-loop): New args BEG and END.
14309 (isearch-lazy-highlight-search): Use the new vars.
14310 (isearch-lazy-highlight-update): Likewise.
14311
14312 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14313
14314 * cus-start.el (all): Use default-boundp.
14315
14316 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14317
14318 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14319
14320 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14321
14322 * autorevert.el (auto-revert-stop-on-user-input)
14323 (auto-revert-verbose): Doc fixes.
14324
14325 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14326
14327 * international/mule-cmds.el (set-locale-environment): Remove call
14328 to set-selection-coding-system on Windows.
14329
14330 2005-02-15 Jay Belanger <belanger@truman.edu>
14331
14332 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14333 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14334 calcFunc-coth.
14335 (math-simplify-sqrt): Add simplifications.
14336
14337 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14338 to list.
14339
14340 * calc/calc-ext.el: Add functions to autoloads.
14341
14342 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14343 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14344 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14345 (math-csc-raw, math-cot-raw): New functions.
14346
14347 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14348
14349 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14350 the variable name in a message.
14351
14352 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14353 calcFunc-csc, calcFunc-cot.
14354
14355 * calc/calcalg2.el: Add derivative and integration rules for
14356 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14357 calcFunc-csch, calcFunc-coth.
14358 (math-do-integral-methods): Add to checks for when to use
14359 substitutions.
14360
14361 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14362
14363 2005-02-15 Lute Kamstra <lute@gnu.org>
14364
14365 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14366 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14367 <monnier@iro.umontreal.ca>
14368 (lisp-outline-level): Improve efficiency. Suggested by David
14369 Kastrup <dak@gnu.org>.
14370
14371 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14372
14373 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14374 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14375 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14376 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14377 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14378
14379 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14380
14381 * cus-start.el (all): Comment change.
14382
14383 2005-02-14 Lute Kamstra <lute@gnu.org>
14384
14385 * cus-start.el (all): Check if symbol is void.
14386
14387 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14388
14389 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14390 optional argument to \cite.
14391
14392 2005-02-14 Richard M. Stallman <rms@gnu.org>
14393
14394 * cus-edit.el (custom-buffer-create-internal): Update help message.
14395 (custom-magic-alist): Update help messages.
14396
14397 * cus-start.el (all): Allow a var to specify a standard value.
14398
14399 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14400
14401 * custom.el (custom-theme-set-variables): Handle variable aliases.
14402
14403 * frame.el (blink-cursor-timer): Doc fix.
14404 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14405 declare obsolete.
14406 (blink-cursor-mode): Define with defcustom and use correct
14407 standard expression in that defcustom.
14408 * startup.el (command-line): Adapt to above changes in frame.el.
14409
14410 2005-02-11 Lute Kamstra <lute@gnu.org>
14411
14412 * apropos.el (apropos-score-doc): Prevent division by zero.
14413
14414 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14415
14416 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14417 (icalendar--get-event-property-attributes)
14418 (icalendar--get-event-properties)
14419 (icalendar--datetime-to-diary-date): New functions.
14420 (icalendar--split-value): Doc fix.
14421 (icalendar--datetime-to-noneuropean-date)
14422 (icalendar--datetime-to-european-date): New optional argument
14423 SEPARATOR. Return result as a string instead of a list.
14424 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14425 (icalendar--convert-string-for-export): Rename arg S to STRING.
14426 (icalendar-export-region): Doc fix. Change name of error buffer.
14427 Save output buffer.
14428 (icalendar-import-file): Add blank at end of prompt.
14429 (icalendar-import-buffer): Doc fix. Do not switch to error
14430 buffer. Indicate status in return value.
14431 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14432 buffer. Save output buffer. Handle exception from recurrence
14433 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14434 events. Fix problems with weekly all-day events.
14435
14436 2005-02-10 Richard M. Stallman <rms@gnu.org>
14437
14438 * simple.el (eval-expression-print-format):
14439 Avoid warning about edebug-active.
14440
14441 * help.el (help-for-help-internal): Rename from help-for-help.
14442 (help-for-help): Define with defalias.
14443
14444 * font-core.el (font-lock-default-function): Use with-no-warnings.
14445
14446 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14447
14448 * custom.el (defface): Doc fix.
14449
14450 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14451
14452 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14453 width 0" to prevent word wrapping problems.
14454
14455 2005-02-09 Kim F. Storm <storm@cua.dk>
14456
14457 * ido.el (ido-file-extensions-order): New defcustom.
14458 (ido-file-extension-lessp, ido-file-extension-aux)
14459 (ido-file-extension-order): New advanced file ordering.
14460 (ido-file-lessp): New simple file ordering.
14461 (ido-sort-list): Remove.
14462 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14463 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14464
14465 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14466
14467 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14468 that some versions of grep produce.
14469 (grep-mode-font-lock-keywords): Likewise.
14470
14471 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14472
14473 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14474 (gdb-cdir): Delete.
14475 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14476 (gdb-source-info): Treat case when source file is in another
14477 directory properly.
14478 (gdb-get-location): New function.
14479
14480 2005-02-07 Jay Belanger <belanger@truman.edu>
14481
14482 * calc/calc-prog.el (calc-write-parse-table-part)
14483 (calc-fix-token-name): Fix a check for language type.
14484
14485 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14486
14487 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14488
14489 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14490 as directory not writable.
14491
14492 2005-02-07 Kim F. Storm <storm@cua.dk>
14493
14494 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14495 (cua--standard-movement-commands): Remove list.
14496 Instead, set CUA property value to move for movement commands.
14497 (cua-movement-commands): Remove. Users must set CUA prop instead.
14498 (cua--pre-command-handler): Check CUA property.
14499 (cua--init-keymaps): Don't remap undo commands.
14500 (cua-mode): Don't call cua--rectangle-on-off.
14501
14502 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14503 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14504 (cua--rect-undo-set-point): New var.
14505 (cua--rectangle-undo-boundary): Setup undo apply entry.
14506 (cua--rect-undo-handler): New function for rectangle undo.
14507 (cua--rect-start-position, cua--rect-end-position): Add.
14508 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14509 for restored rectangle. Set point if cua--rect-undo-set-point.
14510
14511 2005-02-06 Jay Belanger <belanger@truman.edu>
14512
14513 * calc/calc-lang.el (calc-tex-language): Display more information
14514 in messages.
14515
14516 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14517 in TeX mode.
14518
14519 2005-02-06 Richard M. Stallman <rms@gnu.org>
14520
14521 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14522
14523 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14524
14525 * net/ldap.el (ldap-search-internal): Support attributes with
14526 optional descriptions separated by a semi-colon, as in
14527 "userCertificate;binary".
14528
14529 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14530
14531 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14532 isn't a cons (i.e. the version is 0).
14533
14534 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14535
14536 * help.el (help-for-help): Doc fix.
14537
14538 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14539
14540 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14541 GDB-Windows on the menu-bar as this works better.
14542
14543 2005-02-04 Jay Belanger <belanger@truman.edu>
14544
14545 * calc/calc-embed.el (calc-embedded-update): Don't put in
14546 unnecessary newlines. Adjust the end of formula marker.
14547
14548 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14549 (math-latex-parse-two-args): New function.
14550
14551 2005-02-03 Lute Kamstra <lute@gnu.org>
14552
14553 * help-fns.el (help-with-tutorial): Make sure that users cannot
14554 remove the entire text of the tutorial by means of `undo'.
14555
14556 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14557
14558 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14559 in recent changes, where the ispell process was repeatedly
14560 killed & restarted.
14561
14562 * international/mule-cmds.el (set-locale-environment): Set file-name
14563 coding system to utf-8 on Darwin systems.
14564 (set-default-coding-systems): Don't set default-file-name-coding-system
14565 on Darwin systems.
14566
14567 2005-02-03 Richard M. Stallman <rms@gnu.org>
14568
14569 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14570
14571 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14572
14573 * faces.el (list-faces-display): Add optional argument.
14574
14575 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14576
14577 * font-core.el (font-lock-default-function): Handle the rare case where
14578 only font-lock-keywords is set.
14579
14580 2005-02-02 Kenichi Handa <handa@m17n.org>
14581
14582 * international/characters.el: Cancel previous change for
14583 I-WITH-DOT-ABOVE and DOTLESS-i.
14584
14585 * international/latin-5.el: Cancel previous change.
14586
14587 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14588
14589 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14590
14591 2005-02-02 Kenichi Handa <handa@m17n.org>
14592
14593 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14594 DOTLESS-i.
14595
14596 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14597 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14598
14599 * case-table.el (get-upcase-table): New function.
14600 (copy-case-table): Copy upcaes table too if non-nil.
14601 (set-case-syntax-delims): Maintain upcase table too.
14602 (set-case-syntax-pair): Likewise.
14603 (set-upcase-syntax, set-downcase-syntax): New functions.
14604 (set-case-syntax): Maintain upcase table too.
14605
14606 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14607
14608 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14609
14610 * progmodes/gud.el (gud-goto-info): New function.
14611 (gud-tool-bar-map): Use correct icon.
14612
14613 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14614
14615 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14616 When delegating, order args in the funcall correctly.
14617
14618 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14619
14620 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14621
14622 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14623
14624 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14625 buffer not visiting a file.
14626
14627 2005-01-31 Jay Belanger <belanger@truman.edu>
14628
14629 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14630 bound on the line with the formula.
14631
14632 2005-01-31 Kim F. Storm <storm@cua.dk>
14633
14634 * ses.el (ses-create-cell-variable-range)
14635 (ses-destroy-cell-variable-range, ses-reset-header-string)
14636 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14637 (ses-insert-row): Fix format of apply undo entries.
14638
14639 2005-01-31 Jay Belanger <belanger@truman.edu>
14640
14641 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14642 parts.
14643
14644 * calc/calc-embed.el (calc-embedded-open-formula)
14645 (calc-embedded-close-formula): Ignore matrix environments.
14646
14647 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14648 TeX mode.
14649
14650 * calc/calc-lang.el (math-function-table, math-oper-table)
14651 (math-variable-table): Adjust the LaTeX portions.
14652
14653 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14654 (math-latex-ignore-words): New constant.
14655
14656 2005-01-31 Richard M. Stallman <rms@gnu.org>
14657
14658 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14659 (ispell-local-dictionary): Doc fix.
14660 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14661 Don't reinitialize at run time. Don't defcustom.
14662 All uses changed to append ispell-local-dictionary-alist,
14663 or check it first.
14664 (ispell-current-dictionary): New variable for dictionary in use.
14665 (ispell-dictionary): Now used only for global default.
14666 (ispell-start-process): Set ispell-current-dictionary,
14667 not ispell-dictionary.
14668 (ispell-change-dictionary): Use this only for setting
14669 user preferences.
14670 (ispell-internal-change-dictionary): New function
14671 to change the current dictionary in use.
14672 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14673 Use ispell-current-dictionary.
14674 Handle ispell-local-dictionary-overridden.
14675 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14676
14677 2005-01-31 Jay Belanger <belanger@truman.edu>
14678
14679 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14680
14681 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14682 (calc-mode-map): Add calc-latex-language.
14683
14684 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14685 (math-latex-print-frac): New functions.
14686 (math-oper-table, math-function-table, math-variable-table)
14687 (math-complex-format, math-input-filter): Add latex properties.
14688 (calc-set-language): Set math-expr-special-function-mapping.
14689
14690 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14691 (calc-write-parse-table-part): Add LaTeX support.
14692
14693 * calc/calc.el (calc-language): Adjust docstring.
14694 (calc-set-mode-line): Add LaTeX support.
14695 (math-expr-special-function-mapping): New variable.
14696 (math-tex-ignore-words): Add to list.
14697
14698 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14699 Add LaTeX support.
14700 (math-compose-expr): Add support for special functions.
14701
14702 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14703
14704 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14705
14706 * progmodes/gdb-ui.el (gdb-memory-address)
14707 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14708 (gdb-memory-mode-map, gdb-memory-format-keymap)
14709 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14710 (gdb-memory-unit-menu): New variables for a buffer
14711 that lets the user examine program memory.
14712 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14713 (gdb-memory-format-binary, gdb-memory-format-octal)
14714 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14715 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14716 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14717 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14718 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14719 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14720 (gdb-memory-mode, gdb-memory-buffer-name)
14721 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14722 New functions for above buffer.
14723
14724 2005-01-30 Richard M. Stallman <rms@gnu.org>
14725
14726 * cus-edit.el (custom-bury-buffer): Function deleted.
14727 (custom-buffer-done-function): Option deleted.
14728 (custom-buffer-done-kill): New (replacement option.
14729 (Custom-buffer-done): Call quit-window.
14730 (custom-buffer-create-internal): Update for above changes.
14731
14732 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14733
14734 * simple.el (undo-ask-before-discard): New var.
14735 (undo-outer-limit-truncate): Implement it.
14736 (undo-extra-outer-limit): Doc update.
14737
14738 2005-01-29 Richard M. Stallman <rms@gnu.org>
14739
14740 * ses.el (undo-more): Delete defadvice.
14741 (ses-begin-change): Doc fix.
14742
14743 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14744 instead of rebinding C-x u and C-_.
14745
14746 * files.el (normal-backup-enable-predicate): Return nil for files
14747 in /tmp, regardless of temporary-file-directory.
14748
14749 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14750
14751 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14752 (open-rectangle, delete-whitespace-rectangle-line)
14753 (clear-rectangle-line): If FILL, pass t instead of FILL
14754 for move-to-column's 2nd arg.
14755
14756 * simple.el (undo): Fix the test for continuing a series of undos.
14757 (undo-more): Set pending-undo-list to t when we reach end.
14758 (pending-undo-list): Move up defvar.
14759
14760 * wid-edit.el (widget-button-click):
14761 Shorten the range of the track-mouse binding.
14762
14763 * comint.el (comint-insert-input): Undo previous changes;
14764 use last-input-event in interactive spec.
14765
14766 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14767
14768 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14769 to nil before invoking call-process. Reset buffer's modified flag
14770 after fontifying it in the no-async branch.
14771
14772 * wid-edit.el (widget-specify-button): If mouse pointer shape
14773 cannot be changed, use mouse face instead.
14774
14775 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14776
14777 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14778 (gdb-goto-breakpoint): Make breakpoint handling work on template
14779 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14780 (gdb-assembler-custom): Update to recognize breakpoint information
14781 added on 2005-01-19.
14782
14783 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14786 (dsssl-mode): Use define-derived-mode.
14787 (scheme-mode-initialize): Remove.
14788 (scheme-mode): Use run-mode-hooks.
14789
14790 * cus-edit.el (customize-group-other-window)
14791 (custom-buffer-create-other-window): Don't override special-display-*.
14792 (custom-mode-map): Make it dense.
14793
14794 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14795 sets the default value.
14796
14797 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14798
14799 * descr-text.el: Add more keywords.
14800
14801 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * speedbar.el: Avoid unnecessary use of locate-library.
14804
14805 * international/mule-cmds.el (standard-display-european-internal):
14806 Don't fiddle with latin-1 non-break space any more since it's now
14807 special cased in the C code.
14808 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14809
14810 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14811
14812 * cus-start.el (all): Add `undo-outer-limit'.
14813
14814 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14815
14816 * textmodes/bibtex.el (bibtex-format-entry):
14817 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14818 field lines.
14819 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14820 not on part of a buffer.
14821
14822 2005-01-25 Lute Kamstra <lute@gnu.org>
14823
14824 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14825 nonempty field text strings like "{letters\\macro{}more letters}".
14826 Clarify docstring.
14827 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14828 (bibtex-entry-offset, bibtex-parse-association)
14829 (bibtex-parse-field-name): Fix typos in docstrings.
14830 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14831
14832 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14833
14834 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14835 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14836 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14837 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14838
14839 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14840 isearch minor mode.
14841
14842 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14843
14844 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14845
14846 2005-01-24 Lute Kamstra <lute@gnu.org>
14847
14848 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14849 CASECHARS and NOT-CASECHARS regular expressions of the
14850 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14851 striding over charsets" error.
14852
14853 2005-01-24 Jay Belanger <belanger@truman.edu>
14854
14855 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14856 display variable name.
14857
14858 2005-01-24 Kenichi Handa <handa@m17n.org>
14859
14860 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14861 Fix setting of the element of encoded-kbd-iso2022-invocations.
14862
14863 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14864
14865 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14866 (gdb-threads-select): Change to also accept mouse events.
14867 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14868 (gdb-threads-mouse-select): Delete.
14869
14870 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14871
14872 * files.el (insert-directory): Take care of empty directory,
14873 listed without -a switch.
14874
14875 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * textmodes/refill.el (refill-post-command-function):
14878 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14879 to the list of functions that we should be careful not to undo.
14880 (refill-late-fill-paragraph-function): Remove.
14881 (refill-saved-state): New var.
14882 (refill-mode): Use it to save fill-paragraph-function.
14883 Save also the value of auto-fill-function.
14884
14885 * term/w32-win.el: Simplify code.
14886
14887 2005-01-23 Kim F. Storm <storm@cua.dk>
14888
14889 * simple.el (line-move): Adapt to new return value from
14890 pos-visible-in-window-p.
14891
14892 * simple.el (line-move): Fix last change. Check partial
14893 visibility at point rather than at window-start.
14894
14895 2005-01-22 Jason Rumney <jasonr@gnu.org>
14896
14897 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14898
14899 2005-01-22 David Kastrup <dak@gnu.org>
14900
14901 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14902
14903 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14904
14905 * type-break.el (type-break-mode): Add a test for
14906 type-break-file-name being non-nil.
14907
14908 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14909
14910 * net/eudc.el (top level): Call (message "") via progn, so that
14911 eudc-options-file is loaded.
14912
14913 2005-01-22 Kim F. Storm <storm@cua.dk>
14914
14915 * simple.el (line-move-1): Rename from line-move.
14916 (line-move): New function that adjusts vscroll for partially
14917 visible rows, and calls line-move-1 otherwise.
14918
14919 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14920
14921 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14922 since it's not a complete read-event implementation
14923
14924 2005-01-20 Jay Belanger <belanger@truman.edu>
14925
14926 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14927 for called function.
14928
14929 2005-01-20 Steven Tamm <steventamm@mac.com>
14930
14931 * term/mac-win.el (process-connection-type): Remove.
14932 Controlled now by s/darwin.h:PTY_ITERATION.
14933
14934 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * window.el (handle-select-window): Don't switch window when we're
14937 in the minibuffer.
14938
14939 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14940
14941 * subr.el (dotimes-with-progress-reporter): New macro.
14942
14943 * ses.el (ses-dotimes-msg): Remove macro.
14944 Use `dotimes-with-progress-reporter' instead.
14945
14946 2005-01-19 Steven Tamm <steventamm@mac.com>
14947
14948 * term/mac-win.el (process-connection-type): Use new
14949 operating-system-release variable to use ptys on Darwin 7 (OS X
14950 10.3) when using carbon build.
14951
14952 2005-01-19 Jay Belanger <belanger@truman.edu>
14953
14954 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14955 flags if the last command was a tab or M-tab.
14956
14957 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14958 in formula editing buffer.
14959
14960 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14961
14962 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14963 breakpoint image symbol in margin.
14964
14965 2005-01-19 Jay Belanger <belanger@truman.edu>
14966
14967 * calc/calc-prog.el (calc-execute-kbd-macro):
14968 Ignore calc-keep-arg-flag.
14969
14970 2005-01-19 Kenichi Handa <handa@m17n.org>
14971
14972 * textmodes/ispell.el (ispell-looking-at): New function.
14973 (ispell-process-line): Use ispell-looking-at to compare the ispell
14974 output and the buffer contents.
14975
14976 2005-01-18 Jay Belanger <belanger@truman.edu>
14977
14978 * calc/calc.el (calc-display-raw): Fix docstring.
14979
14980 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * simple.el (blink-matching-open): Strip extra info from syntax.
14983
14984 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14985 funny chars in the end-of-here-doc marker.
14986
14987 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14988
14989 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14990 that enable/disabled state of breakpoints is shown correctly in
14991 fringe and on ttys.
14992 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14993 Add breakpoint information as text properties.
14994 (gdb-mouse-toggle-breakpoint):
14995 Rename to gdb-mouse-set-clear-breakpoint.
14996 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14997 breakpoints in the margin.
14998 (gdb-remove-strings): Simplify.
14999
15000 2005-01-17 Jay Belanger <belanger@truman.edu>
15001
15002 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15003 erasing buffer.
15004
15005 2005-01-17 Richard M. Stallman <rms@gnu.org>
15006
15007 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15008 for calling grep-compute-defaults.
15009
15010 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15011 if buffer is empty.
15012
15013 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15014
15015 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15018
15019 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15020 non-preloaded variables.
15021
15022 2005-01-17 Steven Tamm <steventamm@mac.com>
15023
15024 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15025 tex-shell cause to force interactivity when using pipes.
15026
15027 2005-01-17 Kim F. Storm <storm@cua.dk>
15028
15029 * simple.el (just-one-space): Make arg optional.
15030
15031 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15032
15033 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15034 posn-at-x-y to t to access left-margin.
15035
15036 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15037
15038 Sync with Tramp 2.0.47.
15039
15040 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15041 catching keep-date problems in cp/scp operations.
15042 (tramp-handle-copy-file): Don't call `set-file-modes'
15043 unconditionally. Specialized functions should know better what is
15044 necessary. This improves performance a little bit, and the
15045 functions could catch errors with `cp -p' and `scp -p'.
15046 (tramp-do-copy-or-rename-file-via-buffer)
15047 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15048 when appropriate.
15049 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15050 Call `set-file-modes' when appropriate.
15051 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15052 Johnsson <isak@hypergene.com>
15053 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15054 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15055 <joakim@verona.se>
15056 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15057 Emacs only.
15058
15059 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15060 `find-file-hooks' and `dired-mode-hook'.
15061 (tramp-minor-mode-map): Respective map. Add remapping for
15062 `compile' and `recompile'.
15063 (tramp-remap-command, tramp-recompile): New defuns.
15064 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15065 in buffer "*Compilation*". Call the commands asynchronously.
15066
15067 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15068 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15069 `shell-command', because it isn't magic in XEmacs. Reported by
15070 Adrian Aichner <adrian@xemacs.org>.
15071
15072 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15073 `substitute-in-file-name.
15074 (tramp-smb-handle-substitute-in-file-name): New defun.
15075 (tramp-smb-advice-PC-do-completion): Delete advice.
15076
15077 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15078
15079 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15080 Fix error in deleting region.
15081
15082 2005-01-15 Richard M. Stallman <rms@gnu.org>
15083
15084 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15085 In non-temp buffer, switch syntax table temporarily.
15086
15087 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15088
15089 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15090
15091 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15092
15093 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15094 (imenu--generic-function): Use START, not BEG, as pos of definition.
15095
15096 * simple.el (just-one-space): Argument specifies number of spaces.
15097
15098 * simple.el (eval-expression-print-format): Avoid warning
15099 about edebug-active.
15100
15101 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15102
15103 * progmodes/sh-script.el: Code copied from make-mode.el
15104 with small changes,
15105 (sh-mode-map): Bind C-c C-\.
15106 (sh-backslash-column, sh-backslash-align): New variables.
15107 (sh-backslash-region, sh-append-backslash): New functions.
15108
15109 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15110
15111 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15112 (rmail-pop-password, rmail-pop-password-required): Move to
15113 rmail-obsolete group.
15114 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15115 All callers updated.
15116 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15117 Take an argument specifying whether it is POP or IMAP mailbox we
15118 are using. All callers updated.
15119 (rmail-pop-password-error): Rename to
15120 rmail-remote-password-error. Added mailutils-specific error message.
15121 (rmail-movemail-search-path)
15122 (rmail-movemail-variant-in-use): New variables.
15123 (rmail-remote-password, rmail-remote-password-required):
15124 New customization variables.
15125 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15126 (rmail-parse-url): New function.
15127 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15128 with GNU mailutils movemail.
15129
15130 2005-01-15 Kevin Ryde <user42@zip.com.au>
15131
15132 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15133 suffix to space, $ or '$, to correctly position point when going
15134 to @table style constants like DBL_MAX.
15135
15136 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15137
15138 * type-break.el (type-break-mode, type-break-file-time)
15139 (type-break-file-keystroke-count, type-break-choose-file):
15140 Don't store data in or load data from the file if type-break-file-name
15141 is nil.
15142 (type-break-file-name): Doc update as per the above.
15143
15144 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15145
15146 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15147 lookup-key might return nil; handle that.
15148
15149 2005-01-15 Alan Mackenzie <acm@muc.de>
15150
15151 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15152 rather than the element found, thus enabling the tree to be setcar'd.
15153
15154 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15155
15156 * textmodes/org.el (org-show-following-heading): New option.
15157 (org-show-hierarchy-above): Use `org-show-following-heading'.
15158 (org-cycle): Documentation fix.
15159
15160 * textmodes/org.el (orgtbl-optimized): New option
15161 (orgtbl-mode): New command, a minor mode.
15162 (orgtbl-mode-map): New variable.
15163 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15164 (orgtbl-error, orgtbl-self-insert-command)
15165 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15166
15167 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15168 a local variable in each org-mode buffer.
15169
15170 * textmodes/org.el (org-set-regexps-and-options): Rename from
15171 `org-set-regexps'. Added checking for STARTUP keyword.
15172 (org-get-current-options): Add STARTUP options.
15173 (org-table-insert-row): Make mode intelligent about when
15174 realignment is needed.
15175 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15176 New commands.
15177 (org-enable-table-editor): New default value `optimized'.
15178 (org-table-blank-field): Support blanking regions if active.
15179
15180 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15181
15182 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15183 if the year is not given.
15184
15185 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15186 Add new escapes %m and %M, fixed bug with %F by adding
15187 save-match-data.
15188 (reftex-reference): Remove ?. from list of spaces.
15189 (reftex-label-info): Add automatic label prefix recognition.
15190
15191 * textmodes/reftex-index.el (reftex-index-next-phrase):
15192 Add slave parameter to call of `reftex-index-this-phrase'.
15193 (reftex-index-this-phrase): New optional argument.
15194 (reftex-index-region-phrases): Add slave parameter to call of
15195 `reftex-index-this-phrase'.
15196 (reftex-display-index): New argument redo.
15197 (reftex-index-rescan): Add 'redo to arguments of
15198 `reftex-display-index'.
15199 (reftex-index-Rescan, reftex-index-revert)
15200 (reftex-index-switch-index-tag): Add 'redo to arguments of
15201 `reftex-display-index'.
15202 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15203 indexing. Fix bug with matching is there is a quote before or
15204 after the word.
15205
15206 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15207 Fix bug when collecting citation keys in lines with comments.
15208 (reftex-citation): Prefix argument no longer rescans the document,
15209 but forces prompting for optional arguments of cite macros.
15210 (reftex-do-citation): Prompting for optional arguments implemented.
15211
15212 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15213 Add optional arguments to most cite commands.
15214 (reftex-cite-cleanup-optional-args): New option
15215 (reftex-cite-prompt-optional-args): New option.
15216 (reftex-trust-label-prefix): New option.
15217
15218 * textmodes/reftex-toc.el (reftex-toc-find-section):
15219 Add push-mark before changing the position in the buffer.
15220
15221 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15222 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15223
15224 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15225
15226 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15227 more carefully.
15228
15229 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15232 (sgml-mode): Use it.
15233 (sgml-get-context): Better keep track of implicitly closed tags.
15234
15235 2005-01-13 Kenichi Handa <handa@m17n.org>
15236
15237 * textmodes/ispell.el: These changes are to fix misalignment error
15238 caused by equivalent characters of different Emacs charsets.
15239 (ispell-unified-chars-table): New variable.
15240 (ispell-get-decoded-string): New function.
15241 (ispell-get-casechars, ispell-get-not-casechars)
15242 (ispell-get-otherchars): Call ispell-get-decoded-string.
15243
15244 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15245
15246 * custom.el (custom-declare-variable): Just put symbol instead
15247 of (defvar . symbol) in `current-load-list'.
15248
15249 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15250
15251 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15252
15253 2005-01-12 Jay Belanger <belanger@truman.edu>
15254
15255 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15256 to create a Calc summary.
15257
15258 2005-01-12 Kim F. Storm <storm@cua.dk>
15259
15260 * mouse.el (mouse-on-link-p): Change functionality and doc
15261 string to comply with latest description in lisp ref.
15262
15263 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15264
15265 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15266 Enable mouse clicks on mode-line, header-line and margin.
15267 (event-type): Give mouse event symbols an 'event-kind property
15268 with value 'mouse-click.
15269
15270 2005-01-12 Juri Linkov <juri@jurta.org>
15271
15272 * facemenu.el (list-colors-display): Add new arg buffer-name.
15273 Use it. Fix docstring. Replace code for identifying duplicate
15274 colors by the name with call to `list-colors-duplicates' which
15275 identifies duplicate colors by the value unless the color
15276 is one of special Windows colors. Set truncate-lines to t.
15277 Print sorted duplicate color names on each line. Indent to 22
15278 \(the longest color name in rgb.txt) instead of 20. Optimize.
15279 (list-colors-duplicates): New function.
15280 (facemenu-color-name-equal): Delete function.
15281
15282 * facemenu.el (list-colors-print): New function created from code
15283 in list-colors-display. Print #RRGGBB at the window right edge.
15284 (list-colors-display): When temp-buffer-show-function is not
15285 defined, call list-colors-print from temp-buffer-show-hook
15286 to get the right value of window-width in list-colors-print
15287 after the buffer is displayed.
15288
15289 * simple.el (pop-mark): Move deactivate-mark out of conditional
15290 part to deactivate the active mark regardless of the state of the
15291 mark ring.
15292
15293 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15294 variables line in desktop files.
15295
15296 2005-01-12 Juri Linkov <juri@jurta.org>
15297
15298 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15299 Bring together isearch highlight related options.
15300 (lazy-highlight): Replace group `replace' by `matching'.
15301 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15302 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15303 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15304 and declare them obsolete.
15305 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15306 (isearch-faces): Remove defgroup.
15307 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15308 Move isearch highlighting code closer to lazy highlighting code.
15309
15310 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15311 (query-replace-highlight, query-replace-lazy-highlight)
15312 (query-replace): Move definitions to the beginning of the file.
15313
15314 2005-01-11 Juri Linkov <juri@jurta.org>
15315
15316 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15317 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15318 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15319
15320 * info.el (Info-history-forward): New variable.
15321 (Info-select-node): Reset Info-history-forward to nil.
15322 (Info-last): Turn into defalias.
15323 (Info-history-back): Rename from Info-last.
15324 Add current node to Info-history-forward.
15325 (Info-history-forward): New fun.
15326 (Info-mode-map): Replace Info-last by Info-history-back.
15327 Bind Info-history-forward to "r".
15328 (Info-mode-menu): Replace Info-last by Info-history-back.
15329 Fix menu item text. Add menu item for Info-history-forward.
15330 (info-tool-bar-map): Replace Info-last by Info-history-back.
15331 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15332 for Info-history-forward.
15333 (Info-mode): Replace Info-last by Info-history-back in docstring.
15334 Add local variable Info-history-forward.
15335 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15336
15337 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15340 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15341 Ignore select-window events rather than fiddle with
15342 mouse-autoselect-window.
15343
15344 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15345
15346 * type-break.el (type-break-mode): Fix previous change.
15347
15348 2005-01-10 Jay Belanger <belanger@truman.edu>
15349
15350 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15351 calculator; only reset when point is inside a calculator.
15352 Don't adjust the window height if the window takes up the whole height
15353 of the frame.
15354
15355 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15356
15357 * ebuff-menu.el (Electric-buffer-menu-mode):
15358 Preserve value of buffer-local var header-line-format.
15359
15360 2005-01-09 Jay Belanger <belanger@truman.edu>
15361
15362 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15363 Make sure settings file exists before accessing it.
15364
15365 * calc/calc-embed.el (calc-embedded-subst):
15366 Replace math-multi-subst-rec, which is only supposed to be called
15367 by math-multi-subst, by math-multi-subst.
15368
15369 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15370
15371 * vc.el (vc-allow-async-revert): New user option.
15372 (vc-disable-async-diff): New internal variable.
15373 (vc-revert-buffer): Use them to disable asynchronous diff.
15374
15375 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15376 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15377 asynchronously if vc-disable-async-diff is t.
15378
15379 2005-01-09 Jay Belanger <belanger@truman.edu>
15380
15381 * calc/calc.el (defcalcmodevar): New macro.
15382 (calc-mode-var-list-restore-default-values)
15383 (calc-mode-var-list-restore-saved-values): New functions.
15384 (calc-mode-var-list): Use defcalcmodevar to define it.
15385 (calc-always-load-extensions, calc-line-numbering)
15386 (calc-line-breaking, calc-display-just, calc-display-origin)
15387 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15388 (calc-group-char, calc-point-char, calc-frac-format)
15389 (calc-prefer-frac, calc-hms-format, calc-date-format)
15390 (calc-float-format, calc-full-float-format, calc-complex-format)
15391 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15392 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15393 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15394 (calc-matrix-brackets, calc-language, calc-language-option)
15395 (calc-left-label, calc-right-label, calc-word-size)
15396 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15397 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15398 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15399 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15400 (calc-window-height, calc-display-trail, calc-show-selections)
15401 (calc-use-selections, calc-assoc-selections)
15402 (calc-display-working-message, calc-auto-why, calc-timing)
15403 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15404 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15405 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15406 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15407 (calc-gnuplot-geometry, calc-graph-default-resolution)
15408 (calc-graph-default-resolution-3d, calc-invocation-macro)
15409 (calc-show-banner): Use defcalcmodevar to declare them and set
15410 their default values.
15411
15412 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15413 instead of default values (but restore default values if there is
15414 an argument of 0).
15415
15416 2005-01-09 David Kastrup <dak@gnu.org>
15417
15418 * desktop.el (desktop-restore-eager): Fix typo in type.
15419
15420 2005-01-08 Richard M. Stallman <rms@gnu.org>
15421
15422 * cus-edit.el (customize): Delete :link.
15423
15424 2005-01-08 Jay Belanger <belanger@truman.edu>
15425
15426 * calc/calc.el (calc-mode): Remove the extension from the
15427 `calc-settings-file' file name when loading it.
15428
15429 2005-01-08 Kim F. Storm <storm@cua.dk>
15430
15431 * info.el (Info-mode-map, Info-next-link-keymap)
15432 (Info-prev-link-keymap, Info-up-link-keymap):
15433 Map follow-link to mouse-face.
15434 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15435
15436 2005-01-08 Jay Belanger <belanger@truman.edu>
15437
15438 * calc/calc.el (calc-settings-file): Change default value.
15439 Suggested by cgw in a comment in calc-mode.el.
15440
15441 * calc/calc-mode.el (calc-settings-file-name):
15442 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15443 Replace ~/.emacs in a prompt by calc-settings-file.
15444
15445 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15446
15447 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15448 (desktop-lazy-idle-delay): New customizable variables.
15449 (desktop-buffer-args-list): New variable.
15450 (desktop-append-buffer-args): New function.
15451 (desktop-save): Call desktop-append-buffer-args for some buffers.
15452 (desktop-lazy-create-buffer): New function.
15453 (desktop-idle-create-buffers): New function.
15454 (desktop-read): Add message about buffers to restore lazily.
15455 (desktop-lazy-abort): New command.
15456 (desktop-clear): Call desktop-lazy-abort.
15457 (desktop-lazy-complete): New command.
15458
15459 2005-01-06 Richard M. Stallman <rms@gnu.org>
15460
15461 * emacs-lisp/find-func.el (find-face-definition):
15462 Rename from find-face.
15463
15464 2005-01-06 Kim F. Storm <storm@cua.dk>
15465
15466 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15467
15468 * man.el (Man-xref-man-page, Man-xref-header-file)
15469 (Man-xref-normal-file): Add follow-link property.
15470
15471 2005-01-06 Jay Belanger <belanger@truman.edu>
15472
15473 * calc/calc-units.el: Make sure the proper macro definitions are
15474 available when compiling.
15475
15476 2005-01-06 Juri Linkov <juri@jurta.org>
15477
15478 * isearch.el (isearch-lazy-highlight-update):
15479 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15480
15481 2005-01-06 Miles Bader <miles@gnu.org>
15482
15483 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15484 (isearch-lazy-highlight-face): Use new name.
15485
15486 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * uniquify.el (uniquify-rationalize-file-buffer-names):
15489 Re-add an interactive spec.
15490 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15491 to the same name.
15492
15493 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15494 (isearch-update, isearch-done): Adjust calls accordingly.
15495
15496 2005-01-05 Richard M. Stallman <rms@gnu.org>
15497
15498 * custom.el (custom-set-variables, custom-theme-set-variables):
15499 Clarify documentation.
15500
15501 * emacs-lisp/find-func.el (find-variable)
15502 (find-variable-other-window, find-variable-other-frame):
15503 Fix the TYPE args to find-function-read and find-function-do-it.
15504 (find-function): Doc fix.
15505 (find-function-at-point): Replace function-at-point alias.
15506
15507 2005-01-04 Richard M. Stallman <rms@gnu.org>
15508
15509 * cus-face.el (custom-declare-face):
15510 Record defface in current-load-list.
15511
15512 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15513
15514 * emacs-lisp/find-func.el: Doc fixes.
15515 (find-face-regexp): New variable.
15516 (find-function-regexp-alist): New variable.
15517 (find-function-C-source): Third arg is now TYPE.
15518 (find-function-search-for-symbol): Handle general TYPE.
15519 (find-function-read, find-function-do-it): Handle general TYPE.
15520 (find-definition-noselect, find-face): New functions.
15521 (function-at-point): Alias deleted.
15522
15523 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * battery.el (display-battery-mode): Rename from display-battery.
15526 Handle the case where it gets turned off.
15527
15528 2005-01-04 Richard M. Stallman <rms@gnu.org>
15529
15530 * cus-edit.el (customize): Make :link point to user doc.
15531
15532 * man.el (Man-fontify-manpage): Turn off undo generation.
15533
15534 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15535
15536 2005-01-04 Andreas Schwab <schwab@suse.de>
15537
15538 * files.el (insert-directory): Only look for error lines in
15539 inserted text. Don't move too far after processing --dired markers.
15540
15541 2005-01-04 Richard M. Stallman <rms@gnu.org>
15542
15543 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15544 Don't expand if the character is @, period, dash, etc.
15545 (define-mail-abbrev): Quote names that contain problem characters.
15546
15547 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15548
15549 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15550
15551 2005-01-03 Richard M. Stallman <rms@gnu.org>
15552
15553 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15554 (query-replace-highlight, query-replace-lazy-highlight)
15555 (query-replace): Definitions moved up. Doc fix.
15556
15557 2005-01-03 Richard M. Stallman <rms@gnu.org>
15558
15559 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15560 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15561 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15562 (lazy-highlight-face): Rename from isearch-lazy-...
15563 Change all references to them.
15564
15565 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15566
15567 * cus-edit.el (custom-file): Doc fix for defcustom.
15568 (custom-file): The function no longer sets the variable
15569 `custom-file' to its return value.
15570
15571 * startup.el (command-line): No longer load `custom-file'.
15572
15573 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15576
15577 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15578 Don't confuse module-prefixed identifiers for labels.
15579 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15580
15581 2005-01-02 Richard M. Stallman <rms@gnu.org>
15582
15583 * files.el (basic-save-buffer-1): Fix previous change.
15584
15585 * loadhist.el (file-loadhist-lookup): New function.
15586 (file-provides, file-requires): Use it.
15587
15588 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15589 instead of calculating the right size.
15590
15591 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15592
15593 * vc-svn.el (vc-svn-diff): Stay local if possible.
15594
15595 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15596
15597 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15598
15599 * files.el (hack-local-variables): Fix last change.
15600
15601 2005-01-02 Jay Belanger <belanger@truman.edu>
15602
15603 * calc/calc-yank.el (calc-edit-top): New variable.
15604 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15605 object. Change header properties.
15606 (calc-edit-finish, calc-edit-finish-stack-object)
15607 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15608 edited object.
15609 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15610 for the beginning of the edited object.
15611 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15612 for the beginning of the edited object.
15613 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15614 (calc-finish-formula-edit, calc-macro-repeats)
15615 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15616 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15617 beginning of the edited object.
15618 (calc-user-define-edit): Change the header for editing macros.
15619 Remove unnecessary variable.
15620
15621 2005-01-01 Jay Belanger <belanger@truman.edu>
15622
15623 * calc/calc-yank.el (calc-edit-mode): Change default header.
15624 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15625 * calc/calc-store.el (calc-edit-variable): Change title to match new
15626 header.
15627 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15628 mode to match new header.
15629 (calc-user-define-edit): Change titles to include names of commands.
15630 (calc-finish-formula-edit): Adjust to handle new header.
15631 (calc-finish-macro-edit): Remove.
15632 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15633 (calc-edit-macro-command, calc-edit-macro-command-type)
15634 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15635 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15636 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15637 (calc-edit-macro-finish-edit): New functions.
15638 (calc-user-define-edit): Use new functions to edit named calc macros.
15639
15640 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15641
15642 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15643
15644 * ses.el (copy-region-as-kill): Deactivate mark.
15645
15646 2005-01-01 Richard M. Stallman <rms@gnu.org>
15647
15648 * replace.el (occur-1): If the output buffer is also an input,
15649 don't kill it, rename it.
15650
15651 * faces.el (set-face-background, set-face-foreground): Doc fix.
15652
15653 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15654 for :foreground and :background.
15655
15656 * dired.el (dired-view-command-alist): Variable deleted.
15657 (dired-view-file, dired-mouse-find-file-other-window):
15658 Delete the code to use it.
15659
15660 2005-01-01 Kim F. Storm <storm@cua.dk>
15661
15662 * image.el (insert-sliced-image): Use t for line-height property.
15663
15664 See ChangeLog.11 for earlier changes.
15665
15666 ;; Local Variables:
15667 ;; coding: iso-2022-7bit
15668 ;; End:
15669
15670 Copyright (C) 2005 Free Software Foundation, Inc.
15671 Copying and distribution of this file, with or without modification,
15672 are permitted provided the copyright notice and this notice are preserved.
15673
15674 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1