]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-11-27 John Paul Wallington <jpw@pobox.com>
2
3 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4 (gdb-threads-select): Use `posn-set-point' instead of
5 `mouse-set-point' because the latter is not fbound when configured
6 without X.
7
8 2005-11-27 Kim F. Storm <storm@cua.dk>
9
10 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11 existing face when partially highlighting a TAB in a rectangle.
12
13 2005-11-26 Kim F. Storm <storm@cua.dk>
14
15 * ido.el (ido-mode-map): Doc fix.
16 (ido-mode-common-map, ido-mode-file-map)
17 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18 (ido-define-mode-map): Rewrite. Select one of the new maps as
19 parent for ido-mode-map instead of building from scratch.
20 (ido-init-mode-maps): New defun to initialize new maps.
21 (ido-mode): Call it.
22 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
23 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
24
25 2005-11-26 John Paul Wallington <jpw@pobox.com>
26
27 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
28 `mouse-set-point' because the latter is not fbound when configured
29 without X.
30
31 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
32
33 * files.el (file-relative-name): Doc fix.
34
35 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
36
37 * progmodes/octave-inf.el (inferior-octave-startup): Force a
38 non-empty string for secondary prompt PS2.
39
40 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
41
42 * progmodes/compile.el (compilation-setup): Fix last change.
43
44 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
45
46 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
47 (gdb-mouse-toggle-breakpoint-margin)
48 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
49 Add gdb-server-prefix to keep out of command history.
50 (gdb-edit-register-value): New function.
51 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
52 (gdb-info-registers-custom): Use above map.
53
54 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
55
56 * custom.el (enable-theme): Signal error if argument is not a
57 theme. Don't recalculate a face if it's not loaded yet.
58
59 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
60 the `user' theme is in effect.
61
62 * info.el (Info-on-current-buffer): Record actual filename in
63 Info-current-file, instead of t, or a fake filename if a non-file
64 buffer. Make autoload.
65 (Info-find-node, Info-revert-find-node): No need to check for
66 Info-current-file nil.
67 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
68 Info-current-file is now never `t'.
69 (Info-fontify-node): Many simplifications due to Info-current-file
70 always being valid. Use Info-find-file to find node filename.
71
72 2005-11-25 David Kastrup <dak@gnu.org>
73
74 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
75 new character, then delete" in order to preserve markers.
76
77 2005-11-25 David Ponce <david@dponce.com>
78
79 * recentf.el (recentf-arrange-by-rule): Handle a special
80 `auto-mode-alist'-like "strip suffix" rule.
81 (recentf-build-mode-rules): Handle second level auto-mode entries.
82
83 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
84
85 * viper-keym.el (viper-ESC-key): Use different values in terminal and
86 window modes.
87
88 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
89 jde-javadoc-checker-report-mode.
90
91 * ediff-wind (ediff-make-wide-display): Slight simplification.
92
93 * ediff.el (ediff-date): Change the date of last update.
94
95 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
96
97 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
98 Use define-minor-mode, and make it a local mode. Turn on font-lock.
99 (hi-lock-mode): New global minor mode.
100 (turn-on-hi-lock-if-enabled): New function.
101 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
102 Change arguments to regexp and face instead of a font-lock pattern.
103 Directly set face property, instead of refontifying.
104 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
105 (hi-lock-find-patterns): Use line-number-at-pos.
106
107 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
108 arguments for hi-lock-set-pattern.
109 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
110 font-lock-fontify-buffer.
111 (hi-lock-find-file-hook, hi-lock-current-line)
112 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
113
114 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
115 turned off.
116
117 * progmodes/compile.el (compilation-setup): Don't fiddle with
118 font-lock-defaults.
119
120 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
121
122 * progmodes/gdb-ui.el (gdb-var-create-handler)
123 (gdb-var-list-children-handler): Find values for all variable
124 objects. gud-speedbar-buttons decides whether to display them.
125
126 2005-11-24 Romain Francoise <romain@orebokech.com>
127
128 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
129 buffer name with a space.
130
131 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
132
133 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
134 `org-export-local-list-max-depth'. Change default value to 3.
135 (org-auto-renumber-ordered-lists)
136 (org-plain-list-ordered-item-terminator): New options.
137 (org-at-item-p, org-beginning-of-item, org-end-of-item)
138 (org-get-indentation, org-get-string-indentation)
139 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
140 functions.
141 (org-move-item-down, org-move-item-up): New commands.
142 (org-export-as-html): New classes for CSS support. Bug fix in
143 regular expression detecting fixed-width regions. Respect
144 `org-local-list-ordered-item-terminator'.
145 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
146 also a list item.
147 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
148 New item moving functions.
149
150 2005-11-24 Juri Linkov <juri@jurta.org>
151
152 * isearch.el (isearch-repeat): With empty search ring set
153 `isearch-error' to the error string instead of signaling error
154 with the function `error'.
155
156 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
157
158 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
159
160 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
161
162 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
163 and variable.
164 (gdb-var-create-handler, gdb-var-list-children-handler):
165 Don't match on "char **...".
166 (gdb-var-update-handler): Find values for all variable objects.
167 (gdb-info-frames-custom): Identify frames by leading "#".
168
169 * progmodes/gud.el (gud-speedbar-menu-items): Add
170 gdb-speedbar-auto-raise as radio button.
171 (gud-speedbar-buttons): Raise speedbar if requested.
172 Don't match on "char **...".
173 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
174 Make it editable.
175
176 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
177
178 * info.el (Info-fontify-node): Handle the case where
179 Info-current-file is t.
180
181 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * simple.el (blink-matching-open): Fix off-by-one in last change.
184
185 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
186
187 * term/mac-win.el: Don't change default directory.
188
189 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
190
191 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
192 buffers correctly. (It used to throw an error in such buffers.)
193 Make it ask for confirmation in group buffers and other Custom
194 buffers containing more than one customization item.
195
196 2005-11-22 John Paul Wallington <jpw@gnu.org>
197
198 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
199 property on mail and url overlays.
200 (goto-address-at-point): Use `posn-set-point' instead of
201 `mouse-set-point' because the latter is not fbound when configured
202 without X.
203
204 2005-11-22 Lars Hansen <larsh@soem.dk>
205
206 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
207 (ls-lisp-classify, ls-lisp-format): Delete call to
208 ls-lisp-parse-symlink.
209 (ls-lisp-handle-switches): Handle symlinks to directories as
210 directories when ls-lisp-dirs-first in non-nil.
211
212 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
213
214 * startup.el (command-line): Make sure that loaddefs.el is handled
215 correctly in load-history.
216
217 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
218
219 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
220 (gdb-struct-string, gdb-array-string): New constants.
221 (gdb-info-locals-handler): Use them.
222 (gdb-reset): Reset gdb-var-list to nil.
223
224 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
227 in patterns.
228
229 2005-11-21 Juri Linkov <juri@jurta.org>
230
231 * custom.el (defcustom): Update link types in docstring.
232
233 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
234
235 * custom.el (defgroup): Add doc-string-elt info.
236
237 * widget.el (define-widget): Don't use declare for the doc-string-elt.
238
239 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * newcomment.el (comment-enter-backward): Fix last fix.
242
243 * simple.el (blink-matching-open):
244 * paren.el (show-paren-function): Allow new paren-class info.
245
246 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
247
248 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
249 handled automagically.
250
251 2005-11-20 Juri Linkov <juri@jurta.org>
252
253 * simple.el (what-cursor-position):
254 * descr-text.el (describe-char): Use Lisp-readable syntax
255 for octal and hex. Reorder decimal, octal and hex values.
256 Remove excess whitespace in the output. Use `=' in `column='
257 like in `point=' and `Hscroll='.
258
259 * international/mule-cmds.el (encoded-string-description):
260 Use Lisp-readable syntax for hex.
261
262 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * newcomment.el (comment-enter-backward): Handle the case where the
265 comment is closed by EOB.
266
267 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
268
269 * longlines.el (longlines-before-revert-hook)
270 (longlines-after-revert-hook): New functions.
271 (longlines-mode): Turn off longlines temporarily when reverting.
272 Add a message-setup-hook.
273 (longlines-decode-buffer): New function.
274 (longlines-wrap-line): Preserve marker positions.
275
276 2005-11-19 Andreas Schwab <schwab@suse.de>
277
278 * emacs-lisp/shadow.el: Handle compressed files.
279
280 2005-11-19 Romain Francoise <romain@orebokech.com>
281
282 * net/browse-url.el (browse-url-default-browser): Signal an error
283 if no usable browser can be found, rather than try to load w3.
284
285 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
286
287 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
288 replacing existing properties.
289 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
290 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
291 tty specs.
292 (rcirc-server-prefix, rcirc-server): New faces.
293 (rcirc-url-regexp): Generate with rx macro.
294 (rcirc-last-server-message-time): New variable.
295 (rcirc-filter): Record time of last message.
296 (rcirc-keepalive): Kill processes that did not send a message
297 since the last ping.
298 (rcirc-mode): Give rcirc-topic a local binding here.
299
300 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
301
302 * subr.el (read-passwd): Fontify the prompt as we do with other
303 prompts.
304
305 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
306
307 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
308 binding buffer-read-only to nil.
309
310 2005-11-19 Eli Zaretskii <eliz@gnu.org>
311
312 * complete.el (partial-completion-mode):
313 Mention completion-auto-help in the doc string.
314
315 * man.el (Man-highlight-references): Doc fix. Reformat code in a
316 more Lisp-ish way.
317
318 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
319
320 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
321 digits, not 8, to avoid misalignment for files larger than 100MB.
322
323 2005-11-19 Eli Zaretskii <eliz@gnu.org>
324
325 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
326 Mention "keyboard shortcuts" in the help text.
327
328 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
329
330 * startup.el (fancy-splash-default-action): Discard only
331 mouse-down and succeeding mouse-up events in the splash screen
332 window so that drag-n-drop event can be processed.
333
334 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
335
336 * longlines.el (longlines-mode): Add hacks for mail-mode and
337 message-mode.
338
339 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
340
341 * textmodes/org.el: (org-table-sort-lines): New command.
342 (org-tbl-menu): Add entry for `org-table-sort-lines'.
343 (org-add-file): Command removed, use `org-agenda-file-to-front'
344 instead.
345 (org-export-icalendar): Use `org-icalendar-combined-name'.
346 (org-cycle-agenda-files, org-agenda-file-to-end)
347 (org-agenda-file-to-front): New commands.
348 (org-table-tab-jumps-over-hlines,org-export-html-style): New
349 options.
350 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
351 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
352 New functions.
353 (org-fill-paragraph): Call `org-table-align' in tables.
354 (org-mode): Call `org-set-autofill-regexps'.
355 (org-export-as-html): Support for local handformatted lists.
356 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
357 (org-export-local-list-max-depth): New option.
358 (org-html-expand): Use `org-html-protect'.
359
360 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
361
362 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
363 to "p".
364 (gdb): Move definition of gud-pp to...
365
366 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
367 speedbar.
368 (gdb-find-watch-expression): New function.
369
370 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
371
372 * faces.el (face-attribute, set-face-attribute): Mention existence
373 of `:ignore-defface' setting in docstring.
374
375 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * simple.el (completion-setup-function): Fix last change.
378
379 2005-11-17 John Paul Wallington <jpw@pobox.com>
380
381 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
382 Use `posn-set-point' instead of `mouse-set-point' because the
383 latter is not fbound when configured without X.
384
385 * comint.el (comint-insert-input): Likewise.
386
387 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
388
389 * simple.el (hard-newline): New variable.
390 (sendmail-user-agent-compose, next-line): Use it.
391
392 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
393 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
394 (mail-mail-reply-to, mail-mail-followup-to)
395 (mail-position-on-field, mail-signature, mail-yank-original)
396 (mail-attach-file): Likewise.
397
398 * mail/mailheader.el (mail-header-format)
399 (mail-header-format-function): Likewise.
400
401 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
402
403 2005-11-17 Juri Linkov <juri@jurta.org>
404
405 * font-lock.el (font-lock-faces): Rename this defgroup from
406 `font-lock-highlighting-faces'.
407 (font-lock-comment-face, font-lock-comment-delimiter-face)
408 (font-lock-string-face, font-lock-doc-face)
409 (font-lock-keyword-face, font-lock-builtin-face)
410 (font-lock-function-name-face, font-lock-variable-name-face)
411 (font-lock-type-face, font-lock-constant-face)
412 (font-lock-warning-face, font-lock-negation-char-face)
413 (font-lock-preprocessor-face)
414 (font-lock-regexp-grouping-backslash)
415 (font-lock-regexp-grouping-construct): Rename :group from
416 `font-lock-highlighting-faces' to `font-lock-faces'.
417
418 * cus-edit.el (lisp, c, tex):
419 * progmodes/ada-mode.el (ada):
420 * progmodes/asm-mode.el (asm):
421 * progmodes/cperl-mode.el (cperl-faces):
422 * progmodes/cpp.el (cpp):
423 * progmodes/dcl-mode.el (dcl):
424 * progmodes/f90.el (f90):
425 * progmodes/fortran.el (fortran):
426 * progmodes/icon.el (icon):
427 * progmodes/idlwave.el (idlwave-misc):
428 * progmodes/m4-mode.el (m4):
429 * progmodes/make-mode.el (makefile):
430 * progmodes/meta-mode.el (meta-font):
431 * progmodes/modula2.el (modula2):
432 * progmodes/octave-mod.el (octave):
433 * progmodes/pascal.el (pascal):
434 * progmodes/perl-mode.el (perl):
435 * progmodes/prolog.el (prolog):
436 * progmodes/ps-mode.el (PostScript-edit):
437 * progmodes/scheme.el (scheme):
438 * progmodes/sh-script.el (sh-script):
439 * progmodes/simula.el (simula):
440 * progmodes/tcl.el (tcl):
441 * textmodes/nroff-mode.el (nroff):
442 * textmodes/reftex-vars.el (reftex-fontification-configurations):
443 * textmodes/sgml-mode.el (sgml):
444 * textmodes/texinfo.el (texinfo):
445 Add :link (custom-group-link font-lock-faces) to defgroup.
446
447 * hi-lock.el (hi-lock): Rename this defgroup from
448 `hi-lock-interactive-text-highlighting'. Change parent group from
449 `faces' to `font-lock'. Add link to the manual.
450 (hi-lock-mode, hi-lock-file-patterns-range)
451 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
452 `hi-lock-interactive-text-highlighting' to `hi-lock'.
453 (hi-lock-faces): Add :group `faces'.
454
455 * cus-edit.el (custom-variable-prompt): Clarify the code.
456
457 * faces.el (face-read-string): Set the default value arg of
458 completing-read.
459
460 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
461
462 * rfn-eshadow.el (file-name-shadow-properties)
463 (file-name-shadow-tty-properties, file-name-shadow-mode):
464 Remove autoloads, because the file is now preloaded.
465
466 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * printing.el (easy-menu-intern): Don't define.
469 (pr-get-symbol): Use easy-menu-intern only if defined.
470
471 * simple.el (blink-matching-open): Simplify a bit.
472 (completion-setup-function): Fix the case of partial-completion-mode
473 when the minibuffer's contents start with "-".
474 Obey completion-base-size-function even when
475 minibuffer-completing-file-name is non-nil.
476
477 2005-11-16 Richard M. Stallman <rms@gnu.org>
478
479 * net/eudcb-ph.el (eudc-ph-open-session):
480 Use set-process-query-on-exit-flag.
481
482 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
483
484 * international/ucs-tables.el (ucs-set-table-for-input):
485 Use make-local-variable, not make-variable-buffer-local.
486
487 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
488 Improve warning message text.
489
490 * savehist.el (savehist-save-hook): Add :group.
491
492 * menu-bar.el (menu-bar-help-menu):
493 Rename Find Extra Packages to External Packages.
494
495 * cus-edit.el (Custom-reset-standard): Verify that
496 :custom-standard-value prop exists before calling it.
497
498 * apropos.el (apropos-calc-scores): Use apropos-pattern.
499
500 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
501
502 * wid-edit.el (color): Enclose %t in %{...%}.
503
504 * cus-edit.el (face): Enclose %t in %{...%}.
505
506 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
507
508 * savehist.el (savehist-mode-hook): Re-add the var.
509 (savehist-mode): Use it.
510
511 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * textmodes/flyspell.el: Fix commenting convention.
514 Remove unnecessary leading * in custom docstrings.
515 (flyspell-emacs): Remove unused var.
516 (flyspell-delete-region-overlays): Use remove-overlays.
517 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
518 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
519 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
520 (flyspell-debug-signal-word-checked): Use with-current-buffer.
521 (make-flyspell-overlay): Don't locally reuse a global name.
522 (flyspell-highlight-incorrect-region)
523 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
524 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
525 (flyspell-notify-misspell): Remove unused args `start' and `end'.
526 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
527 Wrap calls to accept-process-output inside with-local-quit since it's
528 often called from a post-command-hook.
529 (flyspell-correct-word, flyspell-auto-correct-word):
530 Use ispell-send-string.
531 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
532
533 * calendar/diary-lib.el (diary-list-entries): Also hide the
534 terminating newline.
535
536 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
537
538 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
539 window-system, to allow fonts on tty.
540
541 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
542
543 * progmodes/gud.el (gud-speedbar-item-info): New function.
544 (gud-install-speedbar-variables): Use it to display data type
545 of watch expression as a tooltip in speedbar.
546
547 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
548
549 * font-core.el (global-font-lock-mode): Add :version keyword,
550 because default was changed.
551
552 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
553
554 * startup.el (command-line): Use `custom-reevaluate-setting' for
555 `file-name-shadow-mode'.
556
557 * loadup.el: Preload rfn-eshadow.
558
559 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
560 Add :version keyword.
561 (file-name-shadow-properties, file-name-shadow-tty-properties)
562 (file-name-shadow): Add :version keyword.
563
564 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
565 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
566 in the custom-group property of the symbol frames and the fringe
567 group got no link to its parent group frames.
568 Doc fix.
569
570 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
571
572 * progmodes/gud.el (gud-stop-subjob): New function.
573 (gud-menu-map, gud-tool-bar-map): Use it.
574
575 2005-11-16 Kim F. Storm <storm@cua.dk>
576
577 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
578 than kill it.
579 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
580 to a more useful/logical place.
581
582 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
583
584 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
585 go buttons complementary.
586
587 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
590 (rfn-eshadow-sifn-equal): New function.
591 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
592
593 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
594
595 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
596 string.
597
598 * viper.el (viper-emacs-state-mode-list): Ensure that
599 rcirc-mode buffers come up in Emacs state.
600
601 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
602 operation.
603
604 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
605
606 * term.el (term-termcap-format): Fix typos.
607 (term-down): Fix the negative argument case.
608
609 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
610
611 * progmodes/gdb-ui.el: Remove face-alias left over from change on
612 2005-08-15.
613 (gdb-ann3): New command gud-go.
614 (menu): Accomodate gdb-mi.el.
615 (gdb-assembler-custom): Make buffer of selected window current
616 so that set-window-point works.
617
618 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
619 buttons and include new ones.
620
621 2005-11-16 Kim F. Storm <storm@cua.dk>
622
623 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
624 (gud-menu-map): Use it.
625
626 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
627
628 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
629 that works correctly for Custom and that does not override a user
630 who disables it.
631
632 * help-mode.el (help-make-xrefs, help-xref-on-pp)
633 (help-xref-interned, help-follow): Make hyperlinks for variables
634 that are unbound, but have a non-nil variable-documentation property.
635
636 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
637 mode hook. (It conflicted with defcustoms for some mode hooks.)
638 Use the `variable-documentation' property to give the mode hook a
639 docstring and expand that docstring.
640
641 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
642
643 * savehist.el (savehist-mode): Don't bother with
644 `custom-set-minor-mode'.
645 (savehist-coding-system): Check XEmacs version.
646 (history-length): Declare also at run time.
647 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
648 Don't set the customize state.
649 (savehist-minibuffer-hook): Special case for when
650 minibuffer-history-variable is equal to t.
651
652 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * files.el (write-file): Refresh VC status.
655
656 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
657 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
658 than fundamental-mode to see if the mode was set.
659
660 2005-11-14 Romain Francoise <romain@orebokech.com>
661
662 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
663 dummy function in `eval-when-compile' to avoid compiler warning.
664 Require `man' at compile time.
665
666 2005-11-14 Jay Belanger <belanger@truman.edu>
667
668 * calc-alg.el (calcFunc-write-out-power): Rename it to
669 calcFunc-powerexpand.
670 (math-write-out-power): Rename it to math-powerexpand; have it
671 handle negative exponents.
672 (calc-writeoutpower): Rename it to calc-powerexpand.
673
674 * calc-ext.el: Change calcFunc-writeoutpower and
675 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
676 autoloads.
677 Add calcFunc-ldiv to autoloads.
678
679 * calc-arith.el (calcFunc-ldiv): New function.
680
681 * calc.el (calc-left-divide): New function.
682
683 2005-11-14 Juri Linkov <juri@jurta.org>
684
685 * cus-edit.el (custom-variable-prompt): Set the default value arg
686 of completing-read.
687
688 * cus-dep.el (custom-make-dependencies): Reverse the list of
689 found dependencies.
690
691 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
692
693 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
694 Highlighting" entry, it is on by default now.
695 (menu-bar-options-save): Do not save global-font-lock-mode.
696
697 2005-11-13 Richard M. Stallman <rms@gnu.org>
698
699 * textmodes/flyspell.el (flyspell-large-region):
700 Call flyspell-accept-buffer-local-defs.
701
702 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
703
704 * textmodes/flyspell.el (flyspell-notify-misspell):
705 Fix misspelling of "Misspelling".
706 (flyspell-process-localwords): New function.
707 (flyspell-large-region): Call flyspell-process-localwords and
708 flyspell-delete-region-overlays.
709 (flyspell-delete-region-overlays): New function.
710 (flyspell-delete-all-overlays): Call that.
711
712 2005-11-13 Richard M. Stallman <rms@gnu.org>
713
714 * help.el (help-for-help-internal): Improve doc of C-h a.
715 (describe-key): Improve prompt; doc fix.
716
717 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * vc-svn.el (vc-svn-registered): Catch all errors.
720
721 * cus-dep.el (custom-make-dependencies): Typo.
722
723 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
724
725 * net/tramp-util.el (top): Fix compilation warning.
726
727 2005-11-13 Kim F. Storm <storm@cua.dk>
728
729 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
730
731 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
732
733 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
734 (gud-speedbar-buttons): Match on "const char *" too.
735
736 * progmodes/gdb-ui.el (gdb-var-create-handler)
737 (gdb-var-list-children-handler): Match on "const char *" too.
738 (gdb-var-evaluate-expression-handler): Match on empty string.
739 (gdb-var-update-handler): Only call
740 gdb-var-evaluate-expression-handler when required.
741
742 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
743
744 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
745 selected window. This still doesn't work for speedbar.
746 (gud-speedbar-buttons): Handle string expressions properly.
747
748 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
749 (gdb-var-create-handler): Handle string expressions properly.
750 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
751 Handle string expressions properly. Move "type" field into regexp.
752
753 2005-11-12 Karl Fogel <kfogel@red-bean.com>
754
755 * bookmark.el (bookmark-maybe-message): New function to reduce
756 code duplication: invokes `message' iff baud-rate is high enough.
757 (bookmark-write-file): Use above instead of an inline conditional.
758 (bookmark-load): Same.
759
760 2005-11-12 Karl Fogel <kfogel@red-bean.com>
761
762 * bookmark.el (bookmark-write-file): Don't visit the destination
763 file, just write the data to it using write-region. This is
764 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
765 change to avoid visiting the file in the first place.
766
767 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
768
769 * hi-lock.el (hi-lock-mode): Set the default value of
770 font-lock-defaults.
771
772 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
773
774 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
775 arg to `file-attributes'.
776 (find-lisp-format): The UID and GID can now be strings.
777
778 2005-11-12 Kim F. Storm <storm@cua.dk>
779
780 * help.el (help-map): Bind C-h d to apropos-documentation.
781
782 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
783 when point is at end-of-buffer.
784
785 * apropos.el (apropos-match-face): Doc fix.
786 (apropos-sort-by-scores): Add new choice `verbose'.
787 (apropos-documentation-sort-by-scores): New defcustom.
788 (apropos-pattern): Now contains the pattern entered by the user.
789 (apropos-pattern-quoted): New defvar.
790 (apropos-regexp): New defvar, containing the regexp corresponding
791 to apropos-pattern.
792 (apropos-all-words-regexp): Rename from apropos-all-regexp.
793 (apropos-read-pattern): New defun. Use it to read pattern arg in
794 interactive calls; returns list of words for a word list, and
795 string for a regexp.
796 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
797 parses a list of words or regexp as returned by apropos-read-pattern.
798 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
799 (apropos-score-doc): Return a very high score if the string
800 entered by the user matches literally.
801 (apropos-variable): Doc fix. Use apropos-read-pattern.
802 (apropos-command): Doc fix. Use apropos-read-pattern and
803 apropos-parse-pattern. Call apropos-print with nosubst=t.
804 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
805 apropos-parse-pattern.
806 (apropos-documentation): Doc fix. Use apropos-read-pattern and
807 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
808 apropos-documentation-sort-by-scores. Call apropos-print with
809 nosubst=t.
810 (apropos-documentation-internal): Pass doc string through
811 substitute-key-definition before adding text properties.
812 Highlight substring matching literal user input if possible.
813 (apropos-documentation-check-doc-file): Remove locals beg and end.
814 Fix calculation of score (as added twice). Pass doc string through
815 substitute-key-definition before adding text properties.
816 (apropos-documentation-check-elc-file): Pass doc string through
817 substitute-key-definition before adding text properties.
818 Highlight substring matching literal user input if possible.
819 (apropos-print): Add new arg NOSUBST; if set, command and variable
820 doc strings have already been passed through substitute-key-definition.
821 Add code to handle apropos-accumulator items without score element
822 for backwards compatibility (e.g. with woman package).
823 Only show scores if apropos-sort-by-scores is `verbose'.
824
825 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
828 Add jka-compr-load-suffixes to load-suffixes.
829
830 * jka-compr.el: Require 'jka-cmpr-hook.
831 (jka-compr-info-compress-message, jka-compr-info-compress-program)
832 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
833 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
834 (jka-compr-info-can-append, jka-compr-info-strip-extension)
835 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
836 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
837 (jka-compr-uninstall): Remove entries from
838 jka-compr-added-to-file-coding-system-alist after they are used.
839 (jka-compr-error): Remove unused var `curbuf'.
840 (jka-compr-file-local-copy): Remove unused var `notfound'.
841
842 2005-11-10 Romain Francoise <romain@orebokech.com>
843
844 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
845
846 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
847
848 * progmodes/gud.el (gud-menu-map): Move parentheses.
849 (gdb): New command gud-pv.
850
851 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * tar-mode.el: Remove spurious or unnecessary leading stars
854 in docstrings.
855 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
856 (tar-parse-octal-integer-safe): Use mapc.
857 (tar-header-block-summarize): Remove unused var `ck'.
858 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
859 cleared before. Obey default-enable-multibyte-characters.
860 Use mapconcat. Simplify setting of tar-header-offset.
861 (tar-mode-map): Move initialization inside delcaration.
862 (tar-flag-deleted): Use `abs'.
863 (tar-expunge-internal): Remove unused var `line'.
864 (tar-expunge-internal): Don't hardcode point-min==1.
865 (tar-expunge): Widen while doing set-buffer-multibyte.
866 (tar-rename-entry): Use file-name-coding-system.
867 (tar-alter-one-field): Don't hardcode point-min==1.
868 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
869 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
870
871 2005-11-10 Masatake YAMATO <jet@gyve.org>
872
873 * add-log.el (add-log-current-defun): Handle class::method
874 notation of c++. Fix incorrect comment.
875
876 2005-11-10 Alan Mackenzie <acm@muc.de>
877
878 * help-fns.el (describe-variable): Make C-h v work when a variable
879 has variable documentation yet is unbound.
880
881 2005-11-10 Masatake YAMATO <jet@gyve.org>
882
883 * man.el (Man-highlight-references): Set an empty
884 string to `Man-arguments' if it is nil.
885 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
886
887 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
890 commenting conventions.
891
892 * cus-dep.el (custom-make-dependencies): Simplify.
893 Better follow the commenting conventions.
894
895 2005-11-09 Richard M. Stallman <rms@gnu.org>
896
897 * apropos.el (apropos-pattern): Rename from apropos-regexp.
898 (apropos-orig-pattern): Rename from apropos-orig-regexp.
899 All uses changed.
900 (apropos-rewrite-regexp): Doc fix.
901 (apropos-variable, apropos-command, apropos, apropos-value):
902 Change prompt; carry through the argument renaming.
903
904 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
905
906 * find-lisp.el: Require dired.
907 (find-lisp-find-dired-internal): Do not call
908 `abbreviate-file-name' on DIR.
909
910 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
911
912 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
913
914 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
915
916 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
917 when using the speedbar.
918 (gdb): New command gud-pp.
919 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
920
921 2005-11-09 Juri Linkov <juri@jurta.org>
922
923 * replace.el (occur-excluded-properties): New defcustom.
924 (occur-1, occur-engine, occur-accumulate-lines): Use it.
925
926 2005-11-08 Jay Belanger <belanger@truman.edu>
927
928 * calc/calc-units.el (math-convert-units): Replace any composite
929 unit by its definition.
930
931 2005-11-08 Lars Hansen <larsh@soem.dk>
932
933 * emacs-lisp/autoload.el (update-directory-autoloads):
934 Add obsolete function alias.
935
936 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
939 comment-indent-function.
940 (lisp-comment-indent): Replace by an alias for comment-indent-default.
941
942 * reveal.el (reveal-post-command): Rework the handling of
943 reveal-open-spots, so as to be more reliable. There were several
944 tricky corner cases where an open spot might be lost, or where
945 a closed spot might end up on the list of open spots.
946 Only reveal text that's ellipsised.
947
948 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
949
950 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
951
952 2005-11-07 John Paul Wallington <jpw@gnu.org>
953
954 * ibuffer.el (ibuffer): Search iconified frames too when
955 getting Ibuffer buffer's window.
956
957 2005-11-06 Richard M. Stallman <rms@gnu.org>
958
959 * progmodes/compile.el (compilation-internal-error-properties):
960 save-excursion around the computation of MARKER.
961
962 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
963
964 * textmodes/flyspell.el (flyspell-external-point-words):
965 flyspell-get-word returns a list, not just a string.
966
967 2005-11-06 John Paul Wallington <jpw@pobox.com>
968
969 * ibuffer.el (ibuffer): Search all visible frames when getting
970 Ibuffer buffer's window.
971
972 2005-11-07 Masatake YAMATO <jet@gyve.org>
973
974 * man.el (Man-reference-regexp): Accept spaces between
975 `Man-name-regexp' and `Man-section-regexp'.
976 (Man-apropos-regexp): New variable.
977 (Man-abstract-xref-man-page): Use value for `Man-target-string'
978 if available.
979 (Man-highlight-references, Man-highlight-references0):
980 Handle the case when `Man-arguments' includes "-k".
981 (Man-highlight-references0): Rename the argument `TARGET-POS' to
982 `TARGET'. `TARGET' can be a number, function or nil.
983
984 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
985
986 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
987 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
988 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
989 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
990 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
991 (gdb-send-item): Use buffer-local-value and simplify.
992
993 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
994
995 * startup.el (command-line): Use `custom-reevaluate-setting' for
996 `global-font-lock-mode'.
997
998 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
999 by default, except in batch mode or when the -D option is given.
1000
1001 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1002 specified keyword args on to `define-minor-mode'. Update docstring.
1003
1004 2005-11-05 Romain Francoise <romain@orebokech.com>
1005
1006 * replace.el (occur-engine): Add marker at end of line, too.
1007
1008 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1009
1010 * font-lock.el: Don't deal with font-lock-face-attributes here,
1011 move the code ...
1012
1013 * startup.el (command-line): ... here. Use face-spec-set instead
1014 of custom-declare-face.
1015
1016 * faces.el (face-spec-set): Reset the face if spec is not nil.
1017
1018 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * newcomment.el (comment-region-internal): Box more tightly in the
1021 common case where there's no TAB in the boxed text.
1022
1023 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1024
1025 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1026 up-node.
1027
1028 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1029
1030 * newsticker.el: Commentary updated. Code formatting changed.
1031 (newsticker-version): Change to "1.9".
1032 (newsticker, newsticker-feed): Doc fix.
1033 (newsticker-url-list): Doc fix. Add option "Weekly".
1034 (newsticker-retrieval-interval): Add option "Weekly".
1035 (newsticker-headline-processing): Doc fix.
1036 (newsticker-auto-mark-filter): Remove.
1037 (newsticker-auto-mark-filter-list): New.
1038 (newsticker-layout, newsticker-sort-method): Doc fix.
1039 (newsticker-hide-old-items-in-newsticker-buffer)
1040 (newsticker-heading-format, newsticker-item-format)
1041 (newsticker-desc-format): Doc fix.
1042 (newsticker-show-all-rss-elements): Remove.
1043 (newsticker-show-all-news-elements): New.
1044 (newsticker-faces, newsticker-ticker): Doc fix.
1045 (remove-from-invisibility-spec): Code formatting.
1046 (newsticker--process-ids): New.
1047 (newsticker-mode): Doc fix.
1048 (newsticker-mode): Change mode-line-format.
1049 (newsticker-start): Remove debug output.
1050 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1051 (newsticker-w3m-show-inline-images): Code formatting.
1052 (newsticker-next-item): Call `force-mode-line-update'.
1053 (newsticker-previous-item): Call `force-mode-line-update'.
1054 (newsticker-next-feed): Call `force-mode-line-update'.
1055 (newsticker-previous-feed): Call `force-mode-line-update'.
1056 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1057 (newsticker-show-old-items): Do not show descs.
1058 (newsticker-hide-entry): Hide too much.
1059 (newsticker-hide-entry, newsticker-show-entry)
1060 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1061 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1062 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1063 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1064 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1065 (newsticker-get-news): Call `force-mode-line-update'.
1066 Collect process ids.
1067 (newsticker--sentinel): Change coding system handling.
1068 Move image retrieval to new functions newsticker--get-logo-url-*.
1069 Move feed parsing to new functions newsticker--parse-*.
1070 Update list of process ids.
1071 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1072 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1073 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1074 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1075 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1076 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1077 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1078 (newsticker--decode-coding-string): Remove.
1079 (newsticker--decode-numeric-entities): Check input. Format code.
1080 (newsticker--remove-whitespace): Check input.
1081 (newsticker--do-forget-preformatted): Doc fix.
1082 (newsticker--decode-rfc822-date): Allow for missing time.
1083 (newsticker--update-process-ids): New.
1084 (newsticker--image-sentinel): Change comment.
1085 (newsticker--image-read): Change error message.
1086 (newsticker--imenu-goto): Doc fix. Show headline title.
1087 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1088 (newsticker--buffer-do-insert-text): Clean whitespace in
1089 html-rendered headline title. Code formatting.
1090 Call `newsticker--buffer-print-extra-elements'.
1091 (newsticker--buffer-print-extra-element): Remove.
1092 (newsticker--buffer-print-extra-elements): New.
1093 (newsticker--buffer-do-print-extra-element): New.
1094 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1095 large sizes.
1096 (newsticker--run-auto-mark-filter)
1097 (newsticker--do-run-auto-mark-filter):
1098 Use `newsticker-auto-mark-filter-list'.
1099
1100 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1101
1102 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1103 (rcirc-print): Force redisplay before running hooks. Do long
1104 buffer truncation after making new text read-only. Deal with nil
1105 text when decoding strings. If TARGET is nil, use either the
1106 currently selected buffer, if it is an rcirc buffer and of the
1107 same process or the process buffer.
1108 (rcirc-mode): Remove header-line. Recompute short buffer names.
1109 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1110 (rcirc-short-buffer-name): Add variable.
1111 (rcirc-kill-buffer-hook): Recompute short buffer names.
1112 Remove nick from private channel.
1113 (rcirc-send-input): Send command text to current-buffer.
1114 Don't clear overlay arrow here.
1115 (rcirc-short-buffer-name): Return a short buffer name.
1116 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1117 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1118 buffer-name abbreviations.
1119 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1120 Do not touch nick-table when killing a parted channel.
1121 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1122 Clear arrow from current buffer if it is now hidden.
1123 (rcirc-current-buffer): Add variable.
1124 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1125 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1126 Remove -face from names.
1127 (rcirc-update-activity-string): Print "DND" when globally ignoring
1128 activity.
1129 (rcirc-ignore-buffer-activity-flag): Rename from
1130 rcirc-ignore-channel-activity.
1131 (rcirc-ignore-all-activity-flag): Doc fix.
1132 (rcirc-channels): Remove variable.
1133 (rcirc-kill-buffer-hook):
1134 (rcirc-get-buffer-create): Add nick to private channel.
1135 (rcirc-multiline-edit-submit): Remove tabs.
1136 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1137 folded.
1138 (rcirc-remove-nick-channel): Bug fix.
1139 (rcirc-toggle-ignore-buffer-activity): Rename from
1140 rcirc-toggle-ignore-channel-activity.
1141 (rcirc-record-activity): Add buffers to the front of the list.
1142 (rcirc-update-activity): Remove killed buffers from list.
1143 (rcirc-process-server-response-1): Remove last argument if it is
1144 null before calling handler.
1145 (rcirc): Add "rcirc" defcustom prefix.
1146 (rcirc-prompt): Simplify default prompt.
1147 Use custom-initialize-default.
1148 (rcirc-private-chats): Remove variable.
1149 (rcirc-prompt): Change initialization.
1150 (rcirc-version): Remove function.
1151 (rcirc-id-string): Add constant.
1152 (rcirc-last-buffer): Remove variable.
1153 (rcirc-buffer-alist): Add variable.
1154 (rcirc-connect): Update variable setup.
1155 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1156 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1157 default.
1158 (rcirc-handler-generic): Trigger activity.
1159 (rcirc-send-message): Create the buffor of the target.
1160 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1161 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1162 (rcirc-multiline-edit-cancel): Remove function.
1163 (rcirc-set-last-buffer): Remove function.
1164 (rcirc-get-any-buffer): Add function.
1165 (rcirc-join-channels): Don't print /join text.
1166 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1167 messages.
1168 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1169 (rcirc-handler-NOTICE): Recognize CTCP responses.
1170 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1171 constructing TOPIC string for buffers we are not JOINed.
1172 (rcirc-handler-CTCP-response): Add handler.
1173 (rcirc-multiline-edit-submit): Restore the window-configuration
1174 before adjusting point.
1175 (rcirc): Add customization group.
1176 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1177 (rcirc-user-full-name, rcirc-startup-channels-alist)
1178 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1179 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1180 (rcirc-input-ring-size, rcirc-read-only-flag)
1181 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1182 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1183 Change defvar to defcustom.
1184 (rcirc-update-prompt): Add optional ALL arg, which will update
1185 prompts in all rcirc buffers. Regexp quote replacement text.
1186 (rcirc-fill-column): Accept 'frame-width as a value.
1187 (rcirc-set-changed): Add function.
1188 (rcirc-next-active-buffer): Write more meaningful messages.
1189 (rcirc-faces): Add customization group.
1190 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1191 (rcirc-nick-in-message-face, rcirc-prompt-face)
1192 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1193 (with-rcirc-process-buffer): Move before first usage.
1194 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1195 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1196 (rcirc-debug): Rename from `rcirc-log'.
1197 (rcirc-format-response-string): Do not print '-' chars for a
1198 NOTICE with no sender. Simplify output of server responses.
1199
1200 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1201
1202 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1203 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1204 mouse and RET clickable.
1205
1206 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1207
1208 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1209
1210 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1211
1212 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1213 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1214 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1215 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1216 argument to all these routines, so the passphrase can be managed
1217 externally and passed in to the system.
1218 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1219 pgg-add-passphrase-to-cache function.
1220
1221 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1222 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1223 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1224 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1225 argument to all these routines, so the passphrase can be managed
1226 externally and passed in to the system.
1227 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1228 function.
1229
1230 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1231
1232 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1233 from goto-address-url-regexp.
1234
1235 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1236
1237 * textmodes/org.el (org-read-date, org-goto-calendar)
1238 (org-recenter-calendar, org-agenda-goto-calendar):
1239 Temporarily clear 'calendar-move-hook'.
1240
1241 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1242
1243 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1244 merging.
1245
1246 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1247 have merge clashes.
1248
1249 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1250
1251 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1252 Undo previous change.
1253
1254 * startup.el (command-line): Use `custom-reevaluate-setting' for
1255 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1256 tty-register-default-colors on Mac.
1257
1258 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1259
1260 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1261 (gdb-buffer-type): Make it automatically buffer local...
1262 (gdb-get-create-buffer): ...and set it accordingly.
1263 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1264 actually work.
1265
1266 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1267
1268 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1269 not red.
1270
1271 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1272
1273 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1274 case GUD buffer is not visible.
1275 (gdb-goto-breakpoint): Try to force display in source buffer.
1276 (gdb-frame-gdb-buffer): Copy other similar functions.
1277 (gdb-restore-windows): Don't display source if not asked for.
1278 (gdb-assembler-buffer-name): Don't capitalise.
1279
1280 2005-11-03 Richard M. Stallman <rms@gnu.org>
1281
1282 * wid-edit.el (key-sequence): New widget type.
1283
1284 * simple.el (set-mark-command-repeat-pop): New variable.
1285 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1286 if set-mark-command-repeat-pop is true.
1287
1288 * info.el (Info-fontify-node): Don't display extra "see" if there
1289 already is one here.
1290
1291 * mouse.el: Fix special handling of DEL after dragging a region:
1292 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1293 (mouse-region-delete-keys): Add [backspace].
1294
1295 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1296
1297 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1298 not to assume it pertains to an affix.
1299
1300 * textmodes/flyspell.el (flyspell-post-command-hook):
1301 Bind deactivate-mark to prevent deactivation.
1302
1303 2005-11-03 Lars Hansen <larsh@soem.dk>
1304
1305 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1306 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1307 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1308
1309 2005-11-03 Romain Francoise <romain@orebokech.com>
1310
1311 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1312 Update copyright years.
1313
1314 2005-11-03 Sam Steingold <sds@gnu.org>
1315
1316 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1317 Use system-type instead of window-system because window-system is not
1318 correctly defined during loadup.
1319
1320 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1321
1322 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1323 (xml-parse-tag): Join strings separated by a comment properly.
1324
1325 2005-11-02 Andreas Schwab <schwab@suse.de>
1326
1327 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1328
1329 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1332 (byte-optimize-pure-func): Quote the eval'd value.
1333
1334 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1335 Rename from perl-font-lock-syntactic-face-function.
1336 Change the calling convention so it can be used as a font-lock MATCHER.
1337 Do the parse-partial-sexp loop outselves.
1338 (perl-font-lock-syntactic-keywords): Use it.
1339 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1340
1341 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1342
1343 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1344 disassembly buffer too.
1345 (gdb-exited): Remove overlay arrows when execution has finished.
1346 (gdb-info-frames-custom, gdb-info-threads-custom)
1347 (gdb-info-registers-custom): Don't add inappropriate text
1348 properties if inferior is not active.
1349
1350 2005-11-02 Glenn Morris <rgm@gnu.org>
1351
1352 * progmodes/fortran.el (fortran-blink-match):
1353 Use `blink-matching-delay'.
1354
1355 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1356
1357 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1358
1359 2005-11-02 Lars Hansen <larsh@soem.dk>
1360
1361 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1362 "Permission denied".
1363
1364 2005-11-01 Richard M. Stallman <rms@gnu.org>
1365
1366 * textmodes/flyspell.el (flyspell-external-point-words):
1367 Pass nil to flyspell-get-word.
1368
1369 2005-11-02 Kim F. Storm <storm@cua.dk>
1370
1371 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1372 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1373
1374 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1377 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1378 (calendar-mouse-print-dates): Add optional `event' argument.
1379 Update interactive-spec.
1380 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1381 Use `calendar-event-to-date' instead of `event'.
1382
1383 2005-11-02 Masatake YAMATO <jet@gyve.org>
1384
1385 * progmodes/ld-script.el (ld-script-builtins):
1386 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1387 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1388 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1389
1390 2005-11-01 Romain Francoise <romain@orebokech.com>
1391
1392 * vc-sccs.el: Update copyright year.
1393 * ezimage.el: Likewise.
1394
1395 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1396
1397 * info.el (Info-fontify-node): Use `string-width' for fontifying
1398 underlined titles.
1399
1400 2005-11-01 Juri Linkov <juri@jurta.org>
1401
1402 * info.el (Info-fontify-node): Downcase node header keywords Node,
1403 Prev, Next, Up before comparison.
1404 (Info-history): Insert absolute directory name, and put invisible
1405 property on it.
1406
1407 2005-11-01 Juri Linkov <juri@jurta.org>
1408
1409 * info.el (Info-file-supports-index-cookies): New variable.
1410 (Info-find-node-2): Check makeinfo version for index cookie support.
1411 (Info-index-nodes): Search for nodes with index cookies only when
1412 Info-file-supports-index-cookies is t. Otherwise, search nodes
1413 with "Index" in the node name.
1414 (Info-index-node): Search index cookie in the current node only when
1415 Info-file-supports-index-cookies is t. Otherwise, check the word
1416 "Index" in the node name.
1417 (Info-find-emacs-command-nodes): Remove code that searches nodes
1418 with "Index" node name in the top menu.
1419
1420 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * progmodes/scheme.el (scheme-mode-variables): Use the default
1423 comment-indent-function.
1424
1425 * faces.el (face-attribute): Handle the case where a face inherits from
1426 a non-existent face.
1427
1428 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1429 for octal and hexa output, and merge the char into the paren.
1430 (kill-new): Use push.
1431 (copy-to-buffer): Use with-current-buffer.
1432 (completion-setup-function): Move code in loop to remove redundancy.
1433 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1434 those inherited from minibuffer-local-completion-map.
1435
1436 * savehist.el (savehist-mode) <defcustom>:
1437 Use custom-set-minor-mode if available.
1438 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1439 and emit a message if applicable.
1440
1441 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1442
1443 * savehist.el: Sync up to version 19.
1444 (savehist-mode): New minor mode.
1445 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1446 (savehist-length): Remove (use history-length instead).
1447 (savehist-file-modes): Rename from savehist-modes.
1448 (savehist-save-hook, savehist-loaded): New vars.
1449 (savehist-load): Use savehist-mode. Try to smooth up transition from
1450 old format to new format.
1451 (savehist-install): Allow savehist-autosave-interval to be nil.
1452 (savehist-save): Run the new hook. Be more careful to only trim the
1453 history variables.
1454 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1455 (savehist-printable): Print into a buffer rather than char-by-char.
1456
1457 2005-11-01 John Wiegley <johnw@newartisans.com>
1458
1459 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1460 toggle-ignore keybinding (C-a). The author said it had been
1461 disabled much earlier due to a possible incompatibility, but after
1462 many months of usage I have encountered no problems (and it is a
1463 rather useful option, especially for switching to " *temp*").
1464
1465 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1466 support for OS/X's AddressBook, by calling out to the open source
1467 program "contacts" (installable through Fink).
1468
1469 * net/eudc.el (eudc-expand-inline): If the
1470 `eudc-multiple-match-handling-method' is set to `all', delete the
1471 query string before inserting the query result.
1472
1473 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1474 flag, to prevent Eshell from using the system ls when
1475 `eshell-ls-insert-directory' is in used.
1476 (eshell-ls-insert-directory): Disable font-lock in directory
1477 buffer so that Eshell's own fontification is seen. This broke
1478 recently due to changes in font-lock, so this goes back to version
1479 21 behavior.
1480
1481 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1482
1483 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1484 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1485 (gdb-many-windows): Doc fix.
1486
1487 2005-10-31 Romain Francoise <romain@orebokech.com>
1488
1489 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1490
1491 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1492
1493 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1494 that global-font-lock-mode can be enabled by default.
1495
1496 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1497 (font-lock-add-keywords, font-lock-remove-keywords)
1498 (font-lock-fontify-buffer): Remove autoload cookies.
1499
1500 * jit-lock.el (jit-lock-register): Likewise.
1501
1502 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1503
1504 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1505
1506 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1507 intact if there is no gud-comint-buffer.
1508
1509 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1510
1511 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1512 old prompt comint-prompt-read-only is t and GDB commands are
1513 issued from tool bar etc.
1514
1515 2005-10-31 Masatake YAMATO <jet@gyve.org>
1516
1517 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1518
1519 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1522 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1523
1524 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1525
1526 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1527 starting at beginning of line. Fontification is messed up when
1528 `open-paren-in-column-0-is-defun-start' set to t.
1529 Reported by John Paul Wallington <jpw@pobox.com>.
1530
1531 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1532
1533 * comint.el (comint-send-input): Call `comint-update-fence' when
1534 `comint-process-echoes' and `comint-prompt-read-only' are both
1535 non-nil, to avoid leftover read-only newline.
1536
1537 2005-10-30 Richard M. Stallman <rms@gnu.org>
1538
1539 * textmodes/flyspell.el (flyspell-external-point-words):
1540 Detect when WORD can't be checked properly because
1541 flyspell-get-word finds just part of it, and move on.
1542
1543 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1544 boundarychar for Polish.
1545 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1546 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1547
1548 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1549
1550 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1551 (gdb-registers-font-lock-keywords): Delete.
1552 (gdb-registers-mode): Don't fontify.
1553 (gdb-info-registers-custom): Use text properties instead as, in
1554 future, changed register values will use font-lock-warning-face.
1555 (gdb-local-font-lock-keywords): Rename to...
1556 (gdb-locals-font-lock-keywords): ...for consistency.
1557
1558 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1559
1560 * vc.el (vc-switch-backend): Better error message if the buffer is
1561 not visiting a file under version control.
1562
1563 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1564
1565 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1568 ~/.emacs.d/.emacs.
1569
1570 2005-10-29 Richard M. Stallman <rms@gnu.org>
1571
1572 * replace.el (occur-mode-mouse-goto): Always go to other window.
1573 (occur-mode-goto-occurrence): Always switch in same window.
1574
1575 * simple.el (undo): Display message at end, not at start.
1576
1577 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1578 New arg REUSE-CELL.
1579 (cancel-timer-internal): New function.
1580 (timer-event-handler): Use cancel-timer-internal,
1581 and pass the cell it returns to timer-activate...
1582
1583 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1584 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1585 (jit-lock-after-change): Test memory-full.
1586
1587 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1588
1589 * textmodes/conf-mode.el (conf-assignment-sign)
1590 (conf-assignment-regexp): Fix docstrings.
1591 (conf-mode-initialize): New function.
1592 (conf-mode): Remove optional args. Use delay-mode-hooks to
1593 recognize recursive calls.
1594 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1595 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1596 (conf-xdefaults-mode): Use define-derived-mode and
1597 conf-mode-initialize.
1598
1599 2005-10-29 Romain Francoise <romain@orebokech.com>
1600
1601 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1602
1603 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1604
1605 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1606 part of the decoded armor to find the key-identifier.
1607 (pgg-gpg-lookup-key-owner): New function to return the
1608 human-readable identifier of a key owner.
1609 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1610 key itself.
1611 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1612 the key value) if we have a key and can match it against a secret
1613 key. Also, added a note pointing out fact that the prompt only
1614 indicates the first matching key.
1615
1616 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1617 pgg-decrypt-region.
1618 (pgg-pending-timers): A new hash for tracking the passphrase cache
1619 timers, so that new ones supercede old ones.
1620 (pgg-add-passphrase-to-cache): Rename from
1621 `pgg-add-passphrase-cache' to reduce confusion (all callers
1622 changed). Modified to cancel old timers when new ones are added.
1623 (pgg-remove-passphrase-from-cache): Rename from
1624 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1625 changed). Modified to cancel old timers when their keys are
1626 removed from the cache.
1627 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1628 XEmacs, an indirection to delete-itimer.
1629 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1630 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1631 users can only check cache without risk of prompting. Correct bug in
1632 notruncate behavior.
1633 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1634 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1635 Add informative docstrings.
1636 (pgg-decrypt): Convey provided passphrase in subordinate call to
1637 pgg-decrypt-region.
1638
1639 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1640
1641 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1642 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1643 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1644 'passphrase' argument, so the passphrase can be managed externally
1645 and then passed in to the system.
1646
1647 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1648 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1649 so the passphrase cache can be used reliably with identifiers
1650 besides a pgp packet's key id.
1651
1652 * pgg-gpg.el (pgg-pgp-encrypt-region)
1653 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1654 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1655 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1656 argument to all these routines, so the passphrase can be managed
1657 externally and passed in to the system.
1658
1659 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1660 'notruncate' argument, so the passphrase cache can be used
1661 reliably with identifiers besides a pgp packet's key id.
1662
1663 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1664
1665 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1666 symmetric encryption.
1667 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1668 encrypted session key.
1669 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1670 message ask for the passphrase in a proper way.
1671
1672 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1673 New user commands for symmetric encryption.
1674
1675 2005-10-28 Bill Wohler <wohler@newt.com>
1676
1677 * help-mode.el (help-url): New button type. Calls browse-url.
1678 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1679 Similar to Info nodes: URL `url'.
1680 (help-make-xrefs): Create help-url buttons for
1681 help-xref-url-regexp matches.
1682
1683 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1684
1685 * tool-bar.el (tool-bar-add-item-from-menu)
1686 (tool-bar-local-item-from-menu): Fix doc strings.
1687
1688 2005-10-28 Romain Francoise <romain@orebokech.com>
1689
1690 * ldefs-boot.el: Update.
1691
1692 * subr.el (locate-library): Move from help-fns.el.
1693 * help-fns.el (locate-library): Move to subr.el.
1694
1695 2005-10-28 Richard M. Stallman <rms@gnu.org>
1696
1697 * net/tramp.el (tramp-completion-mode): defvar moved up.
1698
1699 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1700
1701 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1702
1703 * files.el (find-file-noselect): Use %d to format large file size.
1704
1705 * bindings.el (mode-line-format): Add %e.
1706
1707 * loadup.el ("facemenu"): Load unconditionally.
1708 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1709 ("x-dnd"): Load, when appropriate.
1710
1711 * startup.el (command-line): Call before-init-hook earlier.
1712 Warn about some bad characters in -u user name.
1713
1714 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1715 (flyspell-external-point-words): Error if misspelled word is not found.
1716 Set flyspell-large-region-beg at end of word.
1717
1718 2005-10-28 Andreas Schwab <schwab@suse.de>
1719
1720 * view.el (View-revert-buffer-scroll-page-forward):
1721 Use view-page-size-default.
1722
1723 2005-10-28 Juri Linkov <juri@jurta.org>
1724
1725 * international/quail.el (quail-get-current-str): Translate last
1726 raw character for deterministic input methods.
1727
1728 2005-10-27 Jay Belanger <belanger@truman.edu>
1729
1730 * calc/calc-ext.el: Add functions to autoloads.
1731 (math-identity-matrix-p, math-ident-row-p): New functions.
1732
1733 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1734 multiplication by an identity matrix; don't turn multiplication by
1735 an inverse matrix into division.
1736 (math-div-symbol-fancy): Replace division by matrices with
1737 multiplication by inverse.
1738
1739 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1740
1741 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1742 (calc-writeoutpower): New functions.
1743
1744 2005-10-27 Romain Francoise <romain@orebokech.com>
1745
1746 * replace.el (occur-engine): Include colon in mouse-face highlight.
1747
1748 * dired-x.el: Change Maintainer field.
1749
1750 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * longlines.el (longlines-mode): Bind after-change-functions to
1753 nil during initial decoding and final encoding.
1754
1755 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * term.el (term-emulate-terminal, term-handle-colors-array)
1758 (term-handle-ansi-escape): Specify the terminfo capabilities
1759 implemented.
1760
1761 2005-10-26 Richard M. Stallman <rms@gnu.org>
1762
1763 * info.el (Info-fontify-node): Fix detection of sentence-break
1764 before *Note.
1765
1766 2005-10-26 Romain Francoise <romain@orebokech.com>
1767
1768 * smerge-mode.el: Add `tools' to file keywords.
1769
1770 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1771
1772 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1773 when the fringe is not available.
1774
1775 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1776 (def-gdb-auto-update-trigger): Simplify construction.
1777 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1778 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1779 defined explicitly.
1780 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1781 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1782 defined explicitly.
1783 (gdb-info-locals-custom): Remove as it's a no-op.
1784
1785 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * longlines.el (longlines-mode): Remove narrowing before
1788 performing the initial decoding or final encoding.
1789
1790 2005-10-25 Romain Francoise <romain@orebokech.com>
1791
1792 * emacs-lisp/find-func.el (find-library-name): Also strip
1793 extension if library name ends in .el, to take advantage of
1794 `find-library-suffixes'.
1795
1796 2005-10-25 Richard M. Stallman <rms@gnu.org>
1797
1798 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1799
1800 2005-10-25 Juri Linkov <juri@jurta.org>
1801
1802 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1803 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1804
1805 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1808 (blackbox-redefine-key): Add argument `map'.
1809
1810 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1811 regions when moving the jit-lock-context-unfontify-pos boundary.
1812
1813 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1814
1815 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1816
1817 2005-10-25 Masatake YAMATO <jet@gyve.org>
1818
1819 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1820
1821 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1822
1823 * play/blackbox.el (blackbox-redefine-key): New function.
1824 (blackbox-mode-map): Use it to remap existing bindings for cursor
1825 motion instead of binding literal keys.
1826
1827 2005-10-25 Glenn Morris <rgm@gnu.org>
1828
1829 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1830 diary does not end in a newline. Do not assume a blank line at
1831 the start of the diary file.
1832
1833 2005-10-25 Kenichi Handa <handa@m17n.org>
1834
1835 * international/quail.el (quail-translate-key): If the input
1836 method is deterministic and failed to handle the last key, restart
1837 the key handling loop from an appropriate key.
1838
1839 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1840
1841 * vc.el (vc-dired-mode): Extend comment for binding of
1842 `directory-listing-before-filename-regexp'.
1843
1844 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * textmodes/texinfo.el (texinfo-mode):
1847 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1848 not to unnecessarily expose emacs-mule's internal char codes.
1849
1850 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1851
1852 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1853 Display hand pointer and help-echo on disabled icon too.
1854 (gdb-mouse-until): New function.
1855 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1856
1857 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1860 with 2005-10-23 change to doctor.el.
1861
1862 * finder.el (finder-mode-map): Add follow-link binding.
1863
1864 2005-10-25 Kim F. Storm <storm@cua.dk>
1865
1866 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1867 to gdb-mouse-toggle-breakpoint-fringe.
1868 (gdb-mouse-toggle-breakpoint-margin): Rename from
1869 gdb-mouse-toggle-breakpoint. Fix doc.
1870 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1871 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1872 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1873 string properties also for fringe breakpoint bitmaps.
1874
1875 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1876
1877 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1878
1879 2005-10-25 Masatake YAMATO <jet@gyve.org>
1880
1881 * simple.el (completion-common-substring):
1882 Use `completion-common-substring' prior to `completion-base-size'.
1883
1884 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1885
1886 * savehist.el: Require CL while compiling.
1887 (savehist-history-variables): Remove.
1888 (savehist-save-minibuffer-history, savehist-additional-variables)
1889 (savehist-minibuffer-history-variables): New vars.
1890 (savehist-save): Use them.
1891 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1892 (savehist-install): New fun, extracted from savehist-load.
1893 (savehist-load): Use them.
1894
1895 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1898 a dummy doc-string-elt property.
1899 (defalias, defvaralias, define-category): Add a docstring property.
1900
1901 * image.el (defimage):
1902 * widget.el (define-widget):
1903 * custom.el (defface, defcustom): Add `doc-string' declaration.
1904
1905 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1906 (defadvice): Add `doc-string' declaration.
1907
1908 * emacs-lisp/byte-run.el (macro-declaration-function):
1909 Handle `doc-string' declarations.
1910 (define-obsolete-function-alias, define-obsolete-variable-alias):
1911 Add `doc-string' declaration.
1912
1913 2005-10-24 Kenichi Handa <handa@m17n.org>
1914
1915 * international/utf-7.el (utf-7): Add autoload cookie.
1916
1917 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1918
1919 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1920
1921 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1922 list of directories passed to batch-update-autoloads. Add "." to
1923 the list of the echoed directories.
1924
1925 * pgg-def.el:
1926 * pgg-gpg.el:
1927 * pgg-parse.el:
1928 * pgg-pgp.el:
1929 * pgg-pgp5.el:
1930 * pgg.el: Moved here from the gnus subdirectory.
1931
1932 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1933
1934 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1935 in case comint-prompt-read-only is set to t.
1936
1937 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1938 in case comint-prompt-read-only is set to t.
1939
1940 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1941
1942 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1943 Now a string.
1944 (icalendar-import-format): Handle CLASS, STATUS, URL.
1945 Rename `subject' to `summary'.
1946 (icalendar-import-format-summary): Rename from
1947 `icalendar-import-format-subject'.
1948 (icalendar-import-format-url, icalendar-import-format-status)
1949 (icalendar-import-format-class): New variables.
1950 (icalendar--rris): Take variable argument list.
1951 (icalendar--datestring-to-isodate): Remove unnecessary
1952 calendar-style check when converting dates with explicit month names.
1953 (icalendar-export-region): Change return type of conversion
1954 subroutines. Bury current buffer unless error occurred.
1955 (icalendar--convert-to-ical)
1956 (icalendar--parse-summary-and-rest): New functions.
1957 (icalendar--convert-ordinary-to-ical)
1958 (icalendar--convert-weekly-to-ical)
1959 (icalendar--convert-yearly-to-ical)
1960 (icalendar--convert-block-to-ical)
1961 (icalendar--convert-cyclic-to-ical)
1962 (icalendar--convert-anniversary-to-ical): Change return type.
1963 Strip trailing blanks from subject.
1964 (icalendar--convert-sexp-to-ical): Change return type.
1965 Strip trailing blanks from subject. Handle simple sexp
1966 entries as generated by icalendar.el.
1967 (icalendar--convert-float-to-ical)
1968 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1969 (icalendar-import-file): Doc fix.
1970 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1971 Correct call to icalendar--rris.
1972 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1973 `summary'.
1974 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1975
1976 2005-10-24 Romain Francoise <romain@orebokech.com>
1977
1978 * server.el (server-sentinel): Set query-on-exit flag to nil on
1979 new client processes (it isn't inherited from the server process).
1980
1981 * replace.el (occur-engine): Rearrange text properties.
1982
1983 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1986 case-fold-search is nil.
1987 (debug-help-follow): Use help-xref-interned directly.
1988
1989 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * thumbs.el (thumbs-image-type): Add .pbm.
1992
1993 2005-10-23 Richard M. Stallman <rms@gnu.org>
1994
1995 * faces.el (inhibit-face-set-after-frame-default): New variable.
1996 (set-face-attribute): Bind it.
1997 (face-set-after-frame-default): Test it.
1998
1999 * help-fns.el (describe-simplify-lib-file-name): New function.
2000 (describe-function-1, describe-variable): Use it.
2001
2002 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2003
2004 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2005 Eliminate nil as possible value.
2006 (tooltip-hide-delay): Reduce internal-border-width.
2007
2008 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2009 (menu-bar-file-menu) <new-file>: Likewise.
2010
2011 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2012
2013 * international/mule.el (load-with-code-conversion):
2014 Pass full file name to `eval-buffer' unless preloading.
2015
2016 * textmodes/flyspell.el (flyspell-large-region):
2017 Call ispell-check-version.
2018
2019 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2020 Fix the make-variable-buffer-local call that was supposed
2021 to be for this variable.
2022 (ispell-aspell-supports-utf8): Doc fix.
2023 (ispell-find-aspell-dictionaries): Preserve elements of
2024 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2025 (ispell-aspell-find-dictionary): Return nil on error.
2026
2027 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2028 (doctor-symptoms): Likewise.
2029
2030 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2031
2032 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2035 (custom-raised-buttons): Add :set spec.
2036 (custom-button-unraised, custom-button-pressed-unraised):
2037 New faces, so that custom-raised-buttons actually does something.
2038 (custom-mode): Use custom-button and custom-button-pressed.
2039
2040 * wid-edit.el (widget-specify-button): Don't ignore
2041 widget-mouse-face on graphic terminals.
2042 (widget-move-and-invoke): Cleanup.
2043
2044 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2045
2046 * whitespace.el (whitespace-cleanup): Doc fix.
2047
2048 2005-10-23 Romain Francoise <romain@orebokech.com>
2049
2050 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2051 `eval-after-load' to avoid evaluating their result.
2052
2053 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * files.el (directory-listing-before-filename-regexp):
2056 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2057
2058 * dired.el (dired-move-to-filename-regexp): Remove.
2059 All occurences replaced by `directory-listing-before-filename-regexp'.
2060
2061 * dired-x.el, locate.el, vc.el:
2062 Replace `dired-move-to-filename-regexp' by
2063 `directory-listing-before-filename-regexp'. In vc.el it is
2064 overwritten locally; maybe this can be handled in files.el too.
2065
2066 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2067 replaced by `directory-listing-before-filename-regexp'.
2068
2069 2005-10-23 Andreas Schwab <schwab@suse.de>
2070
2071 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2072 and eval-next-after-load.
2073
2074 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2075
2076 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2077 exist, create it.
2078
2079 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2080
2081 * allout.el: Remove autoloads for mailcrypt and crypt++.
2082 Require pgg, pgg-gpg during compilation.
2083 (allout-version): Increment version number to 2.1, and use a literal
2084 rather than RCS Id.
2085 (allout-default-encryption-scheme): Remove.
2086 (allout-passphrase-verifier-handling)
2087 (allout-passphrase-verifier-string)
2088 (allout-file-passphrase-verifier-string)
2089 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2090 (allout-passphrase-hint-handling): Rename and simplify.
2091 (allout-init): Use `find-file-hook' if available, otherwise
2092 `find-file-hooks'.
2093 (allout-mode): Use `write-file-functions' if available, otherwise
2094 `local-write-file-hooks' and, instead of making auto-save-hook
2095 buffer local, make the write-file-hook activity contingent to
2096 allout-mode.
2097 (allout-mode): Use key-binding substitution in the docstring.
2098 (allout-kill-line): Spell-out kill ring data structure mutation
2099 instead of using byte-compiler-complaint-provoking `pop'.
2100 (allout-insert-listified): Use `insert' rather than `insert-string'
2101 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2102 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2103 (allout-encrypt-string): Totally revamped vis new underlying
2104 encryption facilities.
2105 (allout-mc-activate-passwd): Remove.
2106 (allout-obtain-passphrase): New, more or less replaces
2107 allout-mc-activate-passwd.
2108 (allout-encrypted-key-info): More or less replaces
2109 allout-encrypted-text-type.
2110 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2111 (my-mark-marker): Use `(featurep 'xemacs)'.
2112
2113 2005-10-23 Lars Hansen <larsh@soem.dk>
2114
2115 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2116 (byte-compile-file-form-defmumble, byte-compile-defun)
2117 (byte-compile-defmacro): Use it.
2118 (byte-compile-form): Don't call byte-compile-set-symbol-position
2119 when a byte-compile handler is called.
2120
2121 2005-10-22 Romain Francoise <romain@orebokech.com>
2122
2123 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2124
2125 * subr.el (eval-after-load): Convert library name to an absolute
2126 file name using locate-library, since load-history no longer has
2127 library names in it.
2128
2129 2005-10-22 Richard M. Stallman <rms@gnu.org>
2130
2131 * files.el (make-temp-file): Move from subr.el.
2132 * subr.el (make-temp-file): Move to files.el.
2133
2134 * window.el (get-buffer-window-list): Move from subr.el.
2135 * subr.el (get-buffer-window-list): Move to window.el.
2136
2137 * image.el (image-load-path): Use eval-at-startup to initialize.
2138
2139 * subr.el (eval-at-startup): New macro.
2140
2141 * subr.el: Much rearrangement of functions and division
2142 into pages. No code changes.
2143
2144 2005-10-22 Kenichi Handa <handa@m17n.org>
2145
2146 * tar-mode.el (tar-extract): Be sure to call
2147 find-operation-coding-system if set-auto-coding doesn't find a
2148 coding system.
2149
2150 2005-10-22 Kim F. Storm <storm@cua.dk>
2151
2152 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2153 Change users.
2154 (image-type-file-name-regexps): New defconst.
2155 (image-type-from-data): Simplify loop.
2156 (image-type-from-buffer): New defun.
2157 (image-type-from-file-header): Use it instead of image-type-from-data.
2158 Use image-search-load-path instead of only looking in data-directory.
2159 (image-type-from-file-name): New defun.
2160 (image-search-load-path): Change `pathname' to `filename'.
2161 Make PATH arg optional, default to image-load-path.
2162
2163 2005-10-21 Richard M. Stallman <rms@gnu.org>
2164
2165 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2166
2167 * textmodes/paragraphs.el (sentence-end-base): New variable.
2168 (sentence-end): Use sentence-end-base.
2169
2170 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2173 property independently from the font-lock-multiline variable.
2174
2175 2005-10-21 Richard M. Stallman <rms@gnu.org>
2176
2177 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2178
2179 * startup.el (command-line): Convert library names
2180 in `load-history' to absolute file names.
2181
2182 * subr.el (symbol-file): Doc fix.
2183
2184 * loadhist.el (file-loadhist-lookup): Call locate-library
2185 instead of find-library-name. Don't try converting
2186 abs file names to library names, since load-history no longer
2187 has library names in it.
2188 (file-dependents, file-provides, file-requires): Doc fixes.
2189
2190 2005-10-21 Juri Linkov <juri@jurta.org>
2191
2192 * progmodes/etags.el (tags-table-mode): New function.
2193 (tags-verify-table): Replace initialize-new-tags-table with
2194 tags-table-mode.
2195
2196 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2197 default value.
2198 (desktop-modes-not-to-save): Add tags-table-mode to the
2199 default value.
2200
2201 * info.el (Info-index-next): Add total number of index
2202 alternatives to the message.
2203
2204 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2205 backward only space (instead of space and period) before looking
2206 at sentence end.
2207
2208 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2209 Add the old variable value as 4th default-value arg of read-string.
2210
2211 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2212
2213 * cus-face.el (custom-declare-face): Make face from X resources
2214 also on Mac.
2215
2216 * disp-table.el (standard-display-g1, standard-display-graphic):
2217 Refuse to use string glyphs also on Mac.
2218 (standard-display-european): Don't set terminal coding system also
2219 on Mac.
2220
2221 * frame.el (display-screens): Use x-display-screens also on Mac.
2222
2223 2005-10-21 Romain Francoise <romain@orebokech.com>
2224
2225 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2226
2227 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2230 and $? into sexps.
2231
2232 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2233 warning face on open-paren-in-column-0.
2234
2235 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2236 boundary case. Fix typo.
2237 Suggested by Martin Rudalics <rudalics@gmx.at>.
2238
2239 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2240
2241 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2242 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2243 (org-export-icalendar-this-file)
2244 (org-export-icalendar-all-agenda-files)
2245 (org-export-icalendar-combine-agenda-files): New commands.
2246 (org-export-icalendar, org-print-icalendar-entries)
2247 (org-start-icalendar-file, org-finish-icalendar-file)
2248 (org-ical-ts-to-string): New functions.
2249 (org-read-date, org-goto-calendar)
2250 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2251 call to `calendar'.
2252 (orgtbl-setup): Remove the :keys arguments from the menu description.
2253 (org-after-save-iCalendar-file-hook): New variable.
2254
2255 2005-10-21 Kenichi Handa <handa@m17n.org>
2256
2257 * language/vietnamese.el (tcvn-5712): Make it an alias of
2258 vietnamese-tcvn coding-system.
2259
2260 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2261
2262 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2263 group id is given.
2264
2265 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2268 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2269 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2270 whose line is either continued or ends with a comment.
2271
2272 2005-10-20 Romain Francoise <romain@orebokech.com>
2273
2274 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2275
2276 * replace.el (occur-engine): Add follow-link property.
2277
2278 * font-core.el (font-lock-mode): Doc fix.
2279
2280 2005-10-20 Richard M. Stallman <rms@gnu.org>
2281
2282 * net/rcirc.el: New file.
2283
2284 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2285
2286 * term.el (term-term-name): Initialize to "eterm-color".
2287
2288 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2289
2290 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2291 for encryption functionality.
2292 Move allout customization subgroup from `editing' to `outlines' group.
2293 Fix commentary 'keywords' to legitimate ones.
2294 Update author info (using my current email address, obscurified).
2295 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2296 (allout-encrypted-topic-p, allout-encrypted-text-type)
2297 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2298 (allout-situate-encryption-key-verifier)
2299 (allout-get-encryption-key-verifier, allout-verify-key)
2300 (allout-next-topic-pending-encryption)
2301 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2302 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2303 (outline-key-verifier-handling, outline-key-hint-handling)
2304 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2305 (allout-file-key-verifier-string, allout-encryption-scheme)
2306 (allout-key-verifier-string, allout-key-hint-string)
2307 (allout-after-save-decrypt): New variables.
2308 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2309 (allout-after-saves-handler): New hook functions.
2310 (allout-post-command-business): Do allout-after-save-decrypt.
2311 (allout-enable-file-variable-adjustment): Custom var to enable
2312 mechanism for adding and adjusting settings of Emacs file variables.
2313 (allout-adjust-file-variable, allout-file-vars-section-data):
2314 New functions, implement the mechanism.
2315 (outlineify-sticky): Use the file vars mechanism.
2316 (allout-inhibit-protection, allout-during-write-cue)
2317 (allout-override-protect, allout-before-change-protect): Remove.
2318 (allout-flag-region, allout-open-topic): Adjust read-only text.
2319 (allout-open-line-not-read-only): Add to facilitate read-only
2320 text based protection.
2321 (allout-kill-line): Revise to adjust read-only text, clue the
2322 user about the inhibition.
2323 (allout-unprotected): Use unwind-protect.
2324 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2325 topic deeper than the offspring depth of the previous topic -
2326 avoiding confusing "containment discontinuities".
2327 (allout-reindent-bodies): Fix retention of body relative hanging
2328 indent during promotion of collapsed bodies.
2329 (allout-open-topic): Make it easy to open new topic with same
2330 bullet as current topic - topic creation functions provided with
2331 any universal argument provokes now prompt for bullet, defaulting
2332 to the bullet of the previous topic.
2333 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2334 Plain bullet alternates '.' period and ',' comma only. All other
2335 bullets are relegated to special status (but customizable).
2336 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2337 since it actually operates w.r.t. most immediately containing
2338 entry, visible or not.
2339 (allout-hide-current-entry, allout-show-current-entry): Use the
2340 revised version.
2341 (allout-old-expose-topic): Solidify deprecation.
2342 (allout-end-of-subtree): Add so we can span concealed as well
2343 as visible topics.
2344 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2345 (allout-end-of-current-heading): Tweak to just respect the first line.
2346 (allout-get-body-text): Add.
2347 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2348 when invoked interactively.
2349 (allout-up-current-level): Use `interactive-p'.
2350 (allout-mode, allout-init): Miscellaneous docstring and
2351 operational refinements, as well as hookups of new encryption stuff.
2352 (allout-beginning-of-current-entry): Now works as advertised.
2353 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2354 (allout-isearch-rectification): Refine condition for isearching.
2355 (allout-isearch-abort, allout-enwrap-isearch)
2356 (allout-flag-region, my-region-active-p): Relocate some macros.
2357 (allout-title): Fallback title is '(buffer-name)', not
2358 non-existing '(current-buffer-name)'.
2359 (subst-char-in-string): Define if absent (for some XEmacs versions).
2360
2361 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2362
2363 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2364 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2365 (mail-citation-prefix-regexp, mail-signature-file)
2366 (mail-default-headers, mail-bury-selects-summary)
2367 (mail-send-nonascii): Add autoload cookies.
2368
2369 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2370
2371 * frame.el (blink-cursor-mode): Add `mac' to the list of
2372 window-system's that support blinking cursor.
2373
2374 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2375
2376 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2377
2378 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2379
2380 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2381 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2382 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2383
2384 2005-10-20 Kim F. Storm <storm@cua.dk>
2385
2386 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2387 (ido-set-current-directory): Don't add / after final @.
2388 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2389 Explicitly handle ange-ftp completion oddities.
2390 (ido-make-file-list): Don't rotate list at tramp root to avoid
2391 triggering tramp file handler for expand-file-name via get-file-buffer.
2392
2393 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2396
2397 2005-10-19 Jay Belanger <belanger@truman.edu>
2398
2399 * calc/calc-units.el (math-standard-units): Add units, adjust
2400 symbols and update values.
2401 (math-unit-prefixes): Add more prefixes.
2402
2403 2005-10-19 Romain Francoise <romain@orebokech.com>
2404
2405 * bookmark.el (bookmark-menu-heading): New face.
2406 (bookmark-bmenu-list): Use it.
2407 Don't fiddle with `baud-rate' at top-level.
2408
2409 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * image.el (create-image, find-image): Mention max-image-size in
2412 docstring.
2413
2414 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * savehist.el (savehist-load): Revert to checking XEmacs.
2417
2418 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2419 Various docstring and line-width fixups.
2420 (conf-mode): Use cond.
2421 Set font-lock-defaults. Don't set comment-use-syntax.
2422
2423 2005-10-18 David Ponce <david@dponce.com>
2424
2425 * tree-widget.el (tree-widget-button-click): New function.
2426 (tree-widget-button-keymap): Use it.
2427
2428 2005-10-18 Romain Francoise <romain@orebokech.com>
2429
2430 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2431 (bookmark-bmenu-hide-filenames): Add follow-link property.
2432 Improve help-echo text.
2433
2434 * ffap.el (find-file-at-point): Doc fix.
2435
2436 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2437
2438 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2439
2440 2005-10-18 Masatake YAMATO <jet@gyve.org>
2441
2442 Install to the CVS repository what I forgot to install in my
2443 2005-10-16 changes.
2444
2445 * progmodes/python.el (python-complete-symbol): Pass the common
2446 prefix substring of completion to `display-completion-list'.
2447
2448 * textmodes/org.el (org-complete): Ditto.
2449
2450 2005-10-18 Masatake YAMATO <jet@gyve.org>
2451
2452 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2453
2454 * woman.el (WoMan-xref-man-page): New button type derived
2455 from `Man-abstract-xref-man-page'.
2456 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2457
2458 * man.el (Man-abstract-xref-man-page): New button type.
2459 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2460 (Man-highlight-references): Add new optional argument `xref-man-type'.
2461
2462 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2463
2464 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2465
2466 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * cus-edit.el (Custom-move-and-invoke): Delete.
2469 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2470
2471 * wid-edit.el (widget-move-and-invoke): New function, from
2472 Custom-move-and-invoke.
2473
2474 2005-10-17 Bill Wohler <wohler@newt.com>
2475
2476 Move all remaining images from lisp/toolbar to etc/images, move
2477 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2478 the low resolution images in their own directory (low-color).
2479
2480 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2481 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2482 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2483 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2484 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2485 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2486 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2487
2488 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2489 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2490 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2491 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2492 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2493 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2494 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2495 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2496 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2497 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2498 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2499 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2500 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2501 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2502 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2503
2504 To conform with convention, replace the underscore (_) in the
2505 following image names with dash (-) or (/) as appropriate.
2506
2507 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2508 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2509 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2510 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2511 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2512 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2513 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2514 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2515 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2516 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2517 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2518 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2519 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2520 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2521 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2522
2523 * info.el (info-tool-bar-map): Replace underscores in image names
2524 with dashes.
2525
2526 * makefile.w32-in (WINS): Remove toolbar.
2527
2528 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2529
2530 * tool-bar.el: Move to lisp from toolbar. Now that
2531 toolbar is empty, it should be deleted when folks run "cvs up -P".
2532
2533 2005-10-18 Jay Belanger <belanger@truman.edu>
2534
2535 * calc/calc-store.el (calc-store-into): Get the proper variable name
2536 to display in message.
2537
2538 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2539
2540 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2541 expressions display in speedbar for all buffers when debugging.
2542 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2543
2544 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2545 (speedbar-insert-button, speedbar-make-button):
2546 Use add-text-properties.
2547 (speedbar-update-localized-contents)
2548 (speedbar-update-directory-contents)
2549 (speedbar-update-special-contents): Use dolist.
2550 (speedbar-buffer-easymenu-definition): Add a menu separator.
2551
2552 2005-10-17 Jason Rumney <jasonr@gnu.org>
2553
2554 * makefile.w32-in: Use $(lisp) consistently.
2555 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2556 for shell specific generation of mh-autoloads.
2557
2558 2005-10-17 Richard M. Stallman <rms@gnu.org>
2559
2560 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2561
2562 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * jit-lock.el (jit-lock-fontify-now):
2565 Move jit-lock-context-unfontify-pos to avoid wasted work.
2566
2567 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2570 `tramp-completion-mode' for checking if we are in completion mode.
2571 (tramp-completion-handle-file-name-all-completions): Reorder code
2572 in order to complete for file names only in case there are no
2573 method/user/host completions. This is necessary for cooperation
2574 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2575
2576 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * longlines.el (longlines-search-forward)
2579 (longlines-search-backward): Match any number of spaces.
2580
2581 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2582
2583 * diff-mode.el (diff-mode): Doc fix.
2584
2585 2005-10-16 David Reitter <david.reitter@gmail.com>
2586
2587 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2588 as default on darwin and windows systems.
2589
2590 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2591
2592 * arc-mode.el (archive-zip-extract): Doc fix.
2593
2594 2005-10-16 Romain Francoise <romain@orebokech.com>
2595
2596 * mouse.el (mouse-1-click-follows-link): Doc fix.
2597
2598 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * savehist.el: Don't require CL at runtime.
2601 (savehist-xemacs): Remove.
2602 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2603 (savehist-no-conversion): Use (featurep 'xemacs).
2604 (savehist-load): Check existence of start-itimer rather than XEmacs.
2605 Use an idle timer.
2606 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2607 `delete-if-not'.
2608
2609 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2610
2611 * savehist.el: Newer version.
2612 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2613 (savehist-last-checksum, savehist-no-conversion): New vars.
2614 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2615 New functions.
2616 (savehist-load, savehist-save): Use them.
2617 (savehist-delimit): Remove.
2618
2619 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * progmodes/compile.el (compilation-goto-locus): Display the
2622 compilation buffer first and the source buffer second, in case they're
2623 in overlapping frames. Don't raise the compilation frame if it was the
2624 selected window upon entry. Pass the `other-window' arg to
2625 pop-to-buffer.
2626
2627 * info.el (Info-fontify-node): Use dolist.
2628 Change add-text-properties to put-text-property.
2629
2630 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2631
2632 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2633 bound of search.
2634
2635 2005-10-16 Masatake YAMATO <jet@gyve.org>
2636
2637 * dabbrev.el (dabbrev-completion): Pass the common
2638 prefix substring of completion to `display-completion-list'.
2639
2640 * filecache.el (file-cache-minibuffer-complete)
2641 (file-cache-complete): Ditto.
2642
2643 * tempo.el (tempo-display-completions): Ditto.
2644
2645 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2646
2647 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2648
2649 * eshell/em-hist.el (eshell-list-history): Ditto.
2650
2651 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2652
2653 * mail/mailalias.el (mail-complete): Ditto.
2654
2655 * progmodes/etags.el (complete-tag): Ditto.
2656
2657 * progmodes/make-mode.el (makefile-complete): Ditto.
2658
2659 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2660
2661 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2662
2663 * progmodes/pascal.el (pascal-complete-word)
2664 (pascal-show-completions): Ditto.
2665
2666 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2667
2668 * simple.el (completion-common-substring): New variable.
2669 (completion-setup-function): Use `completion-common-substring'
2670 to put faces.
2671
2672 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2673
2674 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2675 (x-get-selection, mac-select-convert-to-string): Convert from/to
2676 UTF-16 clipboard data as in native byte order, no BOM.
2677
2678 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2681 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2682 (gud-sentinel): Use speedbar-frame to check for speedbar.
2683
2684 2005-10-15 Richard M. Stallman <rms@gnu.org>
2685
2686 * savehist.el: New file.
2687
2688 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2689
2690 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2691 Fix bug in \bf fontification.
2692
2693 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * pcvs.el (cvs-edit-log-files): New var.
2696 (cvs-mode-edit-log): New arg `file'.
2697 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2698 Instead force the use of the original file and nothing else.
2699 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2700 the cvs-minor-wrap-function is set.
2701 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2702
2703 2005-10-14 Bill Wohler <wohler@newt.com>
2704
2705 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2706 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2707 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2708 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2709 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2710 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2711 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2712 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2713 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2714 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2715 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2716 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2717 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2718 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2719 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2720
2721 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2722 appropriately (for example, gud-break to gud/break).
2723
2724 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * longlines.el (longlinges-search-function)
2727 (longlines-search-forward, longlines-search-backward): New functions.
2728 (longlines-mode): Set isearch-search-fun-function to
2729 longlinges-search-function.
2730
2731 * mouse.el (mouse-drag-region-1): Handle the case where a
2732 double-click event is bound to an arbitrary function.
2733
2734 2005-10-14 David Ponce <david@dponce.com>
2735
2736 * recentf.el (recentf-track-opened-file)
2737 (recentf-track-closed-file, recentf-update-menu)
2738 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2739 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2740 mouse-1-click-follows-link.
2741
2742 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2743
2744 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2745 Gnome file-manager.png. Suggested by
2746 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2747
2748 * toolbar/README: Add diropen.xpm.
2749
2750 2005-10-13 Bill Wohler <wohler@newt.com>
2751
2752 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2753 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2754
2755 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2758 Don't waste the byte-compiler's time on constant data.
2759
2760 2005-10-13 Kenichi Handa <handa@m17n.org>
2761
2762 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2763 byte with `escape-glyph' face.
2764
2765 * international/fontset.el (ccl-encode-unicode-font):
2766 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2767 Handle the case that ucs-mule-to-mule-unicode translates a character to
2768 ASCII (usually for IPA characters).
2769
2770 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2773 Don't hide the underline of titles if font-lock-mode is disabled.
2774
2775 2005-10-12 Bill Wohler <wohler@newt.com>
2776
2777 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2778 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2779 files in MH-E-SRC have been updated.
2780 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2781
2782 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2785 (mixal-mode-syntax-table): Add \n as end-comment.
2786 (mixal-operation-codes-alist): Immediately initialize to full value.
2787 (mixal-add-operation-code): Remove.
2788 (mixal-describe-operation-code): Make the arg non-optional.
2789 Use the interactive spec instead.
2790 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2791 (mixal-font-lock-keywords): Don't highlight comments here any more.
2792 (mixal-font-lock-syntactic-keywords): New var.
2793 (mixal-mode): Use it. Fix comment-start-skip.
2794
2795 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2796
2797 * startup.el (command-line-x-option-alist): -nb => -nbi
2798
2799 2005-10-12 Kim F. Storm <storm@cua.dk>
2800
2801 * startup.el (fancy-splash-default-action): Discard mouse click in
2802 the splash screen window, as it has no sensible meaning in the
2803 next window to be selected. Fixes error reported by Jan D.
2804
2805 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2806
2807 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2808
2809 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2812 Try to fix up minor layout issues like indentation, line break, etc...
2813 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2814 because it doesn't work.
2815 (mixal-operation-codes): Add some more codes.
2816 (mixal-font-lock-keywords): Process comments here.
2817 (mixal-mode): mixasm no longer needs -g option.
2818
2819 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2820
2821 * progmodes/sh-script.el (sh-tmp-file):
2822 Use mktemp -t. Finish support for es and rc shells.
2823
2824 2005-10-11 Jay Belanger <belanger@truman.edu>
2825
2826 * calc/calcalg2.el (calc-integral): With an argument, compute the
2827 definite integral.
2828
2829 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * mouse.el (mouse-drag-region-1): Don't try to catch a
2832 double-click when doing follow-link (it's overridden anyway).
2833
2834 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2837 (autoload-print-form-outbuf): Add docstring.
2838
2839 2005-10-11 Juri Linkov <juri@jurta.org>
2840
2841 * info.el (Info-mode-menu): Delete menu item "Edit".
2842 (Info-mode): Delete description of Info-edit from docstring,
2843 and rearrange descriptions of Info commands in the order
2844 they are documented in the Info manual.
2845
2846 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * calendar/appt.el (appt-check): Use diary-selective-display var.
2849
2850 2005-10-10 Richard M. Stallman <rms@gnu.org>
2851
2852 * net/newsticker.el (newsticker-start, newsticker-show-news):
2853 Add autoload cookies.
2854
2855 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2856
2857 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2858
2859 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2860
2861 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2862
2863 2005-10-10 Jay Belanger <belanger@truman.edu>
2864
2865 * calc/calc-arith.el (math-check-known-scalarp)
2866 (math-check-known-matrixp): Check the values of arguments that are
2867 variables.
2868 (math-check-known-square-matrixp): New function.
2869 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2870 (math-super-types): Add sqmatrix type.
2871
2872 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2873 mode name `square' to 'sqmatrix'.
2874
2875 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2876 mode name `square' to 'sqmatrix'.
2877
2878 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * progmodes/etags.el (select-tags-table-mode): Don't use
2881 selective-display.
2882 (tags-select-tags-table): Pass `button' to the action function.
2883 (select-tags-table): Place the side-info on button properties rather
2884 than in hidden text. Abbreviate file names.
2885 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2886 (select-tags-table-select): Add `button' argument.
2887 Get side-info from the button property rather than from hidden text.
2888
2889 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2890
2891 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2892 (gud-speedbar-buttons): Preserve point if possible.
2893 (gud-sentinel): Restore previous speedbar display type.
2894
2895 * progmodes/gdb-ui.el (gdba): Improve diagram.
2896 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2897 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2898 Call get-buffer-window once.
2899
2900 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2903 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2904 (pascal-indent-command): Remove unused var `ind'.
2905 (pascal-indent-case): Remove unused var `oldpos'.
2906 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2907 since it's now used as a proper minor mode map.
2908 (pascal-outline): Rename to pascal-outline-mode.
2909 (pascal-outline-mode): Use define-minor-mode.
2910 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2911 selective-display.
2912
2913 2005-10-10 Andreas Schwab <schwab@suse.de>
2914
2915 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2916 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2917
2918 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2919 outside source directory.
2920
2921 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2922
2923 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2924 C-x' as a prefix.
2925 (orgtbl-mode-map): Full keymap instead of sparse, because all
2926 `self-insert-command' keys are redefined in this map.
2927 (org-export-as-html): Specify charset for HTML file, by taking it
2928 from the coding system.
2929
2930 2005-10-10 Kenichi Handa <handa@m17n.org>
2931
2932 * textmodes/flyspell.el (flyspell-check-word-p):
2933 If unread-command-events is non-empty, don't call sit-for.
2934
2935 2005-10-09 Richard M. Stallman <rms@gnu.org>
2936
2937 * font-lock.el (font-lock-syntactic-keywords)
2938 (font-lock-keywords): Doc fixes.
2939
2940 * textmodes/flyspell.el (flyspell-external-point-words):
2941 Simplify logic, and don't try to check for consecutive appearances
2942 of one incorrect word.
2943
2944 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2945
2946 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2947 separator.
2948
2949 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2950 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2951 (gud-expansion-speedbar-buttons): New function.
2952 (gud-speedbar-buttons): Check for gud-comint-buffer.
2953
2954 2005-10-09 Bill Wohler <wohler@newt.com>
2955
2956 * Makefile.in (updates): Add mh-loaddefs dependency.
2957
2958 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * speedbar.el (speedbar-file-key-map): Fix typo.
2961
2962 2005-10-09 Daniel Brockman <daniel@brockman.se>
2963
2964 * cus-start.el (line-spacing): Add custom spec.
2965
2966 2005-10-09 Romain Francoise <romain@orebokech.com>
2967
2968 * textmodes/ispell.el (ispell-check-version): Fix last change.
2969
2970 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2971
2972 * term/x-win.el: Remove -i, --icon-type from comment.
2973
2974 * startup.el (command-line-x-option-alist): Remove options -i,
2975 -itype, --icon-type, added -nb, --no-bitmap-icon
2976
2977 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2978
2979 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2980 instead of :active.
2981
2982 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2983
2984 * textmodes/ispell.el (ispell-check-version):
2985 Ignore hyphen, and all that follows, in aspell's version text.
2986
2987 2005-10-08 Jay Belanger <belanger@truman.edu>
2988
2989 * calc/calc-arith.el (math-known-square-matrixp): New function.
2990 (math-pow-fancy): Check for matrices before distributing exponent
2991 across products.
2992
2993 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2994 fullscreen keypad. Suggested by Luc Teirlinck.
2995 (calc-keypad-show-input): Add space for formatting.
2996
2997 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2998 Add square matrix option.
2999
3000 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3001 of checking calc-matrix-mode when deciding how to expand.
3002
3003 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3004
3005 2005-10-08 Lars Hansen <larsh@soem.dk>
3006
3007 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3008 Add error handling.
3009 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3010
3011 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3012
3013 Sync with Tramp 2.0.51.
3014
3015 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3016 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3017 Insert special handling for `last-coding-system-used', again
3018 it still seems to be necessary (unlike stated before).
3019 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3020 (tramp-password-prompt-regexp): There might be other words before
3021 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3022 (tramp-chunksize): Improve docstring.
3023 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3024 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3025 Christian Joergensen <bugs@razor.dk>.
3026
3027 2005-10-07 Glenn Morris <rgm@gnu.org>
3028
3029 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3030 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3031 precision'.
3032
3033 2005-10-07 Romain Francoise <romain@orebokech.com>
3034
3035 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3036 (ibuffer-do-shell-command-pipe-replace)
3037 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3038 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3039 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3040 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3041 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3042 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3043 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3044 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3045 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3046 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3047 Autoload file sans suffix.
3048
3049 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3050
3051 2005-10-07 David Ponce <david@dponce.com>
3052
3053 * recentf.el (recentf-menu-open-all-flag): New option.
3054 (recentf-digit-shortcut-command-name): New function.
3055 (recentf--shortcuts-keymap): New variable.
3056 (recentf-menu-shortcuts): New variable.
3057 (recentf-make-menu-items): Initialize it. Replace the "More..."
3058 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3059 (recentf-menu-value-shortcut): New function.
3060 (recentf-make-menu-item): Use it. No more in-lined.
3061 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3062 (recentf-open-most-recent-file): Rename from
3063 `recentf-open-file-with-key'. Don't depend on key binding.
3064 (recentf-mode-map): New variable.
3065 (recentf-mode): Use it.
3066
3067 2005-10-06 Bill Wohler <wohler@newt.com>
3068
3069 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3070
3071 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3072 (MH-E-SRC): New. Used by mh-autoloads.
3073 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3074 files in MH-E-SRC have been updated.
3075 (compile, recompile, bootstrap): Depend on mh-autoloads.
3076
3077 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3080 gud-break and gud-remove icons when the fringe is not available.
3081
3082 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3083 Typo.
3084
3085 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3086
3087 * play/zone.el (zone): Wrap body with save-window-excursion.
3088
3089 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3092 Use the new `list-only' arg to diary-list-entries.
3093
3094 * calendar/diary-lib.el: Use overlays rather than selective-display.
3095 (diary-selective-display): New var.
3096 (diary-header-line-format): Use it.
3097 (diary-list-entries): Add argument `list-only'.
3098 Put the buffer in diary-mode. Don't add \^M at beg and end.
3099 Replace \^M by invisible overlays.
3100 (diary-unhide-everything): Replace \^M by invisible overlays.
3101 (print-diary-entries): Look for overlays rather than \^M.
3102 Add a space to the temp buffer name.
3103 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3104 Put the buffer in diary-mode.
3105 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3106 (diary-anniversary): Make the year arg optional.
3107 (diary-time-regexp): New const.
3108 (diary-font-lock-keywords): Use it to accept a few more time formats.
3109
3110 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3111
3112 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3113
3114 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3115 Fix bug introduced 2005-07-03: Use (car (last ...))
3116 to faithfully reproduce replaced artist-last.
3117 (artist-set-arrow-points-for-poly): Likewise.
3118 Suggested by Johan Bockg\e,Ae\e(Brd.
3119
3120 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3123 * wid-edit.el (widget):
3124 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3125 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3126
3127 2005-10-06 Kenichi Handa <handa@m17n.org>
3128
3129 * international/mule-cmds.el (set-language-environment):
3130 Fix setting up of case-table for unibyte mode.
3131
3132 * simple.el (what-cursor-position): If the character is displayed
3133 by some `display' text property, show that. Don't use
3134 single-key-description for eight-bit characters in multibyte mode.
3135
3136 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3137
3138 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3139 (gdb-ann3): Set it.
3140 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3141 (gdb-info-frames-custom): Use inverse-video for first five
3142 characters of selected frame only.
3143 (gdb-get-frame-number): Select frame even when point is on frame
3144 number.
3145
3146 2005-10-06 Masatake YAMATO <jet@gyve.org>
3147
3148 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3149 Put `font-lock-function-name-face'.
3150 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3151 and `font-lock-variable-name-face'
3152 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3153 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3154 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3155 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3156 (gdb-local-font-lock-keywords): New font lock keywords definition.
3157 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3158 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3159 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3160
3161 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3162
3163 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3164 (ediff-merge-region-is-non-clash-to-skip): Previously called
3165 ediff-merge-region-is-non-clash.
3166
3167 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3168 Use insert-buffer-substring.
3169
3170 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3171 selecting files to patch. Also bug fixes.
3172
3173 * ediff-util.el (ediff-setup): Bug fix.
3174 (ediff-next-difference): Never skip clashes that differ in white
3175 space only.
3176
3177 * ediff-wind.el (ediff-setup-control-frame)
3178 (ediff-destroy-control-frame): Check the menubar feature.
3179
3180 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3181 (viper-refresh-mode-line): Use make-local-variable to localize
3182 some vars instead of make-variable-buffer-local. Suggested by
3183 Stefan Monnier.
3184
3185 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3186 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3187 Use make-local-variable instead of make-variable-buffer-local.
3188 Suggested by Stefan Monnier.
3189
3190 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3191 (viper-comint-mode-hook): Use make-local-variable on
3192 require-final-newline.
3193 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3194
3195 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3198 also the second char of a comment-start sequence.
3199 (scheme-sexp-comment-syntax-table): New var.
3200 (lambda, define): Set their scheme-doc-string-elt property.
3201 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3202 Use lisp-font-lock-syntactic-face-function now that it properly
3203 handles |...| symbols.
3204 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3205 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3206
3207 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3208 bit from # to |.
3209 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3210
3211 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3212 (lisp-doc-string-elt-property): New var.
3213 (lisp-font-lock-syntactic-face-function): Use it.
3214 Rewrite to recognize docstrings even for forms not at toplevel.
3215
3216 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3217 annotation on the | part of #| rather than on the # part.
3218 (scheme-font-lock-syntactic-face-function): New function, to
3219 distinguish strings from |...| symbols.
3220 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3221 syntax-table so that #|...|# is properly highlighted.
3222
3223 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3224 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3225
3226 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3229 and C-e.
3230
3231 * emacs-lisp/eldoc.el: Move comments into docstrings.
3232 (eldoc-message-commands): Initialize in its declaration.
3233 Add move-beginning-of-line and move-end-of-line.
3234 (eldoc-add-command, eldoc-add-command-completions)
3235 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3236
3237 * outline.el (outline-mark-subtree): Activate the mark.
3238
3239 * calendar/appt.el (appt-time-regexp): New var.
3240 (appt-add, appt-make-list): Use it.
3241 (appt-convert-time): Clean up.
3242
3243 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3244 Don't set any syntax-table property here.
3245 (tex-font-lock-verb): New function. Do it here.
3246 (tex-font-lock-syntactic-keywords): Use it.
3247
3248 2005-10-04 Richard M. Stallman <rms@gnu.org>
3249
3250 * wid-edit.el (widget-file-complete): Get the widget start point
3251 the right way. Default directory to `/' if file has none.
3252
3253 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3254
3255 * textmodes/flyspell.el (flyspell-mode-on):
3256 Call ispell-maybe-find-aspell-dictionaries.
3257
3258 * textmodes/ispell.el (ispell-word, ispell-region):
3259 Call ispell-maybe-find-aspell-dictionaries.
3260 (ispell-accept-buffer-local-defs):
3261 Don't call ispell-maybe-find-aspell-dictionaries
3262
3263 2005-10-04 Richard M. Stallman <rms@gnu.org>
3264
3265 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3266
3267 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3268
3269 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3270 instead of `fboundp' in order to allow for anonymous functions.
3271
3272 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3275 case the user clicks on the link while another window is selected.
3276 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3277
3278 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3279 functionality.
3280 (dframe-help-echo): Save point in case mouse tracking is off.
3281
3282 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3283
3284 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3285
3286 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3289 not change the global value of those vars.
3290
3291 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3292 make-local-variable which we do not need any more.
3293
3294 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3297 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3298 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3299 (speedbar-path-line): Define obsolete aliases.
3300 (speedbar-line-directory): Doc fix.
3301
3302 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3303 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3304 instead of speedbar-line-path.
3305
3306 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3307
3308 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3309 to nil if dropping on a window. Handle dropping on a minibuffer window
3310 like dropping on a non-window part of Emacs.
3311
3312 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * net/ange-ftp.el: Use with-current-buffer.
3315 (ange-ftp-insert-directory): Do not follow symlinks any more.
3316
3317 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3318 Remove interactive spec.
3319
3320 2005-10-03 Kim F. Storm <storm@cua.dk>
3321
3322 * ido.el (ido-mode): Use custom-initialize-set.
3323
3324 2005-10-02 Richard M. Stallman <rms@gnu.org>
3325
3326 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3327 Use insert-buffer-substring.
3328
3329 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3330 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3331
3332 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3335 in last change.
3336 (ange-ftp-insert-directory): Fix up the search for the case where
3337 `file' is absolute.
3338
3339 2005-10-02 Romain Francoise <romain@orebokech.com>
3340
3341 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3342
3343 2005-10-02 Andreas Schwab <schwab@suse.de>
3344
3345 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3346 directory component in the session info.
3347
3348 2005-10-01 Richard M. Stallman <rms@gnu.org>
3349
3350 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3351
3352 * simple.el (next-error-internal): New function.
3353
3354 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3355 (compilation-start): Pass new arg to compilation-buffer-name.
3356 (compile-goto-error): Use next-error-internal.
3357
3358 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * speedbar.el: Remove RCS tag.
3361 (speedbar-check-read-only): Handle non-existent files.
3362
3363 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3364
3365 * info.el (Info-speedbar-hierarchy-buttons)
3366 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3367
3368 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3369
3370 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3371 Do not match newline.
3372 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3373 (bibtex-summary): Remove unnecessary save-excursion.
3374 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3375
3376 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3377
3378 * term/mac-win.el: Add charset info for "iso10646-1".
3379 Modify default fontset to use ATSUI-compatible fonts for some charsets
3380 if available.
3381
3382 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * speedbar.el: Re-apply arch tag.
3385 (speedbar-version): Rename to version 1.0. Suggested by Eric
3386 M. Ludlam.
3387 Reapply two changes from Emacs CVS' version of speedbar lost
3388 during the merge:
3389 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3390 (speedbar-frame-parameters): Improve customize type.
3391
3392 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3395 (ange-ftp-file-directory-p): Fix the symlink case.
3396 (ange-ftp-insert-directory): When listing a single file, get a list of
3397 the parent buffer and extract the relevant line. Inspired from a patch
3398 by Katsumi Yamaoka <yamaoka@jpl.org>.
3399 (ange-ftp-file-name-sans-versions): Simplify.
3400
3401 2005-09-30 Bill Wohler <wohler@newt.com>
3402
3403 Move MH-E image files from toolbar and mail directories into
3404 etc/images.
3405
3406 * mail/reply2.*: Move to etc/images/mail/reply*.
3407
3408 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3409 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3410 etc/images.
3411
3412 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3413 * toolbar/reply*: Move to etc/images/mail.
3414
3415 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3416
3417 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3418
3419 * speedbar.el: New version 1.0pre3.
3420
3421 Frame management code (including timer, and mouse click specifics)
3422 moved to dframe.el:
3423 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3424 (speedbar-timer): Removed. Use dframe-timer.
3425 (speedbar-close-frame): Removed. Use dframe-close-frame.
3426 (speedbar-activity-change-focus-flag): Removed. Use
3427 dframe-activity-change-focus-flag.
3428 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3429 dframe-update-speed.
3430
3431 (speedbar-current-frame): New macro. Use this instead of the
3432 variable speedbar-frame.
3433
3434 (speedbar-use-images, speedbar-expand-image-button-alist)
3435 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3436
3437 (speedbar-find-image-on-load-path): Removed. Replaced by
3438 defezimage in ezimage.el.
3439 (speedbar-expand-image-button-alist): Removed. Replaced by
3440 ezimage-expand-image-button-alist in ezimage.el.
3441
3442 (speedbar-ignored-directory-regexp)
3443 (speedbar-add-ignored-directory-regexp)
3444 (speedbar-ignored-directory-expressions)
3445 (speedbar-line-directory, speedbar-buffers-line-directory)
3446 (speedbar-directory-line, speedbar-buffers-line-directory):
3447 Renamed, replacing `path' with `directory'.
3448
3449 (speedbar-create-directory, speedbar-expand-line-descendants)
3450 (speedbar-toggle-line-expansion)
3451 (speedbar-contract-line-descendants): New commands.
3452
3453 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3454 (speedbar-use-tool-tips-flag): New options.
3455
3456 (speedbar-check-read-only, speedbar-require-version)
3457 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3458 (speedbar-handle-delete-frame, speedbar-try-completion)
3459 (speedbar-update-localized-contents): New functions.
3460
3461 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3462 (speedbar-object-read-only-indicator): New variables.
3463
3464 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3465 New hooks.
3466
3467 (speedbar-separator-face): New face.
3468
3469 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3470 (speedbar-ignored-modes): Add fundamental-mode.
3471 (speedbar-directory-unshown-regexp): Add . directories.
3472
3473 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3474 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3475 `]' for full expand/close.
3476 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3477
3478 (speedbar-check-vc): Support hidden files.
3479 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3480 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3481 state is nil, it is not checked out.
3482
3483 (speedbar-line-text, speedbar-line-token): Support expand buttons
3484 with no text.
3485 (speedbar-refresh): Universal argument acts as power-click.
3486 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3487 that buffer to get variable values.
3488
3489 And many other bugfixes.
3490
3491 * dframe.el, ezimage.el, sb-image.el: New files.
3492
3493 * sb-*.xpm: Remove files. New image files installed into
3494 etc/images/ezimage.
3495
3496 2005-09-30 Kenichi Handa <handa@m17n.org>
3497
3498 * ps-mule.el (ps-mule-show-warning): If a character is in
3499 ps-print-translation-table, don't treat it as non-printable.
3500
3501 2005-09-30 David Ponce <david@dponce.com>
3502
3503 * tree-widget.el (tree-widget-themes-load-path): New variable.
3504 (tree-widget-themes-directory): Doc fix.
3505 (tree-widget-image-formats) [Emacs]: Doc fix.
3506 (tree-widget--locate-sub-directory): New function.
3507 (tree-widget-themes-directory): Use it.
3508
3509 * recentf.el (recentf-filename-handlers): Rename from
3510 `recentf-filename-handler'. Allow a list of functions.
3511 (recentf-menu-items-for-commands): Fix :help strings.
3512 (recentf-apply-filename-handlers): New function.
3513 (recentf-expand-file-name): Use it.
3514 (recentf-cleanup): Remove duplicates too.
3515
3516 2005-09-29 Juri Linkov <juri@jurta.org>
3517
3518 * faces.el: Rearrange face definitions to be in the same order as
3519 their face descriptions in "(emacs)Standard Faces".
3520
3521 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3522
3523 * tooltip.el (tooltip): Add group `basic-faces'.
3524
3525 * buff-menu.el (Buffer-menu-buffer): Remove group
3526 `font-lock-highlighting-faces'.
3527
3528 * progmodes/compile.el (compilation-error, compilation-warning)
3529 (compilation-info, compilation-line-number, compilation-column-number):
3530 Change group from `font-lock-highlighting-faces' to `compilation'.
3531
3532 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3533 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3534 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3535 (vhdl-font-lock-reserved-words-face)
3536 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3537 `font-lock-highlighting-faces'.
3538
3539 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3540
3541 2005-09-28 Kim F. Storm <storm@cua.dk>
3542
3543 * emulation/cua-base.el: Set CUA move property on additional commands:
3544 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3545 forward-sexp, backward-sexp, forward-list, backward-list.
3546
3547 2005-09-28 Romain Francoise <romain@orebokech.com>
3548
3549 * comint.el (comint-show-output): Really set point at the
3550 beginning of the output when not using `comint-use-prompt-regexp'.
3551
3552 2005-09-27 Jay Belanger <belanger@truman.edu>
3553
3554 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3555 in TeX mode.
3556
3557 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3558
3559 * textmodes/org.el (org-table-sum): Fix format string.
3560
3561 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3562 Quote face names.
3563
3564 2005-09-26 Romain Francoise <romain@orebokech.com>
3565
3566 * isearch.el (isearch-forward-regexp): Close doc string.
3567
3568 2005-09-25 Richard M. Stallman <rms@gnu.org>
3569
3570 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3571
3572 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3573
3574 * progmodes/compile.el (compilation-error-properties):
3575 When getting the file from the previous error message,
3576 correctly decode the new data format.
3577
3578 * progmodes/cc-cmds.el (c-electric-paren):
3579 Call old-blink-paren only for close-paren.
3580
3581 2005-09-24 Andreas Schwab <schwab@suse.de>
3582
3583 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3584 condition.
3585
3586 2005-09-25 Romain Francoise <romain@orebokech.com>
3587
3588 * dired-aux.el (dired-copy-file-recursive):
3589 * dired.el (dired-delete-file):
3590 * ediff-mult.el (ediff-dir-diff-copy-file):
3591 * ediff-util.el (ediff-test-save-region):
3592 * forms.el (forms-mode):
3593 * ido.el (ido-file-internal, ido-delete-file-at-head):
3594 * log-edit.el (log-edit-done):
3595 * ses.el (ses-yank-resize):
3596 * play/gomoku.el (gomoku-human-plays, gomoku)
3597 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3598 (gomoku-offer-a-draw):
3599 * play/landmark.el (lm-human-resigns, lm):
3600 * net/eudcb-ldap.el (eudc-ldap-check-base):
3601 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3602 * progmodes/ebrowse.el (ebrowse-find-pattern):
3603 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3604 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3605 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3606
3607 * vc.el (vc-delete-file):
3608 * play/gomoku.el (gomoku-terminate-game, gomoku)
3609 (gomoku-prompt-for-move, gomoku-human-takes-back):
3610 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3611 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3612
3613 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3616 color rxvt terminals by using the code xterm.el used to use before
3617 2005-04-09 in order to match the colors used by rxvt.
3618
3619 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3620
3621 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3622 colors rxvt-unicode terminals by using the same code as xterm.el.
3623
3624 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3627 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3628 new symbol used for the tex-verbatim face.
3629
3630 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3631
3632 * woman.el (woman-file-name):
3633 * wid-edit.el (widget-file-prompt-value)
3634 (widget-coding-system-prompt-value):
3635 * w32-fns.el (set-w32-system-coding-system):
3636 * vc.el (vc-version-diff, vc-annotate):
3637 * textmodes/reftex-auc.el (reftex-arg-cite)
3638 (reftex-arg-index-tag):
3639 * textmodes/refer.el (refer-get-bib-files):
3640 * textmodes/artist.el (artist-figlet-choose-font):
3641 * terminal.el (terminal-emulator):
3642 * replace.el (occur-read-primary-args):
3643 * rect.el (string-rectangle, string-insert-rectangle):
3644 * ps-print.el (ps-print-preprint):
3645 * progmodes/pascal.el (pascal-goto-defun):
3646 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3647 * progmodes/compile.el (compilation-find-file):
3648 * printing.el (pr-interactive-n-up):
3649 * play/animate.el (animate-birthday-present):
3650 * net/rcompile.el (remote-compile):
3651 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3652 * mail/rmailsum.el (rmail-summary-search-backward)
3653 (rmail-summary-search):
3654 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3655 (rmail-output-read-file-name):
3656 * mail/rmail.el (rmail-search, rmail-search-backwards):
3657 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3658 * locate.el (locate):
3659 * international/quail.el (quail-show-keyboard-layout):
3660 * international/mule.el (set-buffer-file-coding-system)
3661 (revert-buffer-with-coding-system, set-file-name-coding-system)
3662 (set-terminal-coding-system, set-keyboard-coding-system)
3663 (set-next-selection-coding-system):
3664 * international/mule-diag.el (describe-coding-system)
3665 (describe-font, describe-fontset):
3666 * international/mule-cmds.el (universal-coding-system-argument)
3667 (search-unencodable-char, describe-input-method)
3668 (set-language-environment, describe-language-environment):
3669 * international/codepage.el (codepage-setup):
3670 * international/code-pages.el (codepage-setup):
3671 * info.el (Info-search, Info-follow-reference)
3672 (Info-search-backward):
3673 * emacs-lisp/advice.el (ad-read-advised-function)
3674 (ad-read-advice-class, ad-clear-cache, ad-activate)
3675 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3676 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3677 (ad-read-regexp):
3678 * ediff-util.el (ediff-toggle-regexp-match):
3679 * ediff-ptch.el (ediff-prompt-for-patch-file):
3680 * dired-aux.el (dired-diff):
3681 * diff.el (diff):
3682 * cus-edit.el (custom-variable-prompt):
3683 * calendar/timeclock.el (timeclock-ask-for-project):
3684 * calc/calcalg3.el (calc-get-fit-variables):
3685 * calc/calc-store.el (calc-edit-variable)
3686 (calc-permanent-variable):
3687 * vc-mcvs.el (vc-mcvs-register):
3688 * shadowfile.el (shadow-define-literal-group):
3689 * woman.el (woman-file-name):
3690 * vc.el (vc-version-diff, vc-merge):
3691 * textmodes/reftex-index.el (reftex-index-complete-tag):
3692 * format.el (format-decode-buffer, format-decode-region):
3693 * emulation/viper-cmd.el (viper-read-string-with-history):
3694 * emacs-lisp/debug.el (cancel-debug-on-entry):
3695 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3696 * ediff.el (ediff-merge-revisions)
3697 (ediff-merge-revisions-with-ancestor, ediff-revision):
3698 * completion.el (interactive-completion-string-reader):
3699 * calc/calc-prog.el (calc-user-define-formula):
3700 Follow convention for reading with the minibuffer.
3701
3702 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3703
3704 * progmodes/python.el (python-describe-symbol): Add globals() and
3705 locals() to the arguments of emacs.ehelp.
3706
3707 2005-09-24 Magnus Henoch <mange@freemail.hu>
3708
3709 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3710 New function, code extracted from ispell-valid-dictionary-list.
3711 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3712 Call it.
3713
3714 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3715
3716 * subr.el (version-regexp-alist): Extend valid syntax for version
3717 strings: allow any of the characters -,_,+ to separate the
3718 alpha/beta/rc part from the version part. Doc fix.
3719 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3720
3721 2005-09-23 David Reitter <david.reitter@gmail.com>
3722
3723 * mail/mailclient.el: New file.
3724
3725 2005-09-23 Richard M. Stallman <rms@gnu.org>
3726
3727 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3728 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3729 Doc fixes.
3730
3731 * progmodes/cc-mode.el (c-font-lock-init):
3732 Specify font-lock-lines-before.
3733
3734 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3737 whole conflict.
3738
3739 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3740
3741 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3742 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3743 of `remap' feature when available. Additional key bindings for
3744 better tty support.
3745 (org-mode-restart, org-force-self-insert): New commands.
3746 (org-time-stamp-inactive): New command.
3747 (org-remap): New function.
3748 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3749 (org-enable-fixed-width-editor): Move to `org-structure'
3750 customization group.
3751 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3752 blank field after field motion commands.
3753
3754 2005-09-23 Kenichi Handa <handa@m17n.org>
3755
3756 * international/mule-cmds.el (set-language-environment):
3757 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3758 have to call utf-translate-cjk-load-tables.
3759
3760 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * mouse.el (mouse-move-drag-overlay): Fix last change.
3763
3764 2005-09-22 David Ponce <david@dponce.com>
3765
3766 * tree-widget.el (tree-widget-value-create): Fix previous change.
3767
3768 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3771
3772 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * mouse.el (mouse-move-drag-overlay): New function.
3775 (mouse-drag-region-1): Use it.
3776 Try to simplify a bit the state handling. Handle clicks on links
3777 inside intangible areas.
3778 (mouse-save-then-kill): Minor simplification.
3779 (mouse-secondary-overlay): Make it always non-nil instead of
3780 recreating it each time.
3781 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3782 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3783 Simplify accordingly.
3784
3785 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3786
3787 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3788
3789 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3790
3791 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3792 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3793 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3794 to patch.
3795
3796 * ediff-util.el: Use insert-buffer-substring.
3797
3798 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3799
3800 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3801 field boundaries in the minibuffer.
3802 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3803 (viper-minibuffer-post-command-hook): New hook.
3804 (viper-line): Don't move cursor at bolp.
3805
3806 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3807
3808 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3809 avoid compiler warnings.
3810
3811 * emulation/viper-macs.el (ex-map): Better messages.
3812
3813 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3814
3815 * emulation/viper.el: Replace make-variable-buffer-local with
3816 viper-make-variable-buffer-local everywhere, to avoid warnings.
3817
3818 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3821 Delete unused var `old-selected-window'.
3822 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3823 (mouse-drag-secondary): Delete unused var `start-frame'.
3824
3825 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3826
3827 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3828
3829 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3832 Re-indent within 80 columns. Use inhibit-read-only.
3833
3834 2005-09-19 Romain Francoise <romain@orebokech.com>
3835
3836 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3837
3838 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3841 unconditionally, since the after-change-function already did it.
3842
3843 2005-09-19 Miles Bader <miles@gnu.org>
3844
3845 * net/newsticker.el: Get rid of CVS keyword.
3846
3847 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3848
3849 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3850 The prompt is formatted later.
3851
3852 2005-09-19 David Ponce <david@dponce.com>
3853
3854 * tree-widget.el (tree-widget-value-create): Save the converted
3855 tree :node widget.
3856
3857 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3860 variable `message'.
3861
3862 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3863
3864 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3865 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3866 <slawomir.nowaczyk.847@student.lu.se>.
3867
3868 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * image.el (image-load-path): Use symbol `data-directory' instead
3871 of its value, for backward compatibility with packages that bind
3872 it during `find-image'. Suggested by Katsumi Yamaoka.
3873 (image-search-load-path): Handle symbols whose values are strings.
3874
3875 2005-09-18 Romain Francoise <romain@orebokech.com>
3876
3877 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3878 with-current-buffer form in save-excursion.
3879
3880 2005-09-18 D Goel <deego@gnufans.org>
3881
3882 * apropos.el (apropos-command): Fix `message' call: first arg
3883 should be a format spec. In this and all other cases that appear
3884 below and elsewhere in the source code, I made a change only when
3885 two conditions were satisfied: [1] I can think of a possibility
3886 that the arguments would cause an error, for example, the code in
3887 question relies on external variables such as filenames. [2] I
3888 was sure that the arg to `message' could not have been nil in the code.
3889
3890 * textmodes/tildify.el (tildify-region): Ditto.
3891
3892 * textmodes/reftex-index.el (reftex-index-change-entry)
3893 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3894 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3895 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3896 (org-priority, org-table-sum):
3897 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3898 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3899 (flyspell-word, flyspell-display-next-corrections):
3900 * textmodes/bibtex.el (bibtex-print-help-message):
3901 * textmodes/artist.el (artist-key-set-point-poly):
3902 * term/mac-win.el (mac-services-insert-text):
3903 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3904 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3905 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3906 (vhdl-compose-configuration):
3907 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3908 (sh-set-indent, sh-learn-line-indent):
3909 * progmodes/ps-mode.el (ps-mode-target-column):
3910 * progmodes/idlwave.el (idlwave-make-tags)
3911 (idlwave-scan-library-catalogs):
3912 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3913 * progmodes/gud.el (gud-jdb-analyze-source):
3914 * progmodes/flymake.el (flymake-log):
3915 * progmodes/ebnf2ps.el (ebnf-generate-region):
3916 * progmodes/cmacexp.el (c-macro-expansion):
3917 * progmodes/ada-xref.el (ada-treat-cmd-string):
3918 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3919 (ada-justified-indent-current, ada-batch-reformat):
3920 * play/zone.el (zone):
3921 * play/landmark.el (lm-move):
3922 * play/decipher.el (decipher-show-alphabet):
3923 * net/newsticker.el (newsticker--display-jump)
3924 (newsticker--display-scroll):
3925 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3926 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3927 * mail/feedmail.el (feedmail-dump-message-to-queue):
3928 * eshell/esh-proc.el (eshell-remove-process-entry):
3929 * emulation/ws-mode.el (ws-last-error):
3930 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3931 (viper-record-kbd-macro):
3932 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3933 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3934 * emacs-lisp/find-func.el (find-function-noselect):
3935 * calendar/timeclock.el (timeclock-status-string)
3936 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3937 (timeclock-when-to-leave-string):
3938 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3939 * calc/calc-units.el (calc-enter-units-table):
3940 * calc/calc-mode.el (calc-mode-record-mode):
3941 * woman.el (woman-mini-help):
3942 * wdired.el (wdired-change-to-wdired-mode):
3943 * vc.el (vc-retrieve-snapshot):
3944 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3945 * startup.el (display-startup-echo-area-message):
3946 * simple.el (set-goal-column):
3947 * ses.el (ses-command-hook, ses-recalculate-cell):
3948 * server.el (server-process-filter):
3949 * printing.el (pr-interface-txt-print, pr-interface-printify)
3950 (pr-interface-ps):
3951 * pcvs.el (cvs-help):
3952 * log-edit.el (log-edit, log-edit-mode-help):
3953 * iswitchb.el (iswitchb-possible-new-buffer):
3954 * isearch.el (isearch-edit-string):
3955 * image-mode.el (image-mode, image-minor-mode):
3956 * ibuf-macs.el (define-ibuffer-filter):
3957 * hi-lock.el (hi-lock-find-patterns):
3958 * files.el (toggle-read-only):
3959 * ediff-util.el (ediff-copy-diff)
3960 (ediff-write-merge-buffer-and-maybe-kill):
3961 * echistory.el (Electric-history-undefined):
3962 * dnd.el (dnd-insert-text):
3963 * dired-aux.el (dired-query):
3964 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3965 * bookmark.el (bookmark-bmenu-locate):
3966 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3967 Fix `message' calls to ensure first arg is a format string.
3968 The change was made only when these two conditions were satisfied:
3969 [1] when there is a possibility that the arguments would cause an error
3970 for example, if the code in question relies on external variables
3971 such as filenames, and
3972 [2] if the arg to `message' could not have been nil in the code.
3973
3974 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3975 Not having a %s would be weird, though not technically wrong.
3976
3977 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3978
3979 * term/mac-win.el (mac-add-charset-info): Doc fix.
3980
3981 2005-09-17 Romain Francoise <romain@orebokech.com>
3982
3983 * shell.el (shell-resync-dirs): Handle echoing processes more
3984 reliably. Don't insert resync command if `comint-process-echoes'
3985 is non-nil.
3986
3987 2005-09-17 Magnus Henoch <mange@freemail.hu>
3988
3989 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3990 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3991 aspell versions >= 0.60.
3992 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3993 only if ispell-aspell-supports-utf8 is non-nil.
3994
3995 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3996
3997 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3998 buffer-local value to lisp-indent-function.
3999
4000 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4001
4002 * progmodes/glasses.el (glasses-make-readable): If
4003 glasses-separator differs from underscore, put appropriate
4004 overlays over underscore characters.
4005 (glasses-convert-to-unreadable): If glasses-separator differs from
4006 underscore, try to convert glasses-separator characters to
4007 underscores.
4008
4009 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4012 Use with-syntax-table and dolist.
4013
4014 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4015
4016 * textmodes/reftex-auc.el:
4017 * textmodes/reftex-cite.el:
4018 * textmodes/reftex-dcr.el:
4019 * textmodes/reftex-global.el:
4020 * textmodes/reftex-parse.el:
4021 * textmodes/reftex-ref.el:
4022 * textmodes/reftex-sel.el:
4023 * textmodes/reftex-toc.el:
4024 * textmodes/reftex-vars.el:
4025 * textmodes/reftex.el: Small changes to remove compiler warnings.
4026
4027 * textmodes/reftex-index.el: Likewise.
4028 (reftex-query-index-phrase): More efficient use of markers.
4029
4030 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * image.el (image-load-path): New variable.
4033 (image-search-load-path): New function.
4034 (find-image): Search for images in `image-load-path'.
4035
4036 2005-09-15 Richard M. Stallman <rms@gnu.org>
4037
4038 * follow.el: Change Maintainer field.
4039
4040 2005-09-15 David Ponce <david@dponce.com>
4041
4042 * recentf.el (recentf-save-file-modes): New option.
4043 (recentf-save-list): Use it.
4044
4045 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4046
4047 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4048 (mode-line-mule-info, mode-line-modified): Move bindings from
4049 mouse-3 to mouse-1.
4050
4051 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * simple.el (sendmail-user-agent-compose): Revert last change.
4054
4055 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4058 Use with-current-buffer.
4059 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4060 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4061 (ange-ftp-insert-directory): Remove unused var `short'.
4062 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4063
4064 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4065 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4066
4067 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4068 (check-calendar-holidays, diary-list-entries): Autoload.
4069 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4070 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4071
4072 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4073 which mistakenly removed a call to display-buffer.
4074
4075 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4076
4077 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4078
4079 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4080
4081 * progmodes/hideshow.el
4082 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4083 (hs-allow-nesting): New user var.
4084 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4085 (hs-hide-block-at-point): When nesting allowed,
4086 if there is already an overlay in place, delete it.
4087 (hs-safety-is-job-n): Delete func; remove call sites.
4088 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4089 (hs-overlay-at): New func.
4090 (hs-already-hidden-p, hs-show-block): Use it.
4091 (hs-hide-all): Don't pre-clean if nesting allowed.
4092 (hs-show-all): Temporarily disallow
4093 nesting around call to `hs-discard-overlays'.
4094
4095 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4098 Delete unused local var.
4099
4100 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * help-fns.el (describe-categories): "?\ " -> "?\s".
4103 (help-do-arg-highlight): Recognize also ARG-n, as in
4104 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4105
4106 * international/codepage.el (dos-unsupported-char-glyph):
4107 * net/newsticker.el (tool-bar-map, w3-mode-map)
4108 (w3m-minor-mode-map):
4109 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4110 (ent-alist):
4111 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4112
4113 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * custom.el (custom-push-theme): Handle the case where a symbol is
4116 bound but face properties have not yet been assigned.
4117
4118 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4119 Fix behavior if noerase is `t' and there is no mail buffer.
4120
4121 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4122 if `continue' is nil, rather than signal an error.
4123
4124 2005-09-12 Richard M. Stallman <rms@gnu.org>
4125
4126 * font-lock.el (font-lock-keywords): Add autoload.
4127
4128 * help-fns.el (describe-variable): Rearrange to put source link
4129 in a predictable place.
4130
4131 * net/newsticker.el: New file.
4132
4133 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4136 (calendar-basic-setup): Use the new nil arg.
4137 (number-of-diary-entries): Move to diary-lib.el.
4138
4139 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4140 (diary-list-entries): Use with-syntax-table and dolist.
4141 Rename from list-diary-entries.
4142 Use number-of-diary-entries if `number' is nil.
4143 (diary, diary-view-entries): Use this new name and new nil arg value.
4144 (number-of-diary-entries): Move from calendar.el.
4145 (diary-unhide-everything): New function.
4146 (include-other-diary-files, fancy-diary-display)
4147 (diary-show-all-entries, make-diary-entry): Use it.
4148 (diary-mail-entries): Use buffer-string.
4149 (mark-diary-entries): Fix long standing paren typo.
4150 (diary-sexp-entry): Use count-lines.
4151 (make-diary-entry): Avoid `previous-line'.
4152 (diary-mode-map): New var.
4153 (diary-mode): Redraw cal after saving. Setup header-line.
4154 (fancy-diary-display-mode): Use local-set-key.
4155
4156 * startup.el (command-line): Try calling various terminal-init-foo-bar
4157 functions by stripping hyphenated suffixes from $TERM.
4158
4159 * files.el (normal-mode): Check boundness of font-lock-keywords.
4160
4161 2005-09-12 Richard M. Stallman <rms@gnu.org>
4162
4163 * progmodes/compile.el: Don't decide a file's directory
4164 until the user actually tries to go there.
4165 (compilation-next-error-function):
4166 Pass compilation-find-file the directory from the file-struct.
4167 (compilation-internal-error-properties): Separate local FILE-STRUCT
4168 from FILE. Doc the args better. Rename arg FMT to FMTS.
4169 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4170 Expand it, and if nil, use default-directory.
4171 (compilation-get-file-structure): Don't mix specified directory
4172 with default directory. Put specified directory into
4173 file-struct. Don't make the file name absolute.
4174
4175 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4176 (compile-command): Add autoload.
4177 (compilation-disable-input): Add autoload.
4178
4179 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4180
4181 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4182 strings of the variables it can override.
4183 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4184 %Q and %q, for fully-qualified domain name and unqualified host name.
4185
4186 2005-09-11 Kim F. Storm <storm@cua.dk>
4187
4188 * emacs-lisp/authors.el (authors-aliases): Update list.
4189 (authors-fixed-entries): Update mldrag.el entry.
4190
4191 2005-09-10 Alan Mackenzie <acm@muc.de>
4192
4193 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4194 from the region narrowed to.
4195
4196 2005-09-10 Magnus Henoch <mange@freemail.hu>
4197
4198 * textmodes/ispell.el (ispell-check-version): Signal an error if
4199 aspell version is less than 0.60.
4200
4201 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4202
4203 * progmodes/octave-inf.el (inferior-octave-startup):
4204 Resync current dir at the end.
4205
4206 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4207
4208 * woman.el (woman-topic-at-point-default):
4209 Rename to woman-use-topic-at-point-default.
4210 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4211 (woman-file-name): Reflect renames above. Automatically use the
4212 word at point as topic if woman-use-topic-at-point is non-nil.
4213 Otherwise offer it as default but don't insert it in the
4214 minibuffer. Also use `test-completion' instead of `assoc' as
4215 suggested by Stefan Monnier.
4216
4217 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4218
4219 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4220 the attempt to do it over Tramp. This is not yet supported.
4221
4222 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4223
4224 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4225 (menu-bar-non-minibuffer-window-p): New functions.
4226 ("Split Window", "Save As..."): Use them.
4227 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4228 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4229 Use menu-bar-menu-frame-live-and-visible-p.
4230 ("Save Buffer", "Insert File", "Open Directory...")
4231 ("Open File...", "Visit New File..."):
4232 Use menu-bar-non-minibuffer-window-p.
4233 (kill-this-buffer-enabled-p, dired <menu-enable>):
4234 Use menu-bar-non-minibuffer-window-p.
4235
4236 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4237
4238 * cus-start.el (all): Don't complain about fringe-related
4239 built-ins if fringes are not supported. Ditto about
4240 selection-related built-ins. Fix the test for GTK-related built-ins.
4241
4242 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4243 ("Postscript Print Buffer", "Print Region", "Save As...")
4244 ("Save", "Insert File...", "Open Directory...")
4245 ("Open File...", "Visit New File..."")
4246 ("Truncate Long Lines in this Buffer"): Don't look at
4247 menu-updating-frame if this display does not support multiple frames.
4248
4249 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4250
4251 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4252
4253 2005-09-09 Emilio Lopes <eclig@gmx.net>
4254
4255 * woman.el: Format- and whitespace-related changes.
4256
4257 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4258
4259 * woman.el: Fix my email address.
4260
4261 2005-09-08 Richard M. Stallman <rms@gnu.org>
4262
4263 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4264 (sh-mode): Locally set skeleton-pair-default-alist.
4265
4266 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4267
4268 * progmodes/flymake.el: Require `compile' unconditionally.
4269
4270 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4271
4272 * woman.el (woman-file-name): Provide a default, not initial input.
4273
4274 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4275
4276 * font-lock.el (font-lock-support-mode): Doc fix.
4277
4278 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4279
4280 2005-09-08 Richard M. Stallman <rms@gnu.org>
4281
4282 * simple.el (blink-matching-open): Get rid of text props from
4283 the string shown in echo area. Don't permanently set point.
4284 Some rearrangements.
4285
4286 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4287
4288 * recentf.el (recentf-filename-handler): Add custom choice
4289 `abbreviate-file-name'.
4290
4291 * msb.el (msb--very-many-menus): Fix typo.
4292
4293 * disp-table.el (standard-display-european): Don't set
4294 enable-multibyte-characters to nil.
4295
4296 2005-09-08 David Ponce <david@dponce.com>
4297
4298 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4299 (recentf-expand-file-name): Doc fix.
4300 (recentf-dialog-mode-map): Define digit shortcuts.
4301 (recentf--files-with-key): New variable.
4302 (recentf-show-digit-shortcut-filter): New function.
4303 (recentf-open-files-items): New function.
4304 (recentf-open-files): Use it.
4305 (recentf-open-file-with-key): New command.
4306
4307 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4310 Suggested by Kim F. Storm.
4311 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4312 (Buffer-menu-make-sort-button): Use global keymap.
4313
4314 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4317 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4318 necessary any longer with the remapped command.
4319 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4320 formatting time only.
4321
4322 * net/tramp.el (tramp-action-password)
4323 (tramp-multi-action-password): Compile the password prompt from
4324 `method', `user' and `host'. Sometimes it isn't obvious which
4325 password to enter, for example with remote files offered by
4326 recentf.el, or with multiple steps. Suggested by Robert Marshall
4327 <robert@chezmarshall.freeserve.co.uk>.
4328
4329 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4332 Fix regexp for when "s///" is at the beginning of line.
4333
4334 2005-09-07 Jay Belanger <belanger@truman.edu>
4335
4336 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4337 when in matrix mode.
4338
4339 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4342 non-anonymous functions.
4343
4344 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4347 when using a header line. Otherwise, use mouse-1-click-follows-link.
4348
4349 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4350 can't be moved; don't signal an error.
4351
4352 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * cus-theme.el (custom-theme-write-faces): Save the current face
4355 spec, not the defface spec.
4356
4357 * custom.el (custom-known-themes): Clarify meaning of "standard".
4358 (custom-push-theme): Save old values in the standard theme.
4359 (disable-theme): Correct typo.
4360 (custom-face-theme-value) Deleted unused function.
4361 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4362
4363 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * progmodes/compile.el (compilation-goto-locus): Take into account
4366 iconified frames when determining whether the buffer is
4367 already visible.
4368 Don't reset window height if the window already existed.
4369
4370 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * custom.el (load-theme): Rename from require-theme.
4373 Add interactive spec.
4374 (enable-theme): Rename from custom-enable-theme.
4375 Add interactive spec.
4376 (disable-theme): Rename from custom-disable-theme.
4377 Add interactive spec.
4378 (custom-make-theme-feature): Doc fix.
4379 (custom-theme-directory): Doc fix.
4380 (provide-theme): Call enable-theme.
4381
4382 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * obsolete/lazy-lock.el (lazy-lock-mode):
4385 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4386 font-lock-mode if it's off. Print a warning instead.
4387
4388 * progmodes/compile.el (compilation-start): Ignore errors if the
4389 process died before we get to send-eof.
4390
4391 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4392 Undo last change. Enclosing the result in quotes broke things on Unix
4393 since tex-send-command passes it through shell-quote-argument.
4394 (tex-send-command): Pass `file' through convert-standard-filename
4395 when possible.
4396 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4397 info in a transcript.
4398
4399 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4400
4401 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4402 fix compilation warning. Reorder the key definitions to group
4403 together keys emitted by the current version of xterm.
4404
4405 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4406 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4407 Reorder predicates to correct min-color usage.
4408
4409 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4412 Kill local variables when longlines-mode is turned off.
4413
4414 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4417
4418 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4419
4420 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4421
4422 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4423 (font-lock-lines-before): Change default to being inactive.
4424 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4425 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4426
4427 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4428
4429 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4430 Deactivate temporarily advice if active (not needed for Emacs 22,
4431 but for backwards compatibility).
4432 (tramp-exists-file-name-handler): Rewrite. First implementation
4433 was too simple.
4434 (tramp-advice-make-auto-save-file-name):
4435 Call `tramp-handle-make-auto-save-file-name' (again, just for
4436 backwards compatibility).
4437
4438 2005-08-31 Reto Zimmermann <reto@gnu.org>
4439
4440 * progmodes/vhdl-mode.el
4441 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4442 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4443 (vhdl-set-default-project): New function (easier setting of default).
4444 (vhdl-port-copy): Handle extended identifiers for generics.
4445 (vhdl-compiler-alist): Better description for error message regexp.
4446 (vhdl-make): Query for target, use previous as default.
4447 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4448 (vhdl-font-lock-keywords-2): Fix fontification for record
4449 el. assign.
4450 (vhdl-speedbar-make-subpack-line): Add package body link.
4451 (vhdl-generate-makefile-1): Not include itself as dependency.
4452 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4453 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4454 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4455 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4456 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4457 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4458 (vhdl-import-project): Add string argument for `error'.
4459 (vhdl-compose-configuration)
4460 (vhdl-compose-configuration-architecture): Add configuration
4461 declaration generation.
4462 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4463 (vhdl-trailer-re): Add "record" keyword (better indentation).
4464 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4465 "[^ \t-\"]+".
4466 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4467 (vhdl-testbench-entity-file-name)
4468 (vhdl-testbench-architecture-file-name): Allow separate
4469 customization of testbench file names.
4470 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4471 (vhdl-get-visible-signals): Allow newline within alias declaration.
4472 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4473 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4474 (member-ignore-case): Alias for missing function in XEmacs.
4475 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4476 (vhdl-update-sensitivity-list): Ignore case on read signals.
4477 (vhdl-replace-string): Adjust case only for file names.
4478 (vhdl-update-sensitivity-list): Fix search for read signals.
4479 (vhdl-update-sensitivity-list): Exclude formal parameters.
4480 (vhdl-get-visible-signals): Include aliases of signals.
4481 (vhdl-get-visible-signals): Fix signal name searching.
4482 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4483 (vhdl-fixup-whitespace-region): Fix for character
4484 literals (e.g. ':').
4485
4486 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4487
4488 * ansi-color.el (comint-last-output-start):
4489 * bs.el (font-lock-verbose):
4490 * diff-mode.el (add-log-buffer-file-name-function):
4491 * dired-x.el (vm-folder-directory):
4492 * faces.el (help-xref-stack-item):
4493 * files.el (font-lock-keywords):
4494 * find-lisp.el (dired-buffers, dired-subdir-alist):
4495 * ido.el (cua-inhibit-cua-keys):
4496 * log-view.el (cvs-minor-wrap-function):
4497 * outline.el (font-lock-warning-face):
4498 * simple.el (compilation-current-error):
4499 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4500 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4501 * tooltip.el (comint-prompt-regexp):
4502 * w32-fns.el (explicit-shell-file-name):
4503 * term/mac-win.el (mac-charset-info-alist)
4504 (mac-services-selection, mac-system-script-code):
4505 * term/tty-colors.el (msdos-color-values):
4506 * term/w32-win.el (xlfd-regexp-registry-subnum):
4507 * term/x-win.el (x-keysym-table, x-selection-timeout)
4508 (x-session-id, x-session-previous-id):
4509 * textmodes/ispell.el (mail-yank-prefix):
4510 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4511 * textmodes/org.el (calc-embedded-close-formula)
4512 (calc-embedded-open-formula)
4513 (font-lock-unfontify-region-function):
4514 * textmodes/reftex-global.el (isearch-next-buffer-function)
4515 (TeX-master):
4516 * textmodes/reftex.el (font-lock-keywords):
4517 * textmodes/tex-mode.el (font-lock-comment-face)
4518 (font-lock-doc-face):
4519 * textmodes/texinfo.el (outline-heading-alist):
4520 Add defvars.
4521
4522 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4523 (artist-spray-chars, artist-mode-init, artist-replace-string)
4524 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4525 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4526 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4527
4528 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4529 (conf-align-assignments): "?\ " -> "?\s".
4530
4531 * textmodes/reftex-index.el (TeX-master): Add defvar.
4532 (reftex-index-phrases-marker): Move up defvar.
4533
4534 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4535 (reftex-toc-include-labels-indicator)
4536 (reftex-toc-include-index-indicator)
4537 (reftex-toc-max-level-indicator): Move up declarations.
4538
4539 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4540 of args to `tramp-run-real-handler', even if it's empty in this case.
4541
4542 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4543
4544 * dired.el (dired-move-to-filename-regexp): Add date format for
4545 Mac OS X 10.3 in East Asian locales.
4546
4547 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4548
4549 * files.el (make-auto-save-file-name): Add file name handler call
4550 if applicable.
4551
4552 * net/tramp.el (tramp-file-name-handler-alist)
4553 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4554 (tramp-handle-make-auto-save-file-name): Rename from
4555 `tramp-make-auto-save-file-name'.
4556 (tramp-exists-file-name-handler): New defun.
4557 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4558 `make-auto-save-file-name' is not a magic file name operation.
4559
4560 2005-08-30 Richard M. Stallman <rms@gnu.org>
4561
4562 * files.el (risky-local-variable-p):
4563 Match `-predicates' and `-commands.
4564
4565 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4566 (custom-save-all): Visit the file if necessary;
4567 kill the buffer if we created it.
4568 (custom-save-delete): Don't visit file or kill buffer here.
4569
4570 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4571
4572 * textmodes/org.el (org-special-keyword): New face.
4573 (org-table-copy-down, org-table-eval-formula)
4574 (org-table-recalculate, org-init-section-numbers):
4575 Use `string-to-number' instead of `string-to-int'.
4576 (org-get-location): Use `insert-buffer-substring' instead of
4577 `insert-buffer'.
4578 (org-modify-diary-entry-string): New function.
4579 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4580 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4581 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4582 active region.
4583 (org-export-as-html): Handle QUOTE keyword.
4584 (org-quote-string): New option.
4585 (org-bookmark-jump-unhide): New function, used for
4586 `bookmark-after-jump-hook'.
4587 (org-diary-default-entry): Apply only when not called through
4588 `org-agenda'.
4589
4590 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4591
4592 * net/eudc.el (mode-popup-menu):
4593 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4594 * progmodes/ada-mode.el (compile-auto-highlight)
4595 (skeleton-further-elements):
4596 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4597 * progmodes/cmacexp.el (msdos-shells):
4598 * progmodes/compile.el (font-lock-extra-managed-props)
4599 (font-lock-keywords, font-lock-maximum-size)
4600 (font-lock-support-mode):
4601 * progmodes/grep.el (font-lock-lines-before):
4602 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4603 * progmodes/mixal-mode.el (compile-command):
4604 * progmodes/perl-mode.el (font-lock-comment-face)
4605 (font-lock-doc-face, font-lock-string-face):
4606 * progmodes/prolog.el (comint-prompt-regexp):
4607 * progmodes/sh-script.el (font-lock-comment-face)
4608 (font-lock-set-defaults, font-lock-string-face):
4609 * progmodes/sql.el (font-lock-keyword-face)
4610 (font-lock-set-defaults, font-lock-string-face):
4611 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4612 (itimer-version, lazy-lock-defer-contextually)
4613 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4614 Add defvars.
4615
4616 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4617 (cperl-electric-keyword, cperl-electric-pod)
4618 (cperl-electric-backspace, cperl-forward-re)
4619 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4620 (vc-rcs-header, vc-sccs-header): Add defvars.
4621
4622 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4623 (font-lock-syntactic-keywords, gud-find-expr-function):
4624 Add defvars.
4625
4626 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4627 (gdb-frame-parameters): Declare before use.
4628
4629 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4630 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4631 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4632 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4633
4634 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4635 (idlwave-help-with-source): Use `insert-buffer-substring', not
4636 `insert-buffer'.
4637
4638 2005-08-29 Juri Linkov <juri@jurta.org>
4639
4640 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4641 Put outline-back-to-heading function call inside save-excursion.
4642
4643 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * man.el (Man-init-defvars, Man-translate-references)
4646 (Man-support-local-filenames, Man-highlight-references):
4647 * progmodes/sql.el (sql-interactive-mode):
4648 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4649
4650 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4651 (compilation-mode-font-lock-keywords): Add defvars.
4652 (checkdoc-interactive-loop): "?\ " -> "?\s".
4653
4654 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4655 (font-lock-doc-face, font-lock-string-face)
4656 (font-lock-keywords-case-fold-search): Add defvars.
4657 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4658
4659 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4660 Don't pass X and Y (they are ignored anyway).
4661 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4662 (mouse-delete-window): Make arguments optional.
4663
4664 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4665 (caesar-translate-table, minor-modes, news-buffer-save)
4666 (news-group-name, news-minor-modes): Add defvars.
4667
4668 * emacs-lisp/lselect.el (mouse-highlight-priority)
4669 (x-lost-selection-functions, zmacs-regions):
4670 * emacs-lisp/pp.el (font-lock-verbose):
4671 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4672 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4673 (ses-mode-map):
4674 * emacs-lisp/tcover-unsafep.el (safe-functions):
4675 * international/mule-cmds.el (mac-system-coding-system)
4676 (mac-system-locale):
4677 * language/ethio-util.el (rmail-current-message)
4678 (rmail-message-vector):
4679 * language/thai-util.el (thai-auto-composition-mode):
4680 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4681 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4682 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4683 (vm-primary-inbox, vm-spool-files):
4684 * mail/rmail.el (deleted-head, font-lock-fontified)
4685 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4686 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4687 (total-messages):
4688 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4689 (rmail-summary-mode-map):
4690 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4691 (rmail-last-label, rmail-last-multi-labels)
4692 (rmail-summary-vector, rmail-total-messages):
4693 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4694 * mail/rmailsum.el (msgnum):
4695 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4696 (rmail-current-message):
4697 * obsolete/fast-lock.el (font-lock-face-list):
4698 * obsolete/rnewspost.el (mail-reply-buffer):
4699 * obsolete/scribe.el (compile-command):
4700 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4701
4702 2005-08-28 John Paul Wallington <jpw@gnu.org>
4703
4704 * ibuf-ext.el (ibuffer-auto-update-changed):
4705 Use `frame-or-buffer-changed-p' to check whether we need to update.
4706 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4707 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4708 as a `frame-or-buffer-changed-p' state vector instead.
4709
4710 2005-08-27 Romain Francoise <romain@orebokech.com>
4711
4712 * textmodes/makeinfo.el (makeinfo-compile):
4713 Use `compilation-start'. Set `next-error-function' according to
4714 `disable-errors'.
4715 (makeinfo-next-error): New function.
4716 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4717 (makeinfo-buffer): Likewise.
4718
4719 * progmodes/compile.el (compilation-start): Add autoload cookie.
4720
4721 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4722 * textmodes/sgml-mode.el: Likewise.
4723 * progmodes/python.el: Likewise.
4724
4725 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4726
4727 * simple.el (blink-matching-paren-distance): Document the meaning
4728 of nil value, and allow to customize to nil.
4729
4730 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4731 command.com, not command.exe.
4732
4733 2005-08-26 John Wiegley <johnw@newartisans.com>
4734
4735 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4736 code around a bit so that an extraneous nil argument is not added
4737 to a command when no args are given.
4738
4739 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4740 double-quoted argument resolves to nil, return it as an empty
4741 string rather than as nil. This made it impossible to pass "" to
4742 a shell script as a null string argument.
4743
4744 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * outline.el (outline-invent-heading): New fun.
4747 (outline-promote, outline-demote): Use it.
4748 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4749 (outline-end-of-subtree): Remove unused var `opoint'.
4750
4751 2005-08-26 David Reitter <david.reitter@gmail.com>
4752
4753 * menu-bar.el (truncate-lines, write-file, print-buffer)
4754 (ps-print-buffer-faces, ps-print-buffer, split-window):
4755 Disable menu items when the frame they refer to is invisible, or when
4756 they refer to a buffer and the minibuffer is selected.
4757
4758 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4759
4760 * progmodes/flymake.el (flymake-highlight-err-lines):
4761 Use save-excursion around flymake-highlight-line to preserve point.
4762
4763 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4764
4765 * progmodes/octave-mod.el: Change Author and Maintainer address.
4766 (octave-maintainer-address): Change Kurt's email address.
4767 * progmodes/octave-inf.el: Change Author and Maintainer address.
4768 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4769
4770 2005-08-26 Kim F. Storm <storm@cua.dk>
4771
4772 * subr.el (version-list-<, version-list-<=, version-list-=):
4773 Renamed from integer-list-*.
4774 (version-list-not-zero): Likewise. Fix while loop.
4775 (version=): Use version-list-= instead of string-equal.
4776
4777 2005-08-26 Richard M. Stallman <rms@gnu.org>
4778
4779 * outline.el (outline-promote): Try shortening the heading.
4780 As last resort, read the heading to use.
4781 (outline-demote): As last resort, read the heading to use.
4782
4783 2005-08-26 Romain Francoise <romain@orebokech.com>
4784
4785 * progmodes/compile.el (compilation-start): Doc fix.
4786
4787 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4788 (antlr-font-lock-additional-keywords): Fix reference to
4789 `antlr-font-lock-literal-regexp' erroneously changed during the
4790 mass face rename.
4791 (antlr-run-tool): Use `compilation-start'.
4792
4793 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4794 instead of the obsolete `compile-internal'.
4795
4796 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4799 (number, original-date):
4800 * calendar/cal-china.el (date):
4801 * calendar/cal-coptic.el (date):
4802 * calendar/cal-french.el (date):
4803 * calendar/cal-hebrew.el (date, entry, number, original-date):
4804 * calendar/cal-islam.el (date, number, original-date):
4805 * calendar/cal-iso.el (date):
4806 * calendar/cal-julian.el (date):
4807 * calendar/cal-mayan.el (date):
4808 * calendar/cal-menu.el (date, event):
4809 * calendar/cal-persia.el (date):
4810 * calendar/lunar.el (date):
4811 * calendar/solar.el (date): Add defvars.
4812
4813 * emerge.el:
4814 * ibuffer.el:
4815 * info-xref.el:
4816 * obsolete/bg-mouse.el:
4817 * obsolete/sun-curs.el:
4818 * obsolete/swedish.el: Move the `defvar's to the top level.
4819
4820 * smerge-mode.el (smerge-refined-change): Add :group.
4821
4822 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4825 (smerge-keep-n): Remove props.
4826 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4827 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4828 now that it's done in smerge-keep-n.
4829 (smerge-refined-change): New face.
4830 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4831 (smerge-refine): New funs.
4832 (smerge-basic-map): Bind smerge-refine.
4833
4834 2005-08-25 Juri Linkov <juri@jurta.org>
4835
4836 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4837 compilation-process-setup-function and compilation-disable-input
4838 in grep-mode instead of let-bindings in grep.
4839
4840 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4841 Delete "Automatic File De/compression" (auto-compression-mode).
4842
4843 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4846 Silence warning about non-existent variable.
4847
4848 2005-08-25 Richard M. Stallman <rms@gnu.org>
4849
4850 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4851 Rename "Describe Key" to "Describe Key or Mouse Operation".
4852
4853 * mail/mailalias.el (build-mail-aliases): Delete comments
4854 from the contents before processing them.
4855
4856 * isearch.el (isearch-edit-string): Erase the Search prompt
4857 if user enters an empty string and there is no default.
4858
4859 * comint.el (comint-file-name-prefix): Add autoload.
4860
4861 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4862
4863 * subr.el (play-sound): Rearrange to avoid warning.
4864
4865 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4866
4867 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4868 New hook.
4869 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4870
4871 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4874
4875 * custom.el (custom-theme-set-variables): Sort minor modes last.
4876
4877 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4878
4879 * subr.el (version-separator, version-regexp-alist): New vars used by
4880 version comparison funs.
4881 (integer-list-<, integer-list-=, integer-list-<=)
4882 (integer-list-not-zero): New funs for integer list comparison.
4883 (version-to-list, version=, version<, version<=): New funs for version
4884 comparison.
4885
4886 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4889 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4890 time to silence the byte-compiler.
4891
4892 * ibuffer.el (ibuffer-compile-make-eliding-form)
4893 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4894 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4895 so it's silly to get warnings for it).
4896 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4897 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4898 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4899 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4900 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4901 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4902 Defvar at compile time.
4903 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4904 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4905 Declare them before use.
4906
4907 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4908 (info-xref-good, info-xref-bad): Defvar at compile time.
4909
4910 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4911 Use `let*' instead of `let'.
4912
4913 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4914 (*mouse-y*, menu, char): Defvar at compile time.
4915 (sc::menu): Declare it before use.
4916 (sc::pack-one-line): Use `let', not `let*'.
4917
4918 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4919 (mail-send-hook): Defvar at compile time.
4920
4921 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4922 Defvar at compile time.
4923
4924 * term/sun-mouse.el (current-global-mousemap)
4925 (current-local-mousemap): Declare them before use.
4926
4927 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4928
4929 * bookmark.el (bookmark-after-jump-hook): New hook.
4930 (bookmark-jump): Run `bookmark-after-jump-hook'.
4931
4932 2005-08-23 Juri Linkov <juri@jurta.org>
4933
4934 * faces.el (minibuffer-prompt): Doc fix.
4935
4936 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * progmodes/xscheme.el: Trivial changes to silence warnings.
4939 (xscheme-previous-mode, xscheme-previous-process-state):
4940 Add defvars.
4941 (xscheme-last-input-end, xscheme-process-command-line)
4942 (xscheme-process-name, xscheme-buffer-name)
4943 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4944 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4945 (xscheme-control-g-synchronization-p)
4946 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4947 (default-xscheme-runlight, xscheme-runlight)
4948 (xscheme-runlight-string, xscheme-process-filter-state)
4949 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4950 Move to beginning of file.
4951 (scheme-interaction-mode-commands-alist)
4952 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4953 Declare them before use. Note: the initialization code for the variables
4954 has not been moved because it uses functions that reference the variables.
4955 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4956 (xscheme-prompt-for-expression-map): Declare them before use.
4957 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4958
4959 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4960
4961 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4962
4963 2005-08-22 Juri Linkov <juri@jurta.org>
4964
4965 * faces.el (set-face-underline): Delete this duplicate function
4966 and make an obsolete alias to set-face-underline-p.
4967 (set-face-underline-p): Use docstring of set-face-underline.
4968 (describe-face): Create hyperlink to parent face.
4969
4970 * info.el (Info-insert-dir): Use save-excursion around
4971 insert-buffer-substring.
4972 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4973 (Info-escape-percent): Delete function.
4974 (Info-fontify-node): Replace Info-escape-percent by
4975 replace-regexp-in-string with REP arg set to lambda that
4976 duplicates `%' and preserves text properties.
4977
4978 * progmodes/compile.el (compilation-disable-input): Doc fix.
4979 (define-compilation-mode): Doc fix and refill.
4980 (kill-compilation): Use `mode-name' in the error message.
4981 (compilation-find-file): Use `compilation-error' in the
4982 read-file-name's prompt.
4983
4984 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4987 (smerge-auto-leave): Make undo re-enable the mode.
4988 (debug-ignored-errors): Add the user-error of impossible resolution.
4989 (smerge-resolve): Move things around a bit, in preparation for later.
4990 (smerge-diff): Don't fail if the buffer has no associated file.
4991 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4992 (smerge-conflict-overlay): New function.
4993 (smerge-match-conflict): Don't add text properties here.
4994 (smerge-find-conflict): Instead, add an overlay here.
4995 Also check for the case where we're inside a conflict already, so as to
4996 obviate the need for font-lock-multiline, which is unbearably slow with
4997 large conflicts and ciomplex font-lock patterns.
4998 (smerge-remove-props): Remove overlay rather than text-properties.
4999 (smerge-mode): Don't set font-lock-multiline.
5000 Remove overlays when turned off.
5001
5002 2005-08-21 Kim F. Storm <storm@cua.dk>
5003
5004 * ido.el (ido-ignore-item-p): Use save-match-data.
5005 Bind case-fold-search to ido-case-fold locally.
5006
5007 2005-08-20 Richard M. Stallman <rms@gnu.org>
5008
5009 * files.el (normal-mode): If font lock is on, turn it off and on.
5010
5011 * subr.el (replace-regexp-in-string): Doc fix.
5012
5013 * startup.el (command-line-1): Don't suppress startup screen
5014 due to existing processes.
5015
5016 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5017
5018 * progmodes/compile.el (compilation-disable-input): Default to nil.
5019
5020 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5021
5022 * progmodes/compile.el (compilation-disable-input): New defcustom.
5023 (compilation-start): If compilation-disable-input is non-nil, send
5024 EOF to the compilation process.
5025
5026 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5027
5028 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5029 Run the argument of tex-shell-cd-command through
5030 convert-standard-filename, to get the correct style of slashes on
5031 Windows, and enclose the result in quotes, in case the file name
5032 includes whitespace or other special characters.
5033
5034 2005-08-19 Andreas Schwab <schwab@suse.de>
5035
5036 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5037 process.
5038
5039 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5040
5041 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5042
5043 2005-08-18 Kim F. Storm <storm@cua.dk>
5044
5045 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5046
5047 2005-08-18 Richard M. Stallman <rms@gnu.org>
5048
5049 * scroll-lock.el: New file.
5050
5051 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5052
5053 * dired.el (dired-move-to-end-of-filename):
5054 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5055
5056 2005-08-18 Kim F. Storm <storm@cua.dk>
5057
5058 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5059 rather than toggle mode when custom value is nil.
5060 (ido-everywhere): Fix defun doc string.
5061
5062 2005-08-17 Richard M. Stallman <rms@gnu.org>
5063
5064 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5065 as tag instead of "Inviolable".
5066
5067 2005-08-17 Kim F. Storm <storm@cua.dk>
5068
5069 * windmove.el (windmove-coordinates-of-position): Remove.
5070 (windmove-coordinates-of-window-position): Remove.
5071 (windmove-reference-loc): Use posn-at-point instead.
5072
5073 * subr.el (insert-for-yank-1): Doc fix.
5074
5075 * ido.el (ido-enter-matching-directory): Rename from
5076 ido-enter-single-matching-directory. Change 'slash choice to
5077 'only. Add 'first choice.
5078 (ido-exhibit): Adapt to above changes.
5079
5080 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * Makefile.in: Expand comment about building loaddefs.el.
5083
5084 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5085
5086 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5087 Comment use of defadvice.
5088
5089 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5090
5091 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5094 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5095 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5096 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5097 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5098 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5099 for backward compatibility for faces that did not appear in the
5100 previous Emacs release.
5101
5102 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5103
5104 2005-08-15 Kim F. Storm <storm@cua.dk>
5105
5106 * emulation/cua-base.el (cua-delete-region): Return t if
5107 deleted region was non-empty.
5108 (cua-replace-region): Inhibit overwrite-mode for
5109 self-insert-command if replaced region was non-empty.
5110 (cua--explicit-region-start, cua--status-string): Make them
5111 buffer-local at top-level...
5112 (cua-mode): ...rather than when mode is enabled.
5113
5114 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5115
5116 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5117 Set t for Emacs 21, 22, and so on.
5118
5119 2005-08-15 David Ponce <david@dponce.com>
5120
5121 * tree-widget.el: Update Commentary header.
5122 (tree-widget-theme): Doc fix.
5123 (tree-widget-space-width): New option.
5124 (tree-widget-image-properties): Look up in the default theme too.
5125 (tree-widget--cursors): Only for images with arrow pointer shape.
5126 (tree-widget-lookup-image): Pointer shape is hand by default.
5127 (tree-widget-icon): Rename generic icon widget from
5128 `tree-widget-control'.
5129 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5130 derive from `tree-widget-icon'.
5131 (tree-widget-handle): Improve default look and feel of the text
5132 representation.
5133 (tree-widget): Rename :*-control properties to :*-icon properties.
5134 Add :action and :help-echo properties.
5135 (tree-widget-after-toggle-functions): Move.
5136 (tree-widget-close-node, tree-widget-open-node): Remove.
5137 (tree-widget-before-create-icon-functions): New hook.
5138 (tree-widget-value-create): Update to allow customization of icons
5139 and nodes at run-time via that new hook.
5140 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5141 (tree-widget-icon-action, tree-widget-icon-help-echo)
5142 (tree-widget-action, tree-widget-help-echo): New functions.
5143
5144 2005-08-15 Kim F. Storm <storm@cua.dk>
5145
5146 * ido.el (ido-buffer-internal): Use with-no-warnings.
5147 (ido-make-merged-file-list): Use while-no-input.
5148
5149 2005-08-15 Richard M. Stallman <rms@gnu.org>
5150
5151 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5152 (flyspell-large-region): Fix doc and custom type.
5153
5154 2005-08-14 Richard M. Stallman <rms@gnu.org>
5155
5156 * files.el (interpreter-mode-alist): Doc fix.
5157
5158 * mail/rmail.el (rmail-nonignored-headers): New variable.
5159 (rmail-clear-headers): Use it.
5160 (rmail-reply): Better handling of mail-followup-to header.
5161
5162 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5163 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5164 don't try to refer to executable-font-lock-keywords.
5165 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5166 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5167 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5168 (sh-mode): Set comment-start-skip, local-abbrev-table,
5169 imenu-case-fold-search.
5170 (sh-set-shell): Don't set them here.
5171 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5172 Don't cache the results in the original alist; don't ever modify
5173 that alist.
5174
5175 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5176
5177 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5178 empty.
5179
5180 2005-08-15 Andreas Schwab <schwab@suse.de>
5181
5182 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5183
5184 * dired.el, info.el, mail/rmail.el: Revert last change.
5185
5186 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5187
5188 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5189 modification in `eval-after-load' form.
5190 * info.el: Likewise.
5191 * mail/rmail.el: Likewise.
5192
5193 2005-08-14 Juri Linkov <juri@jurta.org>
5194
5195 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5196 Remove highlighting of "Compilation started". Highlight only
5197 the word "finished" in "Compilation finished". Add highlighting
5198 of "interrupt", "killed", "terminated" and the exit code.
5199 (compilation-start): Add newline after header. Use exactly the
5200 same time stamp format as the finishing message.
5201 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5202
5203 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5204 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5205 Add highlighting of "interrupt", "killed", "terminated".
5206
5207 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5208 enabled and the current command is self-insert-command, call it
5209 explicitly with overwrite-mode bound to nil, to not allow it
5210 to delete the character after the selected region.
5211
5212 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5213
5214 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5215 move-end-of-line, end-of-line, and beginning-of-line to the list
5216 of commands after which the echo area is updated.
5217
5218 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5219
5220 * cus-edit.el (custom-save-all, custom-save-delete):
5221 Bind recentf-exclude to exclude custom-file.
5222
5223 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5224
5225 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5226 to go to the bottom of the mail message. Added to
5227 `rmail-summary-mode-map' with key "/".
5228 (rmail-summary-show-message): New (internal) function for use by
5229 both `rmail-summary-beginning/end-of-message'.
5230 (rmail-summary-beginning-of-message): Change to use
5231 rmail-summary-show-message.
5232
5233 * mail/rmail.el (rmail-end-of-message): New command to go to the
5234 end of the current message. Added to `rmail-mode-map' with key "/".
5235 (rmail-beginning-of-message): Fix to work as documented.
5236 (rmail-mode): Change documentation.
5237
5238 * progmodes/compile.el (compilation-start): Add the line
5239 "Compilation started" with compilation start time.
5240 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5241
5242 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5243
5244 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5245 of menu items.
5246
5247 2005-08-11 Richard M. Stallman <rms@gnu.org>
5248
5249 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5250
5251 * battery.el (battery-status-function): Don't use ignore-errors.
5252
5253 2005-08-11 Lute Kamstra <lute@gnu.org>
5254
5255 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5256 define-obsolete-variable-alias.
5257
5258 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5261 (ange-ftp-send-cmd): Revert last change, and expand
5262 the comment explaining the problem.
5263
5264 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5265
5266 * ldefs-boot.el: Update.
5267
5268 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5269 item to "Time, Load and Mail". Change help echo text.
5270
5271 * time.el (display-time-use-mail-icon, display-time-format)
5272 (display-time-string-forms): Shorten first line of docstrings.
5273
5274 2005-08-10 Lars Hansen <larsh@soem.dk>
5275
5276 * desktop.el (desktop-buffer-mode-handlers):
5277 Make non-customizable. Add autoload cookie. Change initial value to
5278 nil; add elements in respective modules instead. Fix doc string.
5279 (desktop-load-file): New function.
5280 (desktop-minor-mode-handlers): New autoloaded variable.
5281 (desktop-create-buffer): Call minor mode handlers.
5282 Use desktop-load-file to load major and minor mode modules prior to
5283 checking for a handler.
5284 (desktop-save): Don't add nil to desktop-minor-modes for minor
5285 modes with nil function in desktop-minor-mode-table. Don't delete
5286 desktop file before rewriting it.
5287 (desktop-locals-to-save): Add autoload cookie. Don't make
5288 automatically buffer-local. Add variables column-number-mode,
5289 size-indication-mode, indent-tabs-mode,
5290 indicate-buffer-boundaries, indicate-empty-lines and
5291 show-trailing-whitespace.
5292 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5293 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5294 (desktop-clear-preserve-buffers-regexp): Delete.
5295 (desktop-clear-preserve-buffers): Update initial value and docstring.
5296 (desktop-save-buffer): Fix doc string.
5297
5298 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5299 (hilit-chg-desktop-restore): New function.
5300 (highlight-changes-mode): Add highlight-changes-mode to
5301 desktop-locals-to-save.
5302
5303 * dired.el: Add handler to desktop-buffer-mode-handlers.
5304 (dired-restore-desktop-buffer): Remove autoload cookie.
5305 (dired-mode): Add autoload cookie.
5306
5307 * info.el: Add handler to desktop-buffer-mode-handlers.
5308 (Info-restore-desktop-buffer): Remove autoload cookie.
5309 (Info-mode): Add autoload cookie.
5310
5311 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5312 (mh-restore-desktop-buffer): Remove autoload cookie.
5313 (mh-folder-mode): Add autoload cookie.
5314
5315 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5316 (rmail-restore-desktop-buffer): Remove autoload cookie.
5317
5318 2005-08-11 Masatake YAMATO <jet@gyve.org>
5319
5320 * hexl.el (hexl-address-region):
5321 (hexl-ascii-region, hexl-font-lock-keywords):
5322 (hexl-highlight-line-range): Use the term "region"
5323 instead of "area" for consistency with the other symbols
5324 defined in hexl.el.
5325
5326 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5327
5328 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5329 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5330 out by Juri Linkov). Add `display-battery-mode'.
5331
5332 2005-08-09 Juri Linkov <juri@jurta.org>
5333
5334 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5335 Remove `-text' from face variable names.
5336 (compilation-error-file-name, compilation-warning-file-name)
5337 (compilation-info-file-name): Delete faces.
5338 (compilation-line-number, compilation-column-number):
5339 Remove face underlining.
5340 (compilation-message-face): Set to `underline' value by default.
5341 (compilation-error-face, compilation-warning-face)
5342 (compilation-info-face): Remove `-file-name' from face names.
5343 (compilation-error-text-face, compilation-warning-text-face)
5344 (compilation-info-text-face): Delete face variables.
5345 (compilation-text-face): Delete function.
5346
5347 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5348 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5349 (grep-error-face): Set to `compilation-error' instead of
5350 `compilation-error-face' (which is redefined to `grep-hit-face' in
5351 grep buffers).
5352 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5353 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5354
5355 * dired-aux.el (dired-do-query-replace-regexp):
5356 Use `query-replace-read-args'.
5357
5358 * replace.el (query-replace-read-from, query-replace-read-to)
5359 (query-replace-read-args): Rename arg `string' to `prompt'.
5360
5361 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5362
5363 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5364
5365 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5366 uploading files.
5367 (ange-ftp-canonize-filename): Handle file names beginning with ~
5368 correctly.
5369
5370 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5371
5372 * textmodes/fill.el (canonically-space-region)
5373 (fill-context-prefix, fill-french-nobreak-p)
5374 (fill-delete-newlines, fill-comment-paragraph)
5375 (justify-current-line): "?\ " -> "?\s".
5376
5377 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5378
5379 * textmodes/fill.el (fill-nonuniform-paragraphs):
5380 Improve argument/docstring consistency.
5381
5382 2005-08-09 Richard M. Stallman <rms@gnu.org>
5383
5384 * textmodes/ispell.el (ispell-word): More fboundp checks.
5385
5386 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5387 (find-file-noselect-1): Call it here, only if RAWFILE.
5388 (normal-mode): Always set some major mode.
5389 (save-some-buffers-action-alist): Change some explanation strings.
5390 (file-name-non-special): In the `quote' method, use unwind-protect.
5391
5392 2005-08-09 Magnus Henoch <mange@freemail.hu>
5393
5394 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5395 (ispell-have-aspell-dictionaries): New variable.
5396 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5397 (ispell-get-aspell-config-value): New function.
5398 (ispell-aspell-find-dictionary): New function.
5399 (ispell-aspell-add-aliases): New function.
5400 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5401 appropriate. Don't look for ispell dictionaries if we use aspell.
5402 (ispell-menu-map): Don't build a submenu of dictionaries.
5403
5404 2005-08-09 Richard M. Stallman <rms@gnu.org>
5405
5406 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5407 (sql-read-passwd): Use read-passwd.
5408
5409 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5410 (idlwave-toolbar-is-possible): Add defvars.
5411
5412 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5413 Avoid warnings.
5414
5415 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5416 (idlwave-system-class-info, idlwave-executive-commands-alist):
5417 Use defvar.
5418
5419 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5420
5421 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5422 Avoid warnings.
5423
5424 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5425 and content-type: headers.
5426
5427 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5428
5429 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5430 and rename some of them to be more self-explanatory.
5431
5432 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5433
5434 * startup.el (command-line-1): Implement -scriptload.
5435
5436 * replace.el (occur-engine): Initial *Occur* output not undoable.
5437
5438 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5439 and improve help strings.
5440
5441 * isearch.el (isearch-repeat): When changing direction,
5442 mark search successful.
5443
5444 * ediff-init.el: Use (featurep 'xemacs).
5445
5446 * comint.el (send-invisible): Identify buffer, if not selected.
5447
5448 * align.el: Delete autoload for c-guess-basic-syntax.
5449
5450 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5453 Improve argument/docstring consistency. Doc fixes.
5454 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5455 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5456 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5457 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5458 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5459 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5460 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5461 Defvar at compile time.
5462
5463 2005-08-09 Juri Linkov <juri@jurta.org>
5464
5465 * info.el: Replace `info' with upper-case `Info' where appropriate.
5466 (info-title-1, info-title-2, info-title-3, info-title-4)
5467 (info-menu-header): Move up face definitions.
5468 (info-menu-star): Rename from `info-menu-5'.
5469 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5470 (Info-fontify-visited-nodes): Fix docstring.
5471 (Info-hide-note-references): Fix docstring.
5472 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5473 menu items in the same way as on cross-references.
5474 (info-apropos): Fix sorting order and formatting to be like in the
5475 stand-alone Info browser. Display error messages for 1 sec.
5476 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5477 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5478 from the menu bar.
5479 (Info-insert-dir): Restore point after calling
5480 `insert-buffer-substring'.
5481
5482 2005-08-08 Richard M. Stallman <rms@gnu.org>
5483
5484 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5485 (recompute-lucid-menubar): Add defvars.
5486
5487 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5488
5489 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5490
5491 * net/net-utils.el (run-dig): Rename from `dig'.
5492
5493 * play/gametree.el (gametree-mode): Use make-local-variable,
5494 not make-variable-buffer-local.
5495
5496 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5497
5498 * ansi-color.el (ansi-color-make-extent)
5499 (ansi-color-set-extent-face): Use fboundp, not functionp.
5500
5501 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5502 not make-variable-buffer-local.
5503
5504 * bookmark.el (Info-current-file): Add defvar.
5505 (bookmark-jump-noselect): Use with-no-warnings.
5506
5507 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5508
5509 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5510
5511 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5512
5513 * find-file.el (ada-procedure-start-regexp)
5514 (ada-package-start-regexp): Add defvars.
5515
5516 * info.el (Info-insert-dir): Use insert-buffer-substring.
5517
5518 * xml.el (xml-att-def-re): Add defvar.
5519
5520 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5521 calling convention.
5522
5523 * subr.el (while-no-input): Return t if there is input.
5524
5525 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5526
5527 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5528
5529 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5532 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5533
5534 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5535
5536 * cmuscheme.el (scheme-start-file): Replace reference to
5537 `user-emacs-directory' by "~/.emacs.d/".
5538
5539 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5540
5541 * info.el (Info-dir-remove-duplicates): Avoid case folding
5542 in loop; instead, keep downcased strings for comparison.
5543 Suggested by Helmut Eller.
5544
5545 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5546
5547 Sync with Tramp 2.0.50.
5548
5549 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5550 XEmacs case; not necessary anymore.
5551 (tramp-user-regexp): Allow "@" as part of user name.
5552 (tramp-handle-set-visited-file-modtime)
5553 (tramp-handle-insert-file-contents)
5554 (tramp-handle-write-region): No special handling for
5555 `last-coding-system-used, because this is done in
5556 `tramp-accept-process-output' now.
5557 (tramp-accept-process-output): New defun.
5558 (tramp-process-one-action, tramp-process-one-multi-action)
5559 (tramp-wait-for-regexp, tramp-wait-for-output)
5560 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5561 Howells <dhowells@redhat.com>.
5562 (clear-visited-file-modtime): Defadvice removed. The check for
5563 unset buffer's modtime does not need to be based on
5564 `tramp-buffer-file-attributes'. Suggested by RMS.
5565 (tramp-message): Insert "\n" if not being at beginning of line.
5566 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5567 sequence with same logic.
5568 (tramp-completion-handle-expand-file-name): Discard call of
5569 `tramp-drop-volume-letter'. It is not necessary, and there have
5570 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5571 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5572 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5573 should always be visible.
5574 (tramp-handle-insert-directory, tramp-setup-complete)
5575 (tramp-set-process-query-on-exit-flag)
5576 (tramp-append-tramp-buffers): Pacify byte-compiler.
5577 (tramp-bug): Delete non-existing variables from list.
5578 Apply `tramp-load-report-modules' as pre-hook.
5579 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5580 `shell-prompt-pattern' because of non-7bit characters.
5581 Reported by Sebastian Luque <sluque@mun.ca>.
5582 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5583 (tramp-match-string-list): Remove function.
5584 (tramp-wait-for-regexp): Remove call of that function.
5585 Suggested by Kim F. Storm <storm@cua.dk>.
5586 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5587 instead of octal character code ?\600. The latter resulted in a
5588 syntax error with XEmacs.
5589
5590 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5591 XEmacs case; not necessary anymore.
5592 (tramp-smb-handle-write-region): No special handling for
5593 `last-coding-system-used, because this is done in
5594 `tramp-accept-process-output' now.
5595 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5596
5597 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * wid-edit.el (widget-choice-value-create):
5600 Unconditionally respect user choice. Set :explicit-choice back to nil
5601 when no longer needed.
5602 (widget-choice-action): Unconditionally respect user choice.
5603 Eliminate :explicit-choice-value.
5604
5605 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5606
5607 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5608 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5609 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5610 running new function `toggle-indicate-empty-lines'.
5611 Rename "Customize" item to "Customize fringe".
5612 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5613 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5614 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5615 Delete "Empty lines only" item.
5616 (menu-bar-showhide-fringe-ind-customize): New function.
5617 (menu-bar-showhide-fringe-ind-mixed)
5618 (menu-bar-showhide-fringe-ind-box)
5619 (menu-bar-showhide-fringe-ind-right)
5620 (menu-bar-showhide-fringe-ind-left)
5621 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5622 instead of `fringe-indicators'.
5623
5624 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5625
5626 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5627 Change the date of last update.
5628
5629 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5630
5631 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5632 (viper-exec-yank, viper-put-back): Don't display modification msg
5633 if in the minibuffer.
5634
5635 * viper-init.el (viper-replace-overlay-cursor-color)
5636 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5637 Make variables frame local.
5638
5639 * viper-util.el (viper-append-filter-alist): Use append instead of
5640 nconc.
5641
5642 * viper.el (viper-vi-state-mode-list)
5643 (viper-emacs-state-mode-list): Move help-mode and
5644 completion-list-mode from the first list to the second.
5645 (viper-mode): Docstring.
5646 (viper-go-away, viper-non-hook-settings): Don't localize
5647 minor-mode-alist in newer Emacsen. Add advice to
5648 set-cursor-color. Don't bind "\C-c\\".
5649
5650 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5651
5652 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5653 (scheme-macro-expand-command): New user options.
5654 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5655 (scheme-form-at-point, scheme-start-file)
5656 (scheme-interactively-start-process): New functions.
5657 (scheme-get-process): New function, extracted from `scheme-proc'.
5658 (run-scheme): Call `scheme-start-file' to get start file, and pass
5659 it to `make-comint'.
5660 (switch-to-scheme, scheme-proc):
5661 Call `scheme-interactively-start-process' if no Scheme buffer/process
5662 is available.
5663
5664 2005-08-06 Juri Linkov <juri@jurta.org>
5665
5666 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5667 Use `compilation-text-face', `compilation-info-text-face' and
5668 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5669 (compilation-error): New face.
5670 (compilation-error-file-name): Inherit from
5671 `compilation-error' instead of `font-lock-warning-face'.
5672 (compilation-warning-file-name): Inherit from
5673 `compilation-warning' instead of `font-lock-warning-face'.
5674 (compilation-info, compilation-error-file-name)
5675 (compilation-warning-file-name, compilation-info-file-name)
5676 (compilation-line-number, compilation-column-number): Doc fix.
5677 (compilation-error-text-face, compilation-warning-text-face)
5678 (compilation-info-text-face): New face variables.
5679 (compilation-line-face, compilation-column-face)
5680 (compilation-enter-directory-face)
5681 (compilation-leave-directory-face): Doc fix.
5682 (compilation-text-face): New function.
5683
5684 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5685 instead of 1 to display binary file names as info file links.
5686 (grep-error-face): Use `compilation-error-face' instead of
5687 `font-lock-keyword-face'.
5688 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5689 and `compilation-warning-text-face' instead of
5690 `font-lock-keyword-face'. Use `compilation-error-text-face'
5691 instead of `grep-error-face'.
5692
5693 2005-08-05 Kenichi Handa <handa@m17n.org>
5694
5695 * international/code-pages.el: Add autoload cookies for all coding
5696 systems.
5697
5698 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5699
5700 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5701
5702 2005-08-04 Juri Linkov <juri@jurta.org>
5703
5704 * progmodes/compile.el (compilation-mode-map):
5705 * progmodes/grep.el (grep-mode-map):
5706 Bind TAB to `compilation-next-error' and [backtab] to
5707 `compilation-previous-error'.
5708
5709 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5710 matching line numbers, column numbers and their ranges with regexp
5711 matching only line numbers.
5712 (grep-context-face): New face variable.
5713 (grep-mode-font-lock-keywords): Use it.
5714
5715 * faces.el (read-face-name): Delete duplicate faces.
5716
5717 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * thumbs.el (thumbs-find-image): Don't make variables
5720 automatically buffer local.
5721 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5722 (thumbs-image-num): Make automatically buffer local.
5723 (thumbs-show-thumbs-list): Use `make-local-variable', not
5724 `make-variable-buffer-local'.
5725 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5726
5727 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5728 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5729 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5730 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5731 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5732 (feelings-about, foullst, found, hello, history, howareyoulst)
5733 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5734 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5735 (neglst, obj, object, owner, please, problems, qlist)
5736 (random-adjective, relation, remlst, repetitive-shortness)
5737 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5738 (shortlst, something, sportslst, stallmanlst, states, subj)
5739 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5740 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5741 Defvar at compile time.
5742
5743 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5744 not `make-variable-buffer-local'.
5745
5746 2005-08-02 Kim F. Storm <storm@cua.dk>
5747
5748 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5749 rectangle overlay in selected window.
5750
5751 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5752
5753 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5754 instead of display group. Make `indicate-buffer-boundaries'
5755 customizable through Custom.
5756
5757 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5760 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5761 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5762 (gdb-put-string): Fix typos in docstrings.
5763
5764 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5765
5766 Update copyright notices of files in progmodes directory for
5767 release of Emacs 22.1.
5768
5769 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5770
5771 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5772 Don't barf if the GUD buffer has been killed.
5773
5774 2005-08-01 Kim F. Storm <storm@cua.dk>
5775
5776 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5777
5778 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * simple.el (next-error-follow-minor-mode):
5781 make-variable-buffer-local -> make-local-variable.
5782
5783 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5784
5785 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5786 (byte-compile-form-make-variable-buffer-local): New functions to warn
5787 about misuses of make-variable-buffer-local where make-local-variable
5788 was meant.
5789
5790 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * bs.el (bs-attributes-list): Doc fix.
5793 (bs): Update url-link.
5794
5795 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5796 (desktop-load-default): Simplify.
5797
5798 * ibuffer.el (ibuffer-columnize-and-insert-list)
5799 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5800 (ibuffer-unmark-all, ibuffer-toggle-marks)
5801 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5802 (ibuffer-compile-make-format-form, ibuffer-format-column)
5803 (ibuffer-current-buffers-with-marks)
5804 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5805 (ibuffer): Doc fix.
5806 (ibuffer-mode): Fix typo in docstring.
5807 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5808 with `define-obsolete-variable-alias'.
5809 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5810
5811 2005-07-29 Kenichi Handa <handa@m17n.org>
5812
5813 * international/mule-cmds.el (select-message-coding-system):
5814 Be sure to use LF for end-of-line. If no coding system is decided,
5815 return iso-8859-1-unix.
5816
5817 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5820 (ange-ftp-pending-error-line): New vars.
5821 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5822 to handle the non-fatal no-route-to-host messages.
5823 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5824
5825 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5826
5827 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5828 (isearch-quote-char, isearch-printing-char)
5829 (isearch-text-char-description): "?\ " -> "?\s".
5830 (isearch-lazy-highlight-cleanup)
5831 (isearch-lazy-highlight-initial-delay)
5832 (isearch-lazy-highlight-interval)
5833 (isearch-lazy-highlight-max-at-a-time)
5834 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5835 Declare with define-obsolete-*-alias macros.
5836 (isearch-forward): Fix typo in docstring.
5837 (search-invisible, search-ring-yank-pointer)
5838 (regexp-search-ring-yank-pointer): Doc fixes.
5839
5840 * recentf.el (recentf-menu-append-commands-p): Declare with
5841 `define-obsolete-variable-alias'.
5842 (recentf-max-saved-items, recentf-menu-filter)
5843 (recentf-arrange-by-rule-subfilter): Doc fixes.
5844 (recentf-menu-append-commands-flag)
5845 (recentf-initialize-file-name-history, recentf-expand-file-name)
5846 (recentf-clear-data): Fix typos in docstrings.
5847
5848 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5849
5850 * progmodes/gdb-ui.el: Smarten comments.
5851 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5852
5853 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5854
5855 * term/apollo.el (terminal-init-apollo): New function containing
5856 all former top level forms in the file.
5857 * term/bobcat.el (terminal-init-bobcat):
5858 * term/cygwin.el (terminal-init-cygwin):
5859 * term/iris-ansi.el (terminal-init-iris-ansi):
5860 * term/linux.el (terminal-init-linux):
5861 * term/news.el (terminal-init-news):
5862 * term/rxvt.el (terminal-init-rxvt):
5863 * term/sun.el (terminal-init-sun):
5864 * term/tvi970.el (terminal-init-tvi970):
5865 * term/vt100.el (terminal-init-vt100):
5866 * term/vt102.el (terminal-init-vt102):
5867 * term/vt125.el (terminal-init-vt125):
5868 * term/vt200.el (terminal-init-vt200):
5869 * term/vt201.el (terminal-init-vt201):
5870 * term/vt220.el (terminal-init-vt220):
5871 * term/vt240.el (terminal-init-vt240):
5872 * term/vt300.el (terminal-init-vt300):
5873 * term/vt320.el (terminal-init-vt320):
5874 * term/vt400.el (terminal-init-vt400):
5875 * term/vt420.el (terminal-init-vt420):
5876 * term/wyse50.el (terminal-init-wyse50):
5877 * term/xterm.el (terminal-init-xterm): Likewise.
5878
5879 * term/README: Describe the terminal-init-* functionality.
5880
5881 * startup.el (command-line): After loading the terminal initialization
5882 file call the corresponding terminal initialization function.
5883
5884 2005-07-27 Kenichi Handa <handa@m17n.org>
5885
5886 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5887 negative.
5888
5889 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5890 (ps-mule-composition-prologue): Fix for the case that
5891 RelativeCompose is false.
5892
5893 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5896
5897 * descr-text.el (describe-char): Handle the case where the list of
5898 chars is displayed in a separate frame.
5899 Be a bit more discriminating when looking for the char.
5900
5901 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * bookmark.el (bookmark-automatically-show-annotations)
5904 (bookmark-read-annotation-text-func): Doc fixes.
5905 (bookmark-save): Improve argument/docstring consistency.
5906 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5907 (bookmark-alist-from-buffer)
5908 (bookmark-upgrade-file-format-from-0)
5909 (bookmark-grok-file-format-version)
5910 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5911 (bookmark-read-annotation-mode)
5912 (bookmark-insert-current-bookmark, bookmark-jump)
5913 (bookmark-exit-hook): Fix typos in docstrings.
5914 (bookmark-exit-hooks): Define as obsolete alias.
5915 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5916 not `bookmark-exit-hooks'. Fix docstring.
5917 (bookmark-bmenu-select): "?\ " -> "?\s".
5918
5919 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5920
5921 * startup.el (command-line): Fix typo.
5922
5923 2005-07-24 Richard M. Stallman <rms@gnu.org>
5924
5925 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5926 not emacs-quick-startup.
5927
5928 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5931 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5932 instead of `reb-with-current-window'.
5933 (reb-prev-match): Likewise. Also, don't move left if the search
5934 was unsuccessful.
5935 (reb-initialize-buffer): New function.
5936 (re-builder, reb-change-syntax): Use it.
5937
5938 * man.el (Man-goto-page): Make second argument NOERROR optional.
5939
5940 2005-07-23 Richard M. Stallman <rms@gnu.org>
5941
5942 * man.el (Man-bgproc-sentinel): Check here for failure to find
5943 any man page in the output, and report the error here.
5944 (Man-arguments): Make it permanent local.
5945 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5946 (Man-mode): Pass t for NOERROR.
5947
5948 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5949 (grep-mode-font-lock-keywords):
5950 Don't use compilation-...-face for messages that are not file names.
5951
5952 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5953 Don't use compilation-...-face for messages that are not file names.
5954
5955 2005-07-22 Juri Linkov <juri@jurta.org>
5956
5957 * startup.el (normal-splash-screen): Update menu name.
5958
5959 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5960
5961 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5962
5963 * term/xterm.el: Load term/rxvt if the terminal is actually an
5964 rxvt terminal.
5965 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5966
5967 * term/rxvt.el (function-key-map): Use substitute-key-definition
5968 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5969
5970 * term/cygwin.el: New file.
5971
5972 2005-07-22 Kim F. Storm <storm@cua.dk>
5973
5974 * image-file.el (insert-image-file, image-file-yank-handler):
5975 Fix last change to maintain a (unique) yank-handler on yanked images.
5976
5977 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5978
5979 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5980 of the file size (as in "177B" for 177 bytes). This happens with
5981 "ls -lh" on FreeBSD.
5982
5983 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5984
5985 * hilit-chg.el (highlight-changes-global-initial-state)
5986 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5987 (hilit-chg-fixup, highlight-changes-mode):
5988 Fix typos in docstrings.
5989 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5990 Doc fixes.
5991
5992 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5995 mode function using `eval-after-load'.
5996
5997 2005-07-21 Kim F. Storm <storm@cua.dk>
5998
5999 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6000 included when reporting an emacs crash, and tell about the DEBUG file.
6001
6002 * image-file.el (insert-image-file): Add yank-handler.
6003 (image-file-yank-handler): Yank handler to make unique copies of
6004 images when they are yanked into a buffer next to each other.
6005
6006 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * comint.el (comint-use-prompt-regexp, comint-send-input)
6009 (comint-source-default, comint-extract-string)
6010 (comint-get-source, comint-word, comint-completion)
6011 (comint-source, comint-prompt-read-only, comint-update-fence):
6012 Fix typos in docstrings.
6013 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6014 Declare with define-obsolete-*-alias macros.
6015 (comint-previous-matching-input-from-input)
6016 (comint-next-matching-input-from-input)
6017 (comint-previous-matching-input, comint-next-matching-input)
6018 (comint-forward-matching-input):
6019 Improve argument/docstring consistency.
6020
6021 * desktop.el (desktop-clear-preserve-buffers-regexp):
6022 Also preserve the *server* buffer.
6023
6024 * simple.el (clone-indirect-buffer): Doc fix.
6025 (fixup-whitespace, just-one-space)
6026 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6027 (next-error, next-error-highlight)
6028 (next-error-highlight-no-select, next-error-last-buffer)
6029 (next-error-buffer-p, next-error-find-buffer, next-error)
6030 (previous-error, next-error-no-select, previous-error-no-select)
6031 (open-line, split-line, minibuffer-prompt-width, kill-new)
6032 (binary-overwrite-mode): Fix typos in docstrings.
6033 (set-fill-column): Fix typo in message.
6034
6035 * skeleton.el (skeleton-proxy-new): Doc fix.
6036
6037 * strokes.el (strokes-load-hook): Doc fix.
6038 (strokes-grid-resolution, strokes-get-grid-position)
6039 (strokes-renormalize-to-grid, strokes-read-stroke)
6040 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6041 (strokes-global-map): Fix typos in docstrings.
6042 (strokes-help): Doc fix. Fix help message and pass it through
6043 `substitute-command-keys'.
6044
6045 * tempo.el (tempo-insert-prompt, tempo-interactive)
6046 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6047 (tempo-insert-string-functions, tempo-local-tags)
6048 (tempo-define-template, tempo-insert-template)
6049 (tempo-insert-prompt-compat, tempo-is-user-element)
6050 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6051 Fix typos in docstrings.
6052
6053 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6054 (vcursor-key-bindings, vcursor-use-vcursor-map)
6055 (vcursor-find-window, vcursor-scroll-down)
6056 (vcursor-disable, vcursor-beginning-of-buffer)
6057 (vcursor-end-of-buffer): Fix typos in docstrings.
6058 (vcursor-relative-move, vcursor-get-char-count):
6059 Improve argument/docstring consistency.
6060
6061 * version.el: "?\ " -> "?\s".
6062
6063 * wid-edit.el (widget-default-create, widget-after-change)
6064 (widget-default-format-handler, widget-checklist-add-item)
6065 (widget-radio-add-item, widget-choose, widget-specify-secret)
6066 (widget-field-value-create, widget-field-value-get)
6067 (widget-editable-list-format-handler)
6068 (widget-editable-list-entry-create, widget-group-value-create)
6069 (widget-documentation-link-add)
6070 (widget-documentation-string-value-create): "?\ " -> "?\s".
6071 (widget-convert-text): Doc fix.
6072 (widget-narrow-to-field, widget-field-find)
6073 (widget-url-link-action, widget-emacs-library-link-action)
6074 (widget-color-notify): Fix typos in docstrings.
6075
6076 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6077 (x-select-text, set-w32-system-coding-system)
6078 (w32-add-charset-info): Fix typos in docstrings.
6079
6080 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6081 (cua-enable-cua-keys, cua-use-hyper-key)
6082 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6083 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6084
6085 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6086
6087 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6088 `defalias' instead of faking it.
6089
6090 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6091 (eshell-ls-missing, eshell-ls-dired-initial-args)
6092 (eshell-ls-use-in-dired): Fix typos in docstrings.
6093
6094 2005-07-20 Kim F. Storm <storm@cua.dk>
6095
6096 * emulation/cua-base.el (cua-mode): Improve doc string.
6097
6098 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6099
6100 * abbrev.el (expand-region-abbrevs): Doc fix.
6101 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6102 Improve argument/docstring consistency.
6103
6104 * arc-mode.el (archive-get-descr, archive-alternate-display):
6105 Doc fixes.
6106 (archive-l-e): Improve argument/docstring consistency.
6107 (archive-tmpdir, archive-unixdate, archive-unixtime)
6108 (archive-chmod-entry): Fix typos in docstrings.
6109 (archive-unflag, archive-unflag-backwards)
6110 (archive-unmark-all-files): "?\ " -> "?\s".
6111
6112 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6113 (Buffer-menu-not-modified, Buffer-menu-execute)
6114 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6115 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6116
6117 * composite.el (compose-string, encode-composition-rule)
6118 (compose-last-chars): Fix typos in docstrings.
6119
6120 * desktop.el (desktop-enable, desktop-basefilename):
6121 Declare with `define-obsolete-variable-alias'.
6122 (desktop-internal-v2s): Don't quote keywords.
6123 (desktop-clear): "?\ " -> "?\s".
6124
6125 * dired.el (dired-align-file, dired-flag-backup-files)
6126 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6127 (dired-listing-switches, dired-ls-F-marks-symlinks)
6128 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6129 (dired-directory, dired-faces, dired, dired-revert)
6130 (dired-mode, dired-summary, dired-view-file)
6131 (dired-copy-filename-as-kill, dired-delete-file)
6132 (dired-no-confirm, dired-unmark-all-marks)
6133 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6134 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6135 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6136 Fix typos in message strings.
6137
6138 * dired-x.el (virtual-dired): Declare with `defalias'.
6139 (dired-mark-unmarked-files, dired-local-variables-file)
6140 (dired-omit-here-always): Doc fix.
6141 (dired-omit-mode, dired-find-subdir)
6142 (dired-enable-local-variables, dired-clean-up-buffers-too)
6143 (dired-extra-startup, dired-mark-extension, dired-jump)
6144 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6145 (dired-smart-shell-command, dired-guess-shell-alist-user)
6146 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6147 (dired-x-bind-find-file, dired-x-submit-report):
6148 Fix typos in docstrings.
6149 (dired-mark-unmarked-files): "?\ " -> "?\s".
6150
6151 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6152
6153 * faces.el (describe-face): "?\ " -> "?\s".
6154 (read-all-face-attributes, read-face-font, modify-face)
6155 (face-attr-construct, italic): Fix typos in docstrings.
6156 (frame-update-face-colors): Declare with
6157 `define-obsolete-function-alias'.
6158
6159 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6160 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6161 (magic-mode-alist, buffer-file-numbers-unique)
6162 (write-file-functions, get-free-disk-space):
6163 Fix typos in docstrings.
6164 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6165 (write-contents-hooks, write-file-hooks):
6166 Declare with `define-obsolete-variable-alias'.
6167
6168 * forms-d2.el (arch-rj): Fix typo in docstrings.
6169 (arch-tocol): Likewise. "?\ " -> "?\s".
6170
6171 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6172 Fix typo in docstring.
6173 (set-screen-width, set-screen-height): Delete redundant info in
6174 doctrings.
6175 (new-frame, screen-height, screen-width): Declare with
6176 `define-obsolete-function-alias'.
6177 (delete-frame-hook, blink-cursor): Declare with
6178 `define-obsolete-variable-alias'.
6179
6180 * paths.el (prune-directory-list): Fix typos in docstring.
6181
6182 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6183 (cvs-prefix-get): Fix typos in docstrings.
6184
6185 * ps-print.el (ps-extend-face-list, ps-extend-face)
6186 (ps-print-background-image): Fix typos in docstrings.
6187 (ps-default-fg, ps-default-bg): Doc fixes.
6188
6189 * s-region.el (s-region-bind): Doc fix.
6190 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6191
6192 * textmodes/org.el (org-table-formula-substitute-names)
6193 (org-table-get-vertical-vector): Doc fixes.
6194 (org-table-recalculate): Remove unused argument to `message'.
6195
6196 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6197
6198 * textmodes/org.el (org-table-column-names)
6199 (org-table-column-name-regexp)
6200 (org-table-named-field-locations): New variables.
6201 (org-archive-subtree): Protect `this-command' when calling
6202 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6203 the kill buffer.
6204 (org-complete): Remove fixed-formula completion.
6205 (org-edit-formulas-map): New variable.
6206 (org-table-edit-formulas): New command.
6207 (org-finish-edit-formulas, org-abort-edit-formulas)
6208 (org-show-variable, org-table-get-vertical-vector): New functions.
6209 (org-table-maybe-eval-formula): Handle `:=' fields.
6210 (org-table-get-stored-formulas, org-table-store-formulas)
6211 (org-table-get-formula, org-table-modify-formulas)
6212 (org-table-replace-in-formulas): Handle named field formulas.
6213 (org-table-get-specials): Store locations of named fields.
6214
6215 2005-07-19 Juri Linkov <juri@jurta.org>
6216
6217 * progmodes/grep.el (grep-regexp-alist)
6218 (grep-mode-font-lock-keywords, grep-process-setup):
6219 Use default GNU grep match color "01;31m" instead of "01;41m".
6220 (grep-regexp-alist, grep-mode-font-lock-keywords):
6221 Use `\\[[0-9]*m' instead of `\\[00m'.
6222 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6223 sgr_start where its handling is more important. Use the real
6224 length of sgr_start instead of constant 8.
6225 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6226 specially. Delete all remaining escape sequences.
6227 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6228 (grep-regexp-alist): Make hyperlink only for binary file name
6229 instead of the whole line.
6230 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6231 (grep-mode): Add autoload.
6232
6233 * emacs-lisp/find-func.el (find-function-regexp):
6234 Add `define-compilation-mode'.
6235
6236 2005-07-19 Juri Linkov <juri@jurta.org>
6237
6238 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6239 (compare-windows-sync-string-size, compare-windows-recenter)
6240 (compare-windows-highlight, compare-windows): Add version 22.1.
6241 (compare-windows) <defface>: Inherit from lazy-highlight instead
6242 of duplicating its default value.
6243
6244 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6245 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6246
6247 * descr-text.el (describe-char): Create link buttons for `charset'
6248 and `code point'. Add the current input method name with a link
6249 button to `to input' field. Print face names of display table
6250 characters in `The display table entry is displayed by' section
6251 instead of printing face-id in the `display' field.
6252 Guess hardcoded faces and create a link button for them.
6253 Skip empty fields when calculating max-width.
6254 Treat `widget-create' specially while inserting strings from the
6255 collected field list.
6256 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6257
6258 * diff-mode.el (diff-file-header): Change foreground color from
6259 yellow to green on light backgrounds.
6260 (diff-context): Inherit from `shadow' only for color/grayscale
6261 with more than 88 colors.
6262 (diff-indicator-removed, diff-indicator-added)
6263 (diff-indicator-changed): New faces.
6264 (diff-font-lock-keywords): Use new faces. Regroup rules.
6265 Add "^---$" for `normal' diff format. Fontify `#' lines with
6266 font-lock-comment-delimiter-face and font-lock-comment-face.
6267 Add `#' to ^[^...] in the rule for `diff-context-face'.
6268
6269 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6270 a button-like box. Inherit from `highlight' on low colors.
6271 (shadow): Use shades of gray only for color/grayscale with
6272 more than 88 colors. Use green for light backgrounds with
6273 8 colors, and yellow for dark backgrounds with 8 colors.
6274
6275 * font-lock.el (font-lock-regexp-grouping-backslash):
6276 Don't inherit from escape-glyph (use bold for all cases).
6277
6278 * info.el (info-xref-visited): Use light foreground color `violet'
6279 for dark backgrounds instead of dark color `magenta3'.
6280 (info-title-1): Use `yellow' color for dark backgrounds.
6281
6282 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6283 too-light magenta2.
6284
6285 * replace.el (match): Use slightly more light RoyalBlue3 instead
6286 of dark RoyalBlue4.
6287
6288 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6289
6290 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6291
6292 * novice.el (disabled-command-hook): Declare it with
6293 `define-obsolete-variable-alias'.
6294
6295 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6296 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6297 (desktop-load-default): Add release to obsolescence info.
6298 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6299 (desktop-append-buffer-args, desktop-read):
6300 Fix typos in docstrings.
6301 (desktop-kill): Fix typo in message.
6302 (desktop-save): Doc fix.
6303
6304 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6305
6306 * viper-cmd.el (viper-escape-to-state): Bug fix.
6307 (viper-envelop-ESC-key): Change the definition of fast
6308 keysequence so it'll work with keyboard macros.
6309
6310 * ediff.el (ediff-patch-buffer): Change the docstring.
6311
6312 2005-07-19 Kenichi Handa <handa@m17n.org>
6313
6314 * international/mule-cmds.el (select-safe-coding-system): Try to
6315 use an auto-coding (if any) before anything else. If the found
6316 auto-coding is invalid, show a warning message.
6317
6318 * international/mule.el (find-auto-coding): New function created
6319 by modifying the body of set-auto-coding.
6320 (set-auto-coding): Use find-auto-coding to find a coding.
6321
6322 2005-07-18 Richard M. Stallman <rms@gnu.org>
6323
6324 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6325 not isearch-mode-end-hook-error.
6326 (allout-before-change-protect): Fix error message.
6327
6328 2005-07-18 Juri Linkov <juri@jurta.org>
6329
6330 * allout.el (allout-mode):
6331 * calculator.el (calculator-copy):
6332 * custom.el (custom-known-themes):
6333 * dired.el (dired-desktop-buffer-misc-data)
6334 (dired-restore-desktop-buffer):
6335 * dired-x.el (dired-omit-marker-char):
6336 * files.el (basic-save-buffer):
6337 * font-core.el (font-lock-mode):
6338 * calendar/calendar.el (calendar-goto-hebrew-date)
6339 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6340 (calendar-goto-persian-date):
6341 * language/ethio-util.el (ethio-sera-to-fidel-region):
6342 * textmodes/picture.el (picture-mode):
6343 Delete duplicate duplicate words.
6344
6345 2005-07-18 Juri Linkov <juri@jurta.org>
6346
6347 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6348 chars * ? } |.
6349 (isearch-fallback): Don't call `isearch-process-search-char'.
6350 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6351 (isearch-process-search-char): Call `isearch-fallback' for regexp
6352 chars * ? } |.
6353 (isearch-return-char): Make obsolete with `make-obsolete' instead
6354 of simply documenting it as obsolete in the docstring.
6355 (isearch-fallback): Refill docstring.
6356
6357 * international/isearch-x.el
6358 (isearch-process-search-multibyte-characters): Remove unneeded
6359 `concat'. Add intermediate values to `junk-hist' instead of
6360 `minibuffer-history'. Test the length of `str'.
6361
6362 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * allout.el (allout-resolve-xref): Fix typos in error strings.
6365 (allout-before-change-protect): Remove unneeded `concat'.
6366
6367 * array.el (array-mode, array-reconfigure-rows)
6368 (untabify-backward): Fix typos in docstrings.
6369 (array-reconfigure-rows): Use `insert-buffer-substring', not
6370 `insert-buffer'.
6371
6372 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6373 * progmodes/ada-mode.el (ada-make-body):
6374 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6375
6376 * dired.el (dired-log):
6377 * tar-mode.el (tar-subfile-save-buffer):
6378 * play/zone.el (zone-pgm-stress-destress):
6379 Use `insert-buffer-substring', not `insert-buffer'.
6380
6381 2005-07-17 Simon Josefsson <jas@extundo.com>
6382
6383 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6384
6385 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6386
6387 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6388 Add plain auth method.
6389 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6390
6391 2005-07-17 Kim F. Storm <storm@cua.dk>
6392
6393 * ido.el (dired-other-window): Add ido property.
6394
6395 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6396
6397 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6398 Fix typo in docstring.
6399 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6400 `insert-file-literally'.
6401
6402 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6403 info and delete redundant message. Doc fix.
6404 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6405 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6406
6407 2005-07-16 Richard M. Stallman <rms@gnu.org>
6408
6409 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6410 (byte-compile-and): Use byte-compile-and-recursion.
6411 (byte-compile-or-recursion): New function.
6412 (byte-compile-or): Use that.
6413 (byte-compile-if): Guard the else-clause too.
6414 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6415
6416 * isearch.el (isearch-mode-end-hook-quit): New variable.
6417 (isearch-done): Bind it.
6418 (isearch-mode-end-hook): Doc fix.
6419
6420 * allout.el (allout-isearch-did-quit): Variable deleted.
6421 (allout-real-isearch-abort): Function name no longer used.
6422 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6423 (allout-isearch-rectification): isearch-mode always exists.
6424 Don't set allout-isearch-did-quit.
6425 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6426 allout-isearch-did-quit.
6427 (allout-enwrap-isearch): Just add the hook.
6428 (allout-isearch-abort): Function deleted.
6429 (allout-pre-command-business): Avoid warning.
6430
6431 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6432 Correctly avoid warnings.
6433 (pascal-outline): Likewise.
6434
6435 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6436
6437 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6438
6439 * play/tetris.el (tetris-mode): Avoid warning.
6440
6441 * play/snake.el (snake-mode): Avoid warning.
6442
6443 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6444 (gamegrid-set-display-table): Avoid warning.
6445 (gamegrid-set-timer): Likewise.
6446 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6447 (gamegrid-add-score-with-update-game-score-1): Take FILE
6448 as argument.
6449 (gamegrid-add-score-with-update-game-score): Pass that argument.
6450 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6451
6452 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6453
6454 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6455 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6456
6457 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6458 and insert-file.
6459
6460 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6461 (sc-ask): Avoid warnings.
6462
6463 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6464 (eshell-hist-initialize): Use that var the natural way.
6465
6466 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6467
6468 * emacs-lisp/re-builder.el (reb-cook-regexp):
6469 Avoid warning calling lre-compile-string.
6470 (reb-color-display-p): Avoid warning.
6471
6472 * calculator.el (calculator-last-input): Guard uses
6473 of event-key and key-press-event-p.
6474 (event-key, key-press-event-p): Delete definitions.
6475
6476 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6477 (find-gc-source-directory, find-gc-subrs-callers)
6478 (find-gc-noreturn-list, find-gc-source-files)
6479 (find-gc-subrs-called): Vars renamed and defvar'd.
6480
6481 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6482 (checkdoc-overlay-put, checkdoc-delete-overlay)
6483 (checkdoc-overlay-start, checkdoc-overlay-end)
6484 (checkdoc-mode-line-update, checkdoc-char=):
6485 Define such that compiler knows they are defined.
6486 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6487 (checkdoc-read-event): Delete. Use read-event directly.
6488
6489 * whitespace.el (whitespace-make-overlay)
6490 (whitespace-overlay-put, whitespace-delete-overlay)
6491 (whitespace-overlay-start, whitespace-overlay-end):
6492 Define such that compiler knows they are defined.
6493 (whitespace): Move conditional inside.
6494
6495 * tempo.el (tempo-insert-template): Suppress warning.
6496
6497 * ediff-diff.el (longlines-mode): Add defvar.
6498
6499 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6500
6501 * server.el: Bind "C-x #" in a way that works even if C-x is
6502 redefined to a command key, not a prefix key.
6503
6504 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6505
6506 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6507 cl-make-type-test till execution time.
6508
6509 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6510
6511 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6512 arg ARG and use it.
6513
6514 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6515
6516 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6517
6518 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6519
6520 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6521 a defcustom with two :set or :type keywords.
6522
6523 2005-07-15 Richard M. Stallman <rms@gnu.org>
6524
6525 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6526 Don't give ^M comment-end syntax.
6527
6528 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6531 Don't consider gdbmi (gdb-mi.el has its own update functions).
6532 (gdb-var-delete): Make it work for gdbmi as well.
6533 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6534
6535 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6536 (gud-speedbar-menu-items): Correct logic for enabling items.
6537
6538 2005-07-15 Kim F. Storm <storm@cua.dk>
6539
6540 * ido.el: Fix commentary.
6541 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6542 Use with-no-warnings around ffap-guesser.
6543 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6544 Let bind minibuffer-completing-file-name to t.
6545
6546 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * startup.el (site-run-file, keyboard-type): Doc fixes.
6549 (command-line): Check for "--basic-display" argument; also for
6550 "--quick", not "--bare-bones" (which was renamed).
6551 (fancy-splash-text): Add missing item "Getting New Versions".
6552 (normal-splash-screen): Fix typos and improve consistency with
6553 `fancy-splash-text'. Update copyright year.
6554
6555 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6556 valid binding for `help-char'.
6557
6558 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6559
6560 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6561
6562 * term.el (term-mode): Disable cua-mode for term buffers.
6563
6564 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6565
6566 * add-log.el (add-log-mailing-address, change-log-merge):
6567 Doc fixes.
6568 (change-log-get-method-definition): Fix typo in docstring.
6569
6570 2005-07-14 Kim F. Storm <storm@cua.dk>
6571
6572 * emulation/cua-base.el:
6573 (cua--pre-command-handler-1, cua--pre-command-handler)
6574 (cua--post-command-handler-1, cua--post-command-handler):
6575 Split in two. Check (buffer local) value of cua-mode.
6576 (cua-selection-mode): New command.
6577
6578 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6579
6580 * custom.el (custom-initialize-safe-set)
6581 (custom-initialize-safe-default): Doc fixes.
6582
6583 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6584 and simplify :init-value again.
6585
6586 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6587 and simplify :init-value again. Delete autoload.
6588
6589 * startup.el (command-line): Use `custom-reevaluate-setting' again
6590 for tooltip-mode.
6591
6592 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6593 a defcustom with two :initialize keywords.
6594
6595 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6596
6597 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6598 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6599 (allout-post-command-business, allout-flag-region)
6600 (isearch-reenable-font-lock, allout-yank)
6601 (allout-insert-latex-header, allout-insert-latex-trailer)
6602 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6603 (allout-latex-verb-quote): Fix typos in docstrings.
6604 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6605 (allout-unprotected, allout-prefix-data):
6606 Improve argument/docstring consistency.
6607 (allout-chart-subtree): Fix argument spec.
6608 (allout-open-topic): Rename `use_sib_bullet' argument to
6609 `use-sib-bullet'. Doc fix.
6610
6611 * whitespace.el (whitespace-check-buffer-leading)
6612 (whitespace-check-buffer-trailing)
6613 (whitespace-check-buffer-indent)
6614 (whitespace-check-buffer-spacetab)
6615 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6616 (whitespace-check-leading-whitespace)
6617 (whitespace-check-trailing-whitespace)
6618 (whitespace-check-spacetab-whitespace)
6619 (whitespace-check-indent-whitespace)
6620 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6621 (whitespace-modes): Fix typos in docstrings.
6622 (defgroup, defcustom): Doc fixes.
6623
6624 * winner.el (winner-mode, winner-boring-buffers)
6625 (winner-pending-undo-ring): Doc fixes.
6626 (winner-ring): Remove unneeded `progn'.
6627 (winner-equal): `defsubst' it.
6628 (winner-redo): Fix message.
6629
6630 2005-07-13 Kim F. Storm <storm@cua.dk>
6631
6632 * simple.el (line-move-1): Always use vertical-motion to
6633 do the last (or only) line move to ensure some movement.
6634 Undo 2005-06-23 change--don't check for overlays.
6635
6636 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6637
6638 * term/mac-win.el (ccl-encode-mac-roman-font)
6639 (ccl-encode-mac-centraleurroman-font)
6640 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6641 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6642 Change charset-id boundary of dimension to ?\xef.
6643 (mac-char-fontspec-list): New constant.
6644 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6645 argument. Nil uses itself as family in font-spec. Previous
6646 behavior for nil is now provided by non-nil non-string argument.
6647 All callers changed. Add font-specs for Mac fonts to
6648 "fontset-default" unless iso8859-1 fonts are installed.
6649
6650 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6653 a continuation line if the \ is preceded by SPC or TAB.
6654 (sh-get-indent-info): Simplify.
6655 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6656 Use with-current-buffer.
6657
6658 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6659 when the matched text is empty.
6660
6661 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6662
6663 * startup.el (command-line): Revert to previous handling of
6664 tooltip-mode. Explain in comment why the complexity is needed.
6665
6666 * tooltip.el (tooltip-mode): Revert to previous implementation of
6667 its defcustom.
6668
6669 * frame.el (blink-cursor-mode): Revert to previous implementation
6670 of its defcustom. Update comment.
6671
6672 2005-07-12 Lars Hansen <larsh@soem.dk>
6673
6674 * desktop.el: Update e-mail address.
6675
6676 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6677
6678 * term/mac-win.el (mac-services-mail-selection)
6679 (mac-services-mail-to): New functions.
6680 (mac-application-menu-map): Bind them.
6681
6682 2005-07-12 wulei <milton@wulei.net> (tiny change)
6683
6684 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6685
6686 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * custom.el (custom-reevaluate-setting): Doc fix.
6689
6690 2005-07-11 Jay Belanger <belanger@truman.edu>
6691
6692 * calc/calc.el (calc-embedded-announce-formula-alist)
6693 (calc-embedded-open-close-plain-alist)
6694 (calc-embedded-open-close-mode-alist): Add checks for additional
6695 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6696
6697 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * custom.el (custom-enable-theme): Don't add theme to
6700 `custom-enabled-themes' with `push' because there is no
6701 setf-method for `delq'.
6702
6703 2005-07-11 Richard M. Stallman <rms@gnu.org>
6704
6705 * custom.el (custom-declare-variable): Doc fix.
6706
6707 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6708 from the alists.
6709
6710 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6711 Do nothing if edebug-active.
6712
6713 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6714 (edebug-display): Do it here instead.
6715
6716 2005-07-10 Richard M. Stallman <rms@gnu.org>
6717
6718 * cus-face.el (custom-theme-set-faces): Make it work.
6719 (custom-reset-faces): Doc fix.
6720 (custom-theme-reset-internal-face, custom-theme-face-value):
6721 Functions deleted.
6722
6723 * custom.el (custom-push-theme): Maintain list of the settings
6724 of a given theme in its theme-settings property.
6725 Maintain position of old settings in the theme-value
6726 or theme-face property.
6727 (custom-enabled-themes): New variable.
6728 (custom-theme-enabled-p): New function.
6729 (provide-theme): Update custom-enabled-themes.
6730 Disable and reenable the `user' theme.
6731 (require-theme): Doc fix.
6732 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6733 (custom-theme-value, custom-theme-variable-value): Likewise.
6734 (custom-theme-reset-internal): Likewise.
6735 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6736 (custom-enable-theme, custom-disable-theme): New functions.
6737 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6738 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6739 (custom-theme-reset-variables): Simplify.
6740 (deftheme, custom-declare-theme, custom-make-theme-feature):
6741 Definitions moved.
6742
6743 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * longlines.el (longlines-show-region)
6746 (longlines-unshow-hard-newlines): Recognize hard newlines by
6747 non-nil hard property, instead of t.
6748
6749 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6750
6751 * viper-cmd.el (viper--key-maps): New variable.
6752 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6753 emulation-mode-map-alists.
6754 (viper-envelop-ESC-key): Use viper-subseq.
6755 (viper-search-forward/backward/next): Disable debug-on-error.
6756
6757 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6758 (viper-ESC-key): New defcustoms.
6759
6760 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6761
6762 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6763 (viper-subseq): Copy of subseq from cl.el.
6764
6765 * viper.el (viper-go-away, viper-set-hooks): Use
6766 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6767
6768 * viper-mous.el (viper-current-frame-saved): Use defvar.
6769
6770 * viper-init.el: Get rid of -face in face names.
6771
6772 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6773 Make it work with longlines mode
6774
6775 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6776
6777 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6778
6779 * ediff-init.el: Get rid of -face in face names.
6780
6781 2005-07-10 Richard M. Stallman <rms@gnu.org>
6782
6783 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6784 and with-timeout-unsuspend.
6785
6786 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6787 and with-timeout-unsuspend.
6788
6789 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6790 (with-timeout): Bind that variable to record timers.
6791 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6792
6793 * emacs-lisp/debug.el (debug-help-follow): New function.
6794 (debugger-mode-map): Use that instead of help-follow.
6795 (debugger-setup-buffer): Use eval-buffer-list
6796 to handle eval-buffer frames.
6797
6798 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6799
6800 * timezone.el (timezone-parse-date): Change first regexp
6801 so it will not mistakenly match dates with no time zone.
6802
6803 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6804
6805 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6806
6807 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6808
6809 * custom.el (custom-initialize-safe-set)
6810 (custom-initialize-safe-default): New functions.
6811
6812 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6813 and simplify :init-value.
6814
6815 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6816 and simplify :init-value. Delete obsolete comment.
6817
6818 * startup.el (command-line): Use `custom-reevaluate-setting' to
6819 handle `tooltip-mode'. Delete obsolete comment.
6820
6821 * files.el (set-visited-file-name): Avoid calling
6822 `file-name-nondirectory' with a nil argument.
6823
6824 2005-07-09 Richard M. Stallman <rms@gnu.org>
6825
6826 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6827 was called with nil for the buffer, handle the read position right.
6828 Handle read position for eval-region, too.
6829
6830 2005-07-09 Juri Linkov <juri@jurta.org>
6831
6832 * fringe.el (fringe-mode): Add period in docstring.
6833 (fringe-query-style): Build prompt depending on `all-frames' arg.
6834
6835 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6836 to not create links to unrelated functions in the Help buffer.
6837
6838 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6839 Doc fix.
6840
6841 * simple.el (next-error-hook): New variable.
6842 (next-error): Use it. Doc fix.
6843
6844 * textmodes/ispell.el (ispell-command-loop): Add current
6845 dictionary name and program name to mode-line-format.
6846 (ispell-region, ispell-process-line): Add current dictionary name
6847 and program name to messages.
6848
6849 2005-07-08 Jay Belanger <belanger@truman.edu>
6850
6851 * calc/calc.el (calc-embedded-announce-formula-alist)
6852 (calc-embedded-open-close-formula-alist)
6853 (calc-embedded-open-close-word-alist)
6854 (calc-embedded-open-close-plain-alist)
6855 (calc-embedded-open-close-new-formula-alist)
6856 (calc-embedded-open-close-mode-alist)
6857 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6858 (calc-embedded-mode-hook): New variables.
6859
6860 * calc/calc-embed.el (calc-embedded-firsttime)
6861 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6862 New variables.
6863 (calc-do-embedded): Use calc-embedded-firsttime,
6864 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6865 determine whether or not to run hooks.
6866 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6867 calc-embedded-firsttime-formula appropriately.
6868 Set calc-embedded delimiter variables according to mode.
6869
6870 2005-07-08 Richard M. Stallman <rms@gnu.org>
6871
6872 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6873 Check for "emacs", etc., as entire symbol, not just as word.
6874 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6875
6876 * files.el (set-visited-file-name): Report the error
6877 for "empty filename" earlier.
6878 (kill-some-buffers): Ignore buffers already dead.
6879
6880 * fringe.el (fringe-mode): Doc fix.
6881
6882 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6883 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6884 Use unwind-protect to ensure byte-compile-unresolved-functions
6885 is updated.
6886
6887 * whitespace.el (whitespace-buffer-leading-cleanup):
6888 Simplify w/ skip-chars-forward.
6889 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6890
6891 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6892 Unconditionally try to leave point at the same old place.
6893
6894 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6895
6896 * comint.el (comint-postoutput-scroll-to-bottom)
6897 (comint-show-maximum-output): Take scroll-margin into consideration.
6898
6899 2005-07-08 Kim F. Storm <storm@cua.dk>
6900
6901 * ido.el (ido-use-filename-at-point): New choice `guess'.
6902 (ido-file-internal): Try ffap-guesser if selected.
6903
6904 * ido.el (ido-before-fallback-functions): New hook.
6905 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6906 (ido-read-file-name): Run it.
6907
6908 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6911 strings rather than a list of symbols to the completion function.
6912
6913 2005-07-07 Jay Belanger <belanger@truman.edu>
6914
6915 * calc/calc-units.el (math-apply-units): Change the places in
6916 which units are simplified.
6917
6918 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6919
6920 * cus-edit.el (customize-option, customize-option-other-window):
6921 Make them handle aliases.
6922
6923 * custom.el (custom-variable-p): Make it recursively follow
6924 aliases. Mention that in the docstring.
6925
6926 2005-07-07 Richard M. Stallman <rms@gnu.org>
6927
6928 * cus-start.el (exec-path): Use `directory' instead of `file'.
6929 Fix tag for nil.
6930
6931 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6934 when called non-interactively. Doc fix.
6935
6936 2005-07-07 Lute Kamstra <lute@gnu.org>
6937
6938 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6939 new address as well.
6940
6941 2005-07-07 Kenichi Handa <handa@m17n.org>
6942
6943 * international/mule.el (make-coding-system):
6944 Describe `ascii-incompatible' property in the docstring.
6945 (set-file-name-coding-system): Signal an error if coding-system is
6946 ascii-incompatible.
6947 (set-keyboard-coding-system): Likewise.
6948
6949 * international/mule-cmds.el (set-default-coding-systems):
6950 Don't set default-file-name-coding-system and
6951 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6952
6953 * international/utf-16.el: Declare that all UTF-16-based coding
6954 systems are ASCII-incompatible.
6955
6956 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6957
6958 * progmodes/gud.el: Require font-lock for displaying errors.
6959 Used by gdb-ui.el.
6960
6961 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6964 values for the pattern lists which are `read'able but not
6965 `append'able (like symbols).
6966
6967 2005-07-06 Richard M. Stallman <rms@gnu.org>
6968
6969 * progmodes/flymake.el (flymake-float-time): Instead of
6970 with-no-warnings, test for xemacs.
6971 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6972 to avoid warning.
6973
6974 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6975
6976 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6977
6978 2005-07-05 Lute Kamstra <lute@gnu.org>
6979
6980 * battery.el: Add support for Darwin (with much debugging help
6981 from Samuel Lauber <sam124@operamail.com>).
6982 (battery-status-function, battery-echo-area-format)
6983 (battery-mode-line-format): Add support for pmset on Darwin.
6984 (battery-load-low, battery-load-critical): New user options.
6985 (battery-pmset): New function.
6986
6987 2005-07-05 Lute Kamstra <lute@gnu.org>
6988
6989 Update FSF's address in GPL notices.
6990
6991 * textmodes/page-ext.el: Update FSF's address.
6992
6993 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6996 filling from using prefix when filling a single-line docstring.
6997
6998 * progmodes/flymake.el: Remove useless eval-when-compile.
6999
7000 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7001
7002 2005-07-04 Richard M. Stallman <rms@gnu.org>
7003
7004 * textmodes/org.el (org-file-apps-defaults-gnu):
7005 Rename from org-file-apps-defaults-linux.
7006 (org-default-apps): Don't test system-type for `linux'.
7007 (org-file-apps): Doc fix.
7008
7009 2005-07-04 David Ponce <david@dponce.com>
7010
7011 * tree-widget.el: Improve header Commentary section.
7012 (tree-widget) [defgroup]
7013 (tree-widget-image-enable, tree-widget-themes-directory)
7014 (tree-widget-theme, tree-widget-image-properties-emacs)
7015 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7016 (tree-widget-image-formats, tree-widget-control)
7017 (tree-widget-empty-control, tree-widget-leaf-control
7018 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7019 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7020 (tree-widget-keep, tree-widget-after-toggle-functions)
7021 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7022 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7023 :help-echo message.
7024 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7025 (tree-widget-image-properties): Doc fix. Clearer implementation.
7026 (tree-widget--cursors): New constant.
7027 (tree-widget-lookup-image): New function split from
7028 `tree-widget-find-image'. Clearer implementation.
7029 (tree-widget-find-image): Use it.
7030 (tree-widget-button-keymap): Use `set-keymap-parent'.
7031 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7032 Define the sub-widgets here.
7033 (tree-widget-node): Check that :node is not a tree-widget.
7034 (tree-widget-get-super, tree-widget-open-control)
7035 (tree-widget-close-control, tree-widget-empty-control)
7036 (tree-widget-leaf-control, tree-widget-guide)
7037 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7038 (tree-widget-no-handle, tree-widget-value-delete)
7039 (tree-widget-map): Remove.
7040 (tree-widget-children-value-save): Doc fix. Simplified.
7041 (tree-widget-value-create): Update according to previous changes.
7042
7043 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7044
7045 * textmodes/org.el: Leading space replaced by TABS.
7046 (org-recalc-marks, org-table-rotate-recalc-marks)
7047 (org-table-get-specials): Treat "^" and "_" marks.
7048 (org-table-justify-field-maybe): Optional argument NEW.
7049 (org-table-eval-formula): Parsing of the format simplified.
7050 New modes C,I. Honor the %= parameter in the current table.
7051 Avoid unnecessary re-align by using the NEW argument to
7052 `org-table-justify-field-maybe'.
7053 (org-calc-default-modes): Default for date-format mimicks org-mode.
7054 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7055
7056 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * cus-face.el (custom-theme-set-faces): Make it handle face
7059 aliases whose alias declarations are pre- or autoloaded.
7060
7061 2005-07-04 Juri Linkov <juri@jurta.org>
7062
7063 * faces.el (read-face-name): Put the code for getting a face name
7064 from the buffer before adding the faces from the `face' property.
7065 Use `completing-read-multiple' instead of `completing-read'.
7066 Require `crm'. Add default value and post-process the returned
7067 list of faces.
7068
7069 * emacs-lisp/crm.el (crm-find-current-element)
7070 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7071
7072 * emacs-lisp/lisp-mode.el (eval-defun-1):
7073 * emacs-lisp/edebug.el (edebug-eval-defun):
7074 Remove unnecessary quotes.
7075
7076 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7079 (prolog-indent-level): Fix typo in docstring.
7080
7081 * info.el (Info-history, Info-history-forward)
7082 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7083
7084 * add-log.el (add-change-log-entry):
7085 * comint.el (comint-dynamic-list-input-ring)
7086 (comint-dynamic-list-completions):
7087 * dabbrev.el (dabbrev-expand):
7088 * delim-col.el (delimit-columns-rectangle-line):
7089 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7090 (diff-unified->context):
7091 * ediff-init.el (ediff-abbrev-jobname):
7092 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7093 (ediff-replace-session-activity-marker-in-meta-buffer):
7094 * info.el (Info-summary):
7095 * lpr.el (printify-region):
7096 * printing.el (pr-create-interface):
7097 * ps-print.el (ps-print-quote):
7098 * ses.el (ses-column-widths, ses-print-cell)
7099 (ses-adjust-print-width, ses-center):
7100 * shell.el (shell-file-name-quote-list):
7101 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7102 (strokes-fill-current-buffer-with-whitespace)
7103 (strokes-xpm-for-stroke, strokes-list-strokes)
7104 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7105 * term.el (term-dynamic-list-input-ring)
7106 (term-dynamic-list-completions):
7107 * calc/calc.el (math-format-stack-value):
7108 * emacs-lisp/edebug.el (edebug-display-freq-count):
7109 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7110 (delphi-new-comment-line):
7111 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7112 * progmodes/executable.el (executable-set-magic):
7113 * progmodes/python.el (inferior-python-mode):
7114 * progmodes/scheme.el (scheme-mode-syntax-table):
7115 * progmodes/sh-script.el (sh-maybe-here-document):
7116 * progmodes/sql.el (sql-copy-column):
7117 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7118 * textmodes/bibtex.el (bibtex-mode):
7119 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7120 (sgml-auto-attributes):
7121 * textmodes/table.el (table-insert, table-shorten-cell)
7122 (table--generate-source-scan-lines, table-delete-row)
7123 (*table--cell-delete-char, table--spacify-frame)
7124 (table--horizontally-shift-above-and-below)
7125 (table--cell-insert-char, table--cell-blank-str)
7126 (table--fill-region-strictly):
7127 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7128 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7129
7130 * add-log.el (change-log):
7131 * apropos.el (apropos):
7132 * comint.el (comint-completion, comint-source):
7133 * dabbrev.el (dabbrev):
7134 * delim-col.el (columns):
7135 * diff-mode.el (diff-mode):
7136 * ediff.el (ediff):
7137 * ediff-diff.el (ediff-diff):
7138 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7139 * ediff-mult.el (ediff-mult):
7140 * ediff-ptch.el (ediff-ptch):
7141 * ediff-wind.el (ediff-window):
7142 * facemenu.el (facemenu):
7143 * indent.el (indent):
7144 * info.el (info):
7145 * jka-cmpr-hook.el (compression, jka-compr):
7146 * lpr.el (lpr):
7147 * outline.el (outlines):
7148 * pcmpl-cvs.el (pcmpl-cvs):
7149 * pcmpl-rpm.el (pcmpl-rpm):
7150 * printing.el (printing):
7151 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7152 (ps-print-vertical, ps-print-headers, ps-print-font)
7153 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7154 (ps-print-background, ps-print-printer, ps-print-page)
7155 (ps-print-miscellany):
7156 * ses.el (ses):
7157 * shell.el (shell, shell-directories, shell-faces):
7158 * startup.el (initialization):
7159 * strokes.el (strokes):
7160 * term.el (term):
7161 * uniquify.el (uniquify):
7162 * w32-vars.el (w32):
7163 * calc/calc.el (calc):
7164 * emacs-lisp/bytecomp.el (bytecomp):
7165 * emacs-lisp/cl-indent.el (lisp-indent):
7166 * emacs-lisp/edebug.el (edebug):
7167 * emacs-lisp/elp.el (elp):
7168 * emacs-lisp/testcover.el (testcover):
7169 * emacs-lisp/trace.el (trace):
7170 * emulation/viper-ex.el (viper-ex):
7171 * emulation/viper-mous.el (viper-mouse):
7172 * mail/mailalias.el (mailalias):
7173 * mail/supercite.el (supercite, supercite-frames)
7174 (supercite-attr, supercite-cite, supercite-hooks):
7175 * net/rcompile.el (remote-compile):
7176 * net/rlogin.el (rlogin):
7177 * obsolete/ooutline.el (outlines):
7178 * progmodes/delphi.el (delphi):
7179 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7180 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7181 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7182 (ebnf-optimization):
7183 * progmodes/etags.el (etags):
7184 * progmodes/executable.el (executable):
7185 * progmodes/idlwave.el (idlwave):
7186 * progmodes/pascal.el (pascal):
7187 * progmodes/prolog.el (prolog):
7188 * progmodes/python.el (python):
7189 * progmodes/scheme.el (scheme):
7190 * progmodes/sh-script.el (sh, sh-script):
7191 * progmodes/sql.el (SQL):
7192 * progmodes/tcl.el (tcl):
7193 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7194 * textmodes/enriched.el (enriched):
7195 * textmodes/makeinfo.el (makeinfo):
7196 * textmodes/sgml-mode.el (sgml):
7197 * textmodes/table.el (table-hooks):
7198 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7199 * textmodes/texinfo.el (texinfo):
7200 * textmodes/two-column.el (two-column):
7201 Finish `defgroup' description with period.
7202
7203 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7204 * eshell/esh-var.el (eshell-var):
7205 * progmodes/vhdl-mode.el (vhdl-testbench):
7206 * textmodes/org.el (org): Fix typos in docstrings.
7207
7208 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7209 consistency.
7210
7211 * progmodes/flymake.el (flymake-find-file): Remove.
7212 (flymake-float-time): Use `with-no-warnings'.
7213 (flymake-check-start-time, flymake-check-was-interrupted)
7214 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7215 (flymake-new-err-info): `defvar' at compile time.
7216
7217 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * replace.el (occur-hook): Doc fix.
7220 (occur-1): Don't call `occur-hook' if there are no matches.
7221
7222 2005-07-03 Richard M. Stallman <rms@gnu.org>
7223
7224 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7225 global-map, save the same map.
7226 (global-map): Don't alter it at top level.
7227 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7228 Then alter it here instead.
7229 (tpu-edt-off): Set global-map to the saved one.
7230
7231 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7232 All references simplified.
7233 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7234 (zmacs-regions): Add defvar.
7235 (repeat-complex-command-map): Everything about that deleted.
7236
7237 * textmodes/artist.el (artist-key-is-drawing)
7238 (artist-key-endpoint1, artist-key-poly-point-list)
7239 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7240 (artist-key-compl-table, artist-rb-save-data)
7241 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7242 Don't put them in eval-when-compile.
7243 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7244
7245 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7246 Use with-no-warnings.
7247
7248 * net/browse-url.el (dos-windows-version): Add defvar.
7249
7250 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7251
7252 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7253 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7254 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7255 Add defvar.
7256 (rmail-summary-beginning-of-message): Use with-no-warnings.
7257 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7258
7259 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7260 Use with-no-warnings.
7261
7262 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7263 (c-mark-function): Add point-moving-unit property.
7264 (vi-goto-line): Use with-no-warnings.
7265
7266 * emulation/edt.el (edt-last-copied-word): Add defvar.
7267 (zmacs-region-stays): Likewise.
7268 (edt-mark-section-wisely): Use c-mark-function for C.
7269 Use makr-defun for Fortran.
7270 (time-string): defvar deleted.
7271 (edt-display-the-time): Don't set time-string.
7272
7273 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7274
7275 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7276 Don't warn when name is not constant
7277 or for defining the group `emacs'.
7278
7279 * tooltip.el (gud-tooltip-mode): Add defvar.
7280
7281 * startup.el (default-frame-background-mode): Add defvar.
7282
7283 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7284
7285 * info.el (tool-bar-map): Add defvar.
7286
7287 * dired.el (dnd-protocol-alist): Add defvar.
7288
7289 * dired-aux.el (dired-query): Display question with answer, when
7290 the user answers.
7291
7292 * custom.el (custom-add-option): Doc fix.
7293
7294 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7295
7296 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7297
7298 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7299 bogus name from the last change.
7300
7301 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7302
7303 * custom.el (custom-declare-variable): Fix typos in comment.
7304 (custom-known-themes): Doc fix.
7305 (custom-theme-directory): New defcustom.
7306 (require-theme): Make it check `custom-theme-directory'.
7307
7308 * cus-theme.el (custom-new-theme-mode): New function.
7309 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7310 (custom-theme-description): Add compiler defvars.
7311 (customize-create-theme): Add doc to the "*New Custom Theme*"
7312 buffer. Use `custom-new-theme-mode'.
7313 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7314 and save it to the `custom-theme-directory'. Make this the
7315 default directory of the buffer.
7316
7317 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7318
7319 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7320 Fix unbalanced parentheses.
7321
7322 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7325 into flymake-mode and delegate to flymake-mode.
7326
7327 * find-file.el (ff-which-function-are-we-in): Clean up.
7328
7329 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * replace.el (occur-rename-buffer): Fix docstring.
7332
7333 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7334 (edt-last-copied-word, edt-learn-macro-count)
7335 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7336 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7337 (time-string, zmacs-region-stays):
7338 * emulation/edt-mapper.el (edt-save-function-key-map)
7339 (EDT-key-name): `defvar' to silence the byte-compiler.
7340
7341 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7342
7343 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7344 font-lock-regexp-backslash. Doc fix.
7345 (font-lock-regexp-backslash-grouping-construct): Rename from
7346 font-lock-regexp-backslash-construct. Doc fix.
7347 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7348 grouping constructs.
7349
7350 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7351
7352 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7353 updating all the prerequisites.
7354
7355 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7356
7357 * textmodes/org.el (org-agenda-start-on-weekday)
7358 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7359 (org-agenda-use-time-grid, org-archive-location)
7360 (org-allow-space-in-links, org-usenet-links-prefer-google)
7361 (org-enable-table-editor, org-export-default-language)
7362 (org-export-html-show-new-buffer, org-fill-paragraph)
7363 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7364 (org-goto-quit, org-occur, org-eval-in-calendar)
7365 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7366 (org-agenda-diary-entry, org-remember-help)
7367 (org-table-convert-region, org-at-table-p)
7368 (org-table-move-row-down, org-table-move-row-up)
7369 (org-table-copy-region, org-table-toggle-vline-visibility)
7370 (org-table-get-stored-formulas, org-table-get-specials)
7371 (org-recalc-commands, org-table-eval-formula)
7372 (org-table-formula-substitute-names, orgtbl-make-binding)
7373 (org-format-org-table-html, org-format-table-table-html)
7374 (org-format-table-table-html-using-table-generate-source)
7375 (org-customize): Fix typos in docstrings.
7376 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7377 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7378 (org-back-to-heading): Doc fixes.
7379 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7380 (org-agenda-change-all-lines, org-get-header):
7381 Improve argument/docstring consistency.
7382 (orgtbl-error): Fix error message.
7383
7384 * progmodes/flymake.el (flymake-find-possible-master-files)
7385 (flymake-master-file-compare, flymake-get-line-err-count)
7386 (flymake-highlight-line, flymake-gui-warnings-enabled):
7387 Fix typos in docstrings.
7388 (flymake-parse-line, flymake-get-project-include-dirs-function)
7389 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7390 Doc fixes.
7391 (flymake-get-project-include-dirs-function)
7392 (flymake-make-err-menu-data):
7393 Improve argument/docstring consistency.
7394
7395 2005-07-01 Lute Kamstra <lute@gnu.org>
7396
7397 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7398 Catch errors with ignore-errors. Use temporary buffer.
7399 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7400
7401 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7402 background color faces.
7403 (facemenu-set-foreground, facemenu-set-background):
7404 Use facemenu-set-face-from-menu.
7405 (facemenu-set-face-from-menu): Treat face names that start with
7406 "fg:" or "bg:" as special.
7407 (facemenu-add-new-color): Don't create faces. Simplify.
7408
7409 2005-06-30 Richard M. Stallman <rms@gnu.org>
7410
7411 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7412 (crm-find-current-element): Likewise.
7413
7414 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7415
7416 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7417
7418 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7421 (archive-mouse-extract): Make it an obsolete alias.
7422 (archive-mode-map): Don't use archive-mouse-extract any more.
7423 (archive-mode, archive-extract): write-contents-hooks ->
7424 write-contents-functions.
7425 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7426 first arg.
7427 (archive-rename-entry): Update the call.
7428 (archive-zip-summarize): Remove unused var `method'.
7429 (archive-lzh-summarize): Remove unused var `creator'.
7430
7431 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7432 dedicated frame upon exit.
7433
7434 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7435 (archive-zip-extract, archive-zip-expunge)
7436 (archive-zip-update, archive-zip-update-case): Use executable-find.
7437 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7438 Use restore-buffer-modified-p.
7439 (archive-extract, archive-add-new-member, archive-write-file-member):
7440 Use with-current-buffer.
7441 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7442
7443 2005-06-30 Andreas Schwab <schwab@suse.de>
7444
7445 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7446
7447 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7448
7449 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7450
7451 2005-06-30 Juri Linkov <juri@jurta.org>
7452
7453 * faces.el (vertical-border): Inherit from mode-line-inactive
7454 only on tty.
7455
7456 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7459 example, -NLINES in the `occur' docstring).
7460
7461 * replace.el (occur-1): When no matches are found, do not set the
7462 `buffer-read-only' and modified flags for the occur buffer,
7463 because it is deleted.
7464
7465 * emulation/cua-base.el (cua-check-pending-input)
7466 (cua-repeat-replace-region, cua-mode, cua-debug)
7467 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7468 Fix typos in docstrings.
7469
7470 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7471 (cua-cut-region-to-global-mark)
7472 (cua--cut-rectangle-to-global-mark):
7473 Remove period from end of messages.
7474
7475 * emulation/cua-rect.el (cua-do-rectangle-padding):
7476 Remove period from end of messages.
7477 (cua--rectangle-seq-format): Fix typo in docstring.
7478 (cua-sequence-rectangle, cua-fill-char-rectangle):
7479 Improve argument/docstring consistency.
7480
7481 2005-06-29 Juri Linkov <juri@jurta.org>
7482
7483 * faces.el (default-frame-background-mode): New internal variable.
7484 (frame-set-background-mode): Use it.
7485
7486 * startup.el (normal-top-level): Set default-frame-background-mode
7487 instead of frame-background-mode. Before setting it, test for its
7488 nil value. Remove tests for frame-background-mode and frame
7489 parameter `reverse'. Add test for "unspecified-fg".
7490
7491 * term/xterm.el (xterm-rxvt-set-background-mode):
7492 * term/rxvt.el (rxvt-set-background-mode):
7493 Set default-frame-background-mode instead of frame-background-mode.
7494
7495 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7496
7497 * simple.el (set-variable): Warn about obsolete user variables.
7498
7499 * imenu.el (imenu--completion-buffer):
7500 * mouse.el (mouse-buffer-menu-alist):
7501 * msb.el (msb-invisible-buffer-p):
7502 * calendar/diary-lib.el (diary-header-line-format):
7503 * emacs-lisp/pp.el (pp-buffer):
7504 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7505 * textmodes/picture.el (picture-replace-match):
7506 Change space constants followed by a sexp to "?\s ".
7507
7508 * play/decipher.el (decipher-loop-with-breaks):
7509 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7510 constants "protected" from end of line by a comment to "?\s".
7511
7512 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * font-lock.el (save-buffer-state): Use `declare'.
7515
7516 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7517 reset the syntax-table to cperl-mode-syntax-table.
7518 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7519 "foo_print_bar" is not matched as a reserved keyword.
7520
7521 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7522
7523 * textmodes/org.el (orgtbl-setup): New function, for delayed
7524 setup for the orgtbl commands.
7525 (org-calc-default-modes): New option.
7526 (orgtbl-make-binding): Use `defun' to get better help display.
7527 (org-diary): Call `org-compile-prefix-format'.
7528 (org-table-formula-substitute-names): New function.
7529 (org-agenda-day-view, org-agenda-week-view): New commands.
7530 (org-agenda-toggle-week-view): Command removed.
7531 (org-tbl-menu): Split off from org-org-menu.
7532 (org-mode): Move removal of outline-mode menus to here.
7533 (org-table-formula-debug): New option.
7534 (org-table-insert-row): Keep first field if just "#" or "*".
7535 (org-mode): Paragraph regexps fixed.
7536 (org-table-recalculate-regexp): New constant.
7537 (org-table-justify-field-maybe): Avoid replace if not necessary.
7538 (org-copy-special, org-cut-special): Use `call-interactively'.
7539 (org-table-copy-region): Take region from `interactive' call.
7540 (org-trim): Return string even if no match.
7541 (org-formula): New face.
7542 (org-set-font-lock-defaults): No longer highlight "FIXME".
7543 But highlight formula-related fields in table.
7544 (org-table-p): Use regexp, not fontification.
7545 (org-table-align): Handle white space at end of line.
7546 (org-table-formula-evaluate-inline): New option.
7547 (org-mode): Auto-wrapping in comment lines turned off.
7548 (org-table-copy-down): Evaluate only in copied field, not in
7549 destination.
7550 (org-table-current-formula): Variable removed.
7551 (org-table-store-formulas, org-table-get-stored-formulas)
7552 (org-table-modify-formulas, org-table-replace-in-formulas)
7553 (org-table-maybe-eval-formula): New functions.
7554 (org-table-get-formula): Modify to use stored formulas.
7555 (org-table-insert-column, org-table-delete-column)
7556 (org-table-move-column): Call `org-table-modify-formulas'.
7557 (org-complete): Add completion for keyword formulas.
7558 (orgtbl-mode): Pull orgtbl-mode-map to start of
7559 minor-mode-map-alist.
7560
7561 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * progmodes/python.el (python-check): Require `compile' before
7564 modifying its variables.
7565
7566 * newcomment.el (comment-indent-default): Don't get fooled by an early
7567 end of buffer.
7568
7569 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7570
7571 * ps-print.el (ps-print-version): Fix version number.
7572
7573 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7576
7577 2005-06-28 Richard M. Stallman <rms@gnu.org>
7578
7579 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7580 (flyspell-local-mouse-map): Declaration deleted.
7581 (flyspell-mouse-map): Bind only mouse-2.
7582 (flyspell-mode-map): Don't test flyspell-use-local-map.
7583 (flyspell-overlay-keymap-property-name): Var deleted.
7584 (flyspell-mode-on): Don't make local bindings for
7585 flyspell-mouse-map and flyspell-mode-map.
7586 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7587
7588 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7589
7590 * progmodes/compile.el (compilation-next-error-function):
7591 Don't switch buffers; operate on the current buffer.
7592
7593 * progmodes/compile.el (compilation-error-file-name)
7594 (compilation-warning-file-name, compilation-info-file-name)
7595 (compilation-line-number, compilation-column-number): New faces.
7596 (compilation-error-face, compilation-warning-face)
7597 (compilation-info-face, compilation-line-face)
7598 (compilation-column-face): Use them.
7599
7600 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7601
7602 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7603
7604 * bindings.el (global-map): Bind insertchar and its variants.
7605
7606 2005-06-27 Richard M. Stallman <rms@gnu.org>
7607
7608 * textmodes/artist.el (artist-text-overwrite)
7609 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7610
7611 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7612
7613 * ps-print.el: It was not working the page selection for printing.
7614 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7615 (ps-print-version): New version 6.6.7.
7616 (ps-end-sheet): New fun.
7617 (ps-header-sheet, ps-end-job): Call it.
7618
7619 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7620
7621 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7622
7623 2005-06-27 Lute Kamstra <lute@gnu.org>
7624
7625 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7626 background color faces.
7627 (facemenu-get-face): Delete function.
7628 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7629 (facemenu-add-new-color): Make second argument mandatory.
7630 Create the appropriate face and return it. Simplify.
7631 (facemenu-set-foreground, facemenu-set-background): Don't check if
7632 color is defined. Use return value of facemenu-add-new-color.
7633
7634 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7635
7636 * progmodes/gud.el (gud-filter): Add missing argument to
7637 with-selected-window.
7638
7639 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7642 a :require to the defcustom.
7643
7644 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7645 defcustoms corresponding to minor modes.
7646
7647 2005-06-26 David Ponce <david@dponce.com>
7648
7649 * recentf.el: Require tree-widget instead of wid-edit.
7650 (recentf-filename-handler): Fix widget :type.
7651 (recentf-cancel-dialog, recentf-open-more-files)
7652 (recentf-open-files-action): Doc fix.
7653 (recentf-dialog-goto-first): New function.
7654 (recentf-dialog-mode-map): Set parent keymap first.
7655 (recentf-dialog-mode): Define with define-derived-mode.
7656 Don't display continuation lines in dialogs.
7657 (recentf-edit-list): Rename from recentf-edit-selected-items.
7658 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7659 Simplify.
7660 (recentf-edit-list-validate): New function.
7661 (recentf-edit-list): Update accordingly.
7662 (recentf-open-files-item-shift): Remove.
7663 (recentf-open-files-item): Convert menu elements into tree and
7664 link widgets. Don't create the widgets.
7665 (recentf-open-files): Update accordingly.
7666 (recentf-save-list): Untabify.
7667
7668 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7671 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7672 partially contained in the active region. Do not take active
7673 region into account when called from Lisp, unless INTERACTIVE arg
7674 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7675 avoid trouble with fields. Make marker point nowhere when no
7676 longer used. Always return nil. Doc fix.
7677 (flush-lines): Add INTERACTIVE arg. Do not take active region
7678 into account when called from Lisp, unless INTERACTIVE arg is
7679 non-nil. Use `forward-line' instead of `beginning-of-line' to
7680 avoid trouble with fields. Make marker point nowhere when no
7681 longer used. Always return nil. Doc fix.
7682 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7683 interchangeable. Do not take active region into account when
7684 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7685 message in echo area when called from Lisp, unless INTERACTIVE arg
7686 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7687 Return the number of matches. Doc fix.
7688 (occur): Doc fix.
7689 (perform-replace): Make comment follow double space convention for
7690 the sake of `outline-minor-mode'.
7691
7692 * faces.el (facep): Doc fix.
7693
7694 2005-06-25 Richard M. Stallman <rms@gnu.org>
7695
7696 * facemenu.el (facemenu-enable-faces-p): New function.
7697 (facemenu-background-menu, facemenu-foreground-menu)
7698 (facemenu-face-menu): Add menu-enable property.
7699
7700 * jka-compr.el (jka-compr-insert-file-contents):
7701 Special handling if cannot find the uncompression program.
7702
7703 * cus-face.el (custom-face-attributes): Add autoload.
7704
7705 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7706 Bind comment-indent-function locally.
7707
7708 * window.el (save-selected-window): Use save-current-buffer.
7709
7710 * subr.el (with-selected-window): Use save-current-buffer.
7711
7712 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7713 and with-current-buffer.
7714
7715 2005-06-24 Richard M. Stallman <rms@gnu.org>
7716
7717 * simple.el (line-move-1): Fix previous change.
7718
7719 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7720
7721 * replace.el (occur-1): Set `buffer-read-only' and the
7722 buffer-modified flag before running `occur-hook' to protect
7723 against unintentional buffer switches that can lead to data loss.
7724
7725 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7726
7727 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7728 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7729 initial error.
7730
7731 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7732 after fresh input.
7733 (gdb-var-create-handler): Put name of expression in quotes.
7734
7735 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7736
7737 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7738 elements of RING in order, and without bogus nil elements.
7739
7740 2005-06-23 Richard M. Stallman <rms@gnu.org>
7741
7742 * simple.el (set-variable): Args renamed; doc fix.
7743 (line-move-1): When there are overlays around, use vertical-motion.
7744
7745 * faces.el (escape-glyph): Use brown against light background.
7746 (nobreak-space): Rename from no-break-space.
7747 Fix previous change.
7748
7749 * dired-aux.el (dired-do-copy): Fix arg prompt.
7750
7751 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7752
7753 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7754
7755 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7756 rather than "Distributor".
7757
7758 2005-06-23 Lute Kamstra <lute@gnu.org>
7759
7760 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7761 (debug-on-entry): Use it. New interactive declaration that uses
7762 function-called-at-point.
7763
7764 2005-06-23 Kim F. Storm <storm@cua.dk>
7765
7766 * subr.el (save-match-data): Add comment about using evaporate arg
7767 to set-match-data.
7768
7769 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7770
7771 * cus-edit.el (customize-face)
7772 (customize-face-other-window): Handle face aliases.
7773
7774 * faces.el (face-documentation, set-face-attribute)
7775 (face-spec-set): Handle face aliases.
7776
7777 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7778
7779 * help-mode.el (help-make-xrefs): If a symbol representing a face
7780 name is not followed by the word "face", it could still be a
7781 function or variable name, so don't bypass other checks.
7782
7783 2005-06-22 Juri Linkov <juri@jurta.org>
7784
7785 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7786 Replace aliased functions with calls where second arg `inherit' is t.
7787
7788 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7789
7790 * progmodes/gdb-ui.el (gdb-error): New variable.
7791 (gdb-error): New function.
7792 (gdb-annotation-rules): Act on error-begin and error annotations.
7793 (gdb-concat-output): Use font-lock-warning-face for errors.
7794
7795 2005-06-22 Miles Bader <miles@gnu.org>
7796
7797 * bindings.el (propertized-buffer-identification): Use renamed
7798 `Buffer-menu-buffer' face.
7799
7800 * faces.el (vertical-border): Rename from `vertical-divider'.
7801 (escape-glyph): Change dark-background color back to `cyan'.
7802
7803 2005-06-21 Juri Linkov <juri@jurta.org>
7804
7805 * faces.el (face-user-default-spec): Try getting `customized-face'
7806 prior to `saved-face'.
7807 (frame-background-mode): Refill docstring.
7808
7809 * emacs-lisp/lisp-mode.el (eval-defun-1):
7810 * emacs-lisp/edebug.el (edebug-eval-defun):
7811 Set `saved-face' temporarily to nil before calling form.
7812 Set `customized-face' to the new spec after that.
7813
7814 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7815
7816 * subr.el (1value, lambda, key-substitution-in-progress):
7817 Doc fixes.
7818
7819 * autoinsert.el (auto-insert-alist):
7820 * ses.el (ses-call-printer):
7821 * subr.el (noreturn):
7822 * emacs-lisp/lisp.el (check-parens):
7823 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7824 * net/browse-url.el (browse-url-mosaic):
7825 * progmodes/cc-defs.el (c-safe-scan-lists):
7826 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7827 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7828 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7829 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7830 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7831 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7832
7833 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7834
7835 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7836
7837 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7838
7839 * calendar/appt.el (appt-make-list): Activate the package, if
7840 not already active (for backwards compatibility).
7841
7842 2005-06-20 Kim F. Storm <storm@cua.dk>
7843
7844 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7845
7846 2005-06-20 Miles Bader <miles@gnu.org>
7847
7848 * faces.el (vertical-divider): New face.
7849
7850 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7851
7852 * simple.el (kill-whole-line): Doc fix.
7853 (next-error-buffer-p, next-error-find-buffer)
7854 (clone-indirect-buffer): Fix typos in docstrings.
7855 (comment-line-break-function): Doc fix: don't say variable
7856 is automatically buffer-local (it isn't).
7857
7858 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7859
7860 * net/tramp-ftp.el (top):
7861 * net/tramp-smb.el (top):
7862 * net/tramp-util.el (top):
7863 * net/tramp-uu.el (top):
7864 * net/tramp-vc.el (top):
7865 * net/tramp.el (top): Revert copyright years back to original
7866 ones. Tramp has a life outside GNU Emacs.
7867
7868 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7869
7870 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7871
7872 2005-06-18 Juri Linkov <juri@jurta.org>
7873
7874 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7875 end of first regexp to limit the match to the position between
7876 line number and source line with same separator character as used
7877 between file name and line number. In the second regexp limit
7878 mouse-face area to file name and line number by adding new group
7879 for them and referring it in HYPERLINK arg.
7880 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7881 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7882 previous line where grep markers may be already removed.
7883
7884 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7885
7886 * progmodes/ps-mode.el: Update version and maintainer's email address.
7887
7888 2005-06-18 Steve Youngs <steve@xemacs.org>
7889
7890 * net/browse-url.el (browse-url-browser-function)
7891 (browse-url-default-browser): Add firefox.
7892 (browse-url-firefox-program, browse-url-firefox-arguments)
7893 (browse-url-firefox-startup-arguments)
7894 (browse-url-firefox-new-window-is-tab): New defcustoms.
7895 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7896
7897 2005-06-17 Richard M. Stallman <rms@gnu.org>
7898
7899 * startup.el (command-line): Warn if specified user name has
7900 no home directory.
7901
7902 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7903 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7904
7905 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7906 Doc fixes.
7907
7908 * faces.el (underline): Try bold if terminal doesn't support underline.
7909
7910 * mail/sendmail.el (mail-setup-with-from): New variable.
7911 (mail-insert-from-field): New function.
7912 (sendmail-send-it): Call it.
7913 (mail-setup): Optionally call it here.
7914
7915 * term/linux.el: Call tty-no-underline.
7916
7917 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7918
7919 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7920
7921 2005-06-17 Miles Bader <miles@gnu.org>
7922
7923 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7924 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7925 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7926 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7927 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7928 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7929 Remove "-face" suffix from face names.
7930 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7931 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7932 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7933 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7934 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7935 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7936 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7937 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7938 New backward-compatibility aliases for renamed faces.
7939 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7940 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7941 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7942 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7943 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7944 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7945 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7946 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7947 Use renamed ediff faces.
7948
7949 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7950 Remove "-face" suffix from face names.
7951 (eshell-test-ok-face, eshell-test-failed-face):
7952 New backward-compatibility aliases for renamed faces.
7953 (eshell-run-test): Use renamed eshell-test faces.
7954
7955 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7956 face name.
7957 (eshell-prompt-face): New backward-compatibility alias for renamed
7958 face.
7959 (eshell-emit-prompt): Use renamed eshell-prompt face.
7960
7961 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7962 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7963 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7964 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7965 Remove "-face" suffix from face names.
7966 (eshell-ls-directory-face, eshell-ls-symlink-face)
7967 (eshell-ls-executable-face, eshell-ls-readonly-face)
7968 (eshell-ls-unreadable-face, eshell-ls-special-face)
7969 (eshell-ls-missing-face, eshell-ls-archive-face)
7970 (eshell-ls-backup-face, eshell-ls-product-face)
7971 (eshell-ls-clutter-face):
7972 New backward-compatibility aliases for renamed faces.
7973 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7974
7975 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7976 Remove "-face" suffix from face name.
7977 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7978 instead of literal face.
7979
7980 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7981
7982 * emacs-lisp/warnings.el (display-warning, lwarn)
7983 (warning-minimum-log-level): Doc fixes.
7984 (warning-minimum-level, warning-minimum-log-level):
7985 Add :debug to :type choices.
7986
7987 * progmodes/ada-mode.el (ada-format-paramlist)
7988 (ada-get-indent-case, ada-check-matching-start)
7989 (ada-check-defun-name, ada-goto-matching-decl-start)
7990 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7991 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7992 (ada-make-subprogram-body): Follow error conventions.
7993 (ada-case-exception-file, ada-indent-comment-as-code)
7994 (ada-indent-handle-comment-special, ada-indent-renames)
7995 (ada-indent-return, ada-search-directories-internal)
7996 (ada-tab-policy, ada-case-exception-substring)
7997 (ada-other-file-alist, ada-matching-start-re)
7998 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7999 (ada-imenu-generic-expression, ada-compile-goto-error)
8000 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8001 (ada-popup-menu, ada-add-extensions, ada-mode)
8002 (ada-region-selected, ada-create-case-exception)
8003 (ada-create-case-exception-substring, ada-after-keyword-p)
8004 (ada-activate-keys-for-case, ada-adjust-case-region)
8005 (ada-adjust-case-buffer, ada-format-paramlist)
8006 (ada-scan-paramlist, ada-insert-paramlist)
8007 (ada-indent-newline-indent)
8008 (ada-indent-newline-indent-conditional)
8009 (ada-justified-indent-current, ada-goto-previous-word)
8010 (ada-indent-current, ada-get-indent-open-paren)
8011 (ada-get-indent-paramlist, ada-get-indent-end)
8012 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8013 (ada-get-indent-block-start, ada-get-indent-subprog)
8014 (ada-get-indent-noindent, ada-get-indent-label)
8015 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8016 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8017 (ada-goto-stmt-end, ada-goto-next-word)
8018 (ada-check-matching-start, ada-check-defun-name)
8019 (ada-goto-matching-decl-start, ada-goto-matching-start)
8020 (ada-goto-matching-end, ada-search-ignore-string-comment)
8021 (ada-in-decl-p, ada-looking-at-semi-or)
8022 (ada-looking-at-semi-private, ada-in-paramlist-p)
8023 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8024 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8025 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8026 (ada-previous-package, ada-create-menu)
8027 (ada-fill-comment-paragraph-justify)
8028 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8029 (ada-other-file-name, ada-last-which-function-line)
8030 (ada-last-which-function-subprog, ada-which-function)
8031 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8032 (ada-gen-treat-proc, ada-check-emacs-version)
8033 (ada-continuation-indent, ada-align-region-separate):
8034 Fix typos in docstrings.
8035 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8036
8037 2005-06-16 Lute Kamstra <lute@gnu.org>
8038
8039 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8040 conditionally.
8041
8042 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * comint.el (comint-replace-by-expanded-filename)
8045 (comint-prompt-regexp, comint-delimiter-argument-list)
8046 (comint-preinput-scroll-to-bottom):
8047 * info.el (Info-hide-cookies-node):
8048 * ls-lisp.el (ls-lisp-classify):
8049 * find-file.el (ff-search-directories, ff-special-constructs)
8050 (ff-find-other-file):
8051 * font-lock.el (font-lock-keywords):
8052 * shell.el (shell-prompt-pattern)
8053 (shell-dynamic-complete-functions, shell-mode)
8054 (shell-delimiter-argument-list):
8055 * term.el (term-replace-by-expanded-filename)
8056 (term-prompt-regexp, term-delimiter-argument-list):
8057 * woman.el (woman-ignore, woman0-if):
8058 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8059 * emacs-lisp/elint.el (elint-init-env):
8060 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8061 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8062 * language/ethio-util.el (ethio-tilde-escape)
8063 (ethio-use-three-dot-question):
8064 * net/zone-mode.el (zone-mode-load-time-setup):
8065 * progmodes/cc-align.el (c-lineup-argcont):
8066 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8067 * progmodes/cperl-mode.el (cperl-set-style-back):
8068 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8069 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8070 Fix spellings in docstrings.
8071
8072 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8073 * progmodes/modula2.el (m2-for): Fix spellings.
8074
8075 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8076
8077 * simple.el (undo-more): Don't use `format' on `error' arguments.
8078 Improve argument/docstring consistency.
8079 (pending-undo-list): Doc fix.
8080
8081 * smerge-mode.el (smerge-ensure-match):
8082 * emulation/vip.el (vip-ex):
8083 * net/zone-mode.el (zone-mode-update-serial):
8084 * progmodes/idlwave.el (idlwave-complete):
8085 * progmodes/vhdl-mode.el (vhdl-visit-file)
8086 (vhdl-compose-wire-components):
8087 Don't use `format' on `error' arguments.
8088
8089 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8090 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8091 (tooltip-help-tips): Fix typos in docstrings.
8092
8093 2005-06-16 David Ponce <david@dponce.com>
8094
8095 * tree-widget.el (tree-widget-value-create): Simplify last change.
8096
8097 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8098
8099 * ido.el (ido-incomplete-regexp): New variable.
8100 (ido-set-matches-1): Handle invalid-regexp error and set
8101 ido-incomplete-regexp.
8102 (ido-incomplete-regexp): New face.
8103 (ido-completions): Use it.
8104 (ido-complete, ido-exit-minibuffer, ido-completions):
8105 Handle incomplete regexps.
8106 (ido-completions): Add check for complete match when entering a regexp.
8107
8108 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8111
8112 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8113
8114 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8115 by field delimiters.
8116
8117 2005-06-15 David Ponce <david@dponce.com>
8118
8119 * tree-widget.el: eval-and-compile inlined functions so they will
8120 be available at run-time too.
8121 (tree-widget-super-format-handler)
8122 (tree-widget-format-handler): Remove.
8123 (tree-widget-value-create): Handle the :indent property.
8124
8125 2005-06-15 Miles Bader <miles@gnu.org>
8126
8127 * progmodes/which-func.el (which-func): Only inherit
8128 `font-lock-function-name-face' when that makes sense against the
8129 default mode-line face, otherwise set the face color explicitly.
8130
8131 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8132 faces instead of (non-existent) variables.
8133
8134 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8137 (iswitchb-get-matched-buffers): Likewise. Simplify.
8138
8139 2005-06-14 Miles Bader <miles@gnu.org>
8140
8141 * progmodes/ld-script.el (ld-script-location-counter):
8142 Remove "-face" suffix from face name.
8143 (ld-script-location-counter-face):
8144 New backward-compatibility alias for renamed face.
8145 (ld-script-location-counter-face): Use renamed face.
8146
8147 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8148 (cperl-hash): Remove "-face" suffix from face names.
8149 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8150 New backward-compatibility aliases for renamed faces.
8151 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8152 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8153
8154 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8155 name.
8156 (which-func-face): New backward-compatibility alias for renamed face.
8157 (which-func-format): Use renamed which-func face.
8158
8159 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8160 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8161 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8162 names.
8163 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8164 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8165 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8166 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8167 (vhdl-speedbar-architecture-selected)
8168 (vhdl-speedbar-configuration-selected)
8169 (vhdl-speedbar-package-selected)
8170 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8171 names.
8172 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8173 Use renamed faces.
8174 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8175 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8176 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8177 Use renamed faces.
8178 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8179 names.
8180 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8181 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8182 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8183 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8184 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8185 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8186
8187 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8188 face name.
8189 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8190 (sh-heredoc-face): Use renamed sh-heredoc face.
8191
8192 * progmodes/idlw-help.el (idlwave-help-link):
8193 Remove "-face" suffix from face name.
8194 (idlwave-help-link-face):
8195 New backward-compatibility alias for renamed face.
8196 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8197
8198 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8199 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8200 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8201 New backward-compatibility aliases for renamed faces.
8202 (idlwave-shell-disabled-breakpoint-face)
8203 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8204
8205 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8206 Remove "-face" suffix from face names.
8207 (flymake-errline-face, flymake-warnline-face):
8208 New backward-compatibility aliases for renamed faces.
8209 (flymake-highlight-line): Use renamed flymake faces.
8210
8211 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8212 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8213 (ebrowse-member-class, ebrowse-progress):
8214 Remove "-face" suffix from face names.
8215 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8216 (ebrowse-file-name-face, ebrowse-default-face)
8217 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8218 (ebrowse-progress-face):
8219 New backward-compatibility aliases for renamed faces.
8220 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8221 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8222 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8223 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8224
8225 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8226 antlr-syntax)
8227 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8228 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8229 names.
8230 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8231 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8232 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8233 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8234 backward-compatibility aliases for renamed faces.
8235 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8236 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8237 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8238 remove "font-lock-". Use renamed antlr-mode faces.
8239 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8240 literal face-names with face variable references.
8241
8242 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8243 face name.
8244 (Buffer-menu-buffer-face): New backward-compatibility alias for
8245 renamed face.
8246 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8247
8248 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8249
8250 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8251 Eliminate "-face" suffix.
8252 (makefile-targets): Inherit from font-lock-function-name-face and
8253 eliminate "-face" suffix.
8254 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8255 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8256 actions, instead of prepending, to make it less visible.
8257 (makefile-previous-dependency, makefile-match-dependency):
8258 Don't match a target on a continuation line.
8259
8260 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8261
8262 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8263
8264 * progmodes/gdb-ui.el (menu): Re-order menu items.
8265 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8266
8267 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8268 Define in tooltip.el.
8269 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8270 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8271 gud-tooltip-echo-area.
8272
8273 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8274 backward compatibility and make obsolete.
8275 (tooltip-help-tips): Use tooltip-use-echo-area.
8276 (tooltip-show-help-function): Rename to...
8277 (tooltip-show-help): ...this, because it is a function.
8278 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8279
8280 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8281
8282 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8283 (edebug-print-length, edebug-print-level, edebug-print-circle)
8284 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8285 (edebug-eval-print-last-sexp): Doc fixes.
8286
8287 2005-06-14 Kim F. Storm <storm@cua.dk>
8288
8289 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8290 as the coverage buffer/file/both may change.
8291
8292 2005-06-14 Lute Kamstra <lute@gnu.org>
8293
8294 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8295 and run-mode-hooks. Simplify.
8296
8297 * mail/rmailedit.el (rmail-edit-mode):
8298 * progmodes/octave-inf.el (inferior-octave-mode):
8299 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8300
8301 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8302 and run-mode-hooks.
8303 (recentf-edit-list, recentf-open-files): Don't call
8304 kill-all-local-variables directly.
8305
8306 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8307
8308 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8309
8310 * emacs-lisp/byte-run.el (make-obsolete)
8311 (define-obsolete-function-alias): Rename arguments FUNCTION and
8312 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8313 (make-obsolete-variable, define-obsolete-variable-alias):
8314 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8315 respectively.
8316
8317 * isearchb.el (isearchb-activate):
8318 * pcvs.el (cvs-mode):
8319 * ses.el (ses-load):
8320 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8321 * net/tramp.el (tramp-find-file-exists-command)
8322 (tramp-find-shell):
8323 * progmodes/ada-mode.el (ada-create-case-exception)
8324 (ada-create-case-exception-substring, ada-make-subprogram-body):
8325 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8326 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8327 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8328 * textmodes/org.el (org-promote, org-evaluate-time-range)
8329 (org-agenda-next-date-line, org-agenda-previous-date-line)
8330 (org-agenda-error, org-open-at-point, org-table-move-row)
8331 (org-format-table-table-html-using-table-generate-source)
8332 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8333 * textmodes/reftex.el (reftex-access-scan-info):
8334 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8335 (reftex-toc-promote-prepare): Follow error conventions.
8336
8337 * diff-mode.el (diff-mode): Fix typo in docstring.
8338
8339 * forms.el (forms--intuit-from-file): Fix reference to
8340 `forms-number-of-fields' in error message.
8341 (forms-print): Fix quoting in error message.
8342
8343 * forms.el (forms-mode):
8344 * emulation/vi.el (vi-goto-insert-state):
8345 * progmodes/flymake.el (flymake-new-err-info)
8346 (flymake-start-syntax-check-for-current-buffer)
8347 (flymake-simple-cleanup):
8348 * eshell/esh-var.el (eshell/export):
8349 * progmodes/gud.el (xdb):
8350 * textmodes/flyspell.el (flyspell-incorrect-hook)
8351 (flyspell-maybe-correct-transposition)
8352 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8353
8354 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8355
8356 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8357 minibuffer prompt.
8358
8359 2005-06-13 Kim F. Storm <storm@cua.dk>
8360
8361 * subr.el (add-to-ordered-list): New defun.
8362
8363 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8364 add cua--keymap-alist to emulation-mode-map-alists.
8365
8366 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * subr.el (complete-in-turn): New macro.
8369 (dynamic-completion-table, lazy-completion-table): Add debug info.
8370
8371 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8372 in preference to face aliases.
8373
8374 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8375 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8376 Remove unused vars `start' and `firstline'.
8377 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8378 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8379
8380 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8381
8382 * cus-start.el (all): Don't complain about missing GTK-related
8383 variables, unless either `gtk' is boundp or this isn't a
8384 `windows-nt' build.
8385
8386 2005-06-13 Lute Kamstra <lute@gnu.org>
8387
8388 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8389 run-mode-hooks.
8390
8391 * ediff-mult.el (ediff-meta-mode):
8392 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8393
8394 * ledit.el (ledit-mode): Use delay-mode-hooks.
8395
8396 * woman.el (woman-mode-line-format): Delete constant.
8397 (woman-mode-map): Initialize it properly.
8398 (woman-mode): Set mode-class property to special.
8399 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8400 Set major-mode and mode-name. Don't set mode-line-format directly.
8401 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8402
8403 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8404 string argument obsolete.
8405
8406 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8407
8408 * textmodes/org.el (org-CUA-compatible): New option.
8409 (org-disputed-keys): New variable.
8410 (org-key): New function.
8411 (orgtbl-make-binding): Add docstring to the created function.
8412 (org-mode): Set paragraph start/separate regexps.
8413 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8414 (org-archive-location, org-archive-mark-done)
8415 (org-archive-stamp-time): New options.
8416 (org-archive-subtree): New command.
8417 (org-fill-paragraph): New function.
8418 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8419 (org-fake-empty-table-line): Function removed.
8420 (org-format-org-table-html): Do not create empty table lines at
8421 separator lines. Improved table header treatment.
8422 (org-link-format): New option.
8423 (org-make-link): New function.
8424 (org-insert-link, org-store-link): Use org-make-link.
8425 (org-open-file): Quote file name for shell command, to allow
8426 spaces in file names.
8427 (org-link-regexp): Fix bug with mailto link.
8428 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8429 New constants.
8430 (org-export-as-html): Deal with the optional angles around a link.
8431 Better treatment of file: links.
8432 (org-open-at-point): Replace @{ and @} with < and >.
8433 (org-run-mode-hooks): Function removed.
8434 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8435
8436 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8437
8438 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8439 MI command -data-list-register-values.
8440 (gdb-post-prompt): Indent properly.
8441
8442 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8443
8444 * hilit-chg.el (highlight-changes-colors): Rename from
8445 `highlight-changes-colours'.
8446 (highlight-changes-colours): Keep as obsolete alias.
8447 (highlight-changes-face-list): Doc fix.
8448 (hilit-chg-make-list): Use `highlight-changes-colors'.
8449
8450 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8451
8452 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8453 defun-prompt-regexp.
8454
8455 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8456
8457 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8458 and cygwin.
8459
8460 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8461 Don't use an old loaddefs.el, as in Makefile.in.
8462
8463 2005-06-12 Lute Kamstra <lute@gnu.org>
8464
8465 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8466
8467 * man.el (Man-mode-map): Initialize it properly.
8468 (Man-mode): Set mode-class property to special.
8469
8470 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8471
8472 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8473
8474 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8475 A newline is needed in the docstring there.
8476
8477 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8478 Doc fixes.
8479
8480 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8481
8482 * printing.el: Doc fix. The menubar is no more changed when printing
8483 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8484 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8485 (pr-version): New version number (6.8.4).
8486 (pr-menu-bind): New command.
8487 (pr-update-menus): Docstring and code fix.
8488 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8489 Docstring fix.
8490 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8491 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8492
8493 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8494
8495 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8496 "Returns" to "return", document useful return values, etc.
8497
8498 2005-06-11 Alan Mackenzie <acm@muc.de>
8499
8500 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8501 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8502 (adaptive-file-function): Minor amendment to doc-string.
8503
8504 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8505
8506 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8507 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8508 Fix :type--it is `integer', not `string'.
8509
8510 * faces.el (modeline-highlight): Rename from (the erroneous)
8511 `modeline-higilight'.
8512
8513 2005-06-11 Lute Kamstra <lute@gnu.org>
8514
8515 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8516 lisp-interaction-mode-map but make it the parent.
8517 (edebug-eval-mode): Use define-derived-mode.
8518
8519 2005-06-11 Andreas Schwab <schwab@suse.de>
8520
8521 * bindings.el: Add binding of `ESC functionkey' for every
8522 `M-functionkey'.
8523 * hexl.el (hexl-mode-map): Likewise.
8524
8525 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8526
8527 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8528 [msft]: update regexp for newer msft compilers.
8529
8530 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8531
8532 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8533 ATTLIST portions of included DTDs.
8534 (xml-parse-dtd): Eliminate use of inefficient match-data.
8535
8536 2005-06-10 Miles Bader <miles@gnu.org>
8537
8538 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8539 (mpuz-text): Remove "-face" suffix from face names.
8540 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8541 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8542 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8543
8544 * play/gomoku.el (gomoku-O, gomoku-X):
8545 Remove "-face" suffix from face names.
8546 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8547 New backward-compatibility aliases for renamed faces.
8548 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8549
8550 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8551
8552 * thumbs.el: Fixes for changes of 2005-06-09.
8553 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8554 as a directory.
8555 (thumbs-thumbname): Remove directory separator from format string;
8556 `thumbs-thumbsdir' now returns a valid directory name.
8557 (thumbs-temp-dir): New defsubst.
8558 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8559 Use it.
8560
8561 * cus-edit.el (minibuffer):
8562 * files.el (make-backup-file-name-function):
8563 * filesets.el (filesets-external-viewers):
8564 * hilit-chg.el (highlight-changes-colours)
8565 (highlight-changes-face-list, highlight-changes-rotate-faces):
8566 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8567 * kmacro.el (kmacro-call-macro):
8568 * log-edit.el (log-edit-changelog-full-paragraphs):
8569 * mouse.el (mouse-1-click-follows-link):
8570 * skeleton.el (skeleton-autowrap):
8571 * subr.el (insert-for-yank-1):
8572 * tempo.el (tempo-insert-region):
8573 * terminal.el (terminal-emulator):
8574 * time.el (display-time-mail-face):
8575 * vc.el (vc-annotate):
8576 * vcursor.el (vcursor-copy-line):
8577 * woman.el (woman-bold-headings, woman-ignore)
8578 (woman-default-faces, woman-monochrome-faces):
8579 * calendar/todo-mode.el (todo-insert-threshold):
8580 * emulation/pc-select.el (pc-select-selection-keys-only)
8581 (pc-selection-mode):
8582 * emulation/vip.el (vip-find-char-forward):
8583 * emulation/viper-cmd.el (viper-find-char-forward):
8584 * international/mule-cmds.el
8585 (select-safe-coding-system-accept-default-p)
8586 (input-method-exit-on-invalid-key):
8587 * international/mule-diag.el (describe-coding-system):
8588 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8589 * net/browse-url.el (browse-url-xterm-program):
8590 * obsolete/lazy-lock.el (lazy-lock-mode):
8591 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8592 (cperl-mode):
8593 * progmodes/cpp.el (cpp-face-light-name-list)
8594 (cpp-face-dark-name-list):
8595 * progmodes/delphi.el (delphi-newline-always-indents):
8596 Fix spellings in docstrings.
8597
8598 * ido.el (ido-mode, ido-file-extensions-order)
8599 (ido-default-file-method, ido-default-buffer-method)
8600 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8601 (ido-decorations, ido-read-file-name-as-directory-commands)
8602 (ido-read-file-name-non-ido, ido-work-directory-list)
8603 (ido-ignore-item-temp-list, ido-current-directory)
8604 (ido-magic-forward-char, ido-enter-find-file)
8605 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8606 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8607
8608 2005-06-10 Lute Kamstra <lute@gnu.org>
8609
8610 * play/dunnet.el (dun-mode): Use define-derived-mode.
8611 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8612 obsolete alias.
8613
8614 * play/doctor.el (doctor-mode-map): Remove defvar.
8615 (doctor-mode): Use define-derived-mode.
8616
8617 * mail/mspools.el (mspools-mode):
8618 * net/eudc-hotlist.el (eudc-hotlist-mode):
8619 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8620
8621 2005-06-10 Miles Bader <miles@gnu.org>
8622
8623 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8624 Remove "-face" suffix from face names.
8625 (flyspell-incorrect-face, flyspell-duplicate-face):
8626 New backward-compatibility aliases for renamed faces.
8627 (flyspell-mode-on, make-flyspell-overlay)
8628 (flyspell-highlight-incorrect-region)
8629 (flyspell-highlight-duplicate-region)
8630 (flyspell-display-next-corrections)
8631 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8632
8633 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8634 from face name.
8635 (texinfo-heading-face): New backward-compatibility alias for
8636 renamed face.
8637 (texinfo-heading-face): Use renamed texinfo-heading face.
8638
8639 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8640 suffix from face names.
8641 (tex-math-face, tex-verbatim-face):
8642 New backward-compatibility aliases for renamed faces.
8643 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8644 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8645 literal face name.
8646
8647 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8648 name.
8649 (table-cell-face): New backward-compatibility alias for renamed face.
8650 (table--put-cell-face-property, table--update-cell-face):
8651 Use renamed table-cell face.
8652
8653 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8654 from face name.
8655 (sgml-namespace-face): New backward-compatibility alias for
8656 renamed face.
8657 (sgml-namespace-face): Use renamed sgml-namespace face.
8658
8659 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8660 (org-level-4, org-level-5, org-level-6, org-level-7)
8661 (org-level-8, org-warning, org-headline-done)
8662 (org-deadline-announce, org-scheduled-today)
8663 (org-scheduled-previously, org-link, org-done, org-table)
8664 (org-time-grid): Remove "-face" suffix from face names.
8665 (org-level-1-face, org-level-2-face, org-level-3-face)
8666 (org-level-4-face, org-level-5-face, org-level-6-face)
8667 (org-level-7-face, org-level-8-face, org-warning-face)
8668 (org-headline-done-face, org-deadline-announce-face)
8669 (org-scheduled-today-face, org-scheduled-previously-face)
8670 (org-link-face, org-done-face, org-table-face)
8671 (org-time-grid-face):
8672 New backward-compatibility aliases for renamed faces.
8673 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8674 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8675 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8676 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8677
8678 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8679 (viper-minibuffer-emacs, viper-minibuffer-insert)
8680 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8681 (viper-search-face, viper-replace-overlay-face)
8682 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8683 (viper-minibuffer-vi-face):
8684 New backward-compatibility aliases for renamed faces.
8685 (viper-search-face, viper-replace-overlay-face)
8686 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8687 (viper-minibuffer-vi-face): Use renamed viper faces.
8688
8689 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8690 Remove "-face" suffix from face names.
8691 (testcover-nohits-face, testcover-1value-face):
8692 New backward-compatibility aliases for renamed faces.
8693 (testcover-mark): Use renamed testcover faces.
8694
8695 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8696 face name.
8697 (diary-button-face): New backward-compatibility alias for renamed face.
8698 (diary-entry): Use renamed diary-button face.
8699
8700 * calendar/calendar.el (diary, calendar-today, holiday)
8701 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8702 (diary-face, calendar-today-face, holiday-face):
8703 New backward-compatibility aliases for renamed faces.
8704 (eval-after-load "facemenu", diary-entry-marker)
8705 (calendar-today-marker, calendar-holiday-marker, diary-face):
8706 Use renamed calendar faces.
8707
8708 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8709 (compare-windows-face): New backward-compatibility alias for
8710 renamed face.
8711 (compare-windows-highlight): Use renamed compare-windows face.
8712
8713 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8714 (strokes-char-face): New backward-compatibility alias for renamed face.
8715 (strokes-encode-buffer): Use renamed strokes-char face.
8716
8717 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8718 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8719 Remove "-face" suffix from face names.
8720 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8721 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8722 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8723 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8724 Use renamed pcvs faces.
8725 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8726 * pcvs-defs.el (cvs-mode-map): Likewise.
8727 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8728
8729 * info.el (info-title-1, info-title-2, info-title-3)
8730 (info-title-4): Remove "-face" suffix from and downcase face names.
8731 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8732 (Info-title-4-face):
8733 New backward-compatibility aliases for renamed faces.
8734 (Info-fontify-node): Use renamed info faces.
8735
8736 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8737 Remove "-face" suffix from face names.
8738 (highlight-changes-face, highlight-changes-delete-face):
8739 New backward-compatibility aliases for renamed faces.
8740 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8741 (hilit-chg-make-list): Use renamed highlight-changes faces.
8742
8743 * generic-x.el (show-tabs-tab, show-tabs-space):
8744 Remove "-face" suffix from face names.
8745 (show-tabs-tab-face, show-tabs-space-face):
8746 New backward-compatibility aliases for renamed faces.
8747 (show-tabs-generic-mode-font-lock-defaults-1)
8748 (show-tabs-generic-mode-font-lock-defaults-2):
8749 Use renamed show-tabs faces.
8750
8751 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8752 (smerge-markers): Remove "-face" suffix from face names.
8753 (smerge-mine-face, smerge-other-face, smerge-base-face)
8754 (smerge-markers-face):
8755 New backward-compatibility aliases for renamed faces.
8756 (smerge-mine-face, smerge-other-face, smerge-base-face)
8757 (smerge-markers-face): Use renamed smerge faces.
8758
8759 * log-view.el (log-view-file, log-view-message): Remove "-face"
8760 suffix from face names.
8761 (log-view-file-face, log-view-message-face):
8762 New backward-compatibility aliases for renamed faces.
8763 (log-view-file-face, log-view-message-face): Use renamed log-view
8764 faces.
8765
8766 * paren.el (show-paren-match, show-paren-mismatch):
8767 Remove "-face" suffix from face names.
8768 (show-paren-match-face, show-paren-mismatch-face):
8769 New backward-compatibility aliases for renamed faces.
8770 (show-paren-function): Use renamed show-paren faces.
8771
8772 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8773 (ruler-mode-margins, ruler-mode-fringes)
8774 (ruler-mode-column-number, ruler-mode-fill-column)
8775 (ruler-mode-comment-column, ruler-mode-goal-column)
8776 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8777 suffix from face names.
8778 (ruler-mode-default-face, ruler-mode-pad-face)
8779 (ruler-mode-margins-face, ruler-mode-fringes-face)
8780 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8781 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8782 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8783 New backward-compatibility aliases for renamed faces.
8784 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8785 (ruler-mode-column-number, ruler-mode-fill-column)
8786 (ruler-mode-comment-column, ruler-mode-goal-column)
8787 (ruler-mode-tab-stop, ruler-mode-current-column)
8788 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8789 faces.
8790
8791 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8792 face name.
8793 (whitespace-highlight-the-space): Use renamed face.
8794 (whitespace-highlight-face): New backward-compatibility alias for
8795 renamed face.
8796
8797 * woman.el (woman-italic, woman-bold, woman-unknown)
8798 (woman-addition, woman-symbol-face):
8799 Remove "-face" suffix from face names.
8800 (woman-italic-face, woman-bold-face, woman-unknown-face)
8801 (woman-addition-face):
8802 New backward-compatibility aliases for renamed faces.
8803 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8804 (woman-decode-region, woman-replace-match)
8805 (woman-display-extended-fonts, woman-special-characters)
8806 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8807 Use renamed woman faces.
8808
8809 * longlines.el (longlines-visible-face): Face removed.
8810
8811 * diff-mode.el (diff-header, diff-file-header, diff-index)
8812 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8813 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8814 suffix from face names.
8815 (diff-header-face, diff-file-header-face, diff-index-face)
8816 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8817 (diff-changed-face, diff-function-face, diff-context-face)
8818 (diff-nonexistent-face): New backward-compatibility aliases for
8819 renamed faces.
8820 (diff-header-face, diff-file-header-face)
8821 (diff-index, diff-index-face, diff-hunk-header)
8822 (diff-hunk-header-face, diff-removed, diff-removed-face)
8823 (diff-added, diff-added-face, diff-changed-face, diff-function)
8824 (diff-function-face, diff-context-face, diff-nonexistent)
8825 (diff-nonexistent-face): Use renamed diff-mode faces.
8826
8827 * progmodes/compile.el (compilation-warning-face)
8828 (compilation-info-face): Remove "-face" suffix from face names.
8829 (compilation-warning-face, compilation-info-face):
8830 New backward-compatibility aliases for renamed faces.
8831 (compilation-warning-face, compilation-info-face):
8832 Use renamed compilation faces.
8833
8834 * add-log.el (change-log-date, change-log-name)
8835 (change-log-email, change-log-file, change-log-list)
8836 (change-log-conditionals, change-log-function)
8837 (change-log-acknowledgement): Remove "-face" suffix from face names.
8838 (change-log-date-face, change-log-name-face)
8839 (change-log-email-face, change-log-file-face)
8840 (change-log-list-face, change-log-conditionals-face)
8841 (change-log-function-face, change-log-acknowledgement-face):
8842 New backward-compatibility aliases for renamed faces.
8843 (change-log-font-lock-keywords): Use renamed change-log faces.
8844
8845 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8846 (custom-set, custom-changed, custom-saved, custom-button)
8847 (custom-button-pressed, custom-documentation, custom-state)
8848 (custom-comment, custom-comment-tag, custom-variable-tag)
8849 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8850 (custom-group-tag): Remove "-face" suffix from face names.
8851 (custom-magic-alist, custom-magic-value-create)
8852 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8853 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8854 (custom-set-face, custom-changed-face, custom-saved-face)
8855 (custom-button-face, custom-button-pressed-face)
8856 (custom-documentation-face, custom-state-face)
8857 (custom-comment-face, custom-comment-tag-face)
8858 (custom-variable-tag-face, custom-variable-button-face)
8859 (custom-face-tag-face, custom-group-tag-face-1)
8860 (custom-group-tag-face):
8861 New backward-compatibility aliases for renamed faces.
8862
8863 * wid-edit.el (widget-documentation, widget-button)
8864 (widget-field, widget-single-line-field, widget-inactive)
8865 (widget-button-pressed): "-face" suffix removed from face names.
8866 (widget-documentation-face, widget-button-face)
8867 (widget-field-face, widget-single-line-field-face)
8868 (widget-inactive-face, widget-button-pressed-face):
8869 New backward-compatibility aliases for renamed faces.
8870 (widget-documentation-face, widget-button-face)
8871 (widget-button-pressed-face, widget-specify-field)
8872 (widget-specify-inactive): Use renamed widget faces.
8873
8874 2005-06-10 Kenichi Handa <handa@m17n.org>
8875
8876 * term/x-win.el (x-clipboard-yank): Remove condition-case
8877 wrapping.
8878
8879 2005-06-11 Kenichi Handa <handa@m17n.org>
8880
8881 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8882 date lines stricter.
8883
8884 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8885
8886 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8887 of x-get-selection.
8888
8889 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8890
8891 * comint.el (comint-mode, comint-snapshot-last-prompt):
8892 * frame.el (frame-current-scroll-bars):
8893 * term.el (term-mode, term-check-proc, term-input-sender)
8894 (term-simple-send, term-extract-string, term-word)
8895 (term-match-partial-filename):
8896 * window.el (window-current-scroll-bars):
8897 * emulation/cua-base.el (cua-normal-cursor-color)
8898 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8899 (cua-global-mark-cursor-color):
8900 * mail/undigest.el (rmail-forward-separator-regex):
8901 Fix typos in docstrings.
8902
8903 * comint.el (comint-check-proc, make-comint-in-buffer)
8904 (comint-source-default): Doc fixes.
8905
8906 * term.el (term-send-string): Improve argument/docstring consistency.
8907
8908 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8909
8910 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8911 call to `delete-region'.
8912 (comint-mode-hook): Do not enable Font Lock by default.
8913
8914 2005-06-09 Lute Kamstra <lute@gnu.org>
8915
8916 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8917 could be void.
8918
8919 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8922 (debug): Use it.
8923 (debugger-step-through, debugger-continue, debugger-jump)
8924 (debugger-return-value): Set it when needed.
8925 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8926 Use inhibit-read-only.
8927
8928 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8929
8930 * window.el (shrink-window-if-larger-than-buffer)
8931 (window-size-fixed): Fix typo in docstring.
8932
8933 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8934 thumbnails directory on loading.
8935 (thumbs-conversion-program): Use `eq' to check the system type,
8936 not `equal'.
8937 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8938 not "/tmp". Fix docstring.
8939 (thumbs-thumbsdir): New function to return the thumbnails
8940 directory, creating it if needed.
8941 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8942 (thumbs-temp-file): Delete variable and make it into a function.
8943 (thumbs-resize-image, thumbs-modify-image): Use it.
8944 (thumbs-kill-buffer): Simplify.
8945 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8946 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8947 docstrings.
8948
8949 2005-06-09 Kim F. Storm <storm@cua.dk>
8950
8951 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8952 set-match-data to free markers in match-data.
8953
8954 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8955 match-data to unchain markers in match-data.
8956
8957 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8960 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8961 unnecessary now.
8962
8963 2005-06-08 Richard M. Stallman <rms@gnu.org>
8964
8965 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8966 give the variable a doc string that doesn't say don't set it directly.
8967
8968 * textmodes/ispell.el (ispell-check-version):
8969 Use match-string-no-properties.
8970 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8971 (ispell-buffer-local-words): Likewise.
8972
8973 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8974 except on terminals with enough colors to really display it.
8975 (makefile-dependency-regex): Delete spurious `bb'.
8976
8977 * faces.el (escape-glyph): Use blue once again in last case.
8978 (no-break-space): Redefine so that it isn't invisible on a tty.
8979
8980 2005-06-08 Kim F. Storm <storm@cua.dk>
8981
8982 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8983 also when reading directory name.
8984
8985 2005-06-08 Lute Kamstra <lute@gnu.org>
8986
8987 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8988 (flyspell-mode-line-string): Remove autoload cookie.
8989 (flyspell-mode): Remove defvar.
8990
8991 2005-06-07 Lute Kamstra <lute@gnu.org>
8992
8993 * textmodes/org.el (org-run-mode-hooks): New function.
8994 (org-agenda-mode): Use it.
8995
8996 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8997
8998 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8999
9000 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9003
9004 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9005
9006 * font-lock.el (font-lock-add-keywords): Doc fix.
9007
9008 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9011 (tex-compile-default): In the absence of any history, use the order in
9012 tex-compile-alist to choose the preferred command.
9013 (tex-compile-commands): Reorder a bit.
9014
9015 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9016 (flyspell-incorrect-face, flyspell-duplicate-face):
9017 Use (X)Emacs-agnostic code.
9018 (flyspell-mode-map): Don't overwrite at each load. Remove code
9019 redundant with the subsequent add-minor-mode. Merge Emacs and
9020 XEmacs code.
9021 (flyspell-word): Minor simplification.
9022 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9023 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9024 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9025 Merge the corresponding Emacs code.
9026 (flyspell-correct-word, flyspell-xemacs-popup):
9027 Use flyspell-do-correct.
9028
9029 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9030 a dedicated window.
9031
9032 * international/latexenc.el (latexenc-find-file-coding-system):
9033 Undo part of last patch, to turn off a compiler warning.
9034
9035 2005-06-06 Juri Linkov <juri@jurta.org>
9036
9037 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9038 Rename `tmm-inactive-face' to `tmm-inactive'.
9039
9040 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9041
9042 * iswitchb.el: Rename faces.
9043
9044 2005-06-06 Kim F. Storm <storm@cua.dk>
9045
9046 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9047 (cua-global-mark): Remove -face suffix from face names.
9048
9049 * emulation/cua-gmrk.el (cua--init-global-mark):
9050 Remove cua-global-mark face setup.
9051
9052 2005-06-06 Richard M. Stallman <rms@gnu.org>
9053
9054 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9055 just like other allowed characters.
9056 (makefile-match-dependency): Exclude leading and training whitespace
9057 from the range of regexp subexp 1.
9058 (makefile-macroassign-regex): Don't try to match the body,
9059 just the name of the macro being defined.
9060
9061 * info.el (Info-read-node-name-2): New function.
9062 (Info-read-node-name-1): Use that.
9063 Add a completion-base-size-function property.
9064
9065 * simple.el (completion-setup-function): Look for
9066 completion-base-size-function property of minibuffer-completion-table.
9067
9068 * files.el (locate-file-completion): Doc fix.
9069
9070 * printing.el: Don't call pr-update-menus; user must do that.
9071
9072 * emacs-lisp/debug.el (debugger-window): New variable.
9073 (debug): Use debugger-window if it is set and still alive.
9074 Record debugger-window for next entry.
9075
9076 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9077
9078 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9079
9080 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9081 (hack-one-local-variable, hack-local-variables)
9082 (hack-local-variables-prop-line): Pass that arg.
9083
9084 2005-06-06 Kim F. Storm <storm@cua.dk>
9085
9086 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9087 (ido-indicator): Remove -face suffix from face names.
9088
9089 2005-06-06 Juri Linkov <juri@jurta.org>
9090
9091 * font-lock.el (font-lock-regexp-backslash)
9092 (font-lock-regexp-backslash-construct): New faces.
9093 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9094 after `('. Add `while-no-input' to control structures.
9095
9096 * faces.el (no-break-space, shadow): New faces.
9097 (escape-glyph): Use less loud colors pink2 and red4.
9098
9099 * diff-mode.el (diff-context-face)
9100 * dired.el (dired-ignored)
9101 * rfn-eshadow.el (file-name-shadow)
9102 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9103
9104 * info.el (Info-title-1-face): Use green instead of yellow because
9105 bold yellow is not readable on light backgrounds.
9106
9107 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9108 before selecting the desired mode to not spend time fontifying
9109 old contents.
9110
9111 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9112
9113 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9114 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9115
9116 * ps-print.el (ps-default-fg, ps-default-bg):
9117 Fix typos in docstrings.
9118
9119 * isearchb.el (isearchb): Don't pass a spurious second argument to
9120 `iswitchb-completions'.
9121
9122 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9123
9124 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9125 to preserve point.
9126 (gdb-find-file-hook): Add doc string.
9127
9128 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9129 C dereferenced pointer expression.
9130 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9131
9132 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9133
9134 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9135 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9136 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9137 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9138 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9139 Make background transparent.
9140
9141 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9142
9143 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9144 (font-lock-remove-keywords): Doc fix.
9145 (font-lock-mode-major-mode): Compiler defvar.
9146 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9147
9148 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9149 (font-lock-mode): Update `font-lock-mode-major-mode'.
9150 (font-lock-set-defaults): Compiler defvar.
9151 (font-lock-default-function): Take `font-lock-mode-major-mode'
9152 into account.
9153
9154 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9155 keep track of which major mode it enabled the minor mode for.
9156 Use find-file-hook again. Update docstring.
9157
9158 * simple.el (eval-expression-print-level)
9159 (eval-expression-print-length, eval-expression-debug-on-error):
9160 Doc fixes.
9161
9162 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9163
9164 * iswitchb.el (iswitchb-single-match-face)
9165 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9166 (iswitchb-invalid-regexp-face): New faces.
9167 (iswitchb-completions): Use them.
9168 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9169 now marked as an obsolete alias.
9170 (iswitchb-read-buffer): Remove check for bound font variables.
9171 (iswitchb-invalid-regexp): New free variable.
9172 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9173 set iswitchb-invalid-regexp.
9174 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9175 invalid regexps.
9176 (iswitchb-completions): Add check for complete match when entering
9177 a regexp.
9178 (iswitchb-completions): Remove require-match argument.
9179 (iswitchb-exhibit): Fix caller.
9180 (iswitchb-common-match-inserted): New variable.
9181 (iswitchb-complete, iswitchb-completion-help): Use it.
9182
9183 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9184
9185 * url-http.el (url-http-chunked-encoding-after-change-function):
9186 Use `url-http-debug' instead of `message'.
9187
9188 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9189
9190 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9191 callback argument.
9192
9193 2005-06-04 Kim F. Storm <storm@cua.dk>
9194
9195 * simple.el (line-move): Only call sit-for when moving backwards.
9196
9197 * ido.el (ido-make-merged-file-list-1): New defun split from
9198 ido-make-merged-file-list.
9199 (ido-make-merged-file-list): Bind throw-on-input around call to
9200 ido-make-merged-file-list-1. Return input-pending-p if
9201 interrupted by more input available.
9202 (ido-read-internal): Handle input-pending-p return value from
9203 ido-make-merged-file-list.
9204
9205 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9208 compatibility code.
9209
9210 * international/latexenc.el (latexenc-find-file-coding-system):
9211 Don't inherit the EOL part of the coding-system from the
9212 tex-main buffer. Fit within 80 columns.
9213
9214 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9215
9216 * tmm.el (tmm-inactive-face): New face.
9217 (tmm-remove-inactive-mouse-face): New function.
9218 (tmm-prompt, tmm-add-one-shortcut)
9219 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9220 but not selectable.
9221
9222 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * faces.el (face-equal): Improve argument/docstring consistency.
9225
9226 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9227
9228 * progmodes/make-mode.el (makefile-targets-face)
9229 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9230 (makefile-bsdmake-dependency-regex)
9231 (makefile-makepp-rule-action-regex)
9232 (makefile-bsdmake-rule-action-regex): New constants.
9233 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9234
9235 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9236 Allow (...) within `...' for makepp messages.
9237
9238 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9239
9240 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9241
9242 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9243 "." files are deleted from all file lists before comparison.
9244
9245 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9246 (viper-ESC-key): Made them customizable.
9247
9248 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9249
9250 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9251
9252 * autorevert.el (auto-revert-buffers): Use save-match-data.
9253
9254 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9257 menu items with a nil command binding.
9258
9259 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9260
9261 * emacs-lisp/cl-macs.el (defsetf):
9262 Improve argument/docstring consistency.
9263
9264 * faces.el (list-faces-display): Improve the formatting by
9265 computing the maximum length required for any face-name (reworked
9266 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9267 (internal-find-face): Remove redundant info in docstring.
9268
9269 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9270
9271 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9272 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9273 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9274 (gdb-assembler-custom): Improve regexps.
9275 (def-gdb-auto-update-handler): Use window point to preserve point.
9276
9277 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9280
9281 2005-05-31 Jay Belanger <belanger@truman.edu>
9282
9283 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9284 to calc-embedded.
9285 (calc-embedded-make-info): Have plain prefix argument select
9286 entire line.
9287
9288 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * faces.el (list-faces-display): Signal error if passed a regexp
9291 that matches no face name.
9292
9293 * simple.el (filter-buffer-substring): Fix typo in docstring.
9294
9295 2005-05-31 Richard M. Stallman <rms@gnu.org>
9296
9297 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9298 (vhdl-emacs-21): Doc fix.
9299 (vhdl-mode): Unconditionally set comment-padding.
9300 (vhdl-fixup-whitespace-region): Insert spaces only where
9301 there are none.
9302 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9303
9304 2005-05-30 John Wiegley <johnw@newartisans.com>
9305
9306 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9307 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9308 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9309 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9310 `string-to-number'.
9311
9312 2005-05-30 Jay Belanger <belanger@truman.edu>
9313
9314 * calc/calc.el (calc-bug-address): Fix docstring.
9315 (calc-window-hook, calc-trail-window-hook): New variables.
9316 (calc-trail-display): Restore use of calc-trail-window-hook.
9317 (calc): Restore use of calc-window-hook.
9318
9319 2005-05-31 Masatake YAMATO <jet@gyve.org>
9320
9321 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9322
9323 * help-fns.el (help-C-file-name): Add autoload mark for
9324 `find-function-noselect'.
9325
9326 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9329 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9330
9331 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9332
9333 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9334 included diary buffer if it was not already being visited.
9335 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9336
9337 * calendar/icalendar.el (top-level): Do not require 'appt.
9338
9339 * mail/supercite.el (sc-select-attribution): Only use a list
9340 element from sc-attrib-selection-list if it returns a string.
9341 Reported by Davide G. M. Salvetti <salve@debian.org>.
9342
9343 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9344
9345 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9346 includes a hash value to improve its uniqueness, and has a ".jpg"
9347 extension. Also, it is now a valid filename on all systems.
9348 (thumbs-make-thumb): Use `let', not `let*'.
9349 (thumbs-show-thumbs-list): Check for JPEG availability.
9350
9351 2005-05-30 Richard M. Stallman <rms@gnu.org>
9352
9353 * filesets.el (filesets-menu-ensure-use-cached):
9354 Prevent warning when emacs-version>= is undefined.
9355
9356 * printing.el (pr-interactive-n-up): Use string-to-number.
9357
9358 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9359
9360 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9361 Warn only when name to be defined is quoted.
9362
9363 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9364
9365 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9366 Make regexp more robust.
9367 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9368 Force regeneration of disassembly.
9369
9370 2005-05-29 Jay Belanger <belanger@truman.edu>
9371
9372 * calc/calc.el (calc-user-invocation): Check if
9373 calc-invocation-macro is non-nil.
9374
9375 2005-05-29 Juri Linkov <juri@jurta.org>
9376
9377 * add-log.el (change-log-font-lock-keywords):
9378 Add `+' to e-mail regexp to accept mail address with keywords.
9379
9380 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9381
9382 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9383
9384 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9385
9386 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9387
9388 2005-05-29 Richard M. Stallman <rms@gnu.org>
9389
9390 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9391 Undo the change that moves to end of the current word.
9392
9393 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9394
9395 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9396 Throw error when count <= 0 to ensure input is a number.
9397 (gdb-read-memory-custom): Pick up address from buffer.
9398 (gdb-memory-mode): Allow user to increment and decrement
9399 memory address from header line.
9400
9401 2005-05-29 Richard M. Stallman <rms@gnu.org>
9402
9403 * flyspell.el (flyspell-version): Function deleted.
9404 (flyspell-auto-correct-previous-hook): Doc fix.
9405
9406 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9407 Do nothing if memory is full.
9408
9409 * font-lock.el (font-lock-fontify-syntactically-region):
9410 Pass t for GREEDY to looking-back.
9411
9412 * saveplace.el (save-place-alist-to-file): Write the file
9413 using write-region.
9414
9415 * subr.el (looking-back): New argument GREEDY.
9416
9417 * progmodes/compile.el (compilation-start): Set the mode
9418 before inserting the initial text.
9419
9420 * progmodes/which-func.el (which-func-update-1): Turn the mode
9421 off in case of error by setting which-func-mode.
9422
9423 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9424
9425 * flyspell.el (flyspell-auto-correct-previous-word):
9426 Narrow down to what's on the screen, and recenter overlays
9427 at the end of the next word.
9428
9429 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9430
9431 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9432 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9433 (flyspell-abbrev-p): Default to nil.
9434 (flyspell-use-global-abbrev-table-p): Doc fix.
9435 (flyspell-large-region): Allow nil as value.
9436 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9437
9438 (mail-mode-flyspell-verify): More robust handling
9439 of `mail-header-separator'. More efficient signature detection.
9440 Allow for regexp metacharacters in message-header-separator.
9441 Adding `To' not to be checked in mail-mode-flyspell-verify.
9442
9443 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9444 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9445 Bind flyspell-auto-correct-binding.
9446 Bind C-. and C-, .
9447 (flyspell-mode-map): Likewise.
9448 (flyspell-mode): Doc fix.
9449 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9450 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9451 (flyspell-word-cache-result): New var, always local.
9452 (flyspell-check-pre-word-p): Doc fix.
9453 (flyspell-check-changed-word-p): Handle spc like newline.
9454 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9455 (flyspell-word-search-backward, flyspell-word-search-forward):
9456 New functions.
9457 (flyspell-word): Return t if nothing to check.
9458 When parsing TeX code, check for after } or \.
9459 Use flyspell-word-search-backward to find previous word.
9460 Return nil if duplicated word.
9461 For word already checked, return same value as last time.
9462 Set flyspell-word-cache-result after checking.
9463 Don't clobber the return value.
9464 (flyspell-get-word): Major rewrite.
9465 (flyspell-external-point-words): New locals pword, pcount.
9466 Fix size used in progress message.
9467 Find the proper corresponding word in flyspell-large-region-buffer.
9468 (flyspell-region): Check for flyspell-large-region = nil.
9469 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9470 (flyspell-auto-correct-word): Check that WORD is a cons.
9471 (flyspell-correct-word): Likewise.
9472
9473 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9474
9475 * progmodes/make-mode.el (makefile-rule-action-regex)
9476 (makefile-macroassign-regex, makefile-makepp-mode)
9477 (makefile-bsdmake-mode): Continuation lines may be empty.
9478 Reported by Joshua Varner.
9479 (makefile-makepp-font-lock-keywords): Add $(stem).
9480
9481 2005-05-28 Karl Berry <karl@gnu.org>
9482
9483 * textmodes/tex-mode.el: Now that tex-send-command calls
9484 shell-quote-argument (2005-03-31 change), remove all calls to
9485 shell-quote-argument; they all end up invoking tex-send-command.
9486 The double quoting loses on filenames with non-safe characters,
9487 such as "@". Reported by Frederik Fouvry.
9488
9489 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9490
9491 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9492 about preserving point.
9493
9494 2005-05-27 Jay Belanger <belanger@truman.edu>
9495
9496 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9497 Info-goto-node.
9498
9499 * calc/calc-embed.el (calc-embed-arg): New variable.
9500 (calc-do-embedded-activate, calc-embedded-activate-formula)
9501 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9502 variable by new variable.
9503 (calc-embedded-make-info): Replace undeclared variable by new
9504 variable. When selecting region with positive prefix
9505 argument, use end of previous line instead of beginning of line.
9506
9507 * calc/calc-aent.el (calc-arg-values): Declare it.
9508
9509 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9510 Declare them.
9511
9512 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9513
9514 * calc/calc.el (calc-alg-map): Declare it.
9515
9516 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9517
9518 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9519
9520 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9521 (gdb-registers-buffer, toggle-gdb-all-registers):
9522 Toggle display of floating point registers.
9523 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9524
9525 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9526 (toggle-gud-tooltip-dereference):
9527 Rename from gud-toggle-tooltip-dereference.
9528
9529 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9532
9533 2005-05-27 Jay Belanger <belanger@truman.edu>
9534
9535 * calc/calc-prog.el (calc-kbd-report): Remove.
9536 (calc-kbd-query): Rewrite.
9537
9538 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9539
9540 * image.el (image-library-alist): Move to image.c.
9541 (image-type-available-p): Doc fix.
9542
9543 2005-05-27 Lute Kamstra <lute@gnu.org>
9544
9545 * calc/calc.el (calc):
9546 * outline.el (outline-1, outline-2, outline-3, outline-4)
9547 (outline-5, outline-6, outline-7, outline-8):
9548 * textmodes/dns-mode.el (dns-mode):
9549 * textmodes/sgml-mode.el (sgml-namespace-face):
9550 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9551 (tex-verbatim-face, tex-use-reftex):
9552 * textmodes/texinfo.el (texinfo-heading-face):
9553 Specify customization group.
9554
9555 * longlines.el: Don't require easy-mmode.
9556 (longlines-visible-face): Specify customization group.
9557
9558 2005-05-27 Kenichi Handa <handa@m17n.org>
9559
9560 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9561 encoding table of windows-1251.
9562
9563 * international/ucs-tables.el (ucs-set-table-for-input):
9564 If translation-table-for-input of a coding system is a symbol, get
9565 its translation-table property.
9566
9567 * international/code-pages.el: Don't register a coding system into
9568 non-iso-charset-alist more than once.
9569 (cp-make-coding-system): Likewise.
9570
9571 2005-05-26 John Wiegley <johnw@newartisans.com>
9572
9573 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9574 `eshell-resume-eval' is wrapped in a list, it indicates that the
9575 command was run asynchronously. In that case, unwrap the value
9576 before checking the delimiter value.
9577
9578 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9579 character before a space at the end of a line is \, assume the space
9580 is part of the last argument rather than a final argument separator.
9581
9582 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9583 is in use, and the target is `t' or `nil' (which are the most common
9584 values), don't assume that the symbol target is a buffer.
9585
9586 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9587
9588 * calendar/calendar.el (calendar-mode-line-format):
9589 Use mode-line-highlight as mouse-face.
9590
9591 * time.el (display-time-string-forms, display-time-update):
9592 Use mode-line-highlight as mouse-face.
9593
9594 2005-05-26 Jay Belanger <belanger@truman.edu>
9595
9596 * calc/calc.el (calc-language-alist): Remove extra defvar.
9597
9598 2005-05-26 Lute Kamstra <lute@gnu.org>
9599
9600 * arc-mode.el (archive-mode):
9601 * bookmark.el (bookmark-read-annotation-mode)
9602 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9603 * bs.el (bs-mode):
9604 * calc/calc-yank.el (calc-edit-mode):
9605 * calc/calc.el (calc-mode, calc-trail-mode):
9606 * calculator.el (calculator-mode):
9607 * chistory.el (command-history-mode):
9608 * comint.el:
9609 * cus-edit.el (custom-mode):
9610 * descr-text.el (describe-text-mode):
9611 * ebuff-menu.el (Electric-buffer-menu-mode):
9612 * ediff-util.el (ediff-mode):
9613 * emacs-lisp/re-builder.el (reb-mode):
9614 * emulation/vi.el (vi-mode-setup):
9615 * emulation/ws-mode.el (wordstar-mode):
9616 * eshell/esh-mode.el (eshell-mode):
9617 * forms.el (forms-mode):
9618 * help-mode.el (help-mode):
9619 * hexl.el (hexl-mode):
9620 * ibuffer.el (ibuffer-mode):
9621 * ielm.el (inferior-emacs-lisp-mode):
9622 * info.el (Info-mode, Info-edit-mode):
9623 * international/swedish.el:
9624 * ledit.el (ledit-from-lisp-mode):
9625 * locate.el (locate-mode):
9626 * mail/rmail.el (rmail-mode):
9627 * mail/rmailedit.el (rmail-edit-mode):
9628 * mail/rmailsum.el (rmail-summary-mode):
9629 * mail/supercite.el (sc-electric-mode):
9630 * net/eudc.el (eudc-mode):
9631 * net/quickurl.el (quickurl-list-mode):
9632 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9633 * obsolete/ooutline.el (outline-mode):
9634 * obsolete/options.el (Edit-options-mode):
9635 * obsolete/rnews.el (news-mode):
9636 * obsolete/rnewspost.el (news-reply-mode):
9637 * play/5x5.el (5x5-mode):
9638 * play/decipher.el (decipher-mode, decipher-stats-mode):
9639 * play/gomoku.el (gomoku-mode):
9640 * play/snake.el (snake-mode):
9641 * play/solitaire.el (solitaire-mode):
9642 * play/tetris.el (tetris-mode):
9643 * progmodes/ada-mode.el (ada-mode):
9644 * progmodes/antlr-mode.el (antlr-mode):
9645 * progmodes/autoconf.el (autoconf-mode):
9646 * progmodes/dcl-mode.el (dcl-mode):
9647 * progmodes/delphi.el (delphi-mode):
9648 * progmodes/ebrowse.el (ebrowse-tree-mode)
9649 (ebrowse-electric-list-mode, ebrowse-member-mode)
9650 (ebrowse-electric-position-mode):
9651 * progmodes/f90.el (f90-mode):
9652 * progmodes/fortran.el (fortran-mode):
9653 * progmodes/icon.el (icon-mode):
9654 * progmodes/idlw-help.el (idlwave-help-mode):
9655 * progmodes/idlw-shell.el (idlwave-shell-mode):
9656 * progmodes/idlwave.el (idlwave-mode):
9657 * progmodes/inf-lisp.el (inferior-lisp-mode):
9658 * progmodes/m4-mode.el (m4-mode):
9659 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9660 * progmodes/modula2.el (modula-2-mode):
9661 * progmodes/octave-inf.el (inferior-octave-mode):
9662 * progmodes/octave-mod.el (octave-mode):
9663 * progmodes/pascal.el (pascal-mode):
9664 * progmodes/sh-script.el (sh-mode):
9665 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9666 * progmodes/vhdl-mode.el (vhdl-mode):
9667 * progmodes/xscheme.el (scheme-interaction-mode):
9668 * replace.el (occur-mode):
9669 * ses.el (ses-mode):
9670 * simple.el (completion-list-mode):
9671 * skeleton.el:
9672 * speedbar.el (speedbar-mode):
9673 * term.el (term-mode):
9674 * terminal.el (terminal-edit-mode):
9675 * textmodes/reftex-index.el (reftex-index-mode)
9676 (reftex-index-phrases-mode):
9677 * textmodes/reftex-sel.el (reftex-select-label-mode)
9678 (reftex-select-bib-mode):
9679 * textmodes/reftex-toc.el (reftex-toc-mode):
9680 * wdired.el (wdired-change-to-wdired-mode):
9681 * wid-browse.el (widget-browse-mode):
9682 Use run-mode-hooks.
9683
9684 * array.el (array-mode):
9685 * calendar/todo-mode.el (todo-mode):
9686 * man.el (Man-mode):
9687 * play/landmark.el (lm-mode):
9688 * play/mpuz.el (mpuz-mode):
9689 Use kill-all-local-variables and run-mode-hooks.
9690
9691 * subr.el (delay-mode-hooks): Specify indentation.
9692
9693 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9694
9695 * xml.el (xml-substitute-special): Don't die for undefined xml
9696 entities.
9697
9698 2005-05-26 Jay Belanger <belanger@truman.edu>
9699
9700 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9701 of nil.
9702
9703 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9704
9705 * progmodes/gdb-ui.el (gdb-frame-address):
9706 Rename from gdb-current-address.
9707 (gdb-previous-frame-address): Rename from gdb-previous-address.
9708 (gdb-selected-frame): Rename from gdb-current-frame.
9709 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9710 (gdb-frame-number): Rename from gdb-current-stack-level.
9711 (gdb-ann3): Match new mode-name for disassembly buffer.
9712 Extend initialization of variables.
9713 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9714 (gdb-memory-mode): Use mouse-face in header line.
9715 (gdb-assembler-buffer-name): Call it disassembly and give frame
9716 in mode line.
9717 (gdb-source-spec-regexp, gdb-assembler-custom)
9718 (gdb-invalidate-assembler, gdb-frame-handler):
9719 Make robust to leading zeroes in address format.
9720
9721 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9722
9723 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9724 define `org-mode'.
9725 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9726
9727 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * log-edit.el (log-edit-changelog-entries): Distinguish between
9730 filenames like xfns.c and fns.c.
9731
9732 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9735 point after reverting.
9736 (Buffer-menu-make-sort-button): Handle the case where
9737 `Buffer-menu-use-header-line' is nil.
9738
9739 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9740
9741 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9742 New funcs. In minibuffer-local-completion-map bind `]', `/'
9743 and `:' to them.
9744
9745 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * startup.el (normal-top-level): Allow modification of load-path while
9748 we're iterating over it.
9749
9750 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9751
9752 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9753 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9754 (thumbs-resize-interactive, thumbs-insert-image)
9755 (thumbs-insert-thumb, thumbs-dired-show-marked)
9756 (thumbs-find-image-at-point, thumbs-delete-images)
9757 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9758 (thumbs-increment-image-size, thumbs-decrement-image-size):
9759 Fix typos in docstrings.
9760
9761 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9762
9763 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9764 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9765 (cperl-mode): Use them.
9766
9767 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9768
9769 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9770 Doc fixes.
9771
9772 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9773
9774 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9775 Bind C-d to gdb-inferior-io-eof.
9776
9777 * dired.el (dired-dnd-popup-notice): Use message-box.
9778
9779 2005-05-23 Masatake YAMATO <jet@gyve.org>
9780
9781 * bindings.el (mode-line-major-mode-keymap):
9782 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9783
9784 * faces.el (mode-line-highlight): New face.
9785
9786 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9787 as mouse-face.
9788
9789 * bindings.el (top-level, help-echo, mode-line-modified)
9790 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9791 as mouse-face.
9792
9793 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9794
9795 * progmodes/cc-engine.el (c-guess-basic-syntax):
9796 Remove spurious call to `zerop'.
9797
9798 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9799
9800 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9801
9802 CC Mode update to 5.30.10:
9803
9804 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9805 could go past the limit in decoration level 2, thereby causing
9806 errors during interactive fontification.
9807
9808 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9809 the file is evaluated interactively.
9810
9811 * cc-engine.el (c-guess-basic-syntax): Handle operator
9812 declarations somewhat better in C++.
9813
9814 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9815 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9816 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9817 (awk-mode): Use it.
9818 (make-local-hook): Suppress warning about obsoleteness.
9819
9820 * cc-engine.el, cc-align.el, cc-cmds.el
9821 (c-append-backslashes-forward, c-delete-backslashes-forward)
9822 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9823 Compensate for return value from `forward-line' when it has moved
9824 but not to a different line due to eob.
9825
9826 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9827 `objc-method-intro' and `objc-method-args-cont'.
9828
9829 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9830
9831 CC Mode update to 5.30.10:
9832
9833 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9834 in the copyright statement. Incidentally, change "along with GNU
9835 Emacs" to "along with this program" where it occurs.
9836
9837 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9838 so that it is interactive, hence can be found by M-x awk-mode
9839 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9840 <gmorris+emacs@ast.cam.ac.uk>.
9841
9842 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9843 Mode's regexps.
9844
9845 2005-05-23 Kevin Ryde <user42@zip.com.au>
9846
9847 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9848 c-parse-state, to avoid a lisp error (on bad code).
9849
9850 2005-05-23 Lute Kamstra <lute@gnu.org>
9851
9852 * subr.el (font-lock-defaults): Remove defvar as it's already
9853 defined in font-core.el.
9854
9855 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9856
9857 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9858
9859 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9860 more general and work when GDB variable "print pretty" is on,
9861 as with Emacs, for example.
9862
9863 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * font-core.el: Update comment.
9866
9867 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9868 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9869
9870 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9871
9872 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9873
9874 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9875 and `yank-handler' in the doc strings.
9876
9877 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9880
9881 2005-05-22 Richard M. Stallman <rms@gnu.org>
9882
9883 * help.el (describe-key): Move print-help-return-message call
9884 out of conditional.
9885
9886 * progmodes/etags.el (list-tags): Use with-no-warnings.
9887
9888 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9889 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9890 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9891
9892 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9893
9894 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9895 Add defvar.
9896
9897 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9898 Use defvar, not defconst.
9899
9900 * hexl.el (hexl-follow-line): Use with-no-warnings.
9901
9902 * emulation/tpu-extras.el: Use write-file-functions instead of
9903 write-file-hooks.
9904
9905 * dired.el (dired-font-lock-keywords): Fontify files with junk
9906 extensions even if marked by -F.
9907
9908 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9909
9910 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9911 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9912 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9913 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9914 (concatenate, list-length, get*, getf, cl-remprop):
9915 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9916 (etypecase, progv, lexical-let, lexical-let*)
9917 (multiple-value-bind, multiple-value-setq, shiftf):
9918 Improve argument/docstring consistency.
9919
9920 * subr.el (focus-frame, unfocus-frame):
9921 Revert deletion on 2005-05-01.
9922
9923 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9924
9925 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9926 doesn't exist.
9927
9928 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9929 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9930
9931 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9932
9933 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9934 already deleted variables: auto-fill-hook, blink-paren-hook,
9935 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9936 suspend-hooks, comment-indent-hook, meta-flag,
9937 before-change-function, after-change-function,
9938 font-lock-doc-string-face.
9939
9940 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9941
9942 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9943
9944 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9945
9946 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9947 rmail-dont-reply-to.
9948
9949 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9950
9951 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9952 literal blank when splitting new-header-values.
9953
9954 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9955
9956 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9957 string so that tmm doesn't create a completion entry for it.
9958
9959 * textmodes/table.el (table-disable-menu): Ditto.
9960
9961 2005-05-21 Richard M. Stallman <rms@gnu.org>
9962
9963 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9964
9965 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9966
9967 * net/rcompile.el (remote-compile): Use compilation-start.
9968
9969 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9970
9971 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9972
9973 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9974 Default to makefile-bsdmake-mode on BSD systems.
9975
9976 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9977 REGEXP may also be a search function now. The part of doc-string
9978 for describing the structure was 95% identical to that of
9979 `imenu--generic-function'. Unify it there.
9980
9981 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9982 Use function to find dependencies, because regexp alone is so complex,
9983 it easily goes into an endless loop.
9984 (makefile-makepp-mode): Also add submenu for Perl functions
9985 defined in the makefile.
9986 (makefile-bsdmake-mode): Special imenu-generic-expression no
9987 longer needed, due to function call.
9988 (makefile-match-dependency): Take BOUND into account when checking
9989 if we're through.
9990
9991 2005-05-20 Jay Belanger <belanger@truman.edu>
9992
9993 * calc/calc-units.el (calc-invalidate-units-table):
9994 Use inhibit-read-only.
9995 (math-build-units-table-buffer): Use view-mode.
9996
9997 2005-05-20 David Kastrup <dak@gnu.org>
9998
9999 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10000 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10001
10002 2005-05-20 Lute Kamstra <lute@gnu.org>
10003
10004 * diff-mode.el (diff-header-face, diff-file-header-face)
10005 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10006 (diff-added-face, diff-changed-face, diff-function-face)
10007 (diff-context-face, diff-nonexistent-face): Put them in the
10008 diff-mode customization group.
10009
10010 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10013
10014 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10015
10016 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10017 Minor regexp-optimization.
10018
10019 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10020
10021 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10022 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10023 (org-agenda-add-time-grid-maybe): New function.
10024 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10025 (org-table-create): `dotimes' instead of `mapcar'.
10026 (org-xor): Simplify implementation.
10027 (org-agenda): `inhibit-redisplay' turned on.
10028 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10029 a consistent line after a state change.
10030 (org-agenda-remove-times-when-in-prefix): New option.
10031 (org-prefix-has-time): New variable.
10032 (org-parse-time-string): Optional argument NODEFAULT.
10033 (org-format-agenda-item): Parse items for time-of-day
10034 specifications and move these into the prefix if possible.
10035 (org-agenda-priority): Get current heading, not previous heading
10036 during agenda remote editing.
10037
10038 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10039
10040 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10041 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10042 (remove-duplicates, delete-duplicates, substitute)
10043 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10044 (nsubstitute-if-not, find, find-if, find-if-not, position)
10045 (position-if, position-if-not, count, count-if, count-if-not)
10046 (mismatch, search, sort*, stable-sort, merge, member*)
10047 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10048 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10049 (intersection, nintersection, set-difference, nset-difference)
10050 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10051 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10052 (nsublis, tree-equal): Improve argument/docstring consistency.
10053
10054 * subr.el (send-string, send-region):
10055 Remove obsolescence declaration.
10056 (window-dot, set-window-dot, read-input, show-buffer)
10057 (eval-current-buffer, string-to-int):
10058 Add release number to obsolescence declarations.
10059
10060 2005-05-19 Kim F. Storm <storm@cua.dk>
10061
10062 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10063 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10064
10065 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10066
10067 * faces.el (list-faces-display): Make back button respect optional
10068 regexp arg.
10069
10070 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * calculator.el (calculator-radix-grouping-mode)
10073 (calculator-radix-grouping-digits, calculator-displayer)
10074 (calculator-radix-grouping-separator, calculator-copy-displayer):
10075 * dabbrev.el (dabbrev-search-these-buffers-only):
10076 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10077 (diff-advance-after-apply-hunk, diff-mode-hook)
10078 (diff-minor-mode-prefix):
10079 * imenu.el (imenu-use-popup-menu):
10080 * jit-lock.el (jit-lock-context-time):
10081 * newcomment.el (comment-fill-column, comment-column)
10082 (comment-style, comment-padding, comment-multi-line)
10083 (comment-empty-lines, comment-auto-fill-only-comments):
10084 * reveal.el (reveal-around-mark):
10085 * uniquify.el (uniquify-buffer-name-style)
10086 (uniquify-after-kill-buffer-p)
10087 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10088 (uniquify-min-dir-content, uniquify-separator)
10089 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10090 * w32-vars.el (w32-fixed-font-alist):
10091 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10092 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10093 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10094 * progmodes/perl-mode.el (perl-indent-level)
10095 (perl-continued-statement-offset, perl-continued-brace-offset)
10096 (perl-brace-offset, perl-brace-imaginary-offset)
10097 (perl-label-offset, perl-indent-continued-arguments)
10098 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10099 * progmodes/tcl.el (tcl-indent-level)
10100 (tcl-continued-indent-level, tcl-auto-newline)
10101 (tcl-tab-always-indent, tcl-electric-hash-style)
10102 (tcl-help-directory-list, tcl-use-smart-word-finder)
10103 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10104 (inferior-tcl-source-command):
10105 * textmodes/fill.el (enable-kinsoku):
10106 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10107 * textmodes/table.el (table-yank-handler):
10108 Specify missing group (and type, if simple) in defcustom.
10109
10110 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10111
10112 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10113
10114 2005-05-19 Richard M. Stallman <rms@gnu.org>
10115
10116 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10117
10118 * subr.el (event-basic-type): Don't get an error.
10119 (left-fringe-p): Function deleted.
10120
10121 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10122 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10123
10124 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10125 in recursive copy.
10126
10127 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10128
10129 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10130
10131 * emacs-lisp/bytecomp.el
10132 (byte-compile-file-form-custom-declare-variable): Call
10133 byte-compile-nogroup-warn if appropriate.
10134
10135 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10136 (compilation-set-window): Don't call left-fringe-p; do it directly.
10137
10138 2005-05-19 Jay Belanger <belanger@truman.edu>
10139
10140 * calc/calc-graph.el (calc-graph-format-data): Make sure
10141 var-PlotRejects is bound before trying to check its value.
10142
10143 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10144
10145 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10146 definition of this variable from reftex-global.el to reftex.el,
10147 because it is needed in the menu.
10148
10149 2005-05-19 Lute Kamstra <lute@gnu.org>
10150
10151 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10152 years are fixed. Don't insert a space after a dash.
10153
10154 2005-05-19 Kim F. Storm <storm@cua.dk>
10155
10156 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10157
10158 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10159
10160 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10161 strings, because (eq ... ?\\) is fairly frequent.
10162
10163 * progmodes/make-mode.el (makefile-add-this-line-targets):
10164 Simplify and integrate into `makefile-pickup-targets'.
10165 (makefile-add-this-line-macro): Simplify and integrate into
10166 `makefile-pickup-macros.
10167 (makefile-pickup-filenames-as-targets): Simplify.
10168 (makefile-previous-dependency, makefile-match-dependency):
10169 Don't stumble over `::'.
10170
10171 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10172
10173 * subr.el (post-command-idle-hook, post-command-idle-delay):
10174 Remove obsoletion of post-command-idle-hook and
10175 post-command-idle-delay.
10176
10177 * faces.el (list-faces-display): Provide button when describe-face
10178 is called to take user back to the list of faces.
10179
10180 * help-fns.el (describe-variable): Remove hyperlinks in a
10181 variable's value as these are quite frequently inappropriate.
10182
10183 * follow.el (follow-submit-feedback, follow-mode):
10184 Remove references to post-command-idle-hook.
10185
10186 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10187
10188 * progmodes/make-mode.el (makefile-previous-dependency)
10189 (makefile-match-dependency): Check for := (and in bsd mode also
10190 !=) to give a better result, even when font-lock is not on.
10191
10192 2005-05-18 Jay Belanger <belanger@truman.edu>
10193
10194 * calc/calc-help.el (calc-s-prefix-help):
10195 Add `calc-copy-special-constant' to help string.
10196
10197 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10198
10199 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10200
10201 2005-05-18 Jay Belanger <belanger@truman.edu>
10202
10203 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10204 in linear factors are in proper order.
10205
10206 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10207
10208 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10209 Support for jurabib.
10210
10211 * textmodes/reftex.el (featurep): Define aliases for overlay
10212 commands, for XEmacs compatibility, and use these aliases in
10213 overlay initializations.
10214 (reftex-highlight): Use `reftex-move-overlay'.
10215 (reftex-unhighlight): Use `reftex-delete-overlay'.
10216 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10217 (reftex-access-search-path): Use `reftex-uniquify' instead of
10218 `reftex-uniq'
10219
10220 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10221 `before-string' property modification enables for Emacs as well.
10222 (reftex-select-item): Use `reftex-delete-overlay'.
10223 (reftex-select-mark): Use `reftex-make-overlay' and
10224 `reftex-overlay-put'.
10225 (reftex-select-unmark): Use `reftex-delete-overlay' and
10226 `reftex-overlay-put'.
10227
10228 2005-05-18 Lute Kamstra <lute@gnu.org>
10229
10230 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10231
10232 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * add-log.el (add-change-log-entry):
10235 * array.el (array-make-template, array-reconfigure-rows)
10236 (array-init-max-row, array-init-max-column)
10237 (array-init-columns-per-line, array-init-field-width):
10238 * replace.el (replace-match-maybe-edit, perform-replace):
10239 * textmodes/spell.el (spell-region):
10240 Replace `read-input' by `read-string'.
10241
10242 * forms.el (forms-mode):
10243 * finder.el (finder-compile-keywords):
10244 * shadowfile.el (shadow-read-files):
10245 Replace `eval-current-buffer' by `eval-buffer'.
10246
10247 * terminal.el (te-pass-through):
10248 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10249 (ange-ftp-raw-send-cmd):
10250 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10251 (send-process-next-char, telnet-initial-filter, telnet):
10252 Replace `send-string' by `process-send-string'.
10253
10254 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10255 (prolog-consult-region): Replace `send-string' by
10256 `process-send-string'; replace `send-region' by `process-send-region'.
10257
10258 * progmodes/delphi.el (delphi-log-msg):
10259 Replace `set-window-dot' by `set-window-point'.
10260
10261 * subr.el (window-dot, set-window-dot, read-input, send-string)
10262 (send-region, show-buffer, eval-current-buffer):
10263 Make really obsolete, as the comment says.
10264
10265 2005-05-17 Kim F. Storm <storm@cua.dk>
10266
10267 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10268 (cua--init-keymaps): Bind C-return instead of S-return to set
10269 rectangle mark.
10270
10271 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10272 instead of S-return to toggle/clear rectangle mark.
10273
10274 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10275
10276 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10277 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10278 Also fontify plain strings assigned to variables, mostly so that a
10279 colon has a face and is thus not taken as a dependency separator.
10280 (makefile-previous-dependency): Inline the new matcher, because it
10281 is too complex to work in both directions.
10282 (makefile-match-dependency): Eliminate `backward' arg (see above).
10283 Completely reimplemented so as to not sometimes go into an endless
10284 loop. It should also be more efficient, because first it only
10285 searches for `:', instead of applying the very complex regexp.
10286 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10287 to be fontified in one piece can be too long for JIT.
10288 Makefiles are never *that* big.
10289
10290 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10291
10292 * dired.el (dired-mode): Simplify.
10293
10294 2005-05-17 Lute Kamstra <lute@gnu.org>
10295
10296 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10297 defcustom for the mode hook variable.
10298
10299 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10300 Emacs Lisp Reference Manual.
10301
10302 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10303
10304 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10305 (evenp, list*):
10306 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10307 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10308
10309 * net/tramp-smb.el (tramp-smb-open-connection):
10310 Pass `tramp-chunksize' as fifth (required) argument.
10311
10312 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10313
10314 * font-lock.el (lisp-font-lock-keywords-1):
10315 Set `font-lock-negation-char-face' for [^...] char group.
10316 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10317
10318 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10319 a var, and refine it to mask one more level of nested vars.
10320 (makefile-rule-action-regex): Turn it into a var, and refine it so
10321 it recognizes backslashed continuation lines as belonging to the
10322 same command.
10323 (makefile-macroassign-regex): Refine it so it recognizes
10324 backslashed continuation lines as belonging to the same command.
10325 (makefile-var-use-regex): Don't look at the next char, because it
10326 might be the same one to be skipped by the initial [^$], leading
10327 to an overlooked variable use.
10328 (makefile-make-font-lock-keywords): Remove two parameters, which
10329 are now variables that some of the modes set locally.
10330 Handle dependency and rule action matching through functions, because
10331 regexps alone match too often. Dependency matching now comes
10332 last, so it can check, whether a colon already matched something else.
10333 (makefile-mode): Inform that font-lock improves makefile parsing
10334 capabilities.
10335 (makefile-match-dependency, makefile-match-action): New functions.
10336
10337 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10338
10339 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10340
10341 * align.el (align-regexp):
10342 * ansi-color.el (ansi-color-get-face):
10343 * array.el (array-reconfigure-rows, array-init-max-row)
10344 (array-init-max-column, array-init-columns-per-line)
10345 (array-init-field-width):
10346 * dired-aux.el (dired-trample-file-versions):
10347 * dired-x.el (dired-mark-sexp):
10348 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10349 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10350 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10351 * faces.el (face-read-integer):
10352 * files.el (backup-extract-version, insert-directory):
10353 * hexl.el (hexl-insert-decimal-char):
10354 * server.el (server-process-filter):
10355 * shell.el (shell-extract-num):
10356 * startup.el (command-line-1):
10357 * term.el (term-command-hook):
10358 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10359 (time-stamp-do-number):
10360 * time.el (display-time-update):
10361 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10362 (timezone-fix-time):
10363 * vms-patch.el (vms-suspend-resume-hook):
10364 * calendar/appt.el (appt-convert-time):
10365 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10366 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10367 * calendar/cal-islam.el (mark-islamic-diary-entries):
10368 * calendar/calendar.el (calendar-cursor-to-date)
10369 (calendar-star-date):
10370 * calendar/diary-lib.el (diary-attrtype-convert)
10371 (mark-diary-entries, diary-entry-time):
10372 * calendar/solar.el (solar-get-number):
10373 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10374 * emacs-lisp/re-builder.el (reb-display-subexp):
10375 * emulation/edt.el (edt-set-scroll-margins):
10376 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10377 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10378 (vip-get-ex-count):
10379 * emulation/viper-ex.el (viper-get-ex-token)
10380 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10381 * international/fontset.el (fontset-plain-name):
10382 * mail/feedmail.el (feedmail-look-at-queue-directory):
10383 * mail/mailalias.el (mail-get-names):
10384 * mail/rmail.el (rmail-convert-to-babyl-format):
10385 * mail/rmailsum.el (rmail-make-basic-summary-line)
10386 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10387 (rmail-summary-goto-msg):
10388 * mail/smtpmail.el (smtpmail-read-response):
10389 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10390 (ange-ftp-vms-add-file-entry):
10391 * play/gametree.el (gametree-looking-at-ply)
10392 (gametree-current-branch-score):
10393 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10394 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10395 * progmodes/cperl-mode.el (condition-case):
10396 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10397 (ebrowse-set-member-buffer-column-width)
10398 (ebrowse-select-1st-to-9nth):
10399 * progmodes/etags.el (etags-snarf-tag):
10400 * progmodes/flymake.el (flymake-parse-line):
10401 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10402 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10403 (idlwave-shell-menu-def):
10404 * progmodes/ps-mode.el (ps-run-goto-error):
10405 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10406 (vhdl-speedbar-contract-level):
10407 * term/mac-win.el (x-handle-numeric-switch):
10408 * term/sun-mouse.el (sun-get-frame-data):
10409 * term/w32-win.el (x-handle-numeric-switch):
10410 * term/x-win.el (x-handle-numeric-switch):
10411 * textmodes/ispell.el (ispell-parse-output):
10412 * textmodes/nroff-mode.el (nroff-outline-level):
10413 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10414 (reftex-bib-sort-year-reverse, reftex-format-citation):
10415 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10416 (reftex-section-number):
10417 * textmodes/texinfmt.el (texinfo-paragraphindent):
10418 Replace `string-to-int' by `string-to-number'.
10419
10420 * international/latexenc.el: Add page marker to force the "Local
10421 Variables:" string out of the last page.
10422
10423 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10424
10425 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10426 tooltip-change-major-mode.
10427 (gud-tooltip-print-command): Remove case where gud-minor-mode
10428 is gdb ("--fullname").
10429 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10430 explain to user.
10431
10432 2005-05-16 Jay Belanger <belanger@truman.edu>
10433
10434 * calc/calc-store.el (calc-copy-special-constant): New function.
10435
10436 * calc/calc-ext.el (calc-init-extensions): Add binding for
10437 `calc-copy-special-constant'.
10438
10439 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10440 for the `calc-copy-special-constant' command.
10441
10442 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10443
10444 * subr.el (left-fringe-p): New function.
10445
10446 * progmodes/compile.el (compilation-setup): Set local value of
10447 overlay-arrow-string to "" always.
10448 (compilation-set-window): Left fringe then don't scroll.
10449 No left fringe then no arrow and scroll message to top.
10450 (compilation-context-lines): Adjust doc string accordingly.
10451
10452 2005-05-16 Kim F. Storm <storm@cua.dk>
10453
10454 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10455 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10456 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10457 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10458 (ido-read-file-name): Handle commands with ido property value
10459 equal to find-file as reading a file name, to allow C-d to enter dired.
10460 (ibuffer-find-file): Add ido property with value find-file.
10461
10462 2005-05-15 Kim F. Storm <storm@cua.dk>
10463
10464 * subr.el (open-network-stream-nowait): Remove.
10465 (open-network-stream-server): Remove.
10466
10467 2005-05-15 Richard M. Stallman <rms@gnu.org>
10468
10469 * faces.el (describe-face): Output a definition link button.
10470
10471 * help-mode.el (help-face-def): New button type.
10472
10473 * emacs-lisp/copyright.el (copyright-fix-years):
10474 Match properly if the first year is 2-digit.
10475 Don't mess up the whitespace after the years by filling.
10476
10477 * dired-aux.el (dired-mark-confirm):
10478 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10479
10480 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10481 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10482 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10483
10484 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10485 Set font-lock-comment-start-skip.
10486
10487 * font-lock.el (font-lock-comment-start-skip): New variable.
10488 (font-lock-comment-end-skip): New variable.
10489 (font-lock-fontify-syntactically-region): Use them if non-nil.
10490
10491 2005-05-15 Jay Belanger <belanger@truman.edu>
10492
10493 * calc/calc-store.el (calc-store-value): Return a string rather
10494 than display it as a message.
10495 Use calc-var-name for variable name.
10496 (calc-store-into): Add the result of calc-store-value to message.
10497 (calc-copy-variable): Add a message.
10498 (calc-store-exchange): Improve error messages.
10499 (calc-store-binary, calc-store-map): Don't reset the values of
10500 special constants.
10501
10502 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10503
10504 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10505 manual to docstring.
10506
10507 * files.el (hack-local-variables-confirm): Add STRING argument.
10508 Make the function handle non file visiting buffers correctly.
10509 (hack-local-variables-prop-line, hack-local-variables)
10510 (hack-one-local-variable): Use STRING arg of
10511 `hack-local-variables-confirm'.
10512
10513 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10514
10515 Sync with Tramp 2.0.49.
10516
10517 * net/tramp.el (tramp-handle-dired-call-process)
10518 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10519 because the contents of the Tramp buffer is changed before
10520 insertion (`expand-file' and alike).
10521 (tramp-handle-insert-directory): If `localname' has an empty
10522 nondirectory name, it must not be quoted.
10523 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10524 variable `tramp-chunksize'. Change callees.
10525 (tramp-open-connection-setup-interactive-shell): Check remote host
10526 for buggy `send-process-string' implementation.
10527 Set `tramp-chunksize' if found. Reported by Michael Kifer
10528 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10529 (tramp-handle-shell-command): `insert-buffer' cannot be used
10530 because the contents of the Tramp buffer is changed before
10531 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10532 <frederic.bothamy@free.fr>.
10533 (tramp-set-auto-save): Actions should be done for Tramp file name
10534 handler only. Ange-FTP has its own auto-save mechanism.
10535 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10536 (tramp-set-auto-save-file-modes): Set file modes of
10537 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10538 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10539 (tramp-bug): Remove obsolete variable.
10540 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10541 for presence of `mml-mode'. Make it running for older Emacsen as well.
10542
10543 2005-05-14 John Paul Wallington <jpw@pobox.com>
10544
10545 * ibuf-ext.el (define-ibuffer-filter filename):
10546 If `dired-directory' is a list, use its car.
10547
10548 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10549
10550 * ibuffer.el (define-ibuffer-column filename):
10551 If `dired-directory' is a list, use its car.
10552
10553 2005-05-14 Richard M. Stallman <rms@gnu.org>
10554
10555 * subr.el (symbol-file): Doc fix.
10556
10557 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10558 (byte-compile-form): Call byte-compile-nogroup-warn.
10559 (byte-compile-warning-types): Doc fix.
10560
10561 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10562
10563 * progmodes/cc-engine.el (c-literal-faces):
10564 Add font-lock-comment-delimiter-face.
10565
10566 * net/net-utils.el (dig): Use with-no-warnings.
10567
10568 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10569 (sc-recite-frame-alist, sc-default-cite-frame)
10570 (sc-default-uncite-frame, sc-default-recite-frame)
10571 (sc-attrib-selection-list, sc-rewrite-header-list):
10572 Mark as risky-local-variable.
10573
10574 * international/ogonek.el (ogonek-jak, ogonek-how):
10575 Don't use beginning-of-buffer.
10576
10577 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10578
10579 * calendar/solar.el (solar-data-list): Move definition up.
10580
10581 * dnd.el (dnd-protocol-alist): Add autoload.
10582
10583 * progmodes/sh-script.el: Many doc usage fixes.
10584 (sh-indent-after-do): Change default to match common styles.
10585
10586 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10587
10588 * files.el (interpreter-mode-alist)
10589 (auto-mode-interpreter-regexp): Doc fixes.
10590
10591 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10592
10593 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10594
10595 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10596
10597 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10598
10599 * dired.el (dired-mode): make-variable-buffer-local =>
10600 make-local-variable.
10601
10602 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10603
10604 * term/mac-win.el (mac-select-convert-to-string): Try coding
10605 systems in mac-script-code-coding-systems if specified one cannot
10606 encode string for `com.apple.traditional-mac-plain-text'.
10607
10608 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10609
10610 * progmodes/make-mode.el (makefile-targets-face)
10611 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10612 (makefile-dependency-regex): Fix it to not make the colon in
10613 $(var:a=b) special.
10614 (makefile-rule-action-regex): New regexp for highlighting embedded
10615 Shell strings.
10616 (makefile-macroassign-regex): Handle != for highlighting as
10617 embedded Shell strings.
10618 (makefile-var-use-regex): New const.
10619 (makefile-statements, makefile-automake-statements)
10620 (makefile-gmake-statements, makefile-makepp-statements)
10621 (makefile-bsdmake-statements): New consts.
10622 (makefile-make-font-lock-keywords): New function.
10623 (makefile-automake-font-lock-keywords)
10624 (makefile-gmake-font-lock-keywords)
10625 (makefile-makepp-font-lock-keywords)
10626 (makefile-bsdmake-font-lock-keywords): New consts.
10627 (makefile-mode-map): Add switchers between the various submodes.
10628 (makefile-mode): Document the availability of the variants.
10629 (makefile-automake-mode, makefile-gmake-mode)
10630 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10631
10632 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10633 new variants of makefile-mode.
10634
10635 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10638 the inheritance.
10639
10640 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10641
10642 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10643 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10644
10645 * files.el (normal-mode): Extend the scope of the
10646 `enable-local-variables' binding to include the `set-auto-mode' call.
10647 (magic-mode-alist): Doc fix.
10648
10649 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10652 font-lock-comment-face rather than copying its setting.
10653
10654 2005-05-12 Andreas Schwab <schwab@suse.de>
10655
10656 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10657
10658 2005-05-12 Lute Kamstra <lute@gnu.org>
10659
10660 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10661 defcustom for the mode hook variable. Delete the last argument.
10662 * generic-x.el: Fix callers of define-generic-mode.
10663 (generic-x-modes): Delete group.
10664 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10665 generic-x customization group.
10666
10667 2005-05-12 Kim F. Storm <storm@cua.dk>
10668
10669 * font-lock.el (font-lock-negation-char-face): Default to "off".
10670
10671 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10672 font-lock-negation-char-face to ! in !=.
10673
10674 2005-05-12 Masatake YAMATO <jet@gyve.org>
10675
10676 * add-log.el (find-change-log): Fix typos in the docstring
10677 of function.
10678
10679 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10680
10681 * international/latexenc.el (latexenc-find-file-coding-system):
10682 Avoid `re-search-forward' when looking for input encoding because
10683 of speed and safety. Better regular expressions for recognizing
10684 input encoding. Limit a search for TeX-master/tex-main-file to
10685 the local variable section.
10686
10687 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10688
10689 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10690 syntax of $ to "'" (quote).
10691
10692 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10693
10694 * dnd.el (dnd-protocol-alist): Improve custom type.
10695
10696 * dired.el (dired-dnd-protocol-alist): New variable.
10697 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10698 `dired-mode-hook' to the end.
10699
10700 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10703 comment-end if comment-start-skip is not set.
10704 Obey the font-lock-comment-delimiter-face variables.
10705
10706 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * files.el (executable-find): Move from executable.el. Use
10709 locate-file.
10710 * progmodes/executable.el (executable-find): Move to files.el.
10711
10712 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10713 when trying to ensure forward progress.
10714
10715 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10716
10717 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10718 (mouse-select, mouse-select-internal, mouse-extend-internal):
10719 Use it to implement mouse-1-click-follows-link functionality.
10720
10721 2005-05-11 Richard M. Stallman <rms@gnu.org>
10722
10723 * font-lock.el (font-lock-fontify-syntactically-region):
10724 Use font-lock-comment-delimiter-face for comment delimiters.
10725
10726 2005-05-10 Jay Belanger <belanger@truman.edu>
10727
10728 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10729 preserving embedded modes.
10730
10731 2005-05-10 Richard M. Stallman <rms@gnu.org>
10732
10733 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10734
10735 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10736 Move from ada-stmt.el.
10737 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10738
10739 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10740 Move to ada-mode.el.
10741 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10742
10743 * cus-edit.el (custom-file): Call file-chase-links.
10744
10745 * files.el (read-directory-name): Fix previous change.
10746 (hack-local-variables-confirm): New function.
10747 (hack-local-variables-prop-line, hack-local-variables)
10748 (hack-one-local-variable): Use it.
10749
10750 2005-05-10 Lute Kamstra <lute@gnu.org>
10751
10752 * font-lock.el (font-lock-keywords-alist)
10753 (font-lock-removed-keywords-alist): Clarify docstrings.
10754
10755 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10756
10757 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10758 (gdb-source-info): Check for preprocessor info.
10759 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10760 a macro for a function.
10761 (gdb-info-breakpoints-custom): Try to find file again if not already
10762 found (user might have used GDB dir command).
10763 (gdb-get-location): Update gdb-location-alist correctly for change
10764 to gdb-info-breakpoints-custom.
10765
10766 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10767 (gud-tooltip-print-command): Add gdbmi case.
10768 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10769 preprocessor info.
10770
10771 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10772
10773 * startup.el (fancy-splash-insert): Fix typo in doc string.
10774
10775 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10776
10777 * obsolete/float.el (string-to-float):
10778 * obsolete/hilit19.el (hilit-add-pattern):
10779 * obsolete/rnews.el (news-parse-range, news-select-message)
10780 (news-get-pruned-list-of-files): Replace `string-to-int' by
10781 `string-to-number'.
10782
10783 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10784 `find-file-not-found-hooks'; use `add-hook'.
10785 (uncompress-while-visiting): Set `write-file-functions', not
10786 `write-file-hooks'; use `add-hook'.
10787
10788 2005-05-09 Kim F. Storm <storm@cua.dk>
10789
10790 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10791 (cua-paste): Handle clipboard action.
10792 (cua--init-keymaps): Remap clipboard-kill-region and
10793 clipboard-kill-ring-save.
10794
10795 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10796
10797 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10798 Improve commentary.
10799
10800 * simple.el (next-error-overlay-arrow-position): Revert the change
10801 made on 2005-04-30.
10802
10803 2005-05-07 Jay Belanger <belanger@truman.edu>
10804
10805 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10806 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10807 `calc-sel-reselect'.
10808
10809 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10810 Calc is in embedded mode.
10811
10812 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10813
10814 * progmodes/compile.el (compilation-setup):
10815 Set overlay-arrow-string to an empty string on text terminals.
10816
10817 * textmodes/ispell.el (ispell-program-name): Try looking for
10818 "aspell" along exec-path, and if found, use it as the default
10819 speller program.
10820
10821 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10822
10823 * international/mule.el (sgml-xml-auto-coding-function):
10824 Recognize encoding='FOO' in single quotes as well as in double quotes.
10825
10826 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10827
10828 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10829 as well as `interactive', so that defmacro* would recognize
10830 `declare' forms.
10831
10832 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10833
10834 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10835 Explain more about the LIGHTER arg's usage in the doc string.
10836 Add commentary to clarify what the code does. Fix the regexp that
10837 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10838 since it could have characters special to regular expressions.
10839
10840 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10841
10842 * replace.el (occur-1): Bind inhibit-read-only so that
10843 erase-buffer doesn't barf on read-only text properties (likewise
10844 for add-text-properties in occur-engine). Mark buffer as unmodified.
10845 (occur-engine): Don't set buffer-read-only here.
10846
10847 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10850 list-buffers-directory. This caused the *cvs-commit* buffer to be
10851 sometimes mistakenly reused as a *cvs* buffer.
10852
10853 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10854
10855 * tooltip.el: Move code for GUD tooltips into gud.el.
10856 (require): CL no longer needed to compile case.
10857 (tooltip-mode): Do not toggle functions for GUD tooltips.
10858 (tooltip-gud-tips-p): Remove. Replace with minor mode
10859 gud-tooltip-mode in gud.el.
10860 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10861 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10862 tooltip-gud prefix with gud-tooltip and obsolete.
10863 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10864 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10865 (tooltip-mouse-motion): Mouse movement functions/variable.
10866 Rename in gud.el by adding gud prefix.
10867 (tooltip-gud-original-filter, tooltip-gud-dereference)
10868 (tooltip-gud-event, tooltip-toggle-gud-tips)
10869 (tooltip-gud-process-output, tooltip-gud-print-command)
10870 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10871 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10872 (gdb-tooltip-print): Move to gdb-ui.el.
10873
10874 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10875 (require): CL needed to compile case.
10876 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10877 tooltip-gud-tips-p. Make it a minor-mode.
10878 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10879 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10880 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10881 (gud-tooltip-change-major-mode)
10882 (gud-tooltip-activate-mouse-motions-if-enabled)
10883 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10884 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10885 (gud-tooltip-original-filter, gud-tooltip-dereference)
10886 (gud-tooltip-event, tooltip-toggle-gud-tips)
10887 (gud-tooltip-process-output, gud-tooltip-print-command)
10888 (gud-tooltip-tips): Move from tooltip.el.
10889
10890 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10891 (gdb-cpp-define-alist-flags): Doc fix.
10892 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10893 gud-tooltip-mode is t.
10894
10895 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10898 evaporate if their text is deleted.
10899 (goto-address-at-point): Make it work as a mouse binding as well.
10900 (goto-address-at-mouse): Obsolete it. Update users.
10901
10902 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10903
10904 * calendar/appt.el (top-level): No longer activate on load.
10905
10906 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10907
10908 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10909 * net/webjump.el (webjump):
10910 * progmodes/idlw-help.el (idlwave-do-context-help1)
10911 (idlwave-highlight-linked-completions):
10912 * textmodes/po.el (po-find-file-coding-system-guts):
10913 Replace `assoc-ignore-case' by `assoc-string'.
10914
10915 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10916
10917 * files.el (locate-file): Doc fix.
10918
10919 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10920 Remove the redundant test for ms-dos.
10921
10922 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10923 look for the preprocessor with exec-suffixes. If not found in
10924 standard places, look in exec-path. Remove most of the tests that
10925 used system-type.
10926
10927 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10928
10929 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10930
10931 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10932 file-name clash with jka-compr.el on 8+3 filesystems.
10933
10934 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10935
10936 * term/mac-win.el: Don't define or bind scroll bar functions if
10937 x-toolkit-scroll-bars is t.
10938 (x-select-text, x-get-selection-value): Clear
10939 x-last-selected-text-clipboard if x-select-enable-clipboard is
10940 nil.
10941 (PRIMARY): Put mac-scrap-name property.
10942 (mac-select-convert-to-file-url): New function.
10943 (public.file-url): New selection target type. Add to
10944 selection-converter-alist.
10945 (x-get-selection, x-selection-value): Handle it.
10946 (x-cut-buffer-or-selection-value): New alias.
10947
10948 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10949
10950 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10951 entry to avoid calling bibtex-find-entry with arg global
10952 being t. Remove arg key.
10953 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10954 (bibtex-copy-summary-as-kill): Change accordingly.
10955
10956 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10959 (org-agenda-date-later): Use with-current-buffer.
10960
10961 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10962
10963 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10964 (define-obsolete-variable-alias): Doc Fixes.
10965
10966 2005-05-06 Kim F. Storm <storm@cua.dk>
10967
10968 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10969 vertical-motion when selective-display is active.
10970
10971 * ido.el (ido-setup-hook): New hook.
10972 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10973 (ido-input-stack): New var.
10974 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10975 ido-next-work-file binding to M-O.
10976 Bind M-f to ido-wide-find-file-or-pop-dir.
10977 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10978 (ido-read-internal): Run ido-setup-hook.
10979 Catch quit in read-file-name and read-string to cancel edit.
10980 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10981 Automatically pop-all when completing a directory name (RET).
10982 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10983 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10984 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10985 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10986 New functions for M-b/M-f to move among the directory components.
10987 (ido-make-merged-file-list): Catch quit to cancel merge.
10988 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10989 (ido-completion-help): No warnings for ido-completion-buffer-full.
10990
10991 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10992
10993 * font-lock.el (font-lock-negation-char-face): New face and variable.
10994 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10995 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10996 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10997 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10998
10999 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11000
11001 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11002 Fix typo in docstring.
11003
11004 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11005 (ebrowse-print-statistics-line)
11006 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11007
11008 * term/w32-win.el (image-library-alist): Add additional name for
11009 Xpm library.
11010
11011 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11012
11013 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11014 use gcc instead of cpp.
11015
11016 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11017 (gdb-create-define-alist): Use it.
11018 (gdb-cpp-define-alist-program): Update for MS-DOS.
11019
11020 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11023
11024 2005-05-04 Richard M. Stallman <rms@gnu.org>
11025
11026 * help.el (describe-key): No error when UNTRANSLATED is nil.
11027
11028 * simple.el (line-move-1): Fix previous change to signal errors
11029 appropriately.
11030
11031 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11032
11033 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11034 (icalendar-duration-correction): Remove.
11035 (icalendar--get-event-properties): Split result at commas.
11036 (icalendar--decode-isoduration): New optional argument
11037 DURATION-CORRECTION.
11038 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11039 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11040 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11041 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11042 (icalendar--convert-anniversary-to-ical): New functions, extracted
11043 from icalendar-export-region, with bug fixes.
11044 (icalendar-export-region): Use the above functions.
11045 (icalendar-import-buffer): Check before saving diary file.
11046 (icalendar--convert-recurring-to-diary)
11047 (icalendar--convert-non-recurring-all-day-to-diary)
11048 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11049 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11050 (icalendar--convert-ical-to-diary): Use the above functions.
11051
11052 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11053
11054 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11055 Remove these recent additions.
11056 (c-mode): Restore to before 2005-04-28.
11057
11058 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11059 recent addition.
11060
11061 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11062 (gdb-define-alist): New variables.
11063 (gdb-create-define-alist): New function.
11064 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11065 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11066 with string-to-number.
11067 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11068
11069 * progmodes/gud.el: Replace string-to-int with string-to-number.
11070 (gud-find-file): Handle gdb-define-alist.
11071
11072 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11073
11074 2005-05-02 Jay Belanger <belanger@truman.edu>
11075
11076 * calc/calc-aent.el (math-read-token):
11077 * calc/calc-bin.el (calc-word-size):
11078 * calc/calc-ext.el (calc-read-number-fancy):
11079 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11080 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11081 * calc/calc-frac.el (calc-over-notation):
11082 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11083 (calc-graph-num-points, calc-graph-init):
11084 * calc/calc-prog.el (calc-read-parse-table-part)
11085 (calc-edit-macro-repeats):
11086 * calc/calc-yank.el (calc-do-grab-rectangle):
11087 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11088 Replace `string-to-int' by `string-to-number'.
11089
11090 2005-05-02 Kim F. Storm <storm@cua.dk>
11091
11092 * kmacro.el: Use executing-kbd-macro-index variable.
11093
11094 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11095
11096 * net/rlogin.el (rlogin-parse-words): Delete func.
11097 (rlogin): Use split-string, not rlogin-parse-words.
11098 Also, if there are option-like elements in the parsed args,
11099 take the host to be the first arg immediately following them.
11100 Suggested by Michael Mauger.
11101
11102 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11103
11104 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11105
11106 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11107
11108 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11109 (cc-mode-cpp-program): Rename to cc-define-list-program and
11110 move to cc-vars.el.
11111
11112 * progmodes/cc-vars.el (cc-define-list-program):
11113 Change to "gcc -E -dM -". Make customizable.
11114
11115 2005-05-02 Kim F. Storm <storm@cua.dk>
11116
11117 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11118
11119 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11120
11121 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11122
11123 * international/mule-util.el (truncate-string): Remove alias and
11124 obsolete declaration.
11125
11126 * international/mule-cmds.el (update-iso-coding-systems):
11127 Remove alias and obsolete declaration.
11128
11129 * international/mule.el (coding-system-parent): Remove alias and
11130 obsolete declaration.
11131
11132 * subr.el (define-function, sref): Remove aliases and obsolete
11133 declarations.
11134 (chars-in-region): Remove obsolete declaration.
11135
11136 2005-05-01 Richard M. Stallman <rms@gnu.org>
11137
11138 * info.el (Info-mode): Set widen-automatically to nil, locally.
11139
11140 * simple.el (widen-automatically): New variable.
11141 (pop-global-mark): Obey widen-automatically.
11142
11143 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 * term/xterm.el (function-key-map): Call substitute-key-definition
11146 before the keymap size is increased by a lot of define-key calls.
11147
11148 2005-05-01 Richard M. Stallman <rms@gnu.org>
11149
11150 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11151 Rename ARG to ELEMENT. Doc fix.
11152
11153 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11154
11155 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11156 Remove references to allout-exposure/change to allout-new-exposure.
11157
11158 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11159 bytecode symbols.
11160
11161 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11162 (compiled-function-p, focus-frame, unfocus-frame):
11163 Remove aliases and obsolete declarations.
11164 Back out inadvertent changes from previous commit.
11165
11166 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11167
11168 * files.el (require-final-newline): Make Custom tags consistent
11169 with mode-require-final-newline.
11170 (mode-require-final-newline): Doc fix.
11171
11172 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * international/latexenc.el (latexenc-find-file-coding-system):
11175 Fix regular expressions.
11176
11177 2005-05-01 David Kastrup <dak@gnu.org>
11178
11179 * international/latexenc.el (latexenc-find-file-coding-system):
11180 Fix regular expressions.
11181
11182 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11183
11184 * subr.el (string-to-int): Make obsolete.
11185
11186 2005-04-30 Richard M. Stallman <rms@gnu.org>
11187
11188 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11189
11190 * loadup.el: load jka-comp-hook.
11191
11192 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11193 (jka-compr-handler): Add autoload. `put' calls moved
11194 to jka-comp-hook.el.
11195 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11196 (jka-compr-inhibit): Autoload.
11197
11198 * jka-comp-hook.el: New file.
11199 Enable the mode by default.
11200
11201 * files.el (backup-buffer-copy): Use copy-file instead
11202 of write-region, and put back the 'excl.
11203
11204 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11205
11206 * progmodes/flymake.el (flymake-split-string)
11207 (flymake-split-string, flymake-log, flymake-pid-to-names)
11208 (flymake-reg-names, flymake-get-source-buffer-name)
11209 (flymake-unreg-names, flymake-add-line-err-info)
11210 (flymake-add-err-info): Clarify docstrings.
11211 (flymake-popup-menu, flymake-make-emacs-menu)
11212 (flymake-make-xemacs-menu): Add docstrings.
11213 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11214 Set variables directly throughout.
11215
11216 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11217
11218 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11219 exists. Initialize cc-define-alist.
11220 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11221 If there is no file (Macroexpansion) don't create an alist.
11222
11223 2005-04-29 Sam Steingold <sds@gnu.org>
11224
11225 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11226 (cc-create-define-alist): Use it instead of the hard-coded string.
11227
11228 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11231 for latexenc.
11232
11233 2005-04-29 Lute Kamstra <lute@gnu.org>
11234
11235 * emacs-lisp/generic.el: Improve commentary section.
11236 (define-generic-mode): Improve docstring.
11237
11238 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11239
11240 * textmodes/org.el (many places): Change to quiet the byte compiler.
11241 (org-prefix-format-compiled): New variable.
11242 (org-compile-prefix-format): New function.
11243 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11244 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11245 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11246 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11247 consistency with entries from `org-mode' files.
11248 (org-get-time-of-day): Fix bug with partial matches early in a line.
11249 (org-non-link-chars): New constant.
11250 (org-link-regexp): Respect `org-non-link-chars'.
11251 (org-agenda-day-view): Remove command.
11252 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11253 (org-follow-bbdb-link, org-store-link): Search also company field.
11254 (org-highlight-overlay): New variable.
11255 (org-highlight, org-unhighlight): New functions.
11256 (org-agenda-mode): Add pre-command-hook to remove highlight.
11257 (org-evaluate-time-range): Behavior depends upon whether time stamp
11258 contains a time or not.
11259 (org-show-subtree, org-show-entry): New functions.
11260 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11261
11262 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11263
11264 * comint.el (comint-output-filter-functions): Add autoload cookie.
11265
11266 2005-04-28 Kim F. Storm <storm@cua.dk>
11267
11268 * ido.el (ido-everywhere): Fix last change.
11269
11270 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11271
11272 * international/latexenc.el: New file.
11273 * international/mule-conf.el (file-coding-system-alist): For .tex,
11274 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11275
11276 2005-04-28 Lute Kamstra <lute@gnu.org>
11277
11278 * font-lock.el (font-lock-add-keywords)
11279 (font-lock-remove-keywords): Clarify docstring.
11280 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11281 Don't start docstrings with a `*'.
11282 (font-lock-update-removed-keyword-alist): Give it a docstring.
11283
11284 * generic-x.el: Update commentary section.
11285 Only require font-lock when compiling.
11286 Define all modes conditionally.
11287 Place all generic modes in the generic-x-modes customization group.
11288 (generic-x-modes): New customization group.
11289 (generic-default-modes, generic-mswindows-modes)
11290 (generic-unix-modes, generic-other-modes): New constants.
11291 (generic-define-mswindows-modes, generic-define-unix-modes):
11292 Update docstrings. Make them obsolete.
11293 (generic-extras-enable-list): New default value. Update docstring.
11294 Improve :type. Change :set function.
11295 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11296 Fix docstring.
11297
11298 * emacs-lisp/generic.el (generic-mode-internal):
11299 Simplify font-lock-defaults.
11300 (define-generic-mode): Fix docstring.
11301
11302 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11305 font-lock-face property to highlight matches.
11306
11307 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11308
11309 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11310 (cc-define-alist): New variable.
11311 (c-mode): Make it local and initialize it.
11312
11313 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11314 (gdb-exited): New function.
11315 (gdb-annotation-rules): Use it.
11316 (gdb-starting): Set gdb-active-process to t.
11317 (gdb-stopping): Amend doc string.
11318 (gdb-reset): Set gdb-active-process to nil.
11319
11320 * tooltip.el (tooltip-gud-tips): Show the associated #define
11321 directives when a C program under GDB is not executing.
11322
11323 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11326 font-lock-fontify-syntactic-keywords.
11327
11328 * font-lock.el (font-lock-default-fontify-region): Don't force
11329 parse-sexp-lookup-properties to nil.
11330
11331 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11332
11333 * man.el (man-mode-syntax-table): Set up `:' to have
11334 word-constituent syntax.
11335
11336 2005-04-27 Lute Kamstra <lute@gnu.org>
11337
11338 * novice.el (disable-command): Don't add spurious newlines to the
11339 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11340
11341 2005-04-26 Jay Belanger <belanger@truman.edu>
11342
11343 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11344 than one window before deleting window.
11345
11346 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11347
11348 * shell.el (shell-prompt-pattern): Doc fix.
11349 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11350
11351 * comint.el (comint-prompt-regexp, comint-get-old-input)
11352 (comint-use-prompt-regexp)
11353 (comint-use-prompt-regexp-instead-of-fields)
11354 (comint-replace-by-expanded-history, comint-send-input)
11355 (comint-output-filter, comint-get-old-input-default)
11356 (comint-line-beginning-position, comint-bol, comint-show-output)
11357 (comint-backward-matching-input, comint-forward-matching-input)
11358 (comint-next-prompt, comint-previous-prompt):
11359 Rename `comint-use-prompt-regexp-instead-of-fields' to
11360 `comint-use-prompt-regexp'. Keep old name as alias and declare
11361 obsolete.
11362 (comint-use-prompt-regexp): Shorten first line of doc string.
11363
11364 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11365 Set paragraph-separate buffer locally to "\\'".
11366
11367 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11368 Adapt to above name change.
11369
11370 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11371 (smbclient-prompt-regexp): Ditto.
11372
11373 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11374
11375 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11376
11377 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11378 gdb-location-list.
11379 Break lines that are over 80 characters wide.
11380
11381 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11384 New fun and var, to preserve compatibility.
11385
11386 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11387
11388 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11389
11390 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11391 name to file-newer-than-file-p.
11392
11393 2005-04-26 Richard M. Stallman <rms@gnu.org>
11394
11395 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11396
11397 * progmodes/python.el (python-mode):
11398 Use new name eldoc-documentation-function.
11399
11400 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11401
11402 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11403 (eldoc-documentation-function):
11404 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11405
11406 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11407
11408 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11409
11410 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11411
11412 * term/xterm.el (function-key-map): Fix strings for
11413 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11414 {C,S,A,C-S}-{f1-f12}.
11415
11416 2005-04-26 Kenichi Handa <handa@m17n.org>
11417
11418 * international/mule-cmds.el (select-safe-coding-system):
11419 Fix previous change.
11420
11421 2005-04-26 Lute Kamstra <lute@gnu.org>
11422
11423 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11424
11425 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11426 (font-lock-comment-delimiter-face): Ditto.
11427
11428 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11429
11430 2005-04-25 Jay Belanger <belanger@truman.edu>
11431
11432 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11433 to t while inserting information; use help-mode.
11434
11435 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11436
11437 * term.el (ansi-term-color-vector): Use the xterm colors.
11438 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11439
11440 2005-04-25 Lute Kamstra <lute@gnu.org>
11441
11442 * font-core.el (font-lock-defaults): Fix docstring.
11443
11444 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11445
11446 2005-04-25 Kenichi Handa <handa@m17n.org>
11447
11448 * international/mule-cmds.el (select-safe-coding-system):
11449 Don't check consistency with coding: spec, etc if raw-text or
11450 no-conversion was found to be safe.
11451
11452 2005-04-24 Richard M. Stallman <rms@gnu.org>
11453
11454 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11455 citation markers at start of each line.
11456
11457 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11458 citation markers at start of each line.
11459
11460 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11461
11462 * files.el (mode-require-final-newline): Fix previous change.
11463 (require-final-newline): Fix type label.
11464
11465 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11466
11467 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11468 statement in buffer (broken by 2004-11-24 change).
11469
11470 2005-04-24 Kim F. Storm <storm@cua.dk>
11471
11472 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11473 and read-file-name-function values. Don't overwrite existing
11474 non-nil values if ido-mode is enabled without ido-everywhere.
11475
11476 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11477
11478 * files.el (mode-require-final-newline): Minor doc fix.
11479
11480 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11481
11482 * subr.el (syntax-after): Doc fix.
11483 (syntax-class): If argument is nil, return nil. Mask off upper 16
11484 bits, not 8 bits.
11485
11486 * files.el (mode-require-final-newline): Doc fix.
11487 (backup-buffer-copy): Fix last change.
11488
11489 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11490
11491 * term/mac-win.el: Require select. Set selection-coding-system to
11492 mac-system-coding-system. Call menu-bar-enable-clipboard.
11493 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11494 (x-select-enable-clipboard): New variables.
11495 (x-select-text, x-get-selection, x-selection-value)
11496 (x-get-selection-value, mac-select-convert-to-string)
11497 (mac-services-open-file, mac-services-open-selection)
11498 (mac-services-insert-text): New functions.
11499 (CLIPBOARD, FIND): Put mac-scrap-name property.
11500 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11501 (public.tiff): Put mac-ostype property.
11502 (selection-converter-alist): Add entries for them.
11503 (mac-application-menu-map): New keymap.
11504 (interprogram-cut-function, interprogram-paste-function): Set to
11505 x-select-text and x-get-selection-value, respectively.
11506 (split-window-keep-point): Set to t.
11507
11508 2005-04-23 Richard M. Stallman <rms@gnu.org>
11509
11510 * files.el (read-directory-name): Always pass non-nil
11511 DEFAULT-FILENAME arg to read-file-name.
11512 (backup-buffer-copy, basic-save-buffer-2): Take care against
11513 writing thru an unexpected existing symlink.
11514 (revert-buffer): In indirect buffer, revert the base buffer.
11515 (magic-mode-alist): Doc fix.
11516 (buffer-stale-function): Doc fix.
11517 (minibuffer-with-setup-hook): Avoid warning.
11518 (mode-require-final-newline): Doc and custom fix.
11519
11520 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11521
11522 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11523 use the default appearance.
11524 (font-lock-comment-delimiter-face): New face, new variable.
11525
11526 * imenu.el (imenu--generic-function): The official position of a
11527 definition is the start of the line that BEG is in.
11528
11529 * midnight.el (midnight-timer): Move defvar up.
11530
11531 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11532
11533 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11534
11535 * startup.el (command-line): Use with-no-warnings.
11536
11537 * window.el (window-size-fixed): New defvar.
11538
11539 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11540
11541 * mail/rmail.el (rmail-font-lock-keywords):
11542 Use font-lock-comment-delimiter-face.
11543
11544 * mail/sendmail.el (mail-font-lock-keywords):
11545 Use font-lock-comment-delimiter-face.
11546
11547 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11548
11549 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11550
11551 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11552 Specify t for LAXMATCH when matching directories.
11553 Save match data around compilation-compat-error-properties form.
11554
11555 2005-04-23 David Kastrup <dak@gnu.org>
11556
11557 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11558 Mention that the autoloaded aliases should be kept for AUCTeX.
11559
11560 2005-04-23 Andreas Schwab <schwab@suse.de>
11561
11562 * isearch.el (isearch-forward): Doc fix.
11563
11564 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11565
11566 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11567 (jit-lock-stealth-nice): Change default value to 0.5.
11568
11569 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11570
11571 * abbrev.el (write-abbrev-file): Write table entries in
11572 alphabetical order by table name.
11573
11574 2005-04-22 Kim F. Storm <storm@cua.dk>
11575
11576 * ido.el (ido-read-internal): Fix `list' completion.
11577
11578 2005-04-22 Kenichi Handa <handa@m17n.org>
11579
11580 * recentf.el (recentf-save-file-coding-system): New variable.
11581 (recentf-save-list): Encode the file by
11582 recentf-save-file-coding-system and add coding: tag.
11583
11584 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11585
11586 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11587
11588 2005-04-21 Lute Kamstra <lute@gnu.org>
11589
11590 * loadhist.el (unload-feature): Don't remove a function from hooks
11591 if it is about to be restored to an autoload . Remove functions
11592 that will become unbound from auto-mode-alist. Simplify the code.
11593
11594 * subr.el (assq-delete-all): New implementation that is linear,
11595 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11596 (rassq-delete-all): New function.
11597
11598 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11599 Add size-indication-mode.
11600
11601 2005-04-21 Kenichi Handa <handa@m17n.org>
11602
11603 * international/mule-cmds.el: Add autoload for widget-value in
11604 eval-when-compile.
11605
11606 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11607
11608 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11609 Add tooltip-mode.
11610
11611 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11612
11613 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11614
11615 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11616 (inferior-lisp-filter-regexp, inferior-lisp-program)
11617 (inferior-lisp-load-command, inferior-lisp-prompt)
11618 (inferior-lisp-mode-hook, lisp-source-modes)
11619 (inferior-lisp-load-hook): defvar->defcustom.
11620 (inferior-lisp-program, inferior-lisp-prompt)
11621 (inferior-lisp-load-hook): Doc fixes.
11622 (inferior-lisp-install-letter-bindings): Small change in
11623 introductory comment.
11624
11625 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11626
11627 * vc.el (vc-annotate-color-map): Change some colors so that text
11628 using them as foreground is readable on both white and black
11629 backgrounds.
11630
11631 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * international/mule-conf.el (translation-table-for-input):
11634 Remove redundant declaration.
11635
11636 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11637
11638 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11639
11640 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11641 (tooltip-toggle-gud-tips): New function.
11642
11643 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11644
11645 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11646 right angle brackets.
11647
11648 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11649
11650 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11651
11652 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11655 Remove. Update callers to use expand-file-name instead.
11656
11657 * subr.el (syntax-class): New function.
11658
11659 * simple.el (blink-matching-open): Use it.
11660
11661 * paren.el (show-paren-function): Use it to recognize parens that are
11662 also used in 2-char comment markers.
11663
11664 2005-04-19 Lute Kamstra <lute@gnu.org>
11665
11666 * loadhist.el (unload-feature): Update for new format of
11667 load-history. Simplify the code.
11668
11669 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11670
11671 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11672 (mac-add-charset-info): New function. Initialize variable
11673 mac-charset-info-alist using it.
11674 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11675 for translation.
11676 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11677 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11678 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11679 New CCL programs.
11680
11681 2005-04-19 Kim F. Storm <storm@cua.dk>
11682
11683 * simple.el (next-buffer, prev-buffer, next-error)
11684 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11685 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11686
11687 * bindings.el (next-buffer, prev-buffer, next-error)
11688 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11689 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11690 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11691 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11692
11693 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * isearch.el (isearch-edit-string): Make the search-ring available for
11696 minibuffer history commands.
11697 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11698 the default history commands now work just as well.
11699 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11700
11701 2005-04-18 Kim F. Storm <storm@cua.dk>
11702
11703 * emulation/cua-base.el (cua--pre-command-handler): Add more
11704 elaborate check for shift modifier on non-window systems.
11705
11706 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11707
11708 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11709
11710 2005-04-18 Kim F. Storm <storm@cua.dk>
11711
11712 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11713 and make it optional. Don't test tooltip-gud-echo-area here.
11714 (tooltip-gud-process-output, gdb-tooltip-print):
11715 Pass tooltip-gud-echo-area to tooltip-show.
11716 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11717
11718 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11719
11720 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11721 `display-graphic-p' may not be bound yet.
11722
11723 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11724
11725 * startup.el (command-line): No longer enable Xterm Mouse mode by
11726 default in terminals compatible with xterm.
11727
11728 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11729
11730 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11731
11732 * tooltip.el (tooltip-gud-echo-area): Rename from
11733 tooltip-use-echo-area.
11734 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11735 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11736 area independently of where help tooltips are displayed.
11737
11738 2005-04-17 David Kastrup <dak@gnu.org>
11739
11740 * cus-theme.el (custom-theme-write-variables): Quote variables
11741 where necessary.
11742
11743 2005-04-17 Richard M. Stallman <rms@gnu.org>
11744
11745 * simple.el (yank-excluded-properties): Add follow-link to value.
11746
11747 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11748
11749 * startup.el (fancy-splash-max-time): Just 30 seconds.
11750 (fancy-splash-delay): Just 7.
11751 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11752
11753 * loadhist.el (unload-feature): Update for new format of load-history.
11754 Simplify the code.
11755
11756 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11757 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11758
11759 * mail/sendmail.el (mail-font-lock-keywords):
11760 Don't fontify subject text.
11761 Don't fontify the text of a citation.
11762
11763 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11764
11765 * comint.el (comint-output-filter): Run comint-output-filter-functions
11766 with point where the user had it.
11767
11768 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * international/ucs-tables.el (ucs-set-table-for-input):
11771 Disable when using unify-on-decoding.
11772
11773 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11774
11775 * emulation/cua-base.el (cua-global-mark-face): Add special case
11776 for displays supporting a high number of colors.
11777
11778 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11779
11780 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11781
11782 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11783
11784 * filesets.el (filesets-add-buffer): If user supplies a name of a
11785 non-existing fileset, create a new fileset.
11786
11787 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11788
11789 * textmodes/org.el (org-up-heading-all): Fix bug with
11790 `outline-up-heading-all'.
11791
11792 2005-04-16 Andreas Schwab <schwab@suse.de>
11793
11794 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11795 /etc/permissions.d/* and /etc/aliases.d/*.
11796
11797 2005-04-16 Kenichi Handa <handa@m17n.org>
11798
11799 * international/code-pages.el (cp-make-coding-system):
11800 Set `translation-table-for-input' property value to the symbol
11801 ucs-mule-to-mule-unicode, not to that value.
11802 (pt154): Escape guillemet by `\'.
11803
11804 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11805
11806 * loadup.el: Load tooltip if x-show-tip is fboundp.
11807
11808 * startup.el (command-line): Add comment.
11809
11810 * tooltip.el (tooltip-mode): Specify correct standard value for
11811 Custom in init-value.
11812
11813 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11814
11815 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11816 possible.
11817
11818 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11819
11820 * textmodes/org.el (org-agenda-date-prompt): Rename from
11821 `org-agenda-date-today'.
11822 (org-evaluate-time-range): Insert at point instead of directly
11823 after time range.
11824 (org-first-headline-recenter, org-subtree-end-visible-p)
11825 (org-optimize-window-after-visibility-change): New functions
11826 (org-agenda-post-command-hook): Don't allow point at end of line,
11827 to make sure it always hits the text properties.
11828 (org-agenda-next-date-line, org-agenda-previous-date-line):
11829 New commands.
11830 (org-set-regexps-and-options): Category may contain white space.
11831 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11832 Improve marker positions.
11833 (org-agenda-new-marker): Argument POS made optional.
11834 (org-agenda-get-timestamps): Deadlines which are done are listed
11835 in org-done-face now.
11836 (org-agenda-get-todos, org-agenda-get-timestamps)
11837 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11838 Set `undone-face' and `done-face' properties.
11839 (org-last-todo-state-is-todo): New variable.
11840 (org-todo): Set `org-last-todo-state-is-todo'.
11841 (org-agenda-todo): Change face according to
11842 `org-last-todo-state-is-todo'. And change other lines referring to
11843 the same entry.
11844 (org-calendar-goto-agenda): New command.
11845 (org-calendar-to-agenda-key): New option.
11846 (org-startup-folded): New allowed value `content'.
11847 (org-set-regexps-and-options): Accept new value `content' for
11848 `org-startup-folded'.
11849 (org-get-current-options): Handle new value `content' for
11850 `org-startup-folded'.
11851 (org-insert-todo-heading): New command.
11852 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11853 interactively in empty file and option
11854 `org-insert-mode-line-in-empty-file' has been set.
11855 (org-agenda-todo,org-agenda-priority): Modify to use
11856 `org-agenda-change-all-lines'.
11857 (org-warning-face): Change color on dark background
11858
11859 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11860
11861 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11862 use preferences AppleLocale and AppleLanguages, and variable
11863 mac-system-locale for default locale. On Mac OS Classic, use
11864 mac-system-coding-system for default coding systems.
11865
11866 * term/mac-win.el: Don't set file-name-coding-system.
11867 Decode variables system-name, emacs-build-system, user-login-name, and
11868 user-full-name by mac-system-coding-system on Mac OS Classic.
11869 (mac-system-coding-system): New variable.
11870
11871 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11872
11873 * startup.el (command-line): Handle `xterm-mouse-mode' before
11874 reading init file.
11875
11876 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11877
11878 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11879
11880 * progmodes/sh-script.el (sh-here-document-word): Make it a
11881 defcustom. Doc fix.
11882 (sh-add): Bash uses $(( )) for arithmetic.
11883 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11884 (sh-maybe-here-document): Remove quotes and leading whitespace
11885 from heredoc word when closing. Indent heredoc with tabs if word
11886 starts with "-".
11887
11888 2005-04-13 Richard M. Stallman <rms@gnu.org>
11889
11890 * simple.el (undo): Fix previous change.
11891
11892 * custom.el (defface): Doc fix.
11893
11894 2005-04-13 Lute Kamstra <lute@gnu.org>
11895
11896 * Makefile.in (DONTCOMPILE): Remove list.
11897 (compile, compile-always): Don't use DONTCOMPILE.
11898 (update-authors): Load the library in which batch-update-authors
11899 is defined.
11900 * makefile.w32-in (DONTCOMPILE): Remove list.
11901 (compile, compile-always): Fix comments.
11902 (update-authors): Load the library in which batch-update-authors
11903 is defined.
11904
11905 * generic-x.el (generic-mode-ini-file-find-file-hook):
11906 Rename to ini-generic-mode-find-file-hook.
11907 Keep generic-mode-ini-file-find-file-hook as an alias.
11908 (ini-generic-mode-find-file-hook): Rename from
11909 generic-mode-ini-file-find-file-hook. Fix docstring.
11910 (ini-generic-mode): Docstring change.
11911 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11912
11913 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11914 called from lisp.
11915
11916 * generic.el: Move to the emacs-lisp subdir.
11917
11918 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11919
11920 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11921 and C-S- function and cursor motion keys.
11922
11923 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11924
11925 * startup.el (command-line): Enable Xterm Mouse mode by default.
11926 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11927 for Custom. No longer show "Mouse" in mode line when enabled.
11928 Doc fix.
11929
11930 2005-04-12 Kim F. Storm <storm@cua.dk>
11931
11932 * emulation/cua-base.el (cua-rectangle-face)
11933 (cua-rectangle-noselect-face): Define face attributes here.
11934
11935 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11936
11937 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11938
11939 * startup.el (command-line): Turn off blinking cursor if
11940 cursorBlink in resources is off or false.
11941
11942 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11943
11944 * term/mac-win.el (dnd): Require dnd.
11945 (mac-drag-n-drop): Call dnd-handle-one-url.
11946 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11947 (kTextEncodingISOLatin2): Remove constants.
11948 (mac-script-code-coding-systems): New constant.
11949 (mac-handle-language-change): New function.
11950 (special-event-map): Bind it to `language-change' event.
11951 (mac-centraleurroman, mac-cyrillic): New coding systems.
11952 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11953 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11954 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11955 encode-mac-cyrillic, respectively.
11956
11957 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11958
11959 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11960 Don't set overlay-arrow-string to "=>" as this is done
11961 globally in C now.
11962
11963 2005-04-12 Lute Kamstra <lute@gnu.org>
11964
11965 * generic-x.el (rc-generic-mode, rul-generic-mode):
11966 Fix auto-mode-alist entries.
11967 (etc-fstab-generic-mode): Tweak fontification.
11968
11969 * generic.el (generic-make-keywords-list): Fix docstring.
11970 (generic-mode-internal): Simplify generic-font-lock-keywords.
11971
11972 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11973
11974 * whitespace.el (whitespace-buffer-leading)
11975 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11976 However, fix the highlight area for the leading and
11977 trailing whitespaces to show space.
11978
11979 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11980
11981 * whitespace.el (whitespace-version): Bump to 3.5
11982
11983 (whitespace-buffer-leading, whitespace-buffer-trailing):
11984 Invert sense of the test to highlight the whitespace.
11985
11986 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * progmodes/gud.el (gud-display-line): GUD uses its own
11989 overlay arrow now so don't set overlay-arrow-string.
11990 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11991
11992 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11993
11994 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11995 (term-ansi-current-reverse, term-ansi-current-invisible)
11996 (term-ansi-face-already-done): Change to boolean.
11997 (term-reset-terminal, term-handle-colors-array): Handle the above
11998 vars accordingly.
11999 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12000 (term-emulate-terminal): Use the new name.
12001
12002 * faces.el (secondary-selection): Use yellow1, not yellow.
12003 (trailing-whitespace): Use red1, not red.
12004
12005 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12006
12007 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12008 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12009 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12010
12011 * cus-edit.el (dnd): New group.
12012
12013 * term/w32-win.el (dnd): Require dnd
12014 (w32-drag-n-drop): Call dnd-handle-one-url.
12015
12016 * x-dnd.el: Require dnd.
12017 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12018 Call dnd-handle-one-url.
12019 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12020 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12021 to dnd-insert-text.
12022 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12023 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12024 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12025 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12026
12027 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12028
12029 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12030
12031 * wdired.el: Doc fixes.
12032 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12033 (wdired-use-dired-vertical-movement): Rename from
12034 wdired-always-move-to-filename-beginning.
12035 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12036 (wdired-change-to-wdired-mode): Change mode name.
12037 (wdired-newline): Delete.
12038
12039 2005-04-11 Richard M. Stallman <rms@gnu.org>
12040
12041 * whitespace.el (whitespace-highlight-the-space):
12042 Don't call whitespace-unhighlight-the-space here.
12043
12044 * simple.el (undo): Record t in undo-equiv-table
12045 for the redo record made by an undo-in-region.
12046
12047 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12048
12049 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12050 (gdb-frame-inferior-io-buffer): New Functions to control
12051 display of separate IO buffer.
12052 (menu): Add them to menu-bar.
12053 (gdb-display-buffer): Check for buffer another frame.
12054 Protect GUD buffer.
12055 (gdb-setup-windows): Create IO buffer if not already there.
12056 (gdb-memory-mode): Remove purecopy noops.
12057
12058 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12059
12060 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12061 and pass to self-insert-command.
12062
12063 2005-04-11 Lute Kamstra <lute@gnu.org>
12064
12065 * generic.el: Commentary section cleanup.
12066 (generic): Delete.
12067 (generic-use-find-file-hook, generic-lines-to-scan)
12068 (generic-find-file-regexp, generic-ignore-files-regexp)
12069 (default-generic-mode, generic-mode-find-file-hook)
12070 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12071 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
12072 (generic-use-find-file-hook, generic-lines-to-scan)
12073 (generic-find-file-regexp, generic-ignore-files-regexp)
12074 (default-generic-mode, generic-mode-find-file-hook)
12075 (generic-mode-ini-file-find-file-hook): Move from generic.el.
12076
12077 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12078
12079 * bookmark.el (bookmark-write-file): Catch errors writing file.
12080 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12081
12082 2005-04-10 Richard M. Stallman <rms@gnu.org>
12083
12084 * startup.el (fancy-splash-tail): Update copyright year.
12085 (command-line): Split part of -Q into -D.
12086 (emacs-basic-display): New defvar.
12087 (fancy-splash-text): Correct name of menu item.
12088
12089 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12090
12091 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12092 lines in one node.
12093
12094 * comint.el (comint-send-input): New arg ARTIFICIAL.
12095 Callers in this file changed.
12096
12097 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12098
12099 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12100
12101 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12102
12103 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12104 `ldap-search-internal'.
12105
12106 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * files.el (set-auto-mode-1): Use line-end-position.
12109
12110 * international/latin-1.el:
12111 * international/latin-2.el:
12112 * international/latin-3.el:
12113 * international/latin-4.el:
12114 * international/latin-5.el:
12115 * international/latin-8.el:
12116 * international/latin-9.el: Give punctuation syntax to NBSP.
12117
12118 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12119 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12120 Use char-classes to accept non-ascii letters, accepted in some recent
12121 bibtex implementations.
12122
12123 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12124
12125 * custom.el (custom-set-minor-mode): Any non-nil value for the
12126 variable should enable the mode when set through Custom.
12127
12128 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12131 TAB binding so tab-always-indent is obeyed.
12132 (vhdl-minibuffer-local-map): Move initialization into declaration.
12133 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12134 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12135 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12136 (vhdl-current-line): Use line-beginning-position.
12137 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12138 with-output-to-temp-buffer, so the current position can be recorded.
12139
12140 2005-04-10 Masatake YAMATO <jet@gyve.org>
12141
12142 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12143 Add regexp for gcov.
12144
12145 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12146
12147 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12148 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12149 syntax which Emacs 20 doesn't support.
12150
12151 2005-04-09 Richard M. Stallman <rms@gnu.org>
12152
12153 * help.el (describe-key-briefly, describe-key):
12154 Replace strings as event types with "(any string)".
12155
12156 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12157
12158 * arc-mode.el (archive-mode-map): Move initialization into
12159 the declaration. Override *all* bindings of `undo'.
12160 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12161
12162 2005-04-09 Jay Belanger <belanger@truman.edu>
12163
12164 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12165
12166 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12167
12168 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12169 (xterm-register-default-colors): Update color values computation
12170 to match xterm-200.
12171
12172 2005-04-09 Kenichi Handa <handa@m17n.org>
12173
12174 * international/code-pages.el (iso-latin-7): Fix the map.
12175
12176 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12177
12178 * emacs-lisp/lisp.el (defun-prompt-regexp)
12179 (parens-require-spaces, buffer-end, end-of-defun)
12180 (insert-parentheses): Doc fixes.
12181
12182 2005-04-08 Kim F. Storm <storm@cua.dk>
12183
12184 * comint.el (comint-highlight-prompt): Fix face spec.
12185 * hi-lock.el (hi-green): Likewise.
12186
12187 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12188
12189 * cus-edit.el (custom-modified-face):
12190 * comint.el (comint-highlight-input): Fix previous changes.
12191 * term.el (term-handle-ansi-escape): Add a comment.
12192
12193 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12196 in the buffer and in whitespace-highlighted-space.
12197 (whitespace-unhighlight-the-space): Simplify.
12198 (whitespace-buffer): Simplify.
12199
12200 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * textmodes/table.el (table-cell-face): Add special case for
12203 displays supporting a high number of colors.
12204 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12205 (vhdl-font-lock-reserved-words-face)
12206 (vhdl-speedbar-architecture-face)
12207 (vhdl-speedbar-instantiation-face)
12208 (vhdl-speedbar-architecture-selected-face)
12209 (vhdl-speedbar-instantiation-selected-face): Likewise.
12210 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12211 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12212 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12213 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12214 (ebrowse-progress-face): Likewise.
12215 * progmodes/compile.el (compilation-info-face): Likewise.
12216 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12217 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12218 * calendar/calendar.el (diary-face): Likewise.
12219 * woman.el (woman-italic-face, woman-bold-face)
12220 (woman-unknown-face): Likewise.
12221 * wid-edit.el (widget-button-pressed-face): Likewise.
12222 * whitespace.el (whitespace-highlight-face): Likewise.
12223 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12224 * pcvs-info.el (cvs-marked-face): Likewise.
12225 * info.el (info-xref): Likewise.
12226 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12227 * hilit-chg.el (highlight-changes-face)
12228 (highlight-changes-delete-face): Likewise.
12229 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12230 (hi-red-b): Likewise.
12231 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12232 * font-lock.el (font-lock-keyword-face)
12233 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12234 * cus-edit.el (custom-invalid-face, custom-modified-face)
12235 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12236 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12237 * comint.el (comint-highlight-prompt): Likewise.
12238
12239 2005-04-08 Lute Kamstra <lute@gnu.org>
12240
12241 * font-lock.el (font-lock-keywords): Docstring fixes.
12242
12243 2005-04-08 Kenichi Handa <handa@m17n.org>
12244
12245 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12246 chars are more than a limit, print " and more..." at the tail.
12247
12248 2005-04-08 Kim F. Storm <storm@cua.dk>
12249
12250 * emacs-lisp/authors.el (authors-aliases): Update list.
12251 (authors-ignored-files): New list.
12252 (authors-fixed-entries): Fix typo.
12253 (authors-renamed-files-alist): Update list.
12254 (authors-add): Check authors-ignored-files.
12255
12256 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12257
12258 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12259 optional, to ensure backward compatibility.
12260
12261 2005-04-08 Stephen Eglen <stephen@gnu.org>
12262
12263 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12264
12265 2005-04-08 Kim F. Storm <storm@cua.dk>
12266
12267 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12268
12269 * mouse.el (mouse-on-link-p): Doc fix.
12270
12271 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12272
12273 * ielm.el (ielm-prompt-read-only): Doc fix.
12274
12275 * comint.el (comint-prompt-read-only): Doc fix.
12276
12277 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12278
12279 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12280 ensure dired always handles wildcards passed to ffap.
12281 (find-file-at-point): Use it.
12282 (ffap-dired-wildcards): Doc fix.
12283
12284 2005-04-07 Juri Linkov <juri@jurta.org>
12285
12286 * simple.el (next-error-overlay-arrow-position): New defvar.
12287 Put "=>" on its property `overlay-arrow-string'. Add it to
12288 `overlay-arrow-variable-list'.
12289
12290 * progmodes/compile.el (compilation-setup):
12291 Set `next-error-overlay-arrow-position' to nil. Also set it to
12292 nil in the local hook `kill-buffer-hook'. Make local variable
12293 `overlay-arrow-string' and set it to "=>".
12294 (compilation-goto-locus): Set BOL position to
12295 `next-error-overlay-arrow-position' instead of
12296 `overlay-arrow-position'.
12297
12298 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12299 locally instead of adding it to the global hook.
12300 (Info-kill-buffer): Move up.
12301
12302 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12303
12304 * term/xterm.el (xterm-standard-colors): Update color values from
12305 xterm-200.
12306
12307 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12310
12311 * fast-lock.el:
12312 * lazy-lock.el: Move them to the obsolete subdir.
12313
12314 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12315
12316 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12317 (wdired-add-replace-advice): Remove.
12318 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12319
12320 2005-04-06 Kim F. Storm <storm@cua.dk>
12321
12322 * startup.el (command-line): Add --bare-bones alias for -Q.
12323
12324 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12325
12326 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12327 create the startup fontset if a font specification ends with
12328 `mac-roman'.
12329
12330 2005-04-06 Lute Kamstra <lute@gnu.org>
12331
12332 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12333 change.
12334
12335 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12336 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12337
12338 2005-04-05 Lute Kamstra <lute@gnu.org>
12339
12340 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12341 (define-generic-mode): Ditto. Fix debug declaration.
12342
12343 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12344 Put them in the generic-x group.
12345
12346 * calendar/timeclock.el (timeclock): Doc fix.
12347
12348 * generic.el (define-generic-mode): Don't use custom-current-group.
12349 Document default :group value.
12350 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12351 (define-global-minor-mode): Don't use custom-current-group.
12352
12353 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12354
12355 * startup.el (command-line-1): Display startup-echo-area-message
12356 when fancy splash screen is in use.
12357
12358 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12359 (sh-escaped-newline): New face.
12360 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12361 newline, and use sh-escaped-newline face.
12362
12363 * progmodes/tcl.el (tcl-escaped-newline): New face.
12364 (tcl-builtin-list): New variable.
12365 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12366 newlines. Fix keywords subexpression number.
12367
12368 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12369
12370 * textmodes/org.el (org-diary-default-entry): Fix call to
12371 `add-to-diary-entry'.
12372
12373 2005-04-05 Kim F. Storm <storm@cua.dk>
12374
12375 * ediff-init.el: Use (featurep 'xemacs).
12376
12377 2005-04-05 David Ponce <david@dponce.com>
12378
12379 * cus-edit.el (face): Derive from symbol widget. Display sample
12380 of the current face on the fly.
12381 (widget-face-sample-face-get, widget-face-notify): New functions.
12382 (widget-face-value-create): Remove.
12383
12384 * wid-edit.el (widget-field-end): Temporarily remove field
12385 narrowing before to call `get-char-property'.
12386
12387 2005-04-04 Jay Belanger <belanger@truman.edu>
12388
12389 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12390 (math-read-subscripts): New variable.
12391 (math-read-preprocess-string): Process subscripts.
12392
12393 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * comint.el (comint-prompt-read-only): Doc fix.
12396
12397 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12398 `-1'. Doc fix.
12399
12400 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12401
12402 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12403 Change default value to nil.
12404
12405 2005-04-04 Lute Kamstra <lute@gnu.org>
12406
12407 * autorevert.el (auto-revert-mode): Specify :group.
12408 * battery.el (display-battery-mode): Specify :group.
12409 * diff-mode.el (diff-minor-mode): Specify :group.
12410 * font-core.el (font-lock-mode): Specify :group.
12411 * hl-line.el (hl-line-mode): Specify :group.
12412 * iimage.el (iimage): New customization group.
12413 (iimage-mode): Specify :group.
12414 * longlines.el (longlines-mode): Specify :group.
12415 * master.el: Don't require easy-mmode.
12416 (master): New customization group.
12417 (master-mode): Specify :group.
12418 * msb.el (msb-mode): Specify :group.
12419 * reveal.el (reveal-mode): Specify :group.
12420 * simple.el (next-error-follow-minor-mode): Specify :group.
12421 * smerge-mode.el (smerge-mode): Specify :group.
12422 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12423 * emulation/cua-base.el (cua-mode): Specify :group.
12424 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12425 * language/thai-util.el (thai-auto-composition-mode)
12426 (thai-word-mode): Specify :group.
12427 * mail/supercite.el (sc-minor-mode): Specify :group.
12428 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12429 * progmodes/flymake.el (flymake-mode): Specify :group.
12430 * progmodes/glasses.el (glasses-mode): Specify :group.
12431 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12432 * textmodes/enriched.el (enriched-mode): Specify :group.
12433 * textmodes/refill.el (refill-mode): Specify :group.
12434
12435 * add-log.el (change-log-font-lock-keywords): Names in
12436 parenthesized lists can contain spaces.
12437
12438 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12439
12440 * startup.el (fancy-splash-text): Shorten default text of
12441 "Emacs Tutorial" line. Also, if the current language env
12442 indicates an available tutorial file other than TUTORIAL,
12443 extract its title and append it to the line in parentheses.
12444 (fancy-splash-insert): If arg is a thunk, funcall it.
12445
12446 2005-04-04 Jay Belanger <belanger@truman.edu>
12447
12448 * calc.el (calc-language-alist): Add tags to customization type.
12449
12450 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12451
12452 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12453 Doc fix.
12454
12455 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12456
12457 * add-log.el (change-log-font-lock-keywords): The manual
12458 describing a Change Log entry, says: (...) "Aside from these
12459 header lines, every line in the change log starts with a space or
12460 a tab.". The font-lock was not highlighting lines started with
12461 spaces, added support for it.
12462
12463 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12464
12465 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12466 (bibtex-generate-url-list): Update docstring accordingly. Put the
12467 complex example in the docstring.
12468 (bibtex-font-lock-url): Use pop.
12469
12470 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12473
12474 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12475
12476 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12477
12478 * filesets.el (filesets-set-default): Doc fix.
12479
12480 2005-04-03 Lute Kamstra <lute@gnu.org>
12481
12482 * generic.el (define-generic-mode): Add argument to specify
12483 keywords for defcustom.
12484 (default-generic-mode): Specify :group.
12485
12486 * generic-x.el: Specify :group for all generic modes.
12487
12488 * desktop.el (desktop-no-desktop-file-hook)
12489 (desktop-after-read-hook): Doc fix.
12490
12491 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12492
12493 * simple.el (visible-mode): Use explicit :group keyword.
12494 This changes the group of `visible-mode-hook' from paren-blinking
12495 to editing-basics.
12496
12497 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12498
12499 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12500 mailbox specifications as well as URLs.
12501 (rmail-insert-inbox-text): Remove unused conditional branches.
12502
12503 2005-04-01 Jay Belanger <belanger@truman.edu>
12504
12505 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12506 (calc-gnuplot-print-command): Move definitions to calc.el.
12507
12508 * calc/calc-embed.el (calc-embedded-announce-formula)
12509 (calc-embedded-open-formula, calc-embedded-close-formula)
12510 (calc-embedded-open-word, calc-embedded-close-word)
12511 (calc-embedded-open-plain, calc-embedded-close-plain)
12512 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12513 (calc-embedded-open-mode, calc-embedded-close-mode):
12514 Move definitions to calc.el.
12515
12516 * calc/calc.el (calc-settings-file, calc-language-alist):
12517 Make customizable.
12518 (calc-embedded-announce-formula, calc-embedded-open-formula)
12519 (calc-embedded-close-formula, calc-embedded-open-word)
12520 (calc-embedded-close-word, calc-embedded-open-plain)
12521 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12522 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12523 (calc-embedded-close-mode, calc-gnuplot-name)
12524 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12525 from other files and make customizable.
12526
12527 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12530 Use buffer-live-p.
12531 (cvs-mode-run): Don't call cvs-update-header here.
12532 (cvs-run-process): Call cvs-update-header.
12533 Use process properties for cvs-postprocess and cvs-buffer so that
12534 the sentinel can behave better if the temp buffer is killed.
12535 Use a pipe rather than a tty, to better handle unexpected prompts.
12536 (cvs-sentinel): Rewrite. Call cvs-update-header.
12537
12538 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12539
12540 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12541 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12542
12543 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * generic.el (define-generic-mode): Add indentation rule.
12546
12547 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12548
12549 * files.el (mode-require-final-newline): Make Custom correctly
12550 report a nil value and allow to set it to nil via Custom.
12551 Doc fix.
12552
12553 2005-04-01 Kenichi Handa <handa@m17n.org>
12554
12555 * international/characters.el: Enable the correct case setting for
12556 dotless-i and dotted-I.
12557
12558 2005-04-01 Kim F. Storm <storm@cua.dk>
12559
12560 * ido.el (ido-file-internal): Fall back to non-ido command if
12561 initial directory is on slow ftp (or tramp) host.
12562
12563 2005-03-31 Richard M. Stallman <rms@gnu.org>
12564
12565 * emacs-lisp/autoload.el (make-autoload):
12566 Handle define-global-minor-mode.
12567
12568 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12569 Rename from easy-mmode-define-global-mode.
12570 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12571
12572 * progmodes/scheme.el (scheme-mode-syntax-table):
12573 Update syntax of | and # for two-character comment syntax.
12574
12575 2005-03-31 Lute Kamstra <lute@gnu.org>
12576
12577 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12578 (define-minor-mode): Call custom-current-group at load-time.
12579
12580 * generic.el (define-generic-mode): Add debug declaration.
12581 Add defcustom for the mode hook.
12582 (generic-mode-internal): Use run-mode-hooks.
12583
12584 2005-03-31 Kim F. Storm <storm@cua.dk>
12585
12586 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12587 (mouse-fixup-help-message): New defun called by show_help_echo
12588 to fixup mouse-2 prefix in help messages when applicable.
12589
12590 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12591
12592 2005-03-31 Kenichi Handa <handa@m17n.org>
12593
12594 * language/thai-word.el (thai-find-word-ends): Pay attention to
12595 the case that we reach the end of buffer.
12596
12597 * textmodes/fill.el (fill-text-properties-at): New function.
12598 (fill-newline): Use fill-text-properties-at instead of
12599 text-properties-at.
12600
12601 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12602
12603 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12604 not comint-quote-filename.
12605
12606 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12607
12608 * help-fns.el (help-with-tutorial): Revert last change.
12609
12610 2005-03-31 Kim F. Storm <storm@cua.dk>
12611
12612 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12613
12614 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12615
12616 * calendar/cal-china.el: Update reference to "Calendrical
12617 Calculations" book; there's a new edition.
12618 * calendar/cal-coptic.el: Likewise.
12619 * calendar/cal-french.el: Likewise.
12620 * calendar/cal-hebrew.el: Likewise.
12621 * calendar/cal-islam.el: Likewise.
12622 * calendar/cal-iso.el: Likewise.
12623 * calendar/cal-julian.el: Likewise.
12624 * calendar/cal-mayan.el: Likewise.
12625 * calendar/cal-persia.el: Likewise.
12626 * calendar/calendar.el: Likewise.
12627 * calendar/holidays.el: Likewise.
12628 * calendar/lunar.el: Likewise.
12629 * calendar/solar.el: Likewise.
12630
12631 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12632 white space from doc string.
12633
12634 2005-03-30 Jay Belanger <belanger@truman.edu>
12635
12636 * calc/calc-help.el (calc-full-help): Remove email address.
12637
12638 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12639
12640 * help-fns.el (help-with-tutorial): Delete title line.
12641
12642 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12643
12644 * calendar/cal-x.el (calendar-one-frame-setup)
12645 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12646 rather than 'symbol for set-window-dedicated-p.
12647
12648 * calendar/appt.el (appt-buffer-name): Make it a constant.
12649 (appt-add): Doc fix.
12650
12651 * filesets.el (filesets-menu-path, filesets-menu-before)
12652 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12653 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12654 (filesets-add-submenu): Delete and use add-submenu instead.
12655
12656 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12657
12658 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12659 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12660 (org-diary-default-entry): New function.
12661 (org-get-entries-from-diary): Better parsing of diary entries.
12662 (org-agenda-check-no-diary): New function.
12663 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12664 linking to diary entries.
12665 (org-agenda-execute-calendar-command): New function.
12666 (org-agenda): Improve visible section in window.
12667 Use `org-fit-agenda-window'.
12668 (org-fit-agenda-window): New option.
12669 (org-move-subtree-down): Better handling of empty lines
12670 at end of subtree.
12671 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12672 levels up.
12673 (org-fontify-done-headline): New option.
12674 (org-headline-done-face): New face.
12675 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12676 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12677 When current field is non-empty, it is copied to next row.
12678 (org-table-copy-from-above): Fix bug which made it
12679 impossible to copy fields containing only a single non-white character.
12680
12681 2005-03-30 Kim F. Storm <storm@cua.dk>
12682
12683 * kmacro.el (kmacro-end-macro): Isearch may store this command
12684 into the macro -- so ignore it when executing keyboard macro.
12685
12686 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12687
12688 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12689
12690 2005-03-29 Kenichi Handa <handa@m17n.org>
12691
12692 * language/thai.el ("Thai"): Set setup-function and exit-function
12693 for Thai language environment.
12694
12695 * language/thai-util.el: Require thai-word.
12696 (thai-word-mode-map): New variable.
12697 (thai-word-mode): New minor mode.
12698 (setup-thai-language-environment-internal): New function.
12699 (exit-thai-language-environment-internal): New function.
12700
12701 * language/thai-word.el (thai-word-table): Declare it by defvar,
12702 use dolist to initialize it.
12703 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12704 (thai-fill-find-break-point): New functions.
12705
12706 2005-03-29 Richard M. Stallman <rms@gnu.org>
12707
12708 * simple.el (idle-update-delay): Move definition up.
12709 (set-mark): Doc fix.
12710
12711 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12712
12713 * longlines.el: New file.
12714
12715 * simple.el (buffer-substring-filters): New variable.
12716 (filter-buffer-substring): New function.
12717 (kill-region, copy-region-as-kill): Use it.
12718
12719 * register.el (copy-to-register, append-to-register)
12720 (prepend-to-register): Use filter-buffer-substring.
12721
12722 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12723
12724 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12725 (gud-filter-pending-text): Move in front of gdb.
12726 (gud-overlay-arrow-position): New variable.
12727 (gud-sentinel, gud-display-line): Use it in place of
12728 overlay-arrow-position.
12729
12730 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12731
12732 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12733 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12734 (fortran-font-lock-keywords-4): New variable.
12735 (fortran-blocks-re, fortran-end-block-re)
12736 (fortran-start-block-re): New constants, for hideshow.
12737 (hs-special-modes-alist): Add a Fortran entry.
12738 (fortran-mode-map): Bind fortran-end-of-block,
12739 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12740 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12741 (fortran-looking-at-if-then, fortran-end-of-block)
12742 (fortran-beginning-of-block): New functions, for hideshow.
12743
12744 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12745 Doc fix. Tweak regexp.
12746 (f90-beginning-of-block): Push mark first.
12747
12748 2005-03-29 Jay Belanger <belanger@truman.edu>
12749
12750 * calc/calc.el: Update copyright date.
12751 (calc-version): Increase to 2.1.
12752 (calc-version-date): Remove.
12753
12754 * calc/calc-help.el: Update copyright date.
12755 (calc-full-help): Remove reference to calc-version-date.
12756 Update copyright date.
12757
12758 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * vc.el (vc-do-command): Use a pipe for async processes, so password
12761 prompts don't show up at places where the user can't reply.
12762
12763 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12764
12765 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12766 on the file name we pass to the inferior shell.
12767
12768 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12769
12770 * progmodes/which-func.el (which-function): Be robust in the face of an
12771 imenu--make-index-alist failure.
12772
12773 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12776
12777 * progmodes/python.el (python-preoutput-filter): Fix last change.
12778
12779 2005-03-29 Lute Kamstra <lute@gnu.org>
12780
12781 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12782 functions and compiled macros.
12783 (debug-convert-byte-code): Handle macros too.
12784 (debug-on-entry-1): Don't signal an error when trying to clear a
12785 function that is not set to debug on entry.
12786
12787 2005-03-29 Jay Belanger <belanger@truman.edu>
12788
12789 * calc/calc-lang.el: Add functions to math-function-table
12790 properties of tex and math.
12791
12792 2005-03-29 Kenichi Handa <handa@m17n.org>
12793
12794 * ps-mule.el (ps-mule-plot-string): Translate characters by
12795 ps-print-translation-table.
12796 (ps-mule-begin-job): Call find-charset-region/string with
12797 ps-print-translation-table.
12798 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12799
12800 * ps-print.el (ps-print-translation-table): New variable.
12801 (ps-plot-region): Translate characters by ps-print-translation-table.
12802
12803 2005-03-29 Juri Linkov <juri@jurta.org>
12804
12805 * simple.el (next-error-highlight-timer): New variable.
12806
12807 * progmodes/compile.el (compilation-goto-locus):
12808 Use `next-error-highlight-timer' instead of `sit-for'.
12809
12810 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12811
12812 * mail/supercite.el (sc-mail-field): Use assoc-string.
12813 (sc-get-address): Simplify regexps.
12814
12815 * files.el (minibuffer-with-setup-hook): New macro.
12816 (find-file-read-args): Use it to avoid let-binding
12817 minibuffer-with-setup-hook (which breaks turning on/off
12818 file-name-shadow-mode while in the prompt).
12819
12820 * complete.el (PC-read-include-file-name-internal):
12821 Use test-completion.
12822
12823 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12824
12825 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12826
12827 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * window.el (window-buffer-height): Use count-screen-lines.
12830
12831 * progmodes/python.el (python-preoutput-leftover): New var.
12832 (python-preoutput-filter): Use it.
12833 (python-send-receive): Loop until all the result has been received.
12834
12835 2005-03-28 Juri Linkov <juri@jurta.org>
12836
12837 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12838
12839 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12840 "Recover Crashed Session".
12841 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12842 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12843 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12844 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12845 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12846 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12847 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12848 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12849
12850 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12851 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12852 Ediff Sessions", "Toggle use of separate control buffer frame",
12853 "Use separate frame for Ediff control buffer".
12854
12855 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12856 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12857 "Rename Bookmark", "Delete Bookmark".
12858
12859 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12860 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12861 Add `:active Info-index-alternatives' to "Next Matching Item".
12862
12863 * wdired.el (wdired-change-to-wdired-mode):
12864 Mention `wdired-abort-changes' key in the initial message.
12865
12866 * international/mule.el (auto-coding-alist): Associate non-ascii
12867 image filename extensions with `no-conversion'.
12868
12869 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12870
12871 * international/iso-acc.el:
12872 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12873
12874 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12875
12876 * textmodes/sgml-mode.el (html-mode): Doc update.
12877
12878 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12879
12880 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12881
12882 * term.el (term-move-columns): Fix face after extending a line.
12883 (term-insert-spaces): Likewise.
12884 (term-reset-terminal): Fix off by one error.
12885
12886 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12887
12888 * international/mule.el (auto-coding-alist): Add .xpi files.
12889
12890 * files.el (auto-mode-alist): Add .xpi files.
12891
12892 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12893
12894 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12895
12896 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12897
12898 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12899
12900 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12901
12902 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12903 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12904
12905 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12906 cursor to Jan 1 when needed.
12907 (calendar-end-of-year): Fix -/+ typo.
12908 Reported by Chong Yidong <cyd@stupidchicken.com>.
12909
12910 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12913
12914 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12915 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12916
12917 2005-03-25 Richard M. Stallman <rms@gnu.org>
12918
12919 * filesets.el (filesets-init): Add autoload.
12920
12921 * mail/mailalias.el (mail-directory): Doc fix.
12922
12923 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12924
12925 * mail/mailalias.el (mail-directory-process): Do nothing if
12926 mail-directory-process is an atom.
12927 (mail-get-names): Ignore mail-directory-names if it is an atom.
12928 (mail-directory-process defvar): Doc fix.
12929 (mail-names): Doc fix.
12930
12931 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12932
12933 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12934
12935 2005-03-26 Kenichi Handa <handa@m17n.org>
12936
12937 * international/mule-util.el (detect-coding-with-priority):
12938 Call update-coding-systems-internal before detect-coding-region.
12939
12940 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12941
12942 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12943 (gdb-frames-mode-map): Add follow-link property.
12944
12945 2005-03-25 Jay Belanger <belanger@truman.edu>
12946
12947 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12948 for variables.
12949
12950 2005-03-25 Juri Linkov <juri@jurta.org>
12951
12952 * image-mode.el: Optimize image filename extension regexps in
12953 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12954 in `auto-mode-alist'.
12955 (image-mode): Add `image-toggle-display-text' to local hook
12956 `change-major-mode-hook'. Display the image as an image by
12957 default. Set `cursor-type' and `truncate-lines' if the image
12958 is already displayed. Take into account the current mode (image
12959 or text) in message.
12960 (image-minor-mode): New minor mode.
12961 (image-mode-maybe, image-toggle-display-text): New functions.
12962 (image-toggle-display): Use called-interactively-p.
12963 Let-bind `inhibit-read-only' to t.
12964
12965 * image-mode.el (image-minor-mode): Set `cursor-type' and
12966 `truncate-lines' if the image is already displayed. Add turning
12967 image-minor-mode off to `change-major-mode-hook'. Add message.
12968 Call `image-toggle-display-text' after turning image-minor-mode off.
12969
12970 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12973 Terminal.app, use utf-8.
12974 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12975 (set-locale-environment): Use it.
12976
12977 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12978
12979 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12980
12981 * progmodes/python.el (python-close-block-statement-p)
12982 (python-outdent-p, python-current-defun): Use symbol-end.
12983
12984 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12985
12986 * files.el (save-some-buffers): Doc fix.
12987
12988 2005-03-25 Werner Lemberg <wl@gnu.org>
12989
12990 * complete.el, thumbs.el: Replace `legal' with `valid'.
12991 * calendar/calendar.el: Replace `legal' with `valid'.
12992 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12993 * mail/supercite.el: Replace `legal' with `valid'.
12994 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12995 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12996 Replace `legal' with `valid'.
12997 * textmodes/reftex-vars.el, textmodes/reftex.el:
12998 Replace `legal' with `valid'.
12999
13000 2005-03-25 Werner Lemberg <wl@gnu.org>
13001
13002 * calc/calc-forms.el, calc/calc-sel.el:
13003 * midnight.el, vc-cvs.el:
13004 * emacs-lisp/cl-macs.el:
13005 * emulation/vip.el:
13006 * eshell/esh-io.el, eshell/esh-var.el:
13007 * mail/supercite.el:
13008 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13009 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13010 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13011 * progmodes/sh-script.el, progmodes/xscheme.el:
13012 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13013 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13014 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13015 * textmodes/reftex.el, textmodes/org.el:
13016 Replace `illegal' with `invalid'.
13017
13018 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13021 (flymake-find-buildfile, flymake-find-possible-master-files)
13022 (flymake-check-include, flymake-parse-line): Replace loops over the
13023 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13024
13025 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13026 Substitute file-name-as-directory in the rest of the file.
13027 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13028 (flymake-replace-region): Remove unused arg `buffer'.
13029 (flymake-check-patch-master-file-buffer): Update calls to it.
13030 (flymake-add-err-info): Remove unused var `count'.
13031 (flymake-mode): Use define-minor-mode.
13032
13033 * progmodes/flymake.el: Use with-current-buffer.
13034 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13035 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13036 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13037 Avoid testing for `xemacs'.
13038 (flymake-nop): Move.
13039 (flymake-region-has-flymake-overlays): Return the computed value.
13040 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13041 Remove unused var `endline'.
13042 (flymake-get-line-count): Remove unused function.
13043 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13044
13045 * emulation/vi.el:
13046 * generic.el:
13047 * hilit-chg.el (global-highlight-changes):
13048 * hi-lock.el (hi-lock-mode):
13049 * follow.el: find-file-hooks -> find-file-hook.
13050
13051 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13052
13053 2005-03-24 Juri Linkov <juri@jurta.org>
13054
13055 * dired.el (dired-mode-map): Add menu item "Compare directories"
13056 for dired-compare-directories.
13057
13058 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13059 Doc fix. Replace `read-file-name' with `read-directory-name'.
13060
13061 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13064
13065 2005-03-24 Jay Belanger <belanger@truman.edu>
13066
13067 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13068 relevant mode settings in calc-embedded-original-modes when modes
13069 are permanently changed.
13070
13071 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * autoinsert.el: find-file-hooks -> find-file-hook.
13074
13075 2005-03-24 Lute Kamstra <lute@gnu.org>
13076
13077 * generic.el (generic-font-lock-defaults): Make it obsolete.
13078 (generic-font-lock-keywords): New variable to replace
13079 generic-font-lock-defaults.
13080 (generic-mode-set-font-lock): Delete it.
13081 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13082 (generic-bracket-support): Add docstring.
13083
13084 * generic-x.el: Rename generic-font-lock-defaults to
13085 generic-font-lock-keywords throughout.
13086 (mailagent-rules-setup-function): Delete it.
13087 (mailagent-rules-generic-mode): Use anonymous function instead.
13088 (show-tabs-generic-mode-font-lock-defaults-1)
13089 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13090 Quote faces.
13091 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13092 not foreground.
13093
13094 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13095 Recognize define-generic-mode.
13096
13097 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13100 if there's no completion table.
13101
13102 2005-03-23 Miles Bader <miles@gnu.org>
13103
13104 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13105 Remove tty-specific variants, as they're no longer needed.
13106
13107 2005-03-23 Lute Kamstra <lute@gnu.org>
13108
13109 * generic-x.el: Code cleanup: make args constant whenever possible.
13110 (installshield-statement-keyword-list)
13111 (installshield-system-functions-list)
13112 (installshield-system-variables-list, installshield-types-list)
13113 (installshield-funarg-constants-list): Make them constants.
13114
13115 * generic.el (generic-make-keywords-list): Add autoload cookie.
13116
13117 * calendar/time-date.el: Add comment on time value formats.
13118 Don't require parse-time.
13119 (with-decoded-time-value): New macro.
13120 (encode-time-value): New function.
13121 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13122 (days-to-time): Return a valid time value when arg is huge.
13123 (time-since): Use time-subtract.
13124 (time-to-number-of-days): Use time-to-seconds.
13125
13126 2005-03-23 David Ponce <david@dponce.com>
13127
13128 * recentf.el: (recentf-keep): New option.
13129 (recentf-menu-action): Default to `find-file'.
13130 (recentf-keep-non-readable-files-flag)
13131 (recentf-keep-non-readable-files-p)
13132 (recentf-file-readable-p, recentf-find-file)
13133 (recentf-cleanup-remote): Remove.
13134 (recentf-include-p): More robust.
13135 (recentf-keep-p): New function.
13136 (recentf-remove-if-non-kept): Rename from
13137 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13138 All callers updated.
13139 (recentf-menu-items-for-commands): Fix help string.
13140 (recentf-track-closed-file): Update. Doc fix.
13141 (recentf-cleanup): Update. Count removed files. Doc fix.
13142
13143 2005-03-23 Kim F. Storm <storm@cua.dk>
13144
13145 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13146 Don't inherit from fringe face (now happens automatically).
13147
13148 2005-03-22 Kim F. Storm <storm@cua.dk>
13149
13150 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13151 position values.
13152
13153 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * menu-bar.el (showhide-date-time): Remove.
13156 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13157 (menu-bar-make-mm-toggle): Simplify.
13158
13159 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13160
13161 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13162 Accept qualified variable and function names.
13163
13164 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13165
13166 * bindings.el (completion-ignored-extensions):
13167 Remove ".lis" for `vax-vms'.
13168
13169 2005-03-22 Andreas Schwab <schwab@suse.de>
13170
13171 * generic-x.el: Revert last change.
13172 * ldefs-boot.el: Update.
13173
13174 2005-03-22 Jay Belanger <belanger@truman.edu>
13175
13176 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13177 (calc-embedded-save-original-modes)
13178 (calc-embedded-restore-original-modes): New functions.
13179 (calc-do-embedded): Save original modes when entering embedded mode
13180 and restore when leaving embedded mode.
13181 (calc-embedded-modes-change): Change the value of
13182 calc-embedded-original-modes to reflect permanent changes.
13183
13184 2005-03-22 Lute Kamstra <lute@gnu.org>
13185
13186 * generic-x.el: Require generic again.
13187
13188 2005-03-22 Miles Bader <miles@gnu.org>
13189
13190 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13191 Tweak details to look good on both ttys and bitmap displays, light
13192 or dark background, etc.
13193
13194 2005-03-21 Kim F. Storm <storm@cua.dk>
13195
13196 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13197 mouse position.
13198
13199 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * icomplete.el: Don't forcibly turn on the mode upon load.
13202 (icomplete-mode): Use define-minor-mode.
13203 (icomplete-eoinput): Default to nil.
13204 (icomplete-minibuffer-setup): Remove autoload.
13205 (icomplete-tidy): Simplify.
13206 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13207 in the initial state or if the user has modified the field.
13208 Fix handling of icomplete-max-delay-chars.
13209 Remove code that handles the oddball case where
13210 minibuffer-completion-table is an integer.
13211 Wrap icomplete-completions in while-no-input in case building
13212 completions takes more time than expected.
13213 (icomplete-completions): Simplify.
13214
13215 2005-03-21 Richard M. Stallman <rms@gnu.org>
13216
13217 * jka-compr.el (jka-compr-really-do-compress):
13218 Make variable buffer-local.
13219
13220 * image-mode.el: Handle .xpm files too.
13221 (image-toggle-display): Preserve modification flag.
13222
13223 * help.el (where-is): Don't mention aliases with no key bindings.
13224
13225 2005-03-21 Lute Kamstra <lute@gnu.org>
13226
13227 * generic.el: Fix commentary section. Don't require cl for
13228 compilation.
13229 (generic-mode-list): Add autoload cookie.
13230 (generic-use-find-file-hook, generic-lines-to-scan)
13231 (generic-find-file-regexp, generic-ignore-files-regexp)
13232 (generic-mode, generic-mode-find-file-hook)
13233 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13234 (define-generic-mode): Make it a defmacro. Fix docstring.
13235 (generic-mode-internal): Code cleanup. Add autoload cookie.
13236 (generic-mode-set-comments): Code cleanup.
13237 * generic-x.el: Don't prevent compilation. Don't require generic.
13238 Follow coding conventions. Minor code cleanup.
13239 (etc-fstab-generic-mode): Add some keywords.
13240 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13241 define-generic-mode like a function declaration.
13242
13243 2005-03-21 Jay Belanger <belanger@truman.edu>
13244
13245 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13246 changing modes.
13247
13248 2005-03-21 Sam Steingold <sds@gnu.org>
13249
13250 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13251
13252 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13253
13254 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13255 Add underscore to "f$ lexicals" regexp.
13256
13257 2005-03-20 Juri Linkov <juri@jurta.org>
13258
13259 * subr.el (progress-reporter-do-update): When `min-value' is equal
13260 to `max-value', set `percentage' to 0 and prevent division by zero.
13261
13262 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13263
13264 Sync with Tramp 2.0.48.
13265
13266 * net/tramp.el (all): Change all addresses to .gnu.org.
13267 (tramp-append-tramp-buffers): New defun.
13268 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13269 Catch `dont-send' signal.
13270 (tramp-set-auto-save-file-modes): Set always permissions, because
13271 there might be an old auto-saved file belonging to another
13272 original file. This could be a security threat. Reported by
13273 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13274 Check for Emacs 21.3.50 removed.
13275
13276 * net/tramp-smb.el (all): Remove debug construct for
13277 `with-parsed-tramp-file-name'.
13278 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13279 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13280 No error message if DIRECTORY or FILENAME doesn't exist.
13281 (tramp-smb-open-connection): Check existence of
13282 `tramp-smb-program'.
13283
13284 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13287 Properly handle the case where the `m' or `s' command's argument is not
13288 yet terminated.
13289 (perl-indent-new-calculate): New function.
13290 (perl-indent-line): Use it.
13291
13292 2005-03-20 Miles Bader <miles@gnu.org>
13293
13294 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13295 in text-mode too. Change to new face names.
13296 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13297 Add `:weight bold' attribute.
13298 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13299
13300 2005-03-19 Juri Linkov <juri@jurta.org>
13301
13302 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13303
13304 * international/mule.el (auto-coding-alist): Sync with
13305 `auto-mode-alist' by adding upper case archive file extensions
13306 and adding ear/war to jar extension.
13307
13308 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13309
13310 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13311 running, restart it.
13312
13313 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13314
13315 * finder.el (finder-current-item): Throw an error on an empty line.
13316
13317 * man.el (Man-follow-manual-reference): If current-word returns
13318 nil, use "".
13319
13320 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13321
13322 * simple.el (goto-line): Doc fix.
13323
13324 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13325
13326 * files.el (save-buffer): Doc fix.
13327
13328 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13329
13330 * recentf.el (recentf-cleanup-remote): New variable.
13331 (recentf-cleanup): Use it to conditionally check availability of
13332 remote files.
13333
13334 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13335
13336 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13337 function names.
13338
13339 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13340
13341 * language/thai-word.el: New file.
13342
13343 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13344
13345 * files.el (backup-buffer): If the file's directory is not
13346 writable, use copy instead of move to backup the file.
13347
13348 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13349
13350 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13351
13352 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13353
13354 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13355 Use functionp instead of symbolp and fboundp. Reported by Drkm
13356 <darkman_spam@yahoo.fr>.
13357 (ps-print-version): New version 6.6.6.
13358
13359 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13360
13361 * textmodes/table.el (table--line-column-position): New idiom.
13362 (table--row-column-insertion-point-p): New function to test
13363 validity of row and column insertion operation at a location.
13364 (table-global-menu, table-cell-menu): Use above functions for
13365 deterministic test operation.
13366 (table--editable-cell-p): Behave in deterministic fashion.
13367
13368 2005-03-18 Juri Linkov <juri@jurta.org>
13369
13370 * isearch.el (isearch-lazy-highlight-new-loop):
13371 Make arguments beg and end optional.
13372 (isearch-update): Remove optional arguments nil from
13373 isearch-lazy-highlight-new-loop.
13374 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13375 isearch-lazy-highlight-case-fold-search instead of
13376 isearch-case-fold-search, and let-bind isearch-regexp to
13377 isearch-lazy-highlight-regexp.
13378 Use isearch-lazy-highlight-last-string instead of isearch-string.
13379
13380 * replace.el (perform-replace): Remove bindings of global
13381 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13382 Add three new arguments to `replace-highlight'.
13383 (replace-highlight): Add arguments string, regexp, case-fold.
13384 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13385 to allow isearch-lazy-highlight-new-loop to use these values
13386 to set corresponding isearch-lazy-highlight-* internal
13387 variables whose values lazy highlighting will use regardless of
13388 changes to global variables isearch-string, isearch-regexp,
13389 isearch-case-fold-search during lazy highlighting loop.
13390 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13391 to `lazy-highlight-cleanup'.
13392
13393 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13394 (ispell-highlight-face): Set default face to `isearch' when
13395 lazy highlighting is enabled.
13396 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13397 priority to 1. Add lazy highlighting.
13398 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13399 from `isearch-dehighlight'.
13400
13401 2005-03-18 David Ponce <david@dponce.com>
13402
13403 * files.el (hack-local-variables): Do a case-insensitive search
13404 for End.
13405
13406 2005-03-18 Juri Linkov <juri@jurta.org>
13407
13408 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13409 `isearch-lazy-highlight-cleanup', add alias to old name and
13410 declare obsolete. Add release numbers to other obsolete vars.
13411 (isearch-done, isearch-lazy-highlight-new-loop):
13412 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13413 (lazy-highlight-cleanup) <variable>: Doc fix.
13414 (isearch-lazy-highlight-update): Rename obsolete
13415 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13416
13417 2005-03-18 Kenichi Handa <handa@m17n.org>
13418
13419 * language/thai-util.el: Fix categorization of Thai characters in
13420 thai-category-table.
13421 (thai-composition-pattern): Adjust it for the above change.
13422 (thai-self-insert-command, thai-compose-syllable): New functions.
13423 (thai-compose-region): Use thai-compose-syllable.
13424 (thai-compose-string): Likewise.
13425 (thai-composition-function): Likewise.
13426 (thai-auto-composition): New function.
13427 (thai-auto-composition-mode): New minor mode.
13428
13429 * language/thai.el: Fix patterns to be registered in
13430 composition-function-table.
13431
13432 * international/quail.el (quail-input-method): Locally bind
13433 inhibit-modification-hooks to t.
13434
13435 2005-03-17 Richard M. Stallman <rms@gnu.org>
13436
13437 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13438 (perl-mode): Use run-mode-hooks.
13439
13440 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13441 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13442 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13443
13444 * mail/sendmail.el (sendmail-send-it): Reenable the code
13445 to compute resend-to-address and use it.
13446
13447 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13448
13449 * image-mode.el: New file.
13450
13451 * image.el (insert-sliced-image): Add autoload cookie.
13452
13453 * font-lock.el (font-lock-lines-before): New user option.
13454 (font-lock-after-change-function): Obey it.
13455
13456 * bindings.el (esc-map): Make M-g a prefix.
13457 Bind M-g g and M-g M-g to goto-line.
13458
13459 * faces.el (face-id): Doc fix.
13460
13461 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13462
13463 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13464 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13465 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13466
13467 * mail/sendmail.el (mail-yank-ignored-headers)
13468 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13469 Add Mail-Followup-To and Mail-Reply-To headers.
13470 (mail-citation-hook): Add autoload cookie.
13471 (mail-mode): Doc fix.
13472 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13473 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13474 (mail-mode-fill-paragraph): Handle those headers.
13475 (mail-mailing-lists): New variable.
13476 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13477
13478 2005-03-17 Juri Linkov <juri@jurta.org>
13479
13480 * isearch.el (isearch-fallback): Check for `(car previous)'
13481 before calling `isearch-other-end-state'.
13482
13483 2005-03-17 Kim F. Storm <storm@cua.dk>
13484
13485 * simple.el (move-beginning-of-line): Move to beginning of buffer
13486 line, as well as beginning of screen line.
13487
13488 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13489
13490 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13491 argument REDRAW rather than calendar-redrawing variable.
13492 * calendar/calendar.el (calendar-redrawing): Delete.
13493 (redraw-calendar): Do not bind calendar-redrawing.
13494
13495 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13496
13497 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13498 diary-file buffer.
13499
13500 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * help.el (describe-mode): Allow a :minor-mode-function property to
13503 specify a different minor mode toggle function than the variable.
13504 * simple.el (auto-fill-function):
13505 * subr.el (add-minor-mode): Use it.
13506
13507 2005-03-16 Kenichi Handa <handa@m17n.org>
13508
13509 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13510 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13511 (ethio-fidel-to-sera-buffer): Likewise.
13512
13513 2005-03-16 Juri Linkov <juri@jurta.org>
13514
13515 * emacs-lisp/find-func.el (find-function-regexp):
13516 Add defun-emitting macro `menu-bar-make-toggle'.
13517
13518 * isearch.el: Put `isearch-scroll' property to
13519 `split-window-horizontally'.
13520
13521 * info.el: Update error messages for `debug-ignored-errors'.
13522 (Info-isearch-search): Doc fix.
13523 (Info-find-node): Move up code to go into info buffer before
13524 recording the node to the history.
13525 (Info-fontify-node): Fontify titles only if the next line
13526 has two or more `*', `=', `-', `.'.
13527 Display "go to this node" for empty (match-string 3).
13528
13529 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13530
13531 * term/mac-win.el: Add mouse pointer shape constants.
13532
13533 2005-03-15 Kim F. Storm <storm@cua.dk>
13534
13535 * simple.el (move-beginning-of-line): Use vertical-motion.
13536
13537 2005-03-15 Juri Linkov <juri@jurta.org>
13538
13539 * isearch.el (isearch-error): New variable.
13540 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13541 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13542 (isearch-within-brackets-state): Remove.
13543 (isearch-case-fold-search-state, isearch-pop-fun-state):
13544 Decrease frame index.
13545 (isearch-mode, isearch-top-state, isearch-push-state)
13546 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13547 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13548 (isearch-search, isearch-lazy-highlight-new-loop):
13549 Replace `isearch-invalid-regexp' with `isearch-error'.
13550 Remove `isearch-within-brackets'.
13551 (isearch-search): Add `search-failed' handler to `condition-case'.
13552 (isearch-lazy-highlight-search): Add `condition-case' to catch
13553 errors and allow `isearch-lazy-highlight-update' to try
13554 highlighting from the beginning of the window.
13555 (isearch-repeat): Move up code to set isearch-wrapped to t
13556 before calling isearch-wrap-function.
13557
13558 * info.el (Info-isearch-initial-node): New internal variable.
13559 (Info-search): Signal an error in isearch mode when search leaves
13560 the initial node. Signal an error when `bound' is non-nil and
13561 nothing was found in the current subfile.
13562 (Info-isearch-search): Remove `condition-case'.
13563 (Info-isearch-wrap): Don't wrap when search failed during leaving
13564 the initial node. If `Info-isearch-search' is nil, wrap around
13565 the current node.
13566 (Info-isearch-start): New fun.
13567 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13568 `isearch-mode-hook'.
13569
13570 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13571
13572 * simple.el (normal-erase-is-backspace): Set default to t if
13573 running on Mac.
13574
13575 * term/mac-win.el (function-key-map): Sync with x-win.el.
13576
13577 2005-03-15 Kenichi Handa <handa@m17n.org>
13578
13579 * international/mule-cmds.el (locale-language-names): Modify the
13580 format of elements and add more entries.
13581 (locale-preferred-coding-systems): Add more entries.
13582 (set-locale-environment): Adjust for the change of
13583 locale-language-names.
13584
13585 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * pcvs.el (smerge-ediff): Remove bogus autoload.
13588
13589 2005-03-14 Lute Kamstra <lute@gnu.org>
13590
13591 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13592 Ignore a `*' at the beginning of a line.
13593
13594 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13595 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13596 subr.el.
13597 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13598 to specify indentation.
13599
13600 * generic.el (define-generic-mode): Let generic-mode-list be a
13601 list of strings; test membership with equal.
13602
13603 2005-03-14 Kim F. Storm <storm@cua.dk>
13604
13605 * simple.el (next-line, previous-line): Add optional try-vscroll
13606 arg to recognize interactive use. Pass it on to line-move.
13607 (line-move): Don't perform auto-window-vscroll when defining or
13608 executing keyboard macro to ensure consistent behavior.
13609
13610 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13613
13614 2005-03-13 Lute Kamstra <lute@gnu.org>
13615
13616 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13617 debugger-setup-buffer so that backtrace marks the frames set to
13618 debug-on-exit and we don't have to do it manually. Set an extra
13619 debug-on-exit for macro's.
13620 (debugger-setup-buffer): Don't mark the top frame manually.
13621
13622 2005-03-12 Lute Kamstra <lute@gnu.org>
13623
13624 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13625 lisp-indent-function throughout.
13626 (with-no-warnings): Set lisp-indent-function property.
13627
13628 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13629
13630 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13631 Add entry for backslash.
13632
13633 2005-03-12 Juri Linkov <juri@jurta.org>
13634
13635 * info.el (Info-search): Four fixes for backward search.
13636
13637 2005-03-11 Jay Belanger <belanger@truman.edu>
13638
13639 * calc/calc.el (calc-language-alist): New variable.
13640 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13641 (calc-embedded-find-modes): Use calc-language-alist instead of
13642 calc-embedded-language-alist.
13643
13644 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13645
13646 * calendar/calendar.el (calendar-redrawing): New internal
13647 variable.
13648 (redraw-calendar): Remove bogus save-excursion from previous
13649 change. Bind calendar-redrawing to t for mark-diary-entries.
13650 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13651 calendar if that is why we were called.
13652
13653 2005-03-11 Kenichi Handa <handa@m17n.org>
13654
13655 * international/mule.el (make-coding-system): Set property
13656 coding-system-define-form to nil.
13657 (define-coding-system-alias): Likewise.
13658
13659 2005-03-11 Kenichi Handa <handa@m17n.org>
13660
13661 These changes are suggested by Dave Love <fx@gnu.org>.
13662
13663 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13664 coding: tag.
13665 (adaptive-fill-regexp): Add more bullets.
13666 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13667 regexps.
13668
13669 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13670
13671 * help.el (describe-mode): Properly handle non-trivial lighters.
13672 Don't ignore minor modes that are not listed in minor-mode-list.
13673
13674 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13675 feature ON when the user requests to turn it OFF.
13676
13677 2005-03-10 Lute Kamstra <lute@gnu.org>
13678
13679 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13680 (implement-debug-on-entry): New function to replace debug-entry-code.
13681 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13682 second argument as the 2005-03-07 change makes it obsolete.
13683 (debug-on-entry, cancel-debug-on-entry): Update call to
13684 debug-on-entry-1.
13685 (debug, debugger-setup-buffer): Comment update.
13686 (debugger-frame-number): Update to work with implement-debug-on-entry.
13687
13688 2005-03-10 Jay Belanger <belanger@truman.edu>
13689
13690 * calc/calc-embed.el (math-ms-args): Declare it.
13691 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13692 math-ms-args.
13693 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13694 variables.
13695
13696 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13697
13698 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13699 Use message-box.
13700
13701 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13702 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13703 (tooltip-gud-tips): Simplify.
13704 (tooltip-gud-tips-p): Remove superfluous :set.
13705 (tooltip-gud-modes): Add fortran-mode.
13706 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13707
13708 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13709
13710 2005-03-09 Kim F. Storm <storm@cua.dk>
13711
13712 * play/animate.el (animate-place-char): Use forward-line instead
13713 of next-line to improve performance.
13714
13715 2005-03-09 Simon Josefsson <jas@extundo.com>
13716
13717 * net/browse-url.el (browse-url-default-browser): Doc fix.
13718
13719 2005-03-09 Miles Bader <miles@gnu.org>
13720
13721 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13722 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13723
13724 2005-03-09 Kenichi Handa <handa@m17n.org>
13725
13726 * international/latin-1.el: Set case and syntax for 255 only if
13727 set-case-syntax-set-multibyte is nil.
13728
13729 * textmodes/ispell.el (ispell-insert-word): New function.
13730 (ispell-word): Use ispell-insert-word to insert a new word.
13731 (ispell-process-line): Likewise.
13732 (ispell-complete-word): Likewise.
13733
13734 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13735
13736 * calendar/calendar.el (redraw-calendar): Preserve point.
13737 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13738 (calendar-week-start-day): Move after definition of
13739 redraw-calendar. Delete buffer test, since redraw-calendar has
13740 that now.
13741
13742 * calendar/diary-lib.el (mark-diary-entries): Only call
13743 redraw-calendar in the first of any recursive calls.
13744 Reported by Alan Shutko <ats@acm.org>.
13745
13746 2005-03-08 Juri Linkov <juri@jurta.org>
13747
13748 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13749 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13750 (html-radio-buttons): Add a space before the trailing `/>' where
13751 sgml-xml-mode is non-nil.
13752 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13753 the subsequent tag of the empty XML tag.
13754 (html-href-anchor): Don't set initial input to "http:".
13755 (html-image): Ask for the image URL and set point inside alt="".
13756 (html-name-anchor): Duplicate the name in the `id' attribute when
13757 sgml-xml-mode is non-nil.
13758 (html-paragraph): Remove \n before <p>.
13759 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13760 instead of `checked' when sgml-xml-mode is non-nil.
13761
13762 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13763 Remove 1 space before #RRGGBB to not truncate it on terminal
13764 windows w/o fringes. Remove 1 space between bg and fg examples
13765 to get more space.
13766 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13767 avoid byte-compile warnings.
13768
13769 * image-file.el (image-file-handler): Put `safe-magic' property to
13770 `image-file-handler'.
13771
13772 * info.el (Info-isearch-search): Emulate word search in
13773 isearching through multiple Info nodes with Info-search.
13774 (Info-isearch-wrap): Allow isearch-word.
13775
13776 2005-03-08 Lute Kamstra <lute@gnu.org>
13777
13778 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13779 stepping into the debugger's code is not possible.
13780 (debugger-jumping-flag): Docstring update.
13781
13782 2005-03-08 Jay Belanger <belanger@truman.edu>
13783
13784 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13785 embedded mode begins.
13786 (calc-embedded-language-alist): New variable.
13787 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13788 set default language mode.
13789
13790 2005-03-08 Kenichi Handa <handa@m17n.org>
13791
13792 * international/ccl.el (define-ccl-program): Fix docstring about
13793 extra 256 bytes assured for the output buffer.
13794
13795 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13796 Fix BUFFER_MAGNIFICATION to 2.
13797 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13798
13799 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13800
13801 * align.el (align-rules-list): Added an alignment rule for CSS
13802 declarations (applies to css-mode and html-mode buffers).
13803
13804 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13807
13808 2005-03-07 Kim F. Storm <storm@cua.dk>
13809
13810 * simple.el (move-beginning-of-line): New command.
13811
13812 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13813
13814 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13815
13816 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13817 and move-beginning-of-line.
13818
13819 * apropos.el (apropos-print): Omit command from M-x ... RET.
13820
13821 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13822
13823 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13824 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13825
13826 2005-03-06 Richard M. Stallman <rms@gnu.org>
13827
13828 * bindings.el (esc-map): Bind M-g to goto-line.
13829
13830 * facemenu.el (global-map): Bind M-o, not M-g.
13831
13832 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13833
13834 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13835 "Open Directory" as for "Open File".
13836
13837 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13838
13839 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13840 (push-mark-command): Run activate-mark-hook.
13841
13842 2005-03-06 Richard M. Stallman <rms@gnu.org>
13843
13844 * help-mode.el (help-mode-finish): Don't alter the element
13845 in view-return-to-alist if there already is one.
13846
13847 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13848 make sure the current buffer is the expected one.
13849
13850 * novice.el (disabled-command-function): Output in *Disabled Command*.
13851 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13852
13853 * textmodes/flyspell.el (flyspell-large-region):
13854 Pass args differently for aspell.
13855
13856 * files.el (mode-require-final-newline): Doc fix.
13857
13858 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13859
13860 * progmodes/which-func.el (which-function):
13861 Specify NOERROR when calling imenu--make-index-alist.
13862
13863 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * simple.el (normal-erase-is-backspace): Define default value.
13866
13867 * custom.el (custom-theme-set-variables): Remove unused var
13868 `immediate'.
13869 (custom-reevaluate-setting): Simple function to handle variables
13870 that are defined before their default value can really be
13871 computed.
13872
13873 * startup.el (command-line): Use it for temporary-file-directory,
13874 small-emporary-file-directory, auto-save-file-name-transforms,
13875 blink-cursor-mode, and normal-erase-is-backspace.
13876
13877 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13878 progress, even with buggy anchored keywords.
13879
13880 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13881
13882 * simple.el (goto-line): Remove unbalanced final parenthesis.
13883
13884 2005-03-05 Richard M. Stallman <rms@gnu.org>
13885
13886 * simple.el (goto-line): Use a number at point as the default.
13887 With C-u as arg, switch buffers.
13888
13889 2005-03-05 Juri Linkov <juri@jurta.org>
13890
13891 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13892 with `no-blinking-cursor'.
13893
13894 * startup.el (no-blinking-cursor): New defvar.
13895 (command-line): Add `--no-blinking-cursor' to longopts.
13896 Set `no-blinking-cursor' to t for command line arguments
13897 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13898 with `no-blinking-cursor' in the condition for calling
13899 `blink-cursor-mode'.
13900
13901 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13902
13903 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13904 (menu-bar-options-save): Add blink-cursor-mode.
13905 (menu-bar-options-menu): Add blink-cursor-mode.
13906
13907 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13908
13909 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13910 (icalendar-export-file, icalendar-export-region)
13911 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13912 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13913
13914 2005-03-04 Lute Kamstra <lute@gnu.org>
13915
13916 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13917 (debug-function-list): Ditto.
13918
13919 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13920
13921 * textmodes/texinfmt.el (texinfo-append-refill):
13922 Redefine the types of line to which @refill
13923 is not appended by replacing a search for `@refill\\|@bye' with
13924 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13925 itemize@refill' bug and the unfilled long lines bug.
13926 (texinfmt-version): Update number and date.
13927
13928 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13929
13930 * international/code-pages.el (windows-1250, windows-125[2-8])
13931 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13932
13933 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13936 bound yet.
13937
13938 2005-03-02 Romain Francoise <romain@orebokech.com>
13939
13940 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13941 buffer after removing limits.
13942 (ibuffer-pop-filter): Ditto.
13943 Update copyright.
13944
13945 2005-03-02 Miles Bader <miles@gnu.org>
13946
13947 * button.el (make-text-button): If the user doesn't specify a
13948 type, use the default. Rewrite to use `add-text-properties' and
13949 plist functions.
13950
13951 2005-03-01 Lute Kamstra <lute@gnu.org>
13952
13953 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13954 (debugger-jumping-flag): New var.
13955 (debug-entry-code): Use it.
13956 (debugger-jump): Use debugger-jumping-flag and add
13957 debugger-reenable to post-command-hook.
13958 (debugger-reenable): Use debugger-jumping-flag and remove itself
13959 from post-command-hook.
13960 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13961 debugger-reenable.
13962
13963 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13964
13965 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13966 inclusion of "itemize\\|", which may be unnecessary, is certainly
13967 inelegant, and stops refilling in itemize lists when formatting
13968 Japanese Texinfo files to Info.
13969 Update copyright to 2005.
13970
13971 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13972
13973 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13974 of an error if GDB can't find the source file.
13975
13976 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13977
13978 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13979 not just the calendar.
13980
13981 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13982 first.
13983 (diary-redraw-calendar): New function.
13984 (make-diary-entry): Add diary-redraw-calendar to local
13985 write-contents-functions. Turn off selective display before
13986 inserting in diary.
13987
13988 2005-03-01 Kim F. Storm <storm@cua.dk>
13989
13990 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13991
13992 2005-03-01 Lute Kamstra <lute@gnu.org>
13993
13994 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13995 that debug-entry-code can be safely removed from a function while
13996 this code is being evaluated. Revert the 2005-02-27 change as the
13997 new implementation no longer requires it. Make sure that a
13998 function body containing just a string is not mistaken for a docstring.
13999 (debug): Skip one more frame in case of debug on entry.
14000 (debugger-setup-buffer): Delete one more frame line in case of
14001 debug on entry.
14002 (debugger-frame-number): Update to use the new text introduced by
14003 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14004
14005 2005-02-28 Kim F. Storm <storm@cua.dk>
14006
14007 * double.el (double-translate-key): Call force-window-update after
14008 read-event to avoid crash in redisplay.
14009
14010 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14011
14012 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14013 (debug): Use it. Move the inhibit-trace earlier.
14014 (debug-entry-code): New const.
14015 (debug-on-entry-1): Use it.
14016
14017 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14018
14019 * international/utf-16.el (ccl-encode-mule-utf-16le):
14020 Fix BUFFER_MAGNIFICATION to 2.
14021 (ccl-encode-mule-utf-16be): Likewise.
14022
14023 2005-02-28 Kenichi Handa <handa@m17n.org>
14024
14025 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14026 Fix BUFFER_MAGNIFICATION to 4.
14027 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14028
14029 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14030
14031 * speedbar.el (speedbar-update-flag): Doc fix.
14032 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14033 argument.
14034
14035 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14038 have a non-nil `invisible' property but are actually visible.
14039
14040 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14041 for perldoc sections.
14042 (perl-outline-regexp, perl-outline-level): New var and function.
14043 (perl-mode): Use them.
14044
14045 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14046
14047 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14048 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14049
14050 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14051
14052 * cus-edit.el: Comment change.
14053 (custom-buffer-create-internal): Slightly reword text at top of
14054 Custom buffers. Mention there that saving an option edits the
14055 init file. Add link to Emacs manual node on `custom-file'.
14056 (custom-magic-alist): Rewrite individual State messages to use
14057 capitalized keywords. Doc fix.
14058
14059 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14060
14061 * calendar/calendar.el (calendar-buffer): Move above
14062 calendar-week-start-day.
14063 (calendar-week-start-day): Doc fix. Add :set function.
14064 (calendar-minimum-window-height): New variable.
14065 (generate-calendar-window): Only resize window if selected-window
14066 is displaying the calendar buffer. Use new variable
14067 calendar-minimum-window-height.
14068 (generate-calendar): Reword error message.
14069 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14070
14071 2005-02-27 Andreas Schwab <schwab@suse.de>
14072
14073 * vc.el (vc-do-command): Don't run command asynchronously when
14074 operating in a remote directory.
14075
14076 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14077 change from sync with Tramp 2.0.47.
14078
14079 2005-02-27 Richard M. Stallman <rms@gnu.org>
14080
14081 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14082
14083 * textmodes/flyspell.el (flyspell-mode-on):
14084 Call ispell-change-dictionary only if necessary.
14085
14086 * emacs-lisp/re-builder.el (regexp-builder): New function.
14087
14088 * register.el (describe-register-1): Explicitly handle
14089 yank-excluded-properties = t.
14090
14091 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14092 (custom-magic-alist): Change the status descriptions again.
14093 (face widget-type): Total rewrite based on `restricted-sexp'
14094 to eliminate the confusing double hiding levels.
14095
14096 * emacs-lisp/debug.el (debug-on-entry-1):
14097 If function body is empty, add nil as body form.
14098
14099 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * emacs-lisp/trace.el (inhibit-trace): New var.
14102 (trace-make-advice): Use it.
14103
14104 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14105
14106 2005-02-26 Kim F. Storm <storm@cua.dk>
14107
14108 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14109 (mouse-on-link-p, mouse-drag-region-1): Use it.
14110
14111 2005-02-25 Lute Kamstra <lute@gnu.org>
14112
14113 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14114
14115 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14116
14117 * frame.el (blink-cursor-mode): Add :group keyword.
14118
14119 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14120
14121 * calendar/icalendar.el (icalendar--decode-isodatetime):
14122 New optional argument DAY-SHIFT.
14123 (icalendar-export-region): Fix coding-system-for-write.
14124 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14125 events by one.
14126
14127 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14130
14131 2005-02-24 Kim F. Storm <storm@cua.dk>
14132
14133 * international/iso-acc.el (iso-accents-compose): Fix crash
14134 during redisplay. Call force-window-update after read-event
14135 and delete-region to signal that window is not accurate.
14136
14137 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14140 Remove unused and inexistent var `inhibit-trace'.
14141 (debugger-mode): Use run-mode-hooks.
14142 (debugger-list-functions): Add buttons; setup xref stack.
14143
14144 2005-02-23 Richard M. Stallman <rms@gnu.org>
14145
14146 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14147 appointment says it was explicitly made.
14148 (appt-add): Set the 3rd element.
14149 (appt-make-list): Preserve explicit appointments.
14150
14151 * subr.el (find-tag-default): Catch errors in forward-sexp.
14152
14153 2005-02-23 Juri Linkov <juri@jurta.org>
14154
14155 * info.el (Info-isearch-search): New defcustom.
14156 (Info-isearch-search): Call the default isearch function
14157 when Info-isearch-search is nil.
14158 (Info-isearch-wrap): Use variable Info-isearch-search.
14159
14160 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * cus-edit.el: Comment change.
14163
14164 2005-02-22 Kim F. Storm <storm@cua.dk>
14165
14166 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14167 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14168
14169 2005-02-22 Simon Josefsson <jas@extundo.com>
14170
14171 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14172 New variable.
14173 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14174 Oskarsson" <myrkraverk@users.sourceforget.net>.
14175
14176 2005-02-22 Kim F. Storm <storm@cua.dk>
14177
14178 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14179 check that window of that event is the selected window.
14180 (mouse-drag-region-1): Compare mouse event window to selected
14181 window before setting point.
14182
14183 * tooltip.el (tooltip-show-help-function): Pass event to
14184 mouse-on-link-p so it can check selected window.
14185
14186 2005-02-22 Kenichi Handa <handa@m17n.org>
14187
14188 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14189 (ps-mule-show-warning): New function.
14190 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14191 characters are found.
14192
14193 * ps-print.el (ps-header-footer-string): Return a list of header
14194 and footer strings.
14195
14196 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14197
14198 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14199
14200 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 * frame.el (blink-cursor-mode): Use define-minor-mode.
14203
14204 * term/mac-win.el (function-key-map): Use char-names more consistently.
14205 (file-name-coding-system): Only set it for MacOS-9. The other case is
14206 already handled in mule-cmds.el (where it also works when mac-win.el
14207 is not used).
14208
14209 2005-02-21 Kenichi Handa <handa@m17n.org>
14210
14211 * international/mule.el (ctext-pre-write-conversion): Always use
14212 " *code-converting-work*" buffer for work.
14213
14214 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14215
14216 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14217
14218 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14219
14220 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14221
14222 * ses.el (undo-more): Restore defadvice, but only the part that
14223 allows changes outside the restricted area of the buffer.
14224
14225 2005-02-20 Kim F. Storm <storm@cua.dk>
14226
14227 * simple.el (line-move): Add fourth optional arg try-vscroll which
14228 must be set to perform auto-window-vscroll.
14229 When moving backwards and doing auto-window-vscroll, automatically
14230 vscroll to the last part of lines which are taller than the window.
14231 (next-line, previous-line): Set try-vscroll arg on line-move.
14232
14233 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14234
14235 * replace.el (query-replace, query-replace-regexp)
14236 (replace-string, replace-regexp): When operating on region, make
14237 the minibuffer prompt say so.
14238
14239 * isearch.el (isearch-forward): Document isearch-query-replace and
14240 isearch-query-replace-regexp keybindings.
14241
14242 2005-02-19 Jay Belanger <belanger@truman.edu>
14243
14244 * calc/calc-aent.el (math-read-token): Add local variable.
14245
14246 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14247 (calc-edit-top): Move declaration to earlier in file.
14248 (calc-edit-macro-repeats): Add local variables.
14249
14250 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14251 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14252 calcFunc-tanh.
14253 Adjust integration rule for calcFunc-tan.
14254
14255 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14256
14257 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14258 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14259 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14260 (viper-skip-separators): Bug fix.
14261 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14262 particular major mode.
14263 (viper-del-backward-char-in-replace): Don't put deleted char on the
14264 kill ring.
14265
14266 * viper-ex.el (viper-color-display-p): New function.
14267 (viper-has-face-support-p): Use viper-color-display-p.
14268
14269 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14270
14271 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14272
14273 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14274 (viper-file-remote-p): Make equivalent to file-remote-p.
14275
14276 * viper.el (viper-major-mode-modifier-list):
14277 Use viper-gnus-modifier-map.
14278
14279 2005-02-19 David Kastrup <dak@gnu.org>
14280
14281 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14282 quoting.
14283
14284 2005-02-19 Jay Belanger <belanger@truman.edu>
14285
14286 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14287 Remove extra definitions.
14288 (calc-coth): New function.
14289 (calcFunc-cot): Fix `let'.
14290
14291 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14292
14293 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14294 the reasons we use "type pc" in these faces.
14295
14296 * button.el (button): Ditto.
14297
14298 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14299
14300 * replace.el (query-replace-read-from): Set the value of
14301 query-replace-from-history-variable to handle the case of an empty
14302 string entered to accept the suggested default.
14303
14304 * net/tramp.el (tramp-file-name-for-operation):
14305 Use dired-call-process instead of dired-call-process-command.
14306
14307 2005-02-19 Jay Belanger <belanger@truman.edu>
14308
14309 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14310 (math-div-non-trig): New variables.
14311 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14312 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14313 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14314 trig expressions.
14315
14316 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14317
14318 * progmodes/gdb-ui.el (gdb-var-update-handler)
14319 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14320 for watch expressions,
14321 (gdb-var-create-handler): Don't set speedbar-update-flag.
14322 (gdb-post-prompt): Simplify test for speedbar.
14323
14324 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14325
14326 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14327 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14328 we use the syntax table of the correct buffer.
14329 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14330 Felix Gatzemeier.
14331
14332 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14333 (ediff-file-remote-p): Make synonymous with file-remote-p.
14334 In all deffaces ediff-*-face-*, use min-colors.
14335
14336 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14337 ediff-recurse-to-subdirectories.
14338 (ediff-mark-if-equal): Check that the arguments are strings, use
14339 ediff-same-contents (after to Felix Gatzemeier).
14340
14341 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14342 nil.
14343
14344 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14347
14348 2005-02-18 David Kastrup <dak@gnu.org>
14349
14350 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14351 use `mark-active' when defined.
14352
14353 2005-02-18 Kenichi Handa <handa@m17n.org>
14354
14355 * ps-print.el (ps-font-info-database): New entry
14356 ZapfChancery-MediumItalic with correct font name. Fix font name
14357 of the entry Zapf-Chancery-MediumItalic.
14358
14359 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14360
14361 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14362
14363 2005-02-16 Kim F. Storm <storm@cua.dk>
14364
14365 * ido.el (ido-fallback-command): Pass user input to fallback command.
14366
14367 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14368
14369 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14370 (gdb-find-file-hook): Add server prefix.
14371
14372 2005-02-16 Richard M. Stallman <rms@gnu.org>
14373
14374 * replace.el (perform-replace): Pass new args to replace-highlight.
14375 (replace-highlight): Take region args,
14376 and pass them to isearch-lazy-highlight-new-loop.
14377
14378 * novice.el (disabled-command-hook): Autoload the defalias
14379 and the make-obsolete-variable call.
14380
14381 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14382
14383 * isearch.el (isearch-lazy-highlight-start-limit)
14384 (isearch-lazy-highlight-end-limit): New variables limit
14385 the region for highlighting.
14386 (isearch-lazy-highlight-new-loop): New args BEG and END.
14387 (isearch-lazy-highlight-search): Use the new vars.
14388 (isearch-lazy-highlight-update): Likewise.
14389
14390 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14391
14392 * cus-start.el (all): Use default-boundp.
14393
14394 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14395
14396 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14397
14398 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14399
14400 * autorevert.el (auto-revert-stop-on-user-input)
14401 (auto-revert-verbose): Doc fixes.
14402
14403 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14404
14405 * international/mule-cmds.el (set-locale-environment): Remove call
14406 to set-selection-coding-system on Windows.
14407
14408 2005-02-15 Jay Belanger <belanger@truman.edu>
14409
14410 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14411 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14412 calcFunc-coth.
14413 (math-simplify-sqrt): Add simplifications.
14414
14415 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14416 to list.
14417
14418 * calc/calc-ext.el: Add functions to autoloads.
14419
14420 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14421 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14422 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14423 (math-csc-raw, math-cot-raw): New functions.
14424
14425 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14426
14427 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14428 the variable name in a message.
14429
14430 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14431 calcFunc-csc, calcFunc-cot.
14432
14433 * calc/calcalg2.el: Add derivative and integration rules for
14434 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14435 calcFunc-csch, calcFunc-coth.
14436 (math-do-integral-methods): Add to checks for when to use
14437 substitutions.
14438
14439 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14440
14441 2005-02-15 Lute Kamstra <lute@gnu.org>
14442
14443 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14444 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14445 <monnier@iro.umontreal.ca>
14446 (lisp-outline-level): Improve efficiency. Suggested by David
14447 Kastrup <dak@gnu.org>.
14448
14449 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14450
14451 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14452 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14453 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14454 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14455 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14456
14457 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14458
14459 * cus-start.el (all): Comment change.
14460
14461 2005-02-14 Lute Kamstra <lute@gnu.org>
14462
14463 * cus-start.el (all): Check if symbol is void.
14464
14465 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14466
14467 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14468 optional argument to \cite.
14469
14470 2005-02-14 Richard M. Stallman <rms@gnu.org>
14471
14472 * cus-edit.el (custom-buffer-create-internal): Update help message.
14473 (custom-magic-alist): Update help messages.
14474
14475 * cus-start.el (all): Allow a var to specify a standard value.
14476
14477 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14478
14479 * custom.el (custom-theme-set-variables): Handle variable aliases.
14480
14481 * frame.el (blink-cursor-timer): Doc fix.
14482 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14483 declare obsolete.
14484 (blink-cursor-mode): Define with defcustom and use correct
14485 standard expression in that defcustom.
14486 * startup.el (command-line): Adapt to above changes in frame.el.
14487
14488 2005-02-11 Lute Kamstra <lute@gnu.org>
14489
14490 * apropos.el (apropos-score-doc): Prevent division by zero.
14491
14492 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14493
14494 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14495 (icalendar--get-event-property-attributes)
14496 (icalendar--get-event-properties)
14497 (icalendar--datetime-to-diary-date): New functions.
14498 (icalendar--split-value): Doc fix.
14499 (icalendar--datetime-to-noneuropean-date)
14500 (icalendar--datetime-to-european-date): New optional argument
14501 SEPARATOR. Return result as a string instead of a list.
14502 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14503 (icalendar--convert-string-for-export): Rename arg S to STRING.
14504 (icalendar-export-region): Doc fix. Change name of error buffer.
14505 Save output buffer.
14506 (icalendar-import-file): Add blank at end of prompt.
14507 (icalendar-import-buffer): Doc fix. Do not switch to error
14508 buffer. Indicate status in return value.
14509 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14510 buffer. Save output buffer. Handle exception from recurrence
14511 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14512 events. Fix problems with weekly all-day events.
14513
14514 2005-02-10 Richard M. Stallman <rms@gnu.org>
14515
14516 * simple.el (eval-expression-print-format):
14517 Avoid warning about edebug-active.
14518
14519 * help.el (help-for-help-internal): Rename from help-for-help.
14520 (help-for-help): Define with defalias.
14521
14522 * font-core.el (font-lock-default-function): Use with-no-warnings.
14523
14524 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14525
14526 * custom.el (defface): Doc fix.
14527
14528 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14529
14530 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14531 width 0" to prevent word wrapping problems.
14532
14533 2005-02-09 Kim F. Storm <storm@cua.dk>
14534
14535 * ido.el (ido-file-extensions-order): New defcustom.
14536 (ido-file-extension-lessp, ido-file-extension-aux)
14537 (ido-file-extension-order): New advanced file ordering.
14538 (ido-file-lessp): New simple file ordering.
14539 (ido-sort-list): Remove.
14540 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14541 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14542
14543 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14544
14545 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14546 that some versions of grep produce.
14547 (grep-mode-font-lock-keywords): Likewise.
14548
14549 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14550
14551 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14552 (gdb-cdir): Delete.
14553 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14554 (gdb-source-info): Treat case when source file is in another
14555 directory properly.
14556 (gdb-get-location): New function.
14557
14558 2005-02-07 Jay Belanger <belanger@truman.edu>
14559
14560 * calc/calc-prog.el (calc-write-parse-table-part)
14561 (calc-fix-token-name): Fix a check for language type.
14562
14563 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14564
14565 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14566
14567 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14568 as directory not writable.
14569
14570 2005-02-07 Kim F. Storm <storm@cua.dk>
14571
14572 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14573 (cua--standard-movement-commands): Remove list.
14574 Instead, set CUA property value to move for movement commands.
14575 (cua-movement-commands): Remove. Users must set CUA prop instead.
14576 (cua--pre-command-handler): Check CUA property.
14577 (cua--init-keymaps): Don't remap undo commands.
14578 (cua-mode): Don't call cua--rectangle-on-off.
14579
14580 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14581 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14582 (cua--rect-undo-set-point): New var.
14583 (cua--rectangle-undo-boundary): Setup undo apply entry.
14584 (cua--rect-undo-handler): New function for rectangle undo.
14585 (cua--rect-start-position, cua--rect-end-position): Add.
14586 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14587 for restored rectangle. Set point if cua--rect-undo-set-point.
14588
14589 2005-02-06 Jay Belanger <belanger@truman.edu>
14590
14591 * calc/calc-lang.el (calc-tex-language): Display more information
14592 in messages.
14593
14594 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14595 in TeX mode.
14596
14597 2005-02-06 Richard M. Stallman <rms@gnu.org>
14598
14599 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14600
14601 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14602
14603 * net/ldap.el (ldap-search-internal): Support attributes with
14604 optional descriptions separated by a semi-colon, as in
14605 "userCertificate;binary".
14606
14607 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14608
14609 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14610 isn't a cons (i.e. the version is 0).
14611
14612 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14613
14614 * help.el (help-for-help): Doc fix.
14615
14616 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14617
14618 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14619 GDB-Windows on the menu-bar as this works better.
14620
14621 2005-02-04 Jay Belanger <belanger@truman.edu>
14622
14623 * calc/calc-embed.el (calc-embedded-update): Don't put in
14624 unnecessary newlines. Adjust the end of formula marker.
14625
14626 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14627 (math-latex-parse-two-args): New function.
14628
14629 2005-02-03 Lute Kamstra <lute@gnu.org>
14630
14631 * help-fns.el (help-with-tutorial): Make sure that users cannot
14632 remove the entire text of the tutorial by means of `undo'.
14633
14634 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14635
14636 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14637 in recent changes, where the ispell process was repeatedly
14638 killed & restarted.
14639
14640 * international/mule-cmds.el (set-locale-environment): Set file-name
14641 coding system to utf-8 on Darwin systems.
14642 (set-default-coding-systems): Don't set default-file-name-coding-system
14643 on Darwin systems.
14644
14645 2005-02-03 Richard M. Stallman <rms@gnu.org>
14646
14647 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14648
14649 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14650
14651 * faces.el (list-faces-display): Add optional argument.
14652
14653 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * font-core.el (font-lock-default-function): Handle the rare case where
14656 only font-lock-keywords is set.
14657
14658 2005-02-02 Kenichi Handa <handa@m17n.org>
14659
14660 * international/characters.el: Cancel previous change for
14661 I-WITH-DOT-ABOVE and DOTLESS-i.
14662
14663 * international/latin-5.el: Cancel previous change.
14664
14665 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14666
14667 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14668
14669 2005-02-02 Kenichi Handa <handa@m17n.org>
14670
14671 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14672 DOTLESS-i.
14673
14674 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14675 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14676
14677 * case-table.el (get-upcase-table): New function.
14678 (copy-case-table): Copy upcaes table too if non-nil.
14679 (set-case-syntax-delims): Maintain upcase table too.
14680 (set-case-syntax-pair): Likewise.
14681 (set-upcase-syntax, set-downcase-syntax): New functions.
14682 (set-case-syntax): Maintain upcase table too.
14683
14684 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14685
14686 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14687
14688 * progmodes/gud.el (gud-goto-info): New function.
14689 (gud-tool-bar-map): Use correct icon.
14690
14691 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14692
14693 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14694 When delegating, order args in the funcall correctly.
14695
14696 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14697
14698 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14699
14700 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14701
14702 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14703 buffer not visiting a file.
14704
14705 2005-01-31 Jay Belanger <belanger@truman.edu>
14706
14707 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14708 bound on the line with the formula.
14709
14710 2005-01-31 Kim F. Storm <storm@cua.dk>
14711
14712 * ses.el (ses-create-cell-variable-range)
14713 (ses-destroy-cell-variable-range, ses-reset-header-string)
14714 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14715 (ses-insert-row): Fix format of apply undo entries.
14716
14717 2005-01-31 Jay Belanger <belanger@truman.edu>
14718
14719 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14720 parts.
14721
14722 * calc/calc-embed.el (calc-embedded-open-formula)
14723 (calc-embedded-close-formula): Ignore matrix environments.
14724
14725 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14726 TeX mode.
14727
14728 * calc/calc-lang.el (math-function-table, math-oper-table)
14729 (math-variable-table): Adjust the LaTeX portions.
14730
14731 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14732 (math-latex-ignore-words): New constant.
14733
14734 2005-01-31 Richard M. Stallman <rms@gnu.org>
14735
14736 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14737 (ispell-local-dictionary): Doc fix.
14738 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14739 Don't reinitialize at run time. Don't defcustom.
14740 All uses changed to append ispell-local-dictionary-alist,
14741 or check it first.
14742 (ispell-current-dictionary): New variable for dictionary in use.
14743 (ispell-dictionary): Now used only for global default.
14744 (ispell-start-process): Set ispell-current-dictionary,
14745 not ispell-dictionary.
14746 (ispell-change-dictionary): Use this only for setting
14747 user preferences.
14748 (ispell-internal-change-dictionary): New function
14749 to change the current dictionary in use.
14750 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14751 Use ispell-current-dictionary.
14752 Handle ispell-local-dictionary-overridden.
14753 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14754
14755 2005-01-31 Jay Belanger <belanger@truman.edu>
14756
14757 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14758
14759 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14760 (calc-mode-map): Add calc-latex-language.
14761
14762 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14763 (math-latex-print-frac): New functions.
14764 (math-oper-table, math-function-table, math-variable-table)
14765 (math-complex-format, math-input-filter): Add latex properties.
14766 (calc-set-language): Set math-expr-special-function-mapping.
14767
14768 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14769 (calc-write-parse-table-part): Add LaTeX support.
14770
14771 * calc/calc.el (calc-language): Adjust docstring.
14772 (calc-set-mode-line): Add LaTeX support.
14773 (math-expr-special-function-mapping): New variable.
14774 (math-tex-ignore-words): Add to list.
14775
14776 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14777 Add LaTeX support.
14778 (math-compose-expr): Add support for special functions.
14779
14780 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14781
14782 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14783
14784 * progmodes/gdb-ui.el (gdb-memory-address)
14785 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14786 (gdb-memory-mode-map, gdb-memory-format-keymap)
14787 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14788 (gdb-memory-unit-menu): New variables for a buffer
14789 that lets the user examine program memory.
14790 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14791 (gdb-memory-format-binary, gdb-memory-format-octal)
14792 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14793 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14794 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14795 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14796 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14797 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14798 (gdb-memory-mode, gdb-memory-buffer-name)
14799 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14800 New functions for above buffer.
14801
14802 2005-01-30 Richard M. Stallman <rms@gnu.org>
14803
14804 * cus-edit.el (custom-bury-buffer): Function deleted.
14805 (custom-buffer-done-function): Option deleted.
14806 (custom-buffer-done-kill): New (replacement option.
14807 (Custom-buffer-done): Call quit-window.
14808 (custom-buffer-create-internal): Update for above changes.
14809
14810 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14811
14812 * simple.el (undo-ask-before-discard): New var.
14813 (undo-outer-limit-truncate): Implement it.
14814 (undo-extra-outer-limit): Doc update.
14815
14816 2005-01-29 Richard M. Stallman <rms@gnu.org>
14817
14818 * ses.el (undo-more): Delete defadvice.
14819 (ses-begin-change): Doc fix.
14820
14821 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14822 instead of rebinding C-x u and C-_.
14823
14824 * files.el (normal-backup-enable-predicate): Return nil for files
14825 in /tmp, regardless of temporary-file-directory.
14826
14827 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14828
14829 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14830 (open-rectangle, delete-whitespace-rectangle-line)
14831 (clear-rectangle-line): If FILL, pass t instead of FILL
14832 for move-to-column's 2nd arg.
14833
14834 * simple.el (undo): Fix the test for continuing a series of undos.
14835 (undo-more): Set pending-undo-list to t when we reach end.
14836 (pending-undo-list): Move up defvar.
14837
14838 * wid-edit.el (widget-button-click):
14839 Shorten the range of the track-mouse binding.
14840
14841 * comint.el (comint-insert-input): Undo previous changes;
14842 use last-input-event in interactive spec.
14843
14844 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14845
14846 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14847 to nil before invoking call-process. Reset buffer's modified flag
14848 after fontifying it in the no-async branch.
14849
14850 * wid-edit.el (widget-specify-button): If mouse pointer shape
14851 cannot be changed, use mouse face instead.
14852
14853 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14854
14855 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14856 (gdb-goto-breakpoint): Make breakpoint handling work on template
14857 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14858 (gdb-assembler-custom): Update to recognize breakpoint information
14859 added on 2005-01-19.
14860
14861 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14864 (dsssl-mode): Use define-derived-mode.
14865 (scheme-mode-initialize): Remove.
14866 (scheme-mode): Use run-mode-hooks.
14867
14868 * cus-edit.el (customize-group-other-window)
14869 (custom-buffer-create-other-window): Don't override special-display-*.
14870 (custom-mode-map): Make it dense.
14871
14872 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14873 sets the default value.
14874
14875 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14876
14877 * descr-text.el: Add more keywords.
14878
14879 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14880
14881 * speedbar.el: Avoid unnecessary use of locate-library.
14882
14883 * international/mule-cmds.el (standard-display-european-internal):
14884 Don't fiddle with latin-1 non-break space any more since it's now
14885 special cased in the C code.
14886 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14887
14888 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14889
14890 * cus-start.el (all): Add `undo-outer-limit'.
14891
14892 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14893
14894 * textmodes/bibtex.el (bibtex-format-entry):
14895 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14896 field lines.
14897 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14898 not on part of a buffer.
14899
14900 2005-01-25 Lute Kamstra <lute@gnu.org>
14901
14902 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14903 nonempty field text strings like "{letters\\macro{}more letters}".
14904 Clarify docstring.
14905 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14906 (bibtex-entry-offset, bibtex-parse-association)
14907 (bibtex-parse-field-name): Fix typos in docstrings.
14908 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14909
14910 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14911
14912 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14913 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14914 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14915 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14916
14917 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14918 isearch minor mode.
14919
14920 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14921
14922 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14923
14924 2005-01-24 Lute Kamstra <lute@gnu.org>
14925
14926 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14927 CASECHARS and NOT-CASECHARS regular expressions of the
14928 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14929 striding over charsets" error.
14930
14931 2005-01-24 Jay Belanger <belanger@truman.edu>
14932
14933 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14934 display variable name.
14935
14936 2005-01-24 Kenichi Handa <handa@m17n.org>
14937
14938 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14939 Fix setting of the element of encoded-kbd-iso2022-invocations.
14940
14941 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14944 (gdb-threads-select): Change to also accept mouse events.
14945 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14946 (gdb-threads-mouse-select): Delete.
14947
14948 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14949
14950 * files.el (insert-directory): Take care of empty directory,
14951 listed without -a switch.
14952
14953 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * textmodes/refill.el (refill-post-command-function):
14956 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14957 to the list of functions that we should be careful not to undo.
14958 (refill-late-fill-paragraph-function): Remove.
14959 (refill-saved-state): New var.
14960 (refill-mode): Use it to save fill-paragraph-function.
14961 Save also the value of auto-fill-function.
14962
14963 * term/w32-win.el: Simplify code.
14964
14965 2005-01-23 Kim F. Storm <storm@cua.dk>
14966
14967 * simple.el (line-move): Adapt to new return value from
14968 pos-visible-in-window-p.
14969
14970 * simple.el (line-move): Fix last change. Check partial
14971 visibility at point rather than at window-start.
14972
14973 2005-01-22 Jason Rumney <jasonr@gnu.org>
14974
14975 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14976
14977 2005-01-22 David Kastrup <dak@gnu.org>
14978
14979 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14980
14981 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14982
14983 * type-break.el (type-break-mode): Add a test for
14984 type-break-file-name being non-nil.
14985
14986 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14987
14988 * net/eudc.el (top level): Call (message "") via progn, so that
14989 eudc-options-file is loaded.
14990
14991 2005-01-22 Kim F. Storm <storm@cua.dk>
14992
14993 * simple.el (line-move-1): Rename from line-move.
14994 (line-move): New function that adjusts vscroll for partially
14995 visible rows, and calls line-move-1 otherwise.
14996
14997 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14998
14999 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15000 since it's not a complete read-event implementation
15001
15002 2005-01-20 Jay Belanger <belanger@truman.edu>
15003
15004 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15005 for called function.
15006
15007 2005-01-20 Steven Tamm <steventamm@mac.com>
15008
15009 * term/mac-win.el (process-connection-type): Remove.
15010 Controlled now by s/darwin.h:PTY_ITERATION.
15011
15012 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * window.el (handle-select-window): Don't switch window when we're
15015 in the minibuffer.
15016
15017 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15018
15019 * subr.el (dotimes-with-progress-reporter): New macro.
15020
15021 * ses.el (ses-dotimes-msg): Remove macro.
15022 Use `dotimes-with-progress-reporter' instead.
15023
15024 2005-01-19 Steven Tamm <steventamm@mac.com>
15025
15026 * term/mac-win.el (process-connection-type): Use new
15027 operating-system-release variable to use ptys on Darwin 7 (OS X
15028 10.3) when using carbon build.
15029
15030 2005-01-19 Jay Belanger <belanger@truman.edu>
15031
15032 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15033 flags if the last command was a tab or M-tab.
15034
15035 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15036 in formula editing buffer.
15037
15038 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15039
15040 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15041 breakpoint image symbol in margin.
15042
15043 2005-01-19 Jay Belanger <belanger@truman.edu>
15044
15045 * calc/calc-prog.el (calc-execute-kbd-macro):
15046 Ignore calc-keep-arg-flag.
15047
15048 2005-01-19 Kenichi Handa <handa@m17n.org>
15049
15050 * textmodes/ispell.el (ispell-looking-at): New function.
15051 (ispell-process-line): Use ispell-looking-at to compare the ispell
15052 output and the buffer contents.
15053
15054 2005-01-18 Jay Belanger <belanger@truman.edu>
15055
15056 * calc/calc.el (calc-display-raw): Fix docstring.
15057
15058 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15059
15060 * simple.el (blink-matching-open): Strip extra info from syntax.
15061
15062 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15063 funny chars in the end-of-here-doc marker.
15064
15065 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15066
15067 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15068 that enable/disabled state of breakpoints is shown correctly in
15069 fringe and on ttys.
15070 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15071 Add breakpoint information as text properties.
15072 (gdb-mouse-toggle-breakpoint):
15073 Rename to gdb-mouse-set-clear-breakpoint.
15074 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15075 breakpoints in the margin.
15076 (gdb-remove-strings): Simplify.
15077
15078 2005-01-17 Jay Belanger <belanger@truman.edu>
15079
15080 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15081 erasing buffer.
15082
15083 2005-01-17 Richard M. Stallman <rms@gnu.org>
15084
15085 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15086 for calling grep-compute-defaults.
15087
15088 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15089 if buffer is empty.
15090
15091 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15092
15093 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15096
15097 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15098 non-preloaded variables.
15099
15100 2005-01-17 Steven Tamm <steventamm@mac.com>
15101
15102 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15103 tex-shell cause to force interactivity when using pipes.
15104
15105 2005-01-17 Kim F. Storm <storm@cua.dk>
15106
15107 * simple.el (just-one-space): Make arg optional.
15108
15109 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15110
15111 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15112 posn-at-x-y to t to access left-margin.
15113
15114 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15115
15116 Sync with Tramp 2.0.47.
15117
15118 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15119 catching keep-date problems in cp/scp operations.
15120 (tramp-handle-copy-file): Don't call `set-file-modes'
15121 unconditionally. Specialized functions should know better what is
15122 necessary. This improves performance a little bit, and the
15123 functions could catch errors with `cp -p' and `scp -p'.
15124 (tramp-do-copy-or-rename-file-via-buffer)
15125 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15126 when appropriate.
15127 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15128 Call `set-file-modes' when appropriate.
15129 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15130 Johnsson <isak@hypergene.com>
15131 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15132 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15133 <joakim@verona.se>
15134 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15135 Emacs only.
15136
15137 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15138 `find-file-hooks' and `dired-mode-hook'.
15139 (tramp-minor-mode-map): Respective map. Add remapping for
15140 `compile' and `recompile'.
15141 (tramp-remap-command, tramp-recompile): New defuns.
15142 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15143 in buffer "*Compilation*". Call the commands asynchronously.
15144
15145 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15146 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15147 `shell-command', because it isn't magic in XEmacs. Reported by
15148 Adrian Aichner <adrian@xemacs.org>.
15149
15150 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15151 `substitute-in-file-name.
15152 (tramp-smb-handle-substitute-in-file-name): New defun.
15153 (tramp-smb-advice-PC-do-completion): Delete advice.
15154
15155 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15156
15157 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15158 Fix error in deleting region.
15159
15160 2005-01-15 Richard M. Stallman <rms@gnu.org>
15161
15162 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15163 In non-temp buffer, switch syntax table temporarily.
15164
15165 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15166
15167 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15168
15169 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15170
15171 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15172 (imenu--generic-function): Use START, not BEG, as pos of definition.
15173
15174 * simple.el (just-one-space): Argument specifies number of spaces.
15175
15176 * simple.el (eval-expression-print-format): Avoid warning
15177 about edebug-active.
15178
15179 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15180
15181 * progmodes/sh-script.el: Code copied from make-mode.el
15182 with small changes,
15183 (sh-mode-map): Bind C-c C-\.
15184 (sh-backslash-column, sh-backslash-align): New variables.
15185 (sh-backslash-region, sh-append-backslash): New functions.
15186
15187 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15188
15189 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15190 (rmail-pop-password, rmail-pop-password-required): Move to
15191 rmail-obsolete group.
15192 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15193 All callers updated.
15194 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15195 Take an argument specifying whether it is POP or IMAP mailbox we
15196 are using. All callers updated.
15197 (rmail-pop-password-error): Rename to
15198 rmail-remote-password-error. Added mailutils-specific error message.
15199 (rmail-movemail-search-path)
15200 (rmail-movemail-variant-in-use): New variables.
15201 (rmail-remote-password, rmail-remote-password-required):
15202 New customization variables.
15203 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15204 (rmail-parse-url): New function.
15205 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15206 with GNU mailutils movemail.
15207
15208 2005-01-15 Kevin Ryde <user42@zip.com.au>
15209
15210 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15211 suffix to space, $ or '$, to correctly position point when going
15212 to @table style constants like DBL_MAX.
15213
15214 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15215
15216 * type-break.el (type-break-mode, type-break-file-time)
15217 (type-break-file-keystroke-count, type-break-choose-file):
15218 Don't store data in or load data from the file if type-break-file-name
15219 is nil.
15220 (type-break-file-name): Doc update as per the above.
15221
15222 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15223
15224 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15225 lookup-key might return nil; handle that.
15226
15227 2005-01-15 Alan Mackenzie <acm@muc.de>
15228
15229 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15230 rather than the element found, thus enabling the tree to be setcar'd.
15231
15232 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15233
15234 * textmodes/org.el (org-show-following-heading): New option.
15235 (org-show-hierarchy-above): Use `org-show-following-heading'.
15236 (org-cycle): Documentation fix.
15237
15238 * textmodes/org.el (orgtbl-optimized): New option
15239 (orgtbl-mode): New command, a minor mode.
15240 (orgtbl-mode-map): New variable.
15241 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15242 (orgtbl-error, orgtbl-self-insert-command)
15243 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15244
15245 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15246 a local variable in each org-mode buffer.
15247
15248 * textmodes/org.el (org-set-regexps-and-options): Rename from
15249 `org-set-regexps'. Added checking for STARTUP keyword.
15250 (org-get-current-options): Add STARTUP options.
15251 (org-table-insert-row): Make mode intelligent about when
15252 realignment is needed.
15253 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15254 New commands.
15255 (org-enable-table-editor): New default value `optimized'.
15256 (org-table-blank-field): Support blanking regions if active.
15257
15258 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15259
15260 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15261 if the year is not given.
15262
15263 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15264 Add new escapes %m and %M, fixed bug with %F by adding
15265 save-match-data.
15266 (reftex-reference): Remove ?. from list of spaces.
15267 (reftex-label-info): Add automatic label prefix recognition.
15268
15269 * textmodes/reftex-index.el (reftex-index-next-phrase):
15270 Add slave parameter to call of `reftex-index-this-phrase'.
15271 (reftex-index-this-phrase): New optional argument.
15272 (reftex-index-region-phrases): Add slave parameter to call of
15273 `reftex-index-this-phrase'.
15274 (reftex-display-index): New argument redo.
15275 (reftex-index-rescan): Add 'redo to arguments of
15276 `reftex-display-index'.
15277 (reftex-index-Rescan, reftex-index-revert)
15278 (reftex-index-switch-index-tag): Add 'redo to arguments of
15279 `reftex-display-index'.
15280 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15281 indexing. Fix bug with matching is there is a quote before or
15282 after the word.
15283
15284 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15285 Fix bug when collecting citation keys in lines with comments.
15286 (reftex-citation): Prefix argument no longer rescans the document,
15287 but forces prompting for optional arguments of cite macros.
15288 (reftex-do-citation): Prompting for optional arguments implemented.
15289
15290 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15291 Add optional arguments to most cite commands.
15292 (reftex-cite-cleanup-optional-args): New option
15293 (reftex-cite-prompt-optional-args): New option.
15294 (reftex-trust-label-prefix): New option.
15295
15296 * textmodes/reftex-toc.el (reftex-toc-find-section):
15297 Add push-mark before changing the position in the buffer.
15298
15299 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15300 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15301
15302 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15303
15304 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15305 more carefully.
15306
15307 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15310 (sgml-mode): Use it.
15311 (sgml-get-context): Better keep track of implicitly closed tags.
15312
15313 2005-01-13 Kenichi Handa <handa@m17n.org>
15314
15315 * textmodes/ispell.el: These changes are to fix misalignment error
15316 caused by equivalent characters of different Emacs charsets.
15317 (ispell-unified-chars-table): New variable.
15318 (ispell-get-decoded-string): New function.
15319 (ispell-get-casechars, ispell-get-not-casechars)
15320 (ispell-get-otherchars): Call ispell-get-decoded-string.
15321
15322 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15323
15324 * custom.el (custom-declare-variable): Just put symbol instead
15325 of (defvar . symbol) in `current-load-list'.
15326
15327 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15328
15329 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15330
15331 2005-01-12 Jay Belanger <belanger@truman.edu>
15332
15333 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15334 to create a Calc summary.
15335
15336 2005-01-12 Kim F. Storm <storm@cua.dk>
15337
15338 * mouse.el (mouse-on-link-p): Change functionality and doc
15339 string to comply with latest description in lisp ref.
15340
15341 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15342
15343 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15344 Enable mouse clicks on mode-line, header-line and margin.
15345 (event-type): Give mouse event symbols an 'event-kind property
15346 with value 'mouse-click.
15347
15348 2005-01-12 Juri Linkov <juri@jurta.org>
15349
15350 * facemenu.el (list-colors-display): Add new arg buffer-name.
15351 Use it. Fix docstring. Replace code for identifying duplicate
15352 colors by the name with call to `list-colors-duplicates' which
15353 identifies duplicate colors by the value unless the color
15354 is one of special Windows colors. Set truncate-lines to t.
15355 Print sorted duplicate color names on each line. Indent to 22
15356 \(the longest color name in rgb.txt) instead of 20. Optimize.
15357 (list-colors-duplicates): New function.
15358 (facemenu-color-name-equal): Delete function.
15359
15360 * facemenu.el (list-colors-print): New function created from code
15361 in list-colors-display. Print #RRGGBB at the window right edge.
15362 (list-colors-display): When temp-buffer-show-function is not
15363 defined, call list-colors-print from temp-buffer-show-hook
15364 to get the right value of window-width in list-colors-print
15365 after the buffer is displayed.
15366
15367 * simple.el (pop-mark): Move deactivate-mark out of conditional
15368 part to deactivate the active mark regardless of the state of the
15369 mark ring.
15370
15371 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15372 variables line in desktop files.
15373
15374 2005-01-12 Juri Linkov <juri@jurta.org>
15375
15376 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15377 Bring together isearch highlight related options.
15378 (lazy-highlight): Replace group `replace' by `matching'.
15379 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15380 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15381 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15382 and declare them obsolete.
15383 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15384 (isearch-faces): Remove defgroup.
15385 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15386 Move isearch highlighting code closer to lazy highlighting code.
15387
15388 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15389 (query-replace-highlight, query-replace-lazy-highlight)
15390 (query-replace): Move definitions to the beginning of the file.
15391
15392 2005-01-11 Juri Linkov <juri@jurta.org>
15393
15394 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15395 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15396 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15397
15398 * info.el (Info-history-forward): New variable.
15399 (Info-select-node): Reset Info-history-forward to nil.
15400 (Info-last): Turn into defalias.
15401 (Info-history-back): Rename from Info-last.
15402 Add current node to Info-history-forward.
15403 (Info-history-forward): New fun.
15404 (Info-mode-map): Replace Info-last by Info-history-back.
15405 Bind Info-history-forward to "r".
15406 (Info-mode-menu): Replace Info-last by Info-history-back.
15407 Fix menu item text. Add menu item for Info-history-forward.
15408 (info-tool-bar-map): Replace Info-last by Info-history-back.
15409 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15410 for Info-history-forward.
15411 (Info-mode): Replace Info-last by Info-history-back in docstring.
15412 Add local variable Info-history-forward.
15413 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15414
15415 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15418 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15419 Ignore select-window events rather than fiddle with
15420 mouse-autoselect-window.
15421
15422 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15423
15424 * type-break.el (type-break-mode): Fix previous change.
15425
15426 2005-01-10 Jay Belanger <belanger@truman.edu>
15427
15428 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15429 calculator; only reset when point is inside a calculator.
15430 Don't adjust the window height if the window takes up the whole height
15431 of the frame.
15432
15433 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15434
15435 * ebuff-menu.el (Electric-buffer-menu-mode):
15436 Preserve value of buffer-local var header-line-format.
15437
15438 2005-01-09 Jay Belanger <belanger@truman.edu>
15439
15440 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15441 Make sure settings file exists before accessing it.
15442
15443 * calc/calc-embed.el (calc-embedded-subst):
15444 Replace math-multi-subst-rec, which is only supposed to be called
15445 by math-multi-subst, by math-multi-subst.
15446
15447 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15448
15449 * vc.el (vc-allow-async-revert): New user option.
15450 (vc-disable-async-diff): New internal variable.
15451 (vc-revert-buffer): Use them to disable asynchronous diff.
15452
15453 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15454 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15455 asynchronously if vc-disable-async-diff is t.
15456
15457 2005-01-09 Jay Belanger <belanger@truman.edu>
15458
15459 * calc/calc.el (defcalcmodevar): New macro.
15460 (calc-mode-var-list-restore-default-values)
15461 (calc-mode-var-list-restore-saved-values): New functions.
15462 (calc-mode-var-list): Use defcalcmodevar to define it.
15463 (calc-always-load-extensions, calc-line-numbering)
15464 (calc-line-breaking, calc-display-just, calc-display-origin)
15465 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15466 (calc-group-char, calc-point-char, calc-frac-format)
15467 (calc-prefer-frac, calc-hms-format, calc-date-format)
15468 (calc-float-format, calc-full-float-format, calc-complex-format)
15469 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15470 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15471 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15472 (calc-matrix-brackets, calc-language, calc-language-option)
15473 (calc-left-label, calc-right-label, calc-word-size)
15474 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15475 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15476 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15477 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15478 (calc-window-height, calc-display-trail, calc-show-selections)
15479 (calc-use-selections, calc-assoc-selections)
15480 (calc-display-working-message, calc-auto-why, calc-timing)
15481 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15482 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15483 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15484 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15485 (calc-gnuplot-geometry, calc-graph-default-resolution)
15486 (calc-graph-default-resolution-3d, calc-invocation-macro)
15487 (calc-show-banner): Use defcalcmodevar to declare them and set
15488 their default values.
15489
15490 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15491 instead of default values (but restore default values if there is
15492 an argument of 0).
15493
15494 2005-01-09 David Kastrup <dak@gnu.org>
15495
15496 * desktop.el (desktop-restore-eager): Fix typo in type.
15497
15498 2005-01-08 Richard M. Stallman <rms@gnu.org>
15499
15500 * cus-edit.el (customize): Delete :link.
15501
15502 2005-01-08 Jay Belanger <belanger@truman.edu>
15503
15504 * calc/calc.el (calc-mode): Remove the extension from the
15505 `calc-settings-file' file name when loading it.
15506
15507 2005-01-08 Kim F. Storm <storm@cua.dk>
15508
15509 * info.el (Info-mode-map, Info-next-link-keymap)
15510 (Info-prev-link-keymap, Info-up-link-keymap):
15511 Map follow-link to mouse-face.
15512 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15513
15514 2005-01-08 Jay Belanger <belanger@truman.edu>
15515
15516 * calc/calc.el (calc-settings-file): Change default value.
15517 Suggested by cgw in a comment in calc-mode.el.
15518
15519 * calc/calc-mode.el (calc-settings-file-name):
15520 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15521 Replace ~/.emacs in a prompt by calc-settings-file.
15522
15523 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15524
15525 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15526 (desktop-lazy-idle-delay): New customizable variables.
15527 (desktop-buffer-args-list): New variable.
15528 (desktop-append-buffer-args): New function.
15529 (desktop-save): Call desktop-append-buffer-args for some buffers.
15530 (desktop-lazy-create-buffer): New function.
15531 (desktop-idle-create-buffers): New function.
15532 (desktop-read): Add message about buffers to restore lazily.
15533 (desktop-lazy-abort): New command.
15534 (desktop-clear): Call desktop-lazy-abort.
15535 (desktop-lazy-complete): New command.
15536
15537 2005-01-06 Richard M. Stallman <rms@gnu.org>
15538
15539 * emacs-lisp/find-func.el (find-face-definition):
15540 Rename from find-face.
15541
15542 2005-01-06 Kim F. Storm <storm@cua.dk>
15543
15544 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15545
15546 * man.el (Man-xref-man-page, Man-xref-header-file)
15547 (Man-xref-normal-file): Add follow-link property.
15548
15549 2005-01-06 Jay Belanger <belanger@truman.edu>
15550
15551 * calc/calc-units.el: Make sure the proper macro definitions are
15552 available when compiling.
15553
15554 2005-01-06 Juri Linkov <juri@jurta.org>
15555
15556 * isearch.el (isearch-lazy-highlight-update):
15557 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15558
15559 2005-01-06 Miles Bader <miles@gnu.org>
15560
15561 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15562 (isearch-lazy-highlight-face): Use new name.
15563
15564 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15565
15566 * uniquify.el (uniquify-rationalize-file-buffer-names):
15567 Re-add an interactive spec.
15568 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15569 to the same name.
15570
15571 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15572 (isearch-update, isearch-done): Adjust calls accordingly.
15573
15574 2005-01-05 Richard M. Stallman <rms@gnu.org>
15575
15576 * custom.el (custom-set-variables, custom-theme-set-variables):
15577 Clarify documentation.
15578
15579 * emacs-lisp/find-func.el (find-variable)
15580 (find-variable-other-window, find-variable-other-frame):
15581 Fix the TYPE args to find-function-read and find-function-do-it.
15582 (find-function): Doc fix.
15583 (find-function-at-point): Replace function-at-point alias.
15584
15585 2005-01-04 Richard M. Stallman <rms@gnu.org>
15586
15587 * cus-face.el (custom-declare-face):
15588 Record defface in current-load-list.
15589
15590 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15591
15592 * emacs-lisp/find-func.el: Doc fixes.
15593 (find-face-regexp): New variable.
15594 (find-function-regexp-alist): New variable.
15595 (find-function-C-source): Third arg is now TYPE.
15596 (find-function-search-for-symbol): Handle general TYPE.
15597 (find-function-read, find-function-do-it): Handle general TYPE.
15598 (find-definition-noselect, find-face): New functions.
15599 (function-at-point): Alias deleted.
15600
15601 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15602
15603 * battery.el (display-battery-mode): Rename from display-battery.
15604 Handle the case where it gets turned off.
15605
15606 2005-01-04 Richard M. Stallman <rms@gnu.org>
15607
15608 * cus-edit.el (customize): Make :link point to user doc.
15609
15610 * man.el (Man-fontify-manpage): Turn off undo generation.
15611
15612 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15613
15614 2005-01-04 Andreas Schwab <schwab@suse.de>
15615
15616 * files.el (insert-directory): Only look for error lines in
15617 inserted text. Don't move too far after processing --dired markers.
15618
15619 2005-01-04 Richard M. Stallman <rms@gnu.org>
15620
15621 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15622 Don't expand if the character is @, period, dash, etc.
15623 (define-mail-abbrev): Quote names that contain problem characters.
15624
15625 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15626
15627 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15628
15629 2005-01-03 Richard M. Stallman <rms@gnu.org>
15630
15631 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15632 (query-replace-highlight, query-replace-lazy-highlight)
15633 (query-replace): Definitions moved up. Doc fix.
15634
15635 2005-01-03 Richard M. Stallman <rms@gnu.org>
15636
15637 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15638 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15639 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15640 (lazy-highlight-face): Rename from isearch-lazy-...
15641 Change all references to them.
15642
15643 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15644
15645 * cus-edit.el (custom-file): Doc fix for defcustom.
15646 (custom-file): The function no longer sets the variable
15647 `custom-file' to its return value.
15648
15649 * startup.el (command-line): No longer load `custom-file'.
15650
15651 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15654
15655 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15656 Don't confuse module-prefixed identifiers for labels.
15657 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15658
15659 2005-01-02 Richard M. Stallman <rms@gnu.org>
15660
15661 * files.el (basic-save-buffer-1): Fix previous change.
15662
15663 * loadhist.el (file-loadhist-lookup): New function.
15664 (file-provides, file-requires): Use it.
15665
15666 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15667 instead of calculating the right size.
15668
15669 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15670
15671 * vc-svn.el (vc-svn-diff): Stay local if possible.
15672
15673 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15674
15675 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15676
15677 * files.el (hack-local-variables): Fix last change.
15678
15679 2005-01-02 Jay Belanger <belanger@truman.edu>
15680
15681 * calc/calc-yank.el (calc-edit-top): New variable.
15682 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15683 object. Change header properties.
15684 (calc-edit-finish, calc-edit-finish-stack-object)
15685 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15686 edited object.
15687 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15688 for the beginning of the edited object.
15689 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15690 for the beginning of the edited object.
15691 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15692 (calc-finish-formula-edit, calc-macro-repeats)
15693 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15694 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15695 beginning of the edited object.
15696 (calc-user-define-edit): Change the header for editing macros.
15697 Remove unnecessary variable.
15698
15699 2005-01-01 Jay Belanger <belanger@truman.edu>
15700
15701 * calc/calc-yank.el (calc-edit-mode): Change default header.
15702 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15703 * calc/calc-store.el (calc-edit-variable): Change title to match new
15704 header.
15705 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15706 mode to match new header.
15707 (calc-user-define-edit): Change titles to include names of commands.
15708 (calc-finish-formula-edit): Adjust to handle new header.
15709 (calc-finish-macro-edit): Remove.
15710 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15711 (calc-edit-macro-command, calc-edit-macro-command-type)
15712 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15713 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15714 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15715 (calc-edit-macro-finish-edit): New functions.
15716 (calc-user-define-edit): Use new functions to edit named calc macros.
15717
15718 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15719
15720 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15721
15722 * ses.el (copy-region-as-kill): Deactivate mark.
15723
15724 2005-01-01 Richard M. Stallman <rms@gnu.org>
15725
15726 * replace.el (occur-1): If the output buffer is also an input,
15727 don't kill it, rename it.
15728
15729 * faces.el (set-face-background, set-face-foreground): Doc fix.
15730
15731 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15732 for :foreground and :background.
15733
15734 * dired.el (dired-view-command-alist): Variable deleted.
15735 (dired-view-file, dired-mouse-find-file-other-window):
15736 Delete the code to use it.
15737
15738 2005-01-01 Kim F. Storm <storm@cua.dk>
15739
15740 * image.el (insert-sliced-image): Use t for line-height property.
15741
15742 See ChangeLog.11 for earlier changes.
15743
15744 ;; Local Variables:
15745 ;; coding: iso-2022-7bit
15746 ;; End:
15747
15748 Copyright (C) 2005 Free Software Foundation, Inc.
15749 Copying and distribution of this file, with or without modification,
15750 are permitted provided the copyright notice and this notice are preserved.
15751
15752 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1