]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(fancy-startup-tail, fancy-about-text)
[gnu-emacs] / lisp / ChangeLog
1 2007-12-29 Richard Stallman <rms@gnu.org>
2
3 * startup.el (fancy-startup-tail, fancy-about-text)
4 (fancy-startup-text): Regularize format of face property.
5
6 * facemenu.el (list-colors-print): Use :background and :foreground
7 instead of background-color and foreground-color.
8
9 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10
11 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
12 MS-Windows and MS-DOS.
13 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
14
15 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16
17 * progmodes/grep.el (rgrep): Fix last change.
18
19 2007-12-27 Richard Stallman <rms@gnu.org>
20
21 * progmodes/compile.el (compilation-start): Set initial visible
22 point properly even when compilation buffer already current.
23
24 2007-12-26 Richard Stallman <rms@gnu.org>
25
26 * files.el (conf-mode-maybe): New function.
27 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
28
29 2007-12-26 Martin Rudalics <rudalics@gmx.at>
30
31 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
32
33 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
34
35 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
36
37 2007-12-25 Richard Stallman <rms@gnu.org>
38
39 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
40 so they never do EOF.
41
42 2007-12-23 Richard Stallman <rms@gnu.org>
43
44 * dired-aux.el: Load dired.el at run time too.
45
46 * faces.el (copy-face): Create the new face explicitly if it
47 does not exist already.
48
49 2007-12-23 Andreas Schwab <schwab@suse.de>
50
51 * files.el (switch-to-buffer-other-frame): Return the buffer
52 switched to.
53
54 2007-12-23 Juri Linkov <juri@jurta.org>
55
56 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
57 item to about-emacs instead of display-splash-screen.
58
59 2007-12-22 Eli Zaretskii <eliz@gnu.org>
60
61 * simple.el (minibuffer-history, shell-command-history)
62 (set-variable-value-history):
63 * replace.el (regexp-history):
64 * international/mule-cmds.el (input-method-history):
65 * files.el (file-name-history): Add reference to history-length in
66 the doc string.
67
68 2007-12-22 Richard Stallman <rms@gnu.org>
69
70 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
71
72 2007-12-21 Jason Rumney <jasonr@gnu.org>
73
74 * find-dired.el (find-name-arg): New custom variable.
75 (find-name-dired): Use it.
76 (find-dired-find-program): Remove.
77 (find-dired): Use find-program.
78 (find-grep-dired): Use grep-program.
79
80 * progmodes/grep.el (rgrep): Use find-name-arg.
81
82 2007-12-21 Martin Rudalics <rudalics@gmx.at>
83
84 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
85 specifier from format-string. Reported by Ye Wenbin.
86
87 2007-12-19 Martin Rudalics <rudalics@gmx.at>
88
89 * cus-start.el: Use correct group name for members of mode-line group.
90
91 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
92
93 * progmodes/cc-vars.el (defcustom-c-stylevar):
94 Revert to pre-2007-12-12 version.
95
96 2007-12-15 Richard Stallman <rms@gnu.org>
97
98 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
99
100 * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
101 Use changed.
102
103 * startup.el (fancy-splash-help-echo): Var deleted.
104 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
105 (fancy-about-screen): Don't display fancy-splash-help-echo.
106
107 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
108
109 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
110
111 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
112
113 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
114
115 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
116 function.
117 (add-submenu): Only define for XEmacs.
118 (verilog-regexp-words): Revert previous change, keep the other
119 definition.
120
121 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * progmodes/perl-mode.el (perl-continued-statement-offset)
124 (perl-continued-brace-offset, perl-brace-offset)
125 (perl-brace-imaginary-offset, perl-label-offset):
126 * progmodes/cperl-mode.el (cperl-brace-offset)
127 (cperl-continued-brace-offset, cperl-label-offset)
128 (cperl-continued-statement-offset)
129 (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
130 safe-local-variable properties.
131
132 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
133
134 * progmodes/verilog-mode.el (verilog-mode-map)
135 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
136 (verilog-colorize-include-files): Use only overlay functions so
137 that it can work on both emacs and XEmacs.
138 (set-extent-keymap): Remove unused defun.
139 (verilog-kill-existing-comment, verilog-insert-date)
140 (verilog-insert-year): Rename in order not to pollute the global
141 namespace from kill-existing-comment, insert-date and
142 insert-year, respectively.
143 (verilog-set-auto-endcomments, verilog-header): Update callers.
144
145 * files.el (auto-mode-alist): Recognize verilog files.
146
147 * progmodes/verilog-mode.el (verilog-string-replace-matches)
148 (verilog-string-remove-spaces, verilog-re-search-forward)
149 (verilog-re-search-backward, verilog-re-search-forward-quick)
150 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
151 (verilog-get-end-of-line, verilog-within-string): Move definitions
152 before first use. No code changes.
153
154 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
155
156 * progmodes/verilog-mode.el (verilog-mode-version)
157 (verilog-mode-release-date): Don't use expanding keywords.
158 (provide): Move to the end of file.
159 (fboundp): Don't check if eval-when-compile is bound, it is used
160 later in the file without checking.
161 (when, unless): Copy definitions from subr.el.
162 (char-before, defcustom, defface, customize-group)
163 (verilog-batch-error-wrapper): Don't use old style backquotes.
164 (verilog-regexp-opt): Avoid using the cl function case.
165 (verilog-regexp-words): Remove duplicated definition.
166 (verilog-mode-abbrev-table): Remove, duplicate.
167 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
168 Declare and initialize in one step.
169 (verilog-declaration-prefix-re, verilog-declaration-re)
170 (verilog-end-of-statement, verilog-indent-declaration)
171 (verilog-get-lineup-indent): Remove trailing whitespace.
172 (verilog-mode): Fix autoload cookie. Set
173 beginning-of-defun-function and end-of-defun-function. Use when
174 instead of if.
175 (verilog-emacs-features, verilog-auto-ascii-enum)
176 (verilog-insert-indices): Escape braces in doc strings.
177
178 2007-12-08 Michael McNamara <mac@verilog.com>
179 Wilson Snyder <wsnyder@wsnyder.org>
180
181 * progmodes/verilog-mode.el: New file.
182
183 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
184
185 * international/latexenc.el (latexenc-find-file-coding-system): If
186 both coding-system-for-write and buffer-file-coding-system of
187 latex-main-file are nil, use `undecided'.
188
189 2007-12-06 Jason Rumney <jasonr@gnu.org>
190
191 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
192
193 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
194
195 * ido.el (ido-save-history): Use emacs-mule coding system
196 instead of utf-8 to save filenames (it's safer in Emacs 22).
197 Set the `coding' local variable on the first line of the file.
198
199 2007-12-04 Karl Fogel <kfogel@red-bean.com>
200
201 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
202 coding system. This ports revisions 1.40 and 1.41 over to the
203 EMACS_22_BASE branch, but with the right coding system for Emacs
204 22 to reliably record filenames. Suggested by Eli Zaretskii.
205
206 2007-12-01 Richard Stallman <rms@gnu.org>
207
208 * wid-edit.el (widget-type): Doc fix.
209
210 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
211
212 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
213
214 2007-12-01 Alexandre Julliard <julliard@winehq.org>
215
216 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
217
218 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
221 Don't match "sub { (...) ... }".
222
223 2007-11-29 Richard Stallman <rms@gnu.org>
224
225 * international/mule-cmds.el (toggle-input-method-active): New var.
226 (toggle-input-method): Bind toggle-input-method-active to t.
227 Error if it was already non-nil.
228
229 2007-11-29 Glenn Morris <rgm@gnu.org>
230
231 * calendar/time-date.el (with-decoded-time-value): Doc fix.
232
233 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
234
235 * calendar/time-date.el (encode-time-value): Doc fix.
236
237 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
238
239 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
240
241 2007-11-24 Kenichi Handa <handa@m17n.org>
242
243 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
244
245 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
246
247 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
248
249 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
250
251 * textmodes/paragraphs.el (forward-sentence): Doc fix.
252 Reported by Drew Adams <drew.adams@oracle.com>.
253
254 2007-11-20 Glenn Morris <rgm@gnu.org>
255
256 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
257 for compatibility with Emacs 23.
258
259 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
260
261 * replace.el (map-query-replace-regexp): Doc fix (revert part of
262 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
263
264 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
265
266 * progmodes/gdb-ui.el: Update commentary.
267
268 2007-11-16 Eli Zaretskii <eliz@gnu.org>
269
270 * international/mule-cmds.el (set-locale-environment):
271 Set default-file-name-coding-system _after_ keyboard and terminal
272 coding systems. This fixes last change.
273
274 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
275 one space after "Subject:".
276
277 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
278
279 * subr.el (make-variable-frame-local):
280 Fix typo in obsolescence declaration.
281
282 2007-11-16 Glenn Morris <rgm@gnu.org>
283
284 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
285
286 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
287
288 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
289 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
290 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
291
292 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
295 in order to determine if there's a conflict.
296
297 2007-11-16 Juri Linkov <juri@jurta.org>
298
299 * man.el (Man-heading-regexp): Add 0-9.
300 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
301
302 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
303
304 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
305 Fix typo in docstring.
306
307 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
308 (cua-highlight-region-shift-only): Doc fix.
309
310 2007-11-15 Richard Stallman <rms@gnu.org>
311
312 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
313
314 * reposition.el (reposition-window):
315 Binding C-M-l moved to bindings.el.
316
317 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
318
319 * add-log.el (add-change-log-entry-other-window):
320 Key binding C-x 4 a moved to bindings.el.
321
322 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
323 from filecache.el.
324
325 * filecache.el: Minibuffer map bindings moved to bindings.el.
326
327 2007-11-14 Jason Rumney <jasonr@gnu.org>
328
329 * international/mule-cmds.el (set-locale-environment):
330 Set default-file-name-coding-system from system defaults on Windows.
331
332 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
333
334 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
335 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
336 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
337 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
338 locations.
339 (gdb-info-breakpoints-custom, gdb-assembler-custom)
340 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
341 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
342
343 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
344
345 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
346 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
347 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
348 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
349 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
350 Rewrite in active voice.
351
352 2007-11-10 Juri Linkov <juri@jurta.org>
353
354 * startup.el: Backport startup screen related changes from the trunk.
355 (initialization): Change group to `environment'.
356 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
357 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
358 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
359 (initial-scratch-message): Fix docstring.
360 (startup-screen-inhibit-startup-screen)
361 (pure-space-overflow-message): New variables.
362 (command-line): Rename `inhibit-startup-message' to
363 `inhibit-startup-screen'.
364 (initial-scratch-message): Doc fix.
365 (fancy-splash-text): Remove variable.
366 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
367 New variables.
368 (fancy-splash-delay, fancy-splash-max-time)
369 (fancy-current-text, fancy-splash-stop-time)
370 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
371 Remove variables.
372 (fancy-splash-insert): Use help-echo from the 3rd element of the
373 link specification list, or "Follow this link" if it's nil. Doc fix.
374 Allow functions for face and link specs.
375 (fancy-splash-tail): Remove function.
376 (fancy-startup-tail): New function.
377 (fancy-splash-default-action, fancy-splash-special-event-action)
378 (fancy-splash-screens): Remove functions.
379 (fancy-about-screen): New function.
380 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
381 Fix docstring. Use argument `startup' to conditionally display
382 different texts for Startup and About screens. Don't display Help
383 commands on the About screen. Remove `unwind-protect' `sit-for'
384 delay and `kill-buffer' after it.
385 (normal-mouse-startup-screen, normal-splash-screen)
386 (normal-no-mouse-startup-screen): New functions.
387 (startup-echo-area-message): Change text of the echo area.
388 (display-splash-screen): Remove function.
389 (display-startup-screen, display-about-screen): New functions.
390 (about-emacs): Make alias to `display-about-screen'.
391 (display-splash-screen): Make alias to `display-startup-screen'.
392 (command-line-1): Rename `inhibit-startup-message' to
393 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
394 started with command line options "-f", "-funcall", "-e", "-eval",
395 "-execute", "-insert", "-find-file", "-file", "-visit".
396 Inhibit startup screen when Emacs is started with a file name only
397 on tty (i.e. don't inhibit it when started with a file name like
398 "emacs FILE..." on a window system).
399 Comment out unused code for coping with the old sit-for behavior.
400 If file-count > 0, then display the concise version in another
401 window, otherwise display full version in the same window.
402 * loadup.el: Add `button'. Move up `startup'.
403 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
404 * version.el (emacs-copyright): Add emacs-copyright.
405 * menu-bar.el (menu-bar-help-menu):
406 Move "About Emacs" and "About GNU" to the end of the Help menu.
407 Move "Emacs Psychotherapist" after "Send Bug Report...".
408 Move "External Packages" after "Find Emacs Packages".
409
410 2007-11-10 Jason Rumney <jasonr@gnu.org>
411
412 * w32-fns.el: Sync charset names with setup-default-fontset.
413 Append "-1" where second part missing.
414
415 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
416
417 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
418
419 * ido.el (ido-save-history): Write the history file in UTF-8,
420 and add `coding' file-local variable.
421
422 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
423
424 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
425 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
426 (iso-iso2duden-trans-tab): Add docstring.
427
428 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
429
430 * faces.el (face-normalize-spec): Remove function.
431 (frame-set-background-mode): Undo last change.
432
433 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
434
435 * files.el (enable-local-variables): Doc fix.
436
437 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
438
439 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
440 match dir like "a...b".
441
442 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
443
444 * eshell/esh-mode.el (eshell-output-filter):
445 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
446 Use `with-current-buffer'.
447
448 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
449
450 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
451
452 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
453
454 * net/tls.el: Require rx when compiling.
455 (tls-end-of-info): New variable.
456 (open-tls-stream): Keep reading input until `tls-end-of-info' is
457 matched.
458
459 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
460
461 * simple.el (bad-packages-alist): Anchor semantic regexp.
462
463 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
464
465 * files.el (hack-local-variables): Fix membership tests to avoid
466 treating all variables as safe if `enable-local-variables' is
467 set to :safe (CVE-2007-5795).
468
469 2007-11-02 Glenn Morris <rgm@gnu.org>
470
471 * progmodes/etags.el (tags-table-mode): Disable undo.
472
473 * simple.el (bad-packages-alist): Revert previous change.
474
475 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
476
477 * printing.el (printing): Fix :version, printing.el was included
478 in emacs-22.1.
479 (pr-path-style, pr-path-alist, pr-txt-name)
480 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
481 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
482 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
483 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
484 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
485 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
486 (pr-setting-database, pr-visible-entry-list)
487 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
488 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
489 :version.
490
491 2007-11-01 Glenn Morris <rgm@gnu.org>
492
493 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
494
495 * mail/footnote.el (footnote-numeric-regexp)
496 (footnote-english-upper-regexp, footnote-english-lower-regexp)
497 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
498 Match multi-character footnotes.
499
500 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
501 (nroff-indent-line-function): New function.
502 (nroff-count-text-lines): Use nroff-forward-text-line rather than
503 obsolete alias.
504
505 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
506
507 * net/tramp.el (tramp-open-connection-telnet)
508 (tramp-open-connection-rsh, tramp-open-connection-su)
509 (tramp-open-connection-multi): Set $LC_ALL to "C".
510
511 2007-10-31 Sven Joachim <svenjoac@gmx.de>
512
513 * dired-aux.el (dired-copy-file-recursive):
514 Preserve directory permissions.
515
516 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
517
518 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
519 (whitespace-unload-function): New-style unload function. When run,
520 unintern `whitespace-unload-hook' and call `unload-feature' recursively
521 to stop the old hook from messing with the unloading.
522
523 * strokes.el (strokes-alphabetic-lessp): Doc fix.
524
525 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
526
527 * emacs-lisp/find-func.el (find-library): Use library at
528 point as default interactive argument.
529
530 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
531
532 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
533 (elp-unset-master, elp-results): Fix typos.
534 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
535 Doc fixes.
536
537 * msb.el (msb--many-menus): Remove variable.
538 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
539 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
540 (msb--toggle-menu-type): Fix typos in docstrings.
541
542 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
543 (shadow-insert-var): Doc fixes.
544 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
545 Reflow docstrings.
546 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
547
548 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
549
550 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
551 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
552 Fix typos in autoload docstrings.
553
554 * loadhist.el (unload-feature): Remove redundant check.
555
556 2007-10-30 Richard Stallman <rms@gnu.org>
557
558 * savehist.el (savehist-save): Obey savehist-ignored-variables.
559
560 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
561
562 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
563 (gdb-var-update-handler-1): Use it.
564
565 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
566
567 * loadhist.el (unload-feature): Remove erroneous check for the
568 FEATURE-unload-function variable; check the existence of the
569 function (that's what the docstring says, and it makes more sense).
570
571 * follow.el (follow-unload-function): Add docstring.
572 (follow-unload-function): Remove variable.
573
574 * server.el (server-unload-function): Remove variable.
575 (server-unload-function): Unbind `server-edit' from `C-x #'.
576
577 * uniquify.el (uniquify-unload-function): Add docstring.
578 (uniquify-unload-function): Remove variable.
579
580 * ses.el (ses-unload-function): New function.
581
582 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
583
584 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
585 (unsafep-progn, unsafep-let): Fix typos in docstrings.
586
587 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
588 before use to avoid a warning in packages that require uniquify.
589 (uniquify-unload-function): New function and var.
590
591 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
592
593 * loadhist.el (unload-feature-special-hooks):
594 Add `delete-frame-functions'.
595
596 * server.el (server-unload-function): Rename from `server-unload-hook'
597 and adapt to new `unload-feature' functionality. Remove hook from
598 `kill-buffer-hook' buffer-locally.
599 (server-unload-hook): Remove.
600 (server-unload-function): New var; replaces `server-unload-hook'.
601
602 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
603
604 * desktop.el (uniquify-managed): Pacify byte compiler.
605 (desktop-buffer-info): If the buffer name is managed by uniquify,
606 save the base name, not the uniquified one.
607 (desktop-create-buffer): Allow `rename-buffer' to generate a new
608 name in case of conflict.
609
610 2007-10-26 Glenn Morris <rgm@gnu.org>
611
612 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
613 safe-local-variable property.
614
615 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
616
617 * net/browse-url.el (browse-url-browser-function): Delete grail.
618 (browse-url-grail): Function and variable deleted.
619 (browse-url-browser-function): Delete IXI Mosaic.
620 (browse-url-default-browser): Don't try IXI Mosaic.
621 (browse-url-iximosaic): Function deleted.
622 (browse-url-browser-function): Delete MMM.
623 (browse-url-default-browser): Don't try MMM.
624 (browse-url-mmm): Function deleted.
625
626 2007-10-25 Glenn Morris <rgm@gnu.org>
627
628 * progmodes/f90.el (f90-indented-comment-re)
629 (f90-directive-comment-re, f90-break-delimiters):
630 * progmodes/fortran.el (fortran-comment-line-start-skip)
631 (fortran-directive-re):
632 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
633 as safe if they are strings.
634
635 2007-10-25 Richard Stallman <rms@gnu.org>
636
637 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
638
639 2007-10-24 Richard Stallman <rms@gnu.org>
640
641 * savehist.el (savehist-save): Omit unreadable elements.
642
643 * loadhist.el (unload-function-defs-list): Renamed from
644 unload-function-features-list.
645 (unload-feature-special-hooks, unload-feature): Doc fixes.
646
647 * indent.el (indent-to-left-margin): If point's in the indentation,
648 move to the end of the indentation.
649
650 * cus-edit.el (customize-changed-options): Make arg optional.
651
652 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
653
654 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
655
656 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * textmodes/css-mode.el: Require CL.
659 (comment-continue): Declare.
660
661 * subr.el (make-variable-frame-localizable): Remove.
662 (make-variable-frame-local): Mark obsolete.
663
664 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
665
666 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
667 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
668
669 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
670
671 * comint.el (comint-password-prompt-regexp):
672 Handle `[sudo] password'-style prompt.
673
674 2007-10-23 Glenn Morris <rgm@gnu.org>
675
676 * progmodes/f90.el (f90-do-indent, f90-if-indent)
677 (f90-type-indent, f90-program-indent)
678 (f90-continuation-indent, f90-comment-region)
679 (f90-beginning-ampersand, f90-smart-end)
680 (f90-break-before-delimiters, f90-auto-keyword-case)
681 (f90-leave-line-no, f90-mode-hook):
682 Give an appropriate safe-local-variable property.
683 (f90-font-lock-keywords-2): Fix `go to' regexp.
684
685 * progmodes/fortran.el (fortran-tab-mode-default)
686 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
687 (fortran-structure-indent, fortran-continuation-indent)
688 (fortran-comment-indent, fortran-comment-line-extra-indent)
689 (fortran-comment-line-start)
690 (fortran-minimum-statement-indent-fixed)
691 (fortran-minimum-statement-indent-tab)
692 (fortran-comment-indent-char, fortran-line-number-indent)
693 (fortran-check-all-num-for-matching-do)
694 (fortran-blink-matching-if, fortran-continuation-string)
695 (fortran-comment-region, fortran-electric-line-number)
696 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
697 (fortran-analyze-depth, fortran-break-before-delimiters):
698 Give an appropriate safe-local-variable property.
699
700 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
703 of the subdirs is unreadable.
704
705 2007-10-22 Martin Rudalics <rudalics@gmx.at>
706
707 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
708 Use window-full-width-p.
709
710 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
713 (tpu-edt-off): Use it.
714 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
715 the global-map before adding it to global-map.
716
717 * menu-bar.el (global-buffers-menu-map): New var.
718 (global-map, menu-bar-update-buffers): Use it.
719 * msb.el (msb-menu-bar-update-buffers): Use it.
720 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
721 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
722 Use with-current-buffer.
723
724 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
725
726 * hexl.el (hexl-menu): New major mode menu.
727
728 2007-10-20 Glenn Morris <rgm@gnu.org>
729
730 * progmodes/f90.el (f90-font-lock-keywords-2)
731 (f90-looking-at-type-like): Fix regexp typos.
732
733 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
734
735 * bs.el (bs-mode): Add mode name (accidentally left out
736 in the 2007-10-16 change).
737
738 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
739
740 * bs.el (bs--track-window-changes): Don't refresh the whole list.
741 (bs-mode): Set mode-class property to special.
742
743 * follow.el (follow-unload-function): New function.
744
745 * loadhist.el (unload-function-features-list):
746 Rename from `unload-hook-features-list'.
747 (unload-hook-features-list): Add as obsolete alias.
748 (unload-feature): Use `unload-function-features-list'
749 and new FEATURE-unload-function.
750
751 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
752
753 * loadhist.el (unload-feature-special-hooks):
754 Update list of special hooks.
755
756 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
757 (adaptive-fill-function): Doc fix. Remove * from docstring.
758
759 2007-10-18 Glenn Morris <rgm@gnu.org>
760
761 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
762
763 2007-10-17 Aaron Hawley <aaronh@garden.org>
764
765 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
766 position is not saved.
767
768 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
769
770 * longlines.el (longlines-wrap-follows-window-size): Integer value
771 specifies wrapping margin.
772 (longlines-mode, longlines-window-change-function):
773 Set window-specific wrapping margin based on the above.
774
775 2007-10-17 John Wiegley <johnw@newartisans.com>
776
777 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
778
779 2007-10-17 Glenn Morris <rgm@gnu.org>
780
781 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
782 Tweak regexp to avoid stack overflow.
783
784 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * simple.el (reindent-then-newline-and-indent): Don't assume that
787 indent-according-to-mode preserves point.
788
789 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
790
791 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
792 (bs--restore-window-config): Keep the selected frame.
793 (bs--track-window-changes, bs--remove-hooks): New functions.
794 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
795 (bs--show-with-configuration): Revert 2006-11-09 change.
796 Don't reuse window unless it is visible on the selected frame.
797 Restore window configuration (possibly in a different frame)
798 before creating any window.
799
800 2007-10-16 Richard Stallman <rms@gnu.org>
801
802 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
803 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
804 (ad-is-advised, ad-get-advice-info-field)
805 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
806
807 2007-10-16 Glenn Morris <rgm@gnu.org>
808
809 * simple.el (blink-matching-open): Don't report false errors with
810 the `$' syntax class.
811
812 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
813
814 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
815 (filesets-ormap, filesets-sort-case-sensitive-flag)
816 (filesets-remake-shortcut, filesets-ingroup-collect-files):
817 Fix typos in docstrings.
818 (filesets-data-get-name, filesets-data-get-data)
819 (filesets-data-set, filesets-cmd-query-replace-getargs)
820 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
821
822 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
823
824 * term/mac-win.el: Don't require url when compiling, as url-type is
825 no longer a macro.
826
827 2007-10-14 Glenn Morris <rgm@gnu.org>
828
829 * progmodes/etags.el (select-tags-table): Disable undo in the
830 `*Tags Table List*' buffer.
831
832 2007-10-13 Eli Zaretskii <eliz@gnu.org>
833
834 * dired.el (dired-warn-writable): New face.
835 (dired-warn-writable-face): New variable.
836 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
837 of dired-warning-face, for group- and world-writable files.
838
839 2007-10-13 Glenn Morris <rgm@gnu.org>
840
841 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
842 (octave-re-search-forward-kw, octave-re-search-backward-kw):
843 Add doc string, and an explicit COUNT argument.
844 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
845 `inc' to search functions.
846
847 2007-10-13 John W. Eaton <jwe@octave.org>
848
849 * progmodes/octave-mod.el (octave-looking-at-kw)
850 (octave-re-search-forward-kw, octave-re-search-backward-kw):
851 New functions.
852 (octave-in-defun-p, calculate-octave-indent)
853 (octave-blink-matching-block-open, octave-beginning-of-defun)
854 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
855 to search for regexps that contain case-sensitive keywords.
856 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
857 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
858
859 2007-10-13 Richard Stallman <rms@gnu.org>
860
861 * files.el (directory-abbrev-alist): Doc fix.
862
863 2007-10-13 Jari Aalto <jari.aalto@cante.net>
864
865 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
866
867 2007-10-12 Martin Rudalics <rudalics@gmx.at>
868
869 * frame.el (set-frame-configuration): Assign name parameter only
870 if it has been set explicitly before.
871
872 * window.el (handle-select-window): Revert part of 2007-10-06
873 change setting the input focus.
874
875 2007-10-12 Glenn Morris <rgm@gnu.org>
876
877 * cus-edit.el (custom-variable-menu, custom-face-menu)
878 (custom-group-menu): Check init-file-user rather than
879 user-init-file, in case cus-edit is loaded by site-run-file.
880
881 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
882
883 * follow.el (follow-stop-intercept-process-output):
884 Use `follow-call-process-filter' rather than `process-filter'.
885
886 2007-10-11 Tom Tromey <tromey@redhat.com>
887
888 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
889 frame is visible.
890
891 2007-10-10 Richard Stallman <rms@gnu.org>
892
893 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
894 in *Backtrace*.
895
896 * faces.el (face-font-selection-order): Doc fix.
897
898 * loadhist.el (unload-feature): Doc fix.
899
900 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
901
902 * ps-print.el: Fix the usage of :foreground and :background face
903 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
904 (ps-print-version): New version 6.7.6.
905 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
906 Fix code.
907 (ps-face-foreground-color-p, ps-face-background-color-p)
908 (ps-face-color-p): New inline funs.
909
910 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
911
912 * follow.el: Change all instances of "Follow Mode" to "Follow
913 mode" in docstrings and messages.
914
915 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
916
917 * faces.el (face-font-selection-order): Doc fix.
918
919 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
920 (follow-mode-off-hook): Mark as obsolete.
921
922 2007-10-08 Richard Stallman <rms@gnu.org>
923
924 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
925 (edebug-install-custom-print, edebug-reset-print-funcs)
926 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
927 Functions deleted.
928 (edebug-prin1, edebug-print, edebug-prin1-to-string)
929 (edebug-format, edebug-message): Define directly as aliases.
930
931 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
932
933 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
934
935 2007-10-07 Glenn Morris <rgm@gnu.org>
936
937 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
938 version numbers.
939
940 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
941
942 * net/tramp.el (tramp-completion-mode): Extend doc-string.
943 (tramp-completion-mode-p): Revert change from 2007-09-24.
944 Checking for `return' etc as last character is not sufficient, for
945 example in dired-mode when entering <g> (revert-buffer) or
946 <s> (dired-sort).
947
948 2007-10-06 Martin Rudalics <rudalics@gmx.at>
949
950 * window.el (mouse-autoselect-window-cancel): Don't cancel for
951 select-window or select-frame events.
952 (handle-select-window): When autoselecting window set input
953 focus. Restructure.
954
955 * frame.el (focus-follows-mouse): Moved to frame.c.
956 * cus-start.el (all): Add focus-follows-mouse.
957
958 2007-10-05 Chris Moore <dooglus@gmail.com>
959
960 * server.el (server-kill-new-buffers): Doc fix.
961
962 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
963
964 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
965 activate font-locking in the *buffer-selection* buffer.
966 (bs-show-sorted): Doc fix.
967
968 * bs.el (bs--get-marked-string, bs--get-modified-string)
969 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
970 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
971 (bs--format-aux): Doc fix.
972
973 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
974
975 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
976
977 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
978
979 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
980
981 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
982
983 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
984 (gud-gdb): New function for old M-x gdb (text command mode).
985 (gud-gdb-command-name, gdb): Move to...
986
987 * progmodes/gdb-ui.el: ...here and adapt doc string.
988 (gud-gdba-command-name, gdba): Delete.
989
990 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
991
992 * bs.el: Don't defvar `font-lock-verbose'.
993 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
994 (bs--get-file-name): Fix typos in docstrings.
995 (bs--show-header): Use `dolist' instead of `mapcar'.
996 (bs-mode): Set `show-trailing-whitespace' to nil.
997 (bs-buffer-sort-function, bs-mouse-select-other-frame)
998 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
999 Doc fixes.
1000
1001 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1002
1003 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1004
1005 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1006
1007 * progmodes/gud.el (gdb): Make graphical mode the default and
1008 switch to text command mode if appropriate, i.e., reverse previous
1009 arrangement.
1010 (gud-gdb-marker-filter): Adapt for above change.
1011
1012 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1013 gud-minor-mode and gud-marker-filter.
1014 (gdb-fullname-regexp): New variable.
1015 (gud-gdba-marker-filter): Use it to switch to text command
1016 mode if appropriate.
1017
1018 2007-10-02 Richard Stallman <rms@gnu.org>
1019
1020 * frame.el (cursor-in-non-selected-windows): Doc fix.
1021
1022 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1023
1024 * progmodes/gud.el (gud-display-line): Find source buffer even when
1025 GUD buffer has its own frame.
1026
1027 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1028
1029 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1030
1031 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1032
1033 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1034
1035 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1036
1037 * allout.el (allout-before-change-handler): Replace got-char by
1038 goto-char.
1039
1040 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1043 Used to try and automatically enabled smerge-mode in the presence of
1044 conflicts and to call `svn resolved' when the conflicts are gone.
1045 (vc-svn-parse-status): Remember the svn-specific status.
1046
1047 * newcomment.el (comment-choose-indent): New function extracted
1048 from comment-indent. Improve the alignment algorithm.
1049 (comment-indent): Use it.
1050
1051 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1054 (eldoc-message-commands, eldoc-current-idle-delay):
1055 Fix typos in docstrings.
1056
1057 * progmodes/python.el (python-eldoc-function): Doc fix.
1058
1059 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1060
1061 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1062 menu-bar-apropos-menu. All users changed.
1063 (menu-bar-help-menu): Change menu symbols to better match the text
1064 displayed by the menu.
1065
1066 2007-09-25 Glenn Morris <rgm@gnu.org>
1067
1068 * view.el (view-search-no-match-lines): Add a doc string.
1069 Rewrite to simplify and work better.
1070
1071 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * net/tramp.el (tramp-completion-mode-p): Rename from
1074 `tramp-completion-mode'. Revert logic, check `return', `newline'
1075 and such alike. Packages like Icicles tend to use other completion
1076 characters but `tab' and `space' only.
1077 (top): Require cl.el, when `copy-tree' is not available otherwise.
1078
1079 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1080 `ad-get-arg'.
1081
1082 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1083
1084 * net/tramp-vc.el (tramp-vc-user-login-name):
1085 Use `vc-find-version' instead of `process-file' to check whether we
1086 have a new enough vc that doesn't need the defadvice.
1087
1088 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1091 #, @, : and ^.
1092
1093 2007-09-23 Glenn Morris <rgm@gnu.org>
1094
1095 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1096
1097 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1098
1099 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1100
1101 * log-view.el (log-view-mode-map): Likewise.
1102
1103 * diff-mode.el (diff-mode-shared-map): Likewise.
1104
1105 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1106
1107 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1108 add inferior-octave-directory-tracker to the buffer-local value
1109 of comint-input-filter-functions.
1110
1111 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * files.el (file-name-sans-versions): Also allow `A-Z'.
1114
1115 * vc.el: Mention all supported VC backends.
1116
1117 2007-09-22 Richard Stallman <rms@gnu.org>
1118
1119 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1120 neighbouring buttons.
1121
1122 2007-09-22 Andreas Schwab <schwab@suse.de>
1123
1124 * files.el (file-name-sans-versions): Also allow `_'.
1125
1126 2007-09-22 Glenn Morris <rgm@gnu.org>
1127
1128 * eshell/esh-mode.el (eshell-output-filter-functions):
1129 Add eshell-postoutput-scroll-to-bottom.
1130
1131 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1132
1133 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1134
1135 * log-view.el (log-view-mode-map, log-view-mode-menu):
1136 Bind log-view-annotate-version.
1137 (log-view-beginning-of-defun, log-view-end-of-defun)
1138 (log-view-annotate-version): New functions.
1139 (log-view-mode): Use log-view-beginning-of-defun and
1140 log-view-end-of-defun.
1141
1142 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1145
1146 2007-09-21 Kevin Ryde <user42@zip.com.au>
1147
1148 * international/mule.el (sgml-html-meta-auto-coding-function):
1149 Bind `case-fold-search' to t.
1150
1151 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1154 neighbouring buttons.
1155
1156 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1157 Recognize gcc's use of "note" for informational messages.
1158
1159 2007-09-20 Glenn Morris <rgm@gnu.org>
1160
1161 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1162 motion functions, rather than hard-coding "\n\n".
1163 (tex-validate-region): Check for eobp, to speed up.
1164 (tex-next-unmatched-end): Doc fix.
1165
1166 2007-09-19 Glenn Morris <rgm@gnu.org>
1167
1168 * textmodes/tex-mode.el (tex-terminate-paragraph):
1169 Use backward-paragraph.
1170
1171 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1174 (css-mode): Update correspondingly.
1175
1176 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1179
1180 * vc-hooks.el (vc-menu-entry): New var.
1181 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1182 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1183 (vc-menu-map): Declare and initialize in one step.
1184
1185 * menu-bar.el (vc-menu-map): Don't setup any more.
1186 Instead, just create the proper spot in the menu.
1187
1188 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1189 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * vc.el: Document new VC operation `extra-menu'.
1192
1193 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1194
1195 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1196
1197 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1198 Signed-off-by, Acked-by and Merge.
1199
1200 2007-09-17 Glenn Morris <rgm@gnu.org>
1201
1202 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1203 filename from `--file-line-error', if it is available.
1204
1205 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1206
1207 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1208 TeX `--file-line-error' format.
1209
1210 2007-09-17 Glenn Morris <rgm@gnu.org>
1211
1212 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1213 handling the case where the region is not in `tex-main-file'.
1214 (tex-region-1): Delete.
1215 (tex-region-header): New function, doing the header part of the
1216 old tex-region-1.
1217
1218 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1221
1222 2007-09-16 Drew Adams <drew.adams@oracle.com>
1223
1224 * cus-edit.el (custom-face-edit-activate): Doc fix.
1225
1226 2007-09-16 Glenn Morris <rgm@gnu.org>
1227
1228 * textmodes/tex-mode.el (tex-region): Handle the case where the
1229 region is not in `tex-main-file'. Move the old code that applies
1230 to both cases...
1231 (tex-region-1): ...to this new function.
1232
1233 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1234
1235 * simple.el (blink-matching-open): Don't display message when no
1236 paren is found within blink-matching-paren-distance characters.
1237 Don't search prompt in blink-matching-paren-distance nil case.
1238
1239 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1242
1243 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * vc-mtn.el: New file.
1246
1247 * vc-hooks.el (vc-handled-backends): Add Mtn.
1248
1249 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1250
1251 * files.el (find-file, find-file-other-window)
1252 (find-file-other-frame, find-file-existing, find-file-read-only)
1253 (find-file-read-only-other-window)
1254 (find-file-read-only-other-frame)
1255 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1256
1257 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1258
1259 * man.el (Man-default-man-entry): At end of line, continue looking
1260 to the next line for possible end of hyphenated command.
1261
1262 2007-09-13 Chris Moore <dooglus@gmail.com>
1263
1264 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1265 the command being edited.
1266
1267 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1268
1269 * progmodes/gud.el (gdb-ready): New variable.
1270 (gdb): Set it to nil. Set gud-running to nil here...
1271 (gud-common-init): ...instead of here.
1272
1273 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1274 Use gdb-ready. Discard input until GDB is ready to accept it.
1275
1276 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1279 C-M-S- keys.
1280
1281 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1282
1283 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1284 make it show up with eight colors.
1285
1286 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1289 diffs are concatenated with no intervening line.
1290
1291 2007-09-10 Dave Love <fx@gnu.org>
1292
1293 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1294 (python-font-lock-keywords): Update to the 2.5 version of the language.
1295 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1296 (python-backspace): Only behave funny in code.
1297 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1298 (inferior-python-mode): Add PDB prompt regexp.
1299 (python-fill-paragraph): Refine the fenced-string regexp.
1300 (python-find-imports): Handle imports spanning several lines.
1301 (python-mode): Add `class' to hideshow support.
1302
1303 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1306 add-log-buffer-file-name-function rather than bind buffer-file-name,
1307 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1308 ChangeLog file itself.
1309
1310 * outline.el (outline-flag-region): Use front-advance.
1311
1312 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1313
1314 * progmodes/cperl-mode.el: Merge upstream 5.23.
1315 (cperl-where-am-i): Remove function.
1316 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1317 (cperl-sniff-for-indent): De-invert [string] and [comment].
1318 When looking for label, skip s:m:y:tr.
1319 (cperl-indent-line): Likewise.
1320 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1321 (cperl-windowed-init): Wrong `ps-print' handling.
1322 Both thanks to Chong Yidong.
1323 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1324 (cperl-find-pods-heres): If the second part of s()[] is missing,
1325 don't try to highlight delimiters...
1326
1327 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * progmodes/compile.el (compilation-get-file-structure): Complete last
1330 change by also using spec-directory in the puthash.
1331
1332 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1333
1334 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1335 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1336 (vc-bzr-status): Fix shadowing of variable 'status'.
1337 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1338 Use `expand-file-name' instead of `concat'.
1339 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1340 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1341
1342 2007-09-05 Jason Rumney <jasonr@gnu.org>
1343
1344 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1345
1346 2007-09-02 Richard Stallman <rms@gnu.org>
1347
1348 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1349 Add `safe-local-variable' property.
1350 (lisp-body-indent): Likewise.
1351
1352 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1353
1354 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1355 prev/next-node.
1356
1357 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1358 (x-gtk-map-stock): New function.
1359
1360 2007-09-02 Glenn Morris <rgm@gnu.org>
1361
1362 * comint.el (comint-mode): Don't set scroll-conservatively.
1363
1364 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1365 non-command arguments.
1366
1367 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1368
1369 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1370 Fix bug: Don't expand top-level file name more than once.
1371 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1372
1373 2007-09-01 Richard Stallman <rms@gnu.org>
1374
1375 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1376 Add doc string.
1377
1378 2007-08-30 Richard Stallman <rms@gnu.org>
1379
1380 * speedbar.el (speedbar-frame-reposition-smartly)
1381 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1382 (speedbar-check-vc): Don't use dframe-xemacsp.
1383
1384 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1385
1386 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1387
1388 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1389
1390 * repeat.el (repeat): Use last-repeatable-command instead of
1391 real-last-command. Run pre- and post-command hooks for
1392 self-insertion. Update doc-string.
1393
1394 2007-08-28 Glenn Morris <rgm@gnu.org>
1395
1396 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1397
1398 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1399
1400 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1401 state of the file.
1402 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1403 (vc-git-create-repo): Fix invalid command.
1404
1405 2007-08-27 Richard Stallman <rms@gnu.org>
1406
1407 * textmodes/flyspell.el (flyspell-mode):
1408 Catch errors in flyspell-mode-on.
1409
1410 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1411
1412 * progmodes/modula2.el (m2-definition, m2-module):
1413 Don't use previous-line. Reported by T. V. Raman.
1414
1415 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1416
1417 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1418 argument to tool-bar-mode call.
1419
1420 2007-08-27 Glenn Morris <rgm@gnu.org>
1421
1422 * diff-mode.el (diff-find-file-name): Only accept regular files,
1423 to rule out /dev/null, directories, etc.
1424
1425 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1426
1427 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1428 safe-local-variable setting.
1429 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1430
1431 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1434 of buffers in uniquify-managed.
1435
1436 * simple.el (invisible-p): Rename from text-invisible-p.
1437 Update callers.
1438
1439 2007-08-25 Alan Mackenzie <acm@muc.de>
1440
1441 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1442 new language variable.
1443
1444 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1445 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1446 "extern" etc., rather than BOI. Fix addition of spurious
1447 syntactic-symbol 'defun-block-intro, replacing it with
1448 'innamespace, etc.
1449
1450 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1451
1452 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1453 Don't behave differently when executed via M-x. Add doc string.
1454
1455 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1456
1457 * files.el (backup-buffer-copy): Don't wrap delete in
1458 condition-case, only try to delete if file exists.
1459
1460 2007-08-24 Glenn Morris <rgm@gnu.org>
1461
1462 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1463
1464 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1467 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1468 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1469 (cperl-etags-goto-tag-location): Use new style backquotes.
1470
1471 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1472 (dynamic-completion-table): Use it it.
1473
1474 * net/browse-url.el: Remove spurious * in custom docstrings.
1475 (browse-url-filename-alist): Use new-style backquote.
1476
1477 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1478 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1479
1480 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1481 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1482
1483 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1484
1485 * net/socks.el (socks-username/password-auth-filter):
1486 Remove unused vars `state' and `desired-len'.
1487 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1488 (socks-wait-for-state-change): Use new-style backquotes.
1489
1490 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1491
1492 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1493 backquotes after each `read' rather than once per buffer.
1494
1495 * dframe.el: Remove spurious * in custom docstrings.
1496 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1497 (dframe-xemacs20p): Remove, inline at the sole use point.
1498 (defface): Don't defvar the face, don't use old-style backquote.
1499 (defcustom): Don't use old-style backquote.
1500 (dframe-frame-parameter, dframe-mouse-event-p):
1501 Make it obvious that it's always defined.
1502 (dframe-popup-kludge): New function to replace
1503 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1504 (dframe-frame-mode, dframe-set-timer-internal)
1505 (dframe-mouse-set-point): Remove use of with-no-warnings from
1506 XEmacs-specific code.
1507 (dframe-set-timer-internal): Fix very old bug with
1508 post-command-idle-hook.
1509
1510 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1511
1512 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1515
1516 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1517
1518 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1519 safe-local-variable.
1520
1521 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1522
1523 * net/browse-url.el (browse-url-emacs): New function.
1524
1525 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1528 warning if the file uses old style backquotes.
1529
1530 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1531 (byte-recompile-directory, byte-compile-file)
1532 (byte-compile-from-buffer): Use with-current-buffer.
1533
1534 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1535 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1536 (line-move-1, line-move-finish, line-move-to-column)
1537 (move-end-of-line, move-beginning-of-line): Use new name.
1538
1539 2007-08-22 Glenn Morris <rgm@gnu.org>
1540
1541 * files.el (backup-buffer-copy): Check backup directory is
1542 writable, to avoid infloop deleting old backup.
1543
1544 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1545 movemail related variables.
1546 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1547 will now be set before this is called.
1548
1549 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1552
1553 * progmodes/ada-mode.el: Fix up comment style in header.
1554 (ada-check-emacs-version): Remove.
1555 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1556 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1557 to try and quieten the byte-compiler.
1558 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1559
1560 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1561
1562 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1563
1564 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1565 extracted from `eval-last-sexp-1'.
1566 (eval-last-sexp-1): Call `preceding-sexp'.
1567
1568 2007-08-19 Glenn Morris <rgm@gnu.org>
1569
1570 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1571 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1572 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1573 shadow files messing up the compilation.
1574
1575 2007-08-18 Glenn Morris <rgm@gnu.org>
1576
1577 * progmodes/scheme.el (scheme-mode-variables):
1578 Set font-lock-comment-start-skip.
1579
1580 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1581
1582 * progmodes/ada-mode.el (ada-create-syntax-table):
1583 Move set-syntax-table from here to ...
1584 (ada-mode): ... here. Don't change global value of comment-multi-line.
1585 Call new function ada-initialize-syntax-table-properties.
1586 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1587 (ada-deactivate-properties, ada-initialize-properties):
1588 Replace by new functions ...
1589 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1590 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1591 properties uniformly, independently from whether font-lock-mode
1592 is enabled or not. Handle read-only buffers and do not change
1593 undo-list when setting syntax-table properties.
1594 (ada-after-change-function): Use ada-set-syntax-table-properties.
1595
1596 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1597
1598 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1599 (cperl-find-pods-heres): Fix an error when typing expressions like
1600 `s{a}{b}'.
1601
1602 2007-08-17 Glenn Morris <rgm@gnu.org>
1603
1604 * progmodes/compile.el (compilation-get-file-structure): Make use
1605 of the directory part when checking for an existing entry, to
1606 handle files with same basename in different directories.
1607
1608 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1609
1610 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1611 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1612 (ps-paragraph-spacing): Docstring fix.
1613
1614 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * smerge-mode.el (smerge-resolve): New arg `safe'.
1617 (smerge-resolve-all, smerge-batch-resolve): New function.
1618 (smerge-refine): Make sure `diff' returns the expected result.
1619 (smerge-parsep-re): New const.
1620 (smerge-mode): Use it to adjust paragraph-separate.
1621
1622 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1623 Correctly match / regexp matchers as first char on a line when
1624 fontifying only that line.
1625
1626 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1627
1628 2007-08-16 Glenn Morris <rgm@gnu.org>
1629
1630 * ps-print.el (ps-font-size): Doc fix.
1631
1632 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1635 (vc-bzr-registered): Don't redundantly protect against
1636 file-error. Actually use the format-specific code.
1637 (vc-bzr-buffer-nonblank-p): Remove.
1638 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1639
1640 2007-08-15 Glenn Morris <rgm@gnu.org>
1641
1642 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1643 sloppier, for the sake of GNU Mailman.
1644 (rmail-digest-rfc1153): Initialize `result' correctly.
1645
1646 2007-08-14 Glenn Morris <rgm@gnu.org>
1647
1648 * simple.el (bad-packages-alist): New constant.
1649 (bad-package-check): New function. Together, these two add
1650 elements to `after-load-alist' to check for problematic external
1651 packages.
1652 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1653
1654 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1655
1656 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1657 optional quotes around files in NEED-UPDATE . REMOVED case.
1658
1659 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1660 (ada-treat-cmd-string): Improve error message.
1661 (ada-do-file-completion): Call `ada-require-project-file', so
1662 project variables are set properly.
1663 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1664 (ada-gnatfind-buffer-name): New constant.
1665 (ada-find-any-references): Use new constant. Set buffer name
1666 properly in compilation-start. Toggle read-only properly.
1667 (ada-find-in-src-path): Fix spelling error in docstring.
1668
1669 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1670 by zero error.
1671
1672 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1673
1674 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1675
1676 2007-08-12 Richard Stallman <rms@gnu.org>
1677
1678 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1679 (cvs-execute-single-file): Use new name split-string-and-unquote.
1680 (cvs-header-msg): Use new name combine-and-quote-strings.
1681
1682 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1683
1684 * progmodes/gud.el (gud-common-init): Use new name
1685 split-string-and-unquote.
1686
1687 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1688 in javac regexp.
1689
1690 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1691 combine-and-quote-strings and split-string-and-unquote.
1692
1693 * subr.el (combine-and-quote-strings): Rename from strings->string.
1694 (split-string-and-unquote): Rename from string->strings.
1695
1696 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1699 to buffer-local settings.
1700
1701 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1702 (backquote-process): Add internal arg `level'. Use the two to
1703 correctly handle nested backquotes.
1704
1705 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1706
1707 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1708 (vc-bzr-state-words): Add "kind changed" state word.
1709 (vc-bzr-status): New function. Return Bzr idea of file status,
1710 which is different from VC's.
1711 (vc-bzr-state): Use vc-bzr-status.
1712 (vc-workfile-unchanged-p): Use vc-bzr-status.
1713 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1714 (vc-dired-state): Process "kind changed" state word.
1715
1716 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1719
1720 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1721 Move from vc-default-find-file-not-found-hook.
1722
1723 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1724
1725 * url/url-auth.el (url-basic-auth): When prompting for username
1726 and password, default to the username and password in the URL.
1727
1728 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * man.el: Remove spurious * in docstrings.
1731 Merge defvars and toplevel setq-defaults.
1732 (Man-highlight-references0): Limit=nil rather than point-max.
1733 (Man-mode-map): Move initialization into the declaration.
1734 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1735 (Man-view-header-file): Use expand-file-name rather than concat.
1736 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1737
1738 * man.el (Man-next-section): Make sure we do not move backward.
1739
1740 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1741
1742 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1743 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1744 ps-print-color-p is neither nil nor black-white. Reported by Christian
1745 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1746
1747 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1750
1751 2007-08-08 Andreas Schwab <schwab@suse.de>
1752
1753 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1754 self-insert-command, not self-insert.
1755
1756 2007-08-08 Glenn Morris <rgm@gnu.org>
1757
1758 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1759
1760 * Replace `iff' in doc-strings and comments.
1761
1762 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1763 rather than just `-'.
1764
1765 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1766
1767 * dired.el (dired-pop-to-buffer):
1768 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1769 * calendar/calendar.el (generate-calendar-window):
1770 * progmodes/compile.el (compilation-set-window-height):
1771 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1772 Use window-full-width-p instead of comparing frame-width and
1773 window-width.
1774
1775 * progmodes/compile.el (compilation-find-buffer): Remove extra
1776 argument in call to compilation-buffer-internal-p.
1777
1778 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1779
1780 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1781 parameters IDENTIFICATION and CONNECTED.
1782 (tramp-handle-insert-file-contents): VISIT must be handled after
1783 insertion of the local copy. Reported by Peter Gordon
1784 <peter@pg-consultants.com>.
1785 (tramp-file-name-handler): No special handling for
1786 `expand-file-name'. But for `file-name-as-directory'.
1787 (tramp-find-shell, tramp-open-connection-telnet)
1788 (tramp-open-connection-rsh, tramp-open-connection-su)
1789 (tramp-open-connection-multi)
1790 (tramp-open-connection-setup-interactive-shell): Guard against
1791 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1792 <steve@sxemacs.org>.
1793 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1794 the hint.
1795
1796 * net/trampver.el: Update release number.
1797
1798 2007-08-07 Tom Tromey <tromey@redhat.com>
1799
1800 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1801 Add safe-local-variable property.
1802
1803 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * image-mode.el (image-toggle-display): Use image-refresh.
1806
1807 * longlines.el (longlines-decoded): New variable.
1808 (longlines-mode): Avoid encoding or decoding the buffer twice.
1809
1810 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1811
1812 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1813 unofficial version.
1814 (vc-bzr-command): Remove redundant setting of process-connection-type.
1815 (vc-bzr-admin-checkout-format-file): Add autoload.
1816 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1817 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1818 (vc-bzr-registered): Compare dirstate format tag with known good
1819 value, abort parsing if match fails. Warn user in docstring.
1820 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1821 See bzrlib/branch.py in Bzr sources.
1822 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1823 (vc-bzr-shell-command): Remove in favor of
1824 vc-bzr-command-discarding-stderr.
1825 (vc-bzr-command-discarding-stderr): New function.
1826
1827 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1828
1829 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1830 program, and return nil
1831 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1832 (vc-bzr-state): Look for path names relative to the repository
1833 root after status keyword.
1834 (vc-bzr-file-name-relative): New function.
1835 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1836 depend on it.
1837 (vc-bzr-admin-dirname, ...-checkout-format-file)
1838 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1839 files that we now parse directly for speed.
1840 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1841 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1842 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1843 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1844 Bzr warnings, so we must discard it.
1845 (vc-bzr-workfile-version): Speedup counting lines from
1846 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1847 if that file doesn't exist.
1848 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1849 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1850 (not ".bzr"!) to `vc-directory-exclusion-list'
1851 (vc-bzr-shell-command): New function.
1852
1853 2007-08-06 Tom Tromey <tromey@redhat.com>
1854
1855 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1856 (diff-fixup-modifs): Typo in docstring.
1857
1858 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1861 count-screen-lines.
1862 (tpu-edt-off): Disable relevant pieces of advice.
1863
1864 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1865 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1866 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1867 redefining the function.
1868 (tpu-set-scroll-margins): Activate the pieces of advice.
1869
1870 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1871
1872 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1873 process-filter.
1874
1875 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1876
1877 * help.el (resize-temp-buffer-window): Use window-full-width-p
1878 instead of comparing frame-width and window-width.
1879
1880 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1881
1882 * term.el: Honor term-default-fg-color and term-default-bg-color
1883 settings when modifying term-current-face.
1884 (term-default-fg-color, term-default-bg-color): Initialize from
1885 default term-current-face.
1886 (term-mode, term-reset-terminal): Set term-current-face with
1887 term-default-fg-color and term-default-bg-color.
1888 (term-handle-colors-array): term-current-face has term-default-fg-color
1889 and term-default-bg-color after reset escape sequence.
1890 (term-handle-colors-array): Set term-current-color with
1891 term-default-fg/bg-color instead of ansi-term-color-vector when the
1892 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1893
1894 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1895
1896 * files.el (set-auto-mode): Handle also remote files wrt
1897 `auto-mode-alist'.
1898
1899 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1900 remote identification.
1901
1902 2007-08-04 Glenn Morris <rgm@gnu.org>
1903
1904 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1905 zero, not nil, when the library is first loaded. Check for a file
1906 that has been modified on disk.
1907
1908 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1909 Remove duplicate defvar preventing initialization.
1910 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1911
1912 2007-08-03 Miles Bader <miles@gnu.org>
1913
1914 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1915 backend names for new backends to `Git', `Hg', and `Bzr'.
1916 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1917 not `HG'.
1918 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1919 name, not `GIT'.
1920 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1921 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1922
1923 2007-08-03 Glenn Morris <rgm@gnu.org>
1924
1925 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1926
1927 2007-08-02 Richard Stallman <rms@gnu.org>
1928
1929 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1930 to update deleted flag.
1931
1932 * cus-edit.el (customize-apropos, customize-apropos-options)
1933 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1934
1935 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1936
1937 * startup.el (fancy-splash-head, startup-echo-area-message):
1938 Change message text.
1939
1940 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1941 All callers use line-move.
1942
1943 * progmodes/compile.el (compilation-find-buffer): Return current
1944 buffer immediately if suitable.
1945 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1946
1947 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1950 Make it more discriminating and more useful.
1951 (vc-bzr-root-dir): Use new name.
1952 (vc-bzr-registered): Use new name and look at the dirstate file to
1953 determine if it's registered or not without running `bzr'.
1954
1955 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1956
1957 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1958
1959 2007-07-31 Drew Adams <drew.adams@oracle.com>
1960
1961 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1962 Fix parent groups link.
1963
1964 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1965
1966 * faces.el (face-normalize-spec): New function.
1967 (frame-set-background-mode): Normalize face-spec before calling
1968 face-spec-match-p.
1969
1970 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * vc-bzr.el: New file (copied from the trunk).
1973
1974 * vc-hooks.el (vc-handled-backends): Add BZR.
1975 (vc-find-file-hook): Failsafe if the backend's `registered'
1976 function burps.
1977
1978 * server.el (server-window): Add switch-to-buffer-other-frame option.
1979
1980 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1981
1982 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1983 (vc-git-revision-completion-table): Enable.
1984
1985 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1986
1987 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1988
1989 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1990 (vc-hg-registered): Set the vc-state property.
1991
1992 * diff-mode.el (diff-mode-menu): New entries.
1993
1994 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1997 (diff-file-kill): Use it.
1998 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1999 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2000 Use it so they find the hunk even when we're in the file header.
2001
2002 * vc.el: Add new VC operation `revision-completion-table'.
2003 (vc-default-revision-completion-table): New function.
2004 (vc-version-diff, vc-version-other-window): Use it to provide
2005 completion of revision names if the backend provides it.
2006
2007 * vc-arch.el (vc-arch--version-completion-table)
2008 (vc-arch-revision-completion-table): New functions to provide
2009 completion of revision names.
2010
2011 * vc-cvs.el: Require CL.
2012 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2013 New functions to provide completion of revision names.
2014
2015 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2016
2017 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2018 (copyright-fix-years, copyright): Correctly handle the case where
2019 copyright-limit is nil.
2020
2021 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2022
2023 * progmodes/python.el (run-python): Fix path separator under w32.
2024
2025 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2026
2027 * vc-git.el: New File.
2028
2029 2007-07-28 Alan Mackenzie <acm@muc.de>
2030
2031 Fix problem with modes derived from CC Mode:
2032 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2033 macro to cc-langs.
2034 (c-init-language-vars-for): Remove call to above macro.
2035 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2036 been moved to here.
2037 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2038
2039 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2040
2041 * net/trampver.el: Fix the `coding' cookie.
2042
2043 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2044
2045 * add-log.el (change-log-redate): Remove (not needed anymore and
2046 doesn't appear to work).
2047
2048 2007-07-25 Glenn Morris <rgm@gnu.org>
2049
2050 * Relicense all FSF files to GPLv3 or later.
2051
2052 * COPYING: Switch to GPLv3.
2053
2054 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2057 Replace it with another one which disables undo before calling
2058 erase-buffer and then turns it back on if needed.
2059
2060 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2061
2062 * ps-print.el: Problem with foreground and background color when
2063 printing a buffer with and without faces. Reported by Christian
2064 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2065 (ps-print-version): New version 6.7.5.
2066 (ps-default-fg): Change default value to nil, so black color is used
2067 when a face does not specify a foreground color.
2068 (ps-default-bg): Change default value to nil, so white color is used
2069 for background color.
2070 (ps-begin-job): Fix code.
2071
2072 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2073
2074 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2075
2076 2007-07-24 Alan Mackenzie <acm@muc.de>
2077
2078 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2079 Initialise byte-compile-unresolved-functions before rather than
2080 after a compilation.
2081 (byte-compile-unresolved-functions): Amplify doc string.
2082
2083 2007-07-24 Glenn Morris <rgm@gnu.org>
2084
2085 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2086 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2087 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2088 (cal-tex-cursor-week, cal-tex-cursor-week2)
2089 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2090 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2091 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2092 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2093
2094 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2097
2098 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2101 underlying file is uptodate.
2102
2103 2007-07-23 Richard Stallman <rms@gnu.org>
2104
2105 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2106
2107 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2110 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2111 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2112 different possible cases for \'.
2113 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2114
2115 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2116 `file' from which to start the search and fix case where `file' is the
2117 current directory and the root as well.
2118
2119 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2120 name for buffer-file-name if it refers to a directory.
2121
2122 2007-07-22 Jason Rumney <jasonr@gnu.org>
2123
2124 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2125 for input to cmdproxy on all versions of Windows.
2126 Use dos line ends for input to plink.
2127
2128 * comint.el (comint-simple-send): Concat newline before sending.
2129 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2130
2131 2007-07-22 Juri Linkov <juri@jurta.org>
2132
2133 * isearch.el (isearch-edit-string): Save old point and
2134 isearch-other-end to old-point and old-other-end before reading
2135 the search string from minibuffer. After exiting minibuffer set
2136 point to old-other-end if point and the search direction is the
2137 same as before reading the search string.
2138 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2139 to isearch-other-end. Instead of isearch-search-and-update call
2140 three functions isearch-search, isearch-push-state and isearch-update.
2141
2142 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2143
2144 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2145 destroying an existing buffer.
2146
2147 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2148
2149 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2150
2151 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2152
2153 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2154
2155 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2156 file in a way that does not interfere with recentf.
2157
2158 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2159
2160 * image-dired.el (image-dired-sane-db-file): New func.
2161 (image-dired-write-tags, image-dired-remove-tag)
2162 (image-dired-list-tags, image-dired-write-comments)
2163 (image-dired-get-comment, image-dired-mark-tagged-files)
2164 (image-dired-create-gallery-lists): Call new func.
2165 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2166
2167 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2168
2169 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2170 (vc-hg-dir-state): Fix loop.
2171 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2172 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2173 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2174 (vc-hg-revert): Likewise.
2175 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2176
2177 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2178
2179 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2180 case of alignment under a constant symbol, find and consider
2181 the sexp actually at indentation to be the "last sexp".
2182
2183 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2184
2185 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2186 (install): Use them to copy all *.el files before *.elc.
2187 (clean): Don't delete *~.
2188
2189 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2190
2191 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2192
2193 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2194
2195 * vc-hg.el (vc-hg-registered): Replace if with when.
2196 (vc-hg-state): Deal with nonexistent files.
2197
2198 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2201 (follow-delete-other-windows-and-split, follow-recenter)
2202 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2203 (follow-redisplay, follow-estimate-first-window-start)
2204 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2205 Fix typos in docstrings.
2206
2207 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2208
2209 * bookmark.el (bookmark-show-all-annotations):
2210 Make sure each inserted annotation ends with newline.
2211
2212 (bookmark-maybe-sort-alist): Don't modify
2213 bookmark-alist. Instead, if not sorting, simply return it.
2214 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2215 for its return value, not for its side effect.
2216
2217 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2218
2219 * vc.el: Add more info about the vc-registered function.
2220
2221 2007-07-16 David Kastrup <dak@gnu.org>
2222
2223 * emacs-lisp/advice.el (defadvice): Doc fix.
2224
2225 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2226
2227 * subr.el (when, unless): Doc fix.
2228
2229 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2230
2231 * vc-hg.el (vc-hg-state): Handle removed files.
2232 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2233 (vc-hg-checkout): Re-enable.
2234
2235 2007-07-15 Richard Stallman <rms@gnu.org>
2236
2237 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2238
2239 * tutorial.el (tutorial--find-changed-keys):
2240 Handle C-x specially like ESC.
2241
2242 2007-07-15 Roland McGrath <roland@frob.com>
2243
2244 * add-log.el (add-change-log-entry): Check add-log-full-name
2245 and add-log-mailing-address later, after change-log-mode-hook.
2246
2247 2007-07-15 Richard Stallman <rms@gnu.org>
2248
2249 * isearch.el (isearch-mode, isearch-done):
2250 Delete unintended code in previous change.
2251
2252 * ps-print.el (ps-default-bg): Change to White.
2253
2254 2007-07-15 Aaron Hawley <aaronh@garden.org>
2255
2256 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2257
2258 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2259
2260 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2261 when handling the terminating event.
2262
2263 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2264
2265 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2266
2267 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2268
2269 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2270 (install): Use them to copy all *.el files before *.elc.
2271
2272 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * replace.el (match): Use yellow1 instead of yellow.
2275
2276 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2277
2278 * pcvs-info.el (cvs-unknown): Likewise.
2279
2280 2007-07-12 Davis Herring <herring@lanl.gov>
2281
2282 * desktop.el (desktop-buffer-info, desktop-save):
2283 Use `desktop-dirname' instead of `dirname'.
2284
2285 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2286
2287 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2288
2289 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2290
2291 2007-07-10 Richard Stallman <rms@gnu.org>
2292
2293 * emacs-lisp/lisp-mode.el (eval-defun):
2294 Explain special handling of `defface'.
2295
2296 2007-07-09 Richard Stallman <rms@gnu.org>
2297
2298 * isearch.el (isearch-edit-string): Call to isearch-push-state
2299 after the search.
2300
2301 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2302
2303 * cus-start.el (file-coding-system-alist): Fix custom type.
2304
2305 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2308 modified.
2309 (longlines-auto-wrap, longlines-window-change-function):
2310 Remove unnecessary calls to set-buffer-modified-p.
2311
2312 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * vc.el (vc-default-log-view-mode): New function.
2315 (vc-print-log): Add new `log-view-mode' VC operation.
2316
2317 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2318
2319 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2320 Rename and move to...
2321
2322 * subr.el (strings->string, string->strings): ...here.
2323
2324 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2325 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2326
2327 * progmodes/gud.el (gud-common-init): Call string->strings instead
2328 of split-string.
2329
2330 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2331
2332 * term/w32-win.el (menu-bar-open): New function.
2333 Bind <f10> to it.
2334
2335 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2336
2337 * log-view.el (log-view-mode-menu): New menu.
2338
2339 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2340
2341 * vc-hg.el: New file.
2342
2343 2007-07-06 Andreas Schwab <schwab@suse.de>
2344
2345 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2346 dynamic bindings around the evaluation of the expression.
2347 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2348
2349 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2352 file names.
2353
2354 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2355
2356 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2357
2358 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2359 event is not a cons cell. Do not unread drag-mouse-1 events.
2360 Select right window in check whether space was stolen from
2361 window above.
2362
2363 2007-07-01 Richard Stallman <rms@gnu.org>
2364
2365 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2366
2367 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * generic-x.el (generic-define-mswindows-modes)
2370 (generic-define-unix-modes, apache-log-generic-mode)
2371 (bat-generic-mode-keymap, java-manifest-generic-mode)
2372 (show-tabs-generic-mode): Fix typos in docstrings.
2373
2374 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2375
2376 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2377 replace-regexp-in-string.
2378
2379 2007-06-28 Andreas Schwab <schwab@suse.de>
2380
2381 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2382 $(lisp)/subdirs.el.
2383
2384 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2387 the speedbar frame if nil; that deletes the current frame or
2388 causes an error if it is the only frame.
2389 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2390
2391 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2392
2393 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2394 directory where the desktop file was found, as the docstring says.
2395 (desktop-kill): Use `read-directory-name'.
2396
2397 * desktop.el (desktop-load-locked-desktop): New option.
2398 (desktop-read): Use it.
2399 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2400 Use `when'.
2401
2402 2007-06-24 Davis Herring <herring@lanl.gov>
2403
2404 * desktop.el (desktop-save-mode-off): New function.
2405 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2406 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2407 (desktop-claim-lock, desktop-release-lock): New functions.
2408 (desktop-kill): Tell `desktop-save' that this is the last save.
2409 Release the lock afterwards.
2410 (desktop-buffer-info): New function.
2411 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2412 says to. Detect conflicts, and manage the lock.
2413 (desktop-read): Detect conflicts. Manage the lock.
2414
2415 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2416
2417 * ls-lisp.el (insert-directory): If an invalid regexp error is
2418 thrown, try using FILE as a literal file name, not a wildcard.
2419 Check for FILE as an existing file, not just a directory.
2420
2421 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2424 `header-line-format' when reentering ruler mode.
2425
2426 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2427
2428 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2429 FILE exists as a directory.
2430
2431 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2434 (vera-font-lock-match-item): Fix doc string.
2435 (vera-in-comment-p): Remove unused function.
2436 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2437 use `syntax-ppss'.
2438 (vera-forward-syntactic-ws): Fix argument order.
2439 (vera-prepare-search): Use `with-syntax-table'.
2440 (vera-indent-line): Fix doc string.
2441 (vera-electric-tab): Fix doc string.
2442 (vera-expand-abbrev): Define alias instead of using `fset'.
2443 (vera-comment-uncomment-region): Use `comment-start-skip'.
2444
2445 2007-06-20 Reto Zimmermann <reto@gnu.org>
2446
2447 * progmodes/vera-mode.el: New file.
2448
2449 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * ido.el (ido-find-file-in-dir): Don't signal an error for
2452 empty directories.
2453
2454 2007-06-18 Alan Mackenzie <acm@muc.de>
2455
2456 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2457 When removing lines, also remove the \n. Correction of patch of
2458 2007-04-21.
2459
2460 2007-06-17 Glenn Morris <rgm@gnu.org>
2461
2462 * lpr.el (lpr-page-header-switches): Move %s to separate element
2463 for correct quoting. Doc fix.
2464
2465 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2466
2467 * term/xterm.el (terminal-init-xterm): Escape parens in character
2468 constants.
2469
2470 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2471
2472 * scroll-lock.el (scroll-lock-mode): Doc fix.
2473
2474 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2477 half-activated, forcefully activate it completely.
2478
2479 2007-06-11 Richard Stallman <rms@gnu.org>
2480
2481 * cus-edit.el (custom-variable-type): Doc fix.
2482
2483 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2484
2485 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2486
2487 2007-06-09 Davis Herring <herring@lanl.gov>
2488
2489 * desktop.el (desktop-minor-mode-table): Doc fix.
2490
2491 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2494 (image-next-line, image-previous-line, image-scroll-up)
2495 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2496 New functions.
2497 (image-mode-map): Remap motion commands.
2498 (image-mode-text-map): New keymap for viewing images as text.
2499 (image-mode): Use image-mode-map.
2500 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2501
2502 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2503
2504 Sync with Tramp 2.0.56.
2505
2506 * net/tramp.el:
2507 * net/tramp-ftp.el:
2508 * net/tramp-smb.el:
2509 * net/tramp-util.el:
2510 * net/tramp-vc.el:
2511 Don't load cl.el, because that pollutes the namespace. Replace cl
2512 macros by their implementations where necessary. Requested by
2513 Richard Stallman <rms@gnu.org>.
2514
2515 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2516 doesn't exist.
2517 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2518 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2519 (tramp-file-name-p, tramp-file-name-multi-method)
2520 (tramp-file-name-method, tramp-file-name-user)
2521 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2522 replacing defstruct `tramp-file-name'.
2523 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2524 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2525 Apply `vector' instead of `make-tramp-file-name'.
2526 (tramp-handle-make-auto-save-file-name):
2527 Apply `tramp-temporary-file-directory' for compatibility reasons.
2528 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2529 because of XEmacs.
2530 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2531 started.
2532
2533 2007-06-07 David Kastrup <dak@gnu.org>
2534
2535 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2536 Change default to `top'.
2537
2538 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2539
2540 * dired.el (dired-mode-map): Remove spurious separator.
2541
2542 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2545
2546 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2547 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2548
2549 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2550
2551 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2552 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2553
2554 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * progmodes/ebrowse.el (ebrowse-member-table):
2557 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2558
2559 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * pgg.el (pgg-sign-region, pgg-sign):
2562 * ses.el (ses-call-printer):
2563 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2564 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2565
2566 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2567
2568 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2569 (tar-get-descriptor): Handle type 55, an extended pax header.
2570
2571 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * textmodes/css-mode.el: New file.
2574
2575 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2576
2577 * net/socks.el: New file, taken from w3 repository.
2578 (top): Update Copyright. Don't load cl.el.
2579 (all): Replace `case' by `cond', `string-to-int' by
2580 `string-to-number', and `process-kill-without-query' by
2581 `set-process-query-on-exit-flag'.
2582 (socks-char-int): Remove defalias and all occurrences.
2583
2584 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2585
2586 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2587 (sort-coding-systems, search-unencodable-char): Doc fixes.
2588 (coding-system-change-eol-conversion, set-default-coding-systems)
2589 (prefer-coding-system, find-multibyte-characters, princ-list)
2590 (leim-list-entry-regexp, set-input-method, locale-language-names)
2591 (input-method-exit-on-first-char, exit-language-environment-hook)
2592 (locale-charset-language-names): Fix typos in docstrings.
2593
2594 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2595
2596 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2597 `switch-to-buffer' has returned succesfully.
2598 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2599 window is dedicated (it could iconify the frame).
2600
2601 2007-06-05 Glenn Morris <rgm@gnu.org>
2602
2603 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2604
2605 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * files.el (auto-mode-alist): Add lower-priority match for names
2608 like ChangeLog.old.
2609
2610 2007-06-04 Andreas Schwab <schwab@suse.de>
2611
2612 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2613
2614 2007-06-04 Davis Herring <herring@lanl.gov>
2615
2616 * calendar/timeclock.el: Update version number.
2617 (timeclock-modeline-display): Mention timeclock-use-display-time
2618 in explanatory message.
2619 (timeclock-log): Suppress warnings when finding the log.
2620 Don't check for a nil project twice. Run hooks after killing the
2621 buffer (if applicable).
2622 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2623 was geometric). All uses changed.
2624 (timeclock-generate-report): Support prefix argument.
2625
2626 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2627
2628 * man.el (Man-next-section): Don't consider the last line of the
2629 page as being part of any section.
2630
2631 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2632
2633 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2634 modified flag of buffer. Use `inhibit-modification-hooks'.
2635
2636 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2637
2638 * mail/mail-extr.el (mail-extract-address-components):
2639 Recognize non-ASCII characters except for NBSP as words.
2640
2641 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2642
2643 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2644
2645 2007-06-04 Michael Olson <mwolson@gnu.org>
2646
2647 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2648 died and we are trying to send a signal to it.
2649
2650 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * emacs-lisp/easy-mmode.el (define-minor-mode)
2653 (easy-mmode-define-navigation): Fix typos in docstrings.
2654
2655 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2656 Fix typos in docstrings.
2657 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2658 (compilation-finish-function): Fix typo in obsolescence declaration.
2659
2660 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2661
2662 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2665 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2666
2667 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2668
2669 * longlines.el (longlines-mode): Make longlines-auto-wrap
2670 buffer-local. Add hooks unconditionally.
2671 (longlines-auto-wrap): Toggle wrapping.
2672 (longlines-after-change-function)
2673 (longlines-post-command-function): Check longlines-auto-wrap.
2674
2675 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * Version 22.1 released.
2678
2679 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2682 changes.
2683
2684 2007-05-31 Richard Stallman <rms@gnu.org>
2685
2686 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2687
2688 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2689
2690 * textmodes/table.el (table--point-entered-cell-function)
2691 (table--point-left-cell-function):
2692 Bind `inhibit-point-motion-hooks' to t.
2693
2694 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2695
2696 * emacs-lisp/rx.el (rx): Doc fix.
2697
2698 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2701
2702 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2703
2704 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2705 as the end of the ChangeLog paragraph when it ends without a line
2706 termination.
2707
2708 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * textmodes/fill.el (canonically-space-region): Make the second arg
2711 a marker if it's not already the case.
2712
2713 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2714 (xterm-mouse-event): Use it.
2715
2716 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2717
2718 * vc-hooks.el (vc-find-root): Fix file attribute test.
2719
2720 2007-05-24 Richard Stallman <rms@gnu.org>
2721
2722 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2723 Don't let opoint be nil.
2724 (flyspell-emacs-popup): Explicit error if no dialogs.
2725
2726 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2727
2728 * tar-mode.el (tar-file-name-handler): New function.
2729 (tar-extract): Bind file-name-handler-alist to it to force
2730 find-buffer-file-type-coding-system behave as if the file being
2731 extracted existed. Use last-coding-system-used to force
2732 buffer-file-coding-system to what decode-coding-region actually
2733 used to decode the file.
2734
2735 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2736
2737 * progmodes/compile.el (compilation-handle-exit):
2738 `compilation-finish-function' may change the current buffer.
2739
2740 2007-05-22 Richard Stallman <rms@gnu.org>
2741
2742 * files.el (set-auto-mode): Doc fix.
2743
2744 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2745
2746 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2747
2748 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2749
2750 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2751 (rcirc-print): Handle `window-width'.
2752 (rcirc-buffer-maximum-lines): Doc fix.
2753
2754 2007-05-19 Kevin Ryde <user42@zip.com.au>
2755
2756 * info.el (Info-fontify-node): Match https also.
2757
2758 2007-05-18 Richard Stallman <rms@gnu.org>
2759
2760 * simple.el (push-mark): Doc fix.
2761
2762 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2763
2764 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2765 tpu-global-map.
2766 (tpu-original-global-map): Delete variable.
2767 (tpu-control-keys-map): New keymap variable.
2768 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2769 setting keymapping directly.
2770 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2771 tpu-global-map.
2772 (tpu-edt-on): Activate the tpu-global-map.
2773 (tpu-edt-off): Deactivate the tpu-global-map.
2774
2775 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2776
2777 * textmodes/ispell.el (ispell-get-word): Return markers
2778 for start and end positions.
2779 (ispell-word): Assume END is a marker.
2780
2781 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2782
2783 * ps-print.el: Use default color when foreground or background color
2784 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2785 (ps-print-version): New version 6.7.4.
2786 (ps-rgb-color): New argument. Use default color when color is
2787 unspecified.
2788 (ps-begin-job): Fix code.
2789
2790 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2791
2792 * textmodes/ispell.el (ispell-start-process): Defend against bad
2793 default-directory.
2794
2795 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2798
2799 2007-05-16 Richard Stallman <rms@gnu.org>
2800
2801 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2802
2803 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2806 Move the *ml, Postscript, and XmCD entries to the fallback part.
2807
2808 * files.el (magic-fallback-mode-alist):
2809 Rename from file-start-mode-alist.
2810
2811 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2812
2813 * progmodes/compile.el (compilation-handle-exit): Quote first
2814 argument of `run-hook-with-args'.
2815
2816 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * buff-menu.el (Buffer-menu-sort-column):
2819 * dabbrev.el (dabbrev-upcase-means-case-search):
2820 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2821 * info.el (Info-current-subfile):
2822 * ls-lisp.el (ls-lisp-verbosity):
2823 * msb.el (msb-menu-cond):
2824 * pcvs.el (cvs-dired-use-hook):
2825 * simple.el (set-mark-command-repeat-pop):
2826 * time.el (display-time-24hr-format, display-time-mail-file):
2827 Doc fixes.
2828
2829 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2830 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2831
2832 * view.el (view-inhibit-help-message): Fix typo in docstring.
2833 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2834
2835 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2836
2837 * mail/rmail.el (rmail-convert-to-babyl-format):
2838 Check content-transfer-encoding _last_, because we need its position
2839 in base64-header-field-end.
2840
2841 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * files.el (mode-require-final-newline, require-final-newline)
2844 (enable-local-variables, enable-local-eval): Doc fixes.
2845
2846 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2847
2848 * progmodes/python.el (python-font-lock-keywords)
2849 (python-open-block-statement-p, python-mode): Add support for the new
2850 "with" keyword.
2851
2852 2007-05-10 Richard Stallman <rms@gnu.org>
2853
2854 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2855 (iso-cvt-write-only): Likewise.
2856
2857 * emacs-lisp/easy-mmode.el (define-minor-mode):
2858 Fix generated doc string.
2859
2860 * startup.el (fancy-splash-text): Add URL of guided tour.
2861 Adjust horizontal and vertical whitespace.
2862
2863 * progmodes/compile.el (compilation-handle-exit):
2864 Use run-hook-with-args to run compilation-finish-functions.
2865
2866 * files.el (file-start-mode-alist): New variable.
2867 (magic-mode-regexp-match-limit): Doc fix.
2868 (set-auto-mode): Handle file-start-mode-alist.
2869 A little cleanup of structure.
2870
2871 2007-05-10 Davis Herring <herring@lanl.gov>
2872
2873 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2874 workday specifications.
2875 (timeclock-log): Don't kill the log buffer if it already existed.
2876
2877 2007-05-08 Richard Stallman <rms@gnu.org>
2878
2879 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2880 Don't include non-self-insert commands in the exception for `-'.
2881
2882 2007-05-08 David Reitter <david.reitter@gmail.com>
2883
2884 * progmodes/python.el (python-guess-indent): Check non-nullness
2885 before comparing indent against the 2..8 interval.
2886
2887 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2888
2889 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2890 available.
2891
2892 2007-05-06 Richard Stallman <rms@gnu.org>
2893
2894 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2895
2896 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2897
2898 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2899 disconnections.
2900
2901 2007-05-01 Romain Francoise <romain@orebokech.com>
2902
2903 * dired-x.el: Revert 2007-04-06 change.
2904
2905 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2906
2907 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2908 don't put stop on toolbar.
2909
2910 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2911
2912 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2913
2914 2007-04-29 Richard Stallman <rms@gnu.org>
2915
2916 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2917
2918 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2921 than 1.
2922
2923 2007-04-28 Richard Stallman <rms@gnu.org>
2924
2925 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2926
2927 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2930
2931 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2932
2933 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2934 instead of $(lisp)/mh-e.
2935
2936 * textmodes/fill.el (fill-paragraph): Doc fix.
2937
2938 2007-04-28 Glenn Morris <rgm@gnu.org>
2939
2940 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2941 (image-dired-cmd-create-temp-image-options): Replace option
2942 +profile "*" with -strip.
2943
2944 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2947 Use window-start and window-end.
2948
2949 2007-04-26 Glenn Morris <rgm@gnu.org>
2950
2951 * progmodes/python.el: Restore file pending consideration of legal
2952 status.
2953
2954 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2955
2956 * locate.el (locate-in-alternate-database): Doc fix.
2957
2958 2007-04-26 Glenn Morris <rgm@gnu.org>
2959
2960 * button.el (button): Use underline if supported, else fall back
2961 to color.
2962
2963 2007-04-25 Richard Stallman <rms@gnu.org>
2964
2965 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2966
2967 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2968
2969 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2970 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2971 pushing mark.
2972 (idlwave-current-routine): Don't push mark.
2973
2974 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2975
2976 * image-dired.el (image-dired-display-image): Derive image-type from
2977 filename rather than assuming jpeg, in case no resizing was needed.
2978
2979 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2980
2981 * custom.el (defface): Doc fix.
2982
2983 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * progmodes/python.el: Remove due to unclear legal issues.
2986
2987 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2988
2989 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2990 Don't re-query for each cleared BP.
2991 (idlwave-shell-clear-bp): Optionally skip BP query.
2992 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2993 of set-window-buffer, which incorrectly moves displayed region.
2994
2995 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2996
2997 * calc/calc.el (calc-bug-address): Update maintainer's address.
2998 * calc/*: Update maintainer's address.
2999
3000 2007-04-23 Richard Stallman <rms@gnu.org>
3001
3002 * simple.el (set-mark-command-repeat-pop): Doc fix.
3003 Put in `editing-basics' group.
3004
3005 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3008 New functions.
3009 (Info-mode-line-node-keymap): Bind mouse commands to
3010 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3011
3012 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3013
3014 * locate.el (locate-local-prompt): New var.
3015 (locate-prompt-for-command): Doc fix.
3016 (locate-prompt-for-search-string): New function.
3017 (locate): New optional arg. Make locate-local-prompt
3018 buffer-local. Use locate-prompt-for-search-string.
3019 (locate-with-filter): New optional arg.
3020 Use locate-prompt-for-search-string.
3021 (locate-update): Bind locate-prompt-for-command.
3022
3023 2007-04-23 Glenn Morris <rgm@gnu.org>
3024
3025 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3026
3027 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3028
3029 * button.el (button): Inherit from link face on a tty.
3030
3031 2007-04-23 Glenn Morris <rgm@gnu.org>
3032
3033 * button.el (button): Use color for this face on a tty.
3034
3035 * files.el (magic-mode-alist): Allow for carriage-returns in
3036 html-mode and sgml-mode entries.
3037
3038 2007-04-22 Richard Stallman <rms@gnu.org>
3039
3040 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3041 Improve doc string of generated command.
3042
3043 * subr.el (read-number): Catch errors.
3044
3045 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3046
3047 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * image-dired.el: Rename from thumbnails.el. All instances of
3050 "thumbnails" replaced with "image-dired".
3051
3052 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3053 "image-dired".
3054
3055 2007-04-22 Kim F. Storm <storm@cua.dk>
3056
3057 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3058 Don't use kill-line.
3059
3060 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3061
3062 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3063 error message.
3064
3065 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * dired.el: Rename "tumme" to "thumbnails".
3068
3069 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3070 replaced with "thumbnails".
3071
3072 2007-04-22 Glenn Morris <rgm@gnu.org>
3073
3074 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3075 and give it the risky-local-variable property.
3076
3077 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3078 before defining it.
3079
3080 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3081
3082 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3083 Use delete-region instead of kill-line.
3084
3085 2007-04-21 Alan Mackenzie <acm@muc.de>
3086
3087 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3088 `kill-region' by `delete-region'.
3089
3090 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3093 instead of kill-region.
3094
3095 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3096 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3097 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3098 and kill-line.
3099
3100 * progmodes/vhdl-mode.el (vhdl-template-type)
3101 (vhdl-template-record, vhdl-template-nature)
3102 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3103 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3104 Use delete-region instead of kill-word and kill-line.
3105
3106 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3107
3108 * dired-x.el (dired-virtual-mode): Doc fix.
3109
3110 2007-04-21 Richard Stallman <rms@gnu.org>
3111
3112 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3113
3114 * subr.el (read-number): Doc fix.
3115
3116 * simple.el (pop-to-mark-command): Display message "mark popped"
3117 if point does not move.
3118 (set-mark-command): Doc fix.
3119
3120 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3121
3122 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3123 (locate-local-filter, locate-local-search): New vars.
3124 (locate): Make variables local.
3125 (locate-update): Bind locate-buffer-name. Call locate using
3126 locate-local-filter and locate-local-search.
3127
3128 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3129
3130 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3131 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3132 (hi-lock-mode): Update docstring.
3133
3134 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3137 fill-nobreak-predicate when the break is past fill-column.
3138
3139 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3140
3141 * locate.el (locate): Output from shell-command should go in the
3142 current buffer rather than *Shell Command Output*.
3143
3144 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * paren.el (show-paren-function): Fix last fix.
3147
3148 2007-04-19 Kevin Ryde <user42@zip.com.au>
3149
3150 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3151 (archive-lzh-summarize): Add optional start arg for where to start
3152 looking at the archive.
3153 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3154
3155 * international/mule.el (auto-coding-alist): no-conversion for .exe
3156 and .EXE.
3157
3158 2007-04-19 Alan Mackenzie <acm@muc.de>
3159
3160 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3161 function return type contains "struct", "union", etc.
3162 c-end-of-defun goes too far forward.
3163
3164 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * paren.el (show-paren-function): Reset window-start to avoid
3167 recentering.
3168
3169 2007-04-19 Glenn Morris <rgm@gnu.org>
3170
3171 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3172
3173 2007-04-18 Glenn Morris <rgm@gnu.org>
3174
3175 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3176 :set function.
3177 (diary-list-entries): Only switch to diary-mode from
3178 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3179 diary-mode set header-line-format, in case of any customization.
3180
3181 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3182
3183 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3184 is less than the length of parse-time-syntax.
3185
3186 2007-04-17 David Kastrup <dak@gnu.org>
3187
3188 * replace.el (query-replace-regexp-eval): Deprecate.
3189
3190 2007-04-17 Alan Mackenzie <acm@muc.de>
3191
3192 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3193 point too close to EOB, leave point at EOB rather than last `}'.
3194
3195 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3196
3197 * textmodes/bibtex.el (bibtex-include-OPTkey)
3198 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3199 Fix defcustom.
3200
3201 2007-04-17 Glenn Morris <rgm@gnu.org>
3202
3203 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3204 be encoded, fall back to current year.
3205
3206 2007-04-14 Kevin Ryde <user42@zip.com.au>
3207
3208 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3209 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3210 M "MSDOS".
3211
3212 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * progmodes/python.el (python-end-of-block): Avoid looping forever
3215 if python-next-statement fails.
3216
3217 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3218
3219 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3220
3221 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3224 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3225
3226 2007-04-15 Jay Belanger <belanger@truman.edu>
3227
3228 * calc/calc.el (calc-version): New function.
3229 (calc-trail-mode): Shorten the title.
3230
3231 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3232
3233 * mail/footnote.el (footnote-style): Clarify docstring to state
3234 that customizing this only applies to future footnotes.
3235
3236 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3237
3238 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3239 (bibtex-make-field): Check that INIT is a string. Use functionp.
3240
3241 2007-04-14 Glenn Morris <rgm@gnu.org>
3242
3243 * complete.el (PC-goto-end): New buffer-local variable.
3244 (PC-do-completion-end): Make buffer-local.
3245 (partial-completion-mode) <choose-completion-string-functions>:
3246 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3247 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3248 doc string. Set PC-goto-end for choose-completion.
3249 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3250 PC-do-completion.
3251
3252 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3253 arg to bibtex-make-field.
3254 (bibtex-make-field): Add optional fourth arg NODELIM.
3255 Insert delimiters around INIT unless this arg is non-nil.
3256
3257 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3258
3259 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3260 global map isn't modified.
3261
3262 2007-04-14 Glenn Morris <rgm@gnu.org>
3263
3264 * calendar/appt.el (appt-disp-window): Do not split small windows.
3265 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3266
3267 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3270
3271 * files.el: Ditto.
3272
3273 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3276
3277 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3278 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3279 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3280 (term-pager-help): Fix typos in docstrings.
3281
3282 * wid-edit.el (widget-documentation): Fix typo in docstring.
3283
3284 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3285 Fix typos in error messages.
3286
3287 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3288
3289 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3290 window marked as dedicated.
3291
3292 * mail/footnote.el (footnote-latin-string): New variable.
3293 (footnote-latin-regexp): Redefine as regexp alternative.
3294 (Footnote-latin): Use footnote-latin-string instead of
3295 footnote-latin-regexp.
3296
3297 2007-04-13 Glenn Morris <rgm@gnu.org>
3298
3299 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3300 inherited keymaps.
3301
3302 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * outline.el (outline-get-next-sibling): Clarify docstring.
3305 (outline-get-last-sibling): Handle case where we are at the first
3306 heading. Clarify docstring.
3307
3308 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3309
3310 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3311 length as stop button to lessen flicker.
3312 (jdb): Add gud-print.
3313 (gud-find-expr): Jdb prints the expression with the value, so
3314 don't insert it in the output.
3315
3316 2007-04-11 Jason Rumney <jasonr@gnu.org>
3317
3318 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3319 case hex. Do not try to decode non-hex letters.
3320
3321 2007-04-11 Markus Triska <markus.triska@gmx.at>
3322
3323 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3324 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3325 (byte-optimize-form-code-walker): Evaluate pure function calls if
3326 possible.
3327 (byte-optimize-all-constp): New function.
3328
3329 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3330 Improve numeric argument case.
3331 (byte-compile-backward-char, byte-compile-backward-word):
3332 New functions, performing rewriting previously done in byte-opt.el.
3333 Fix their "Fixme" item (restriction to numeric arguments).
3334
3335 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3338 with dolist.
3339 (after-init-hook): Don't quote lambda.
3340 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3341 (desktop-internal-v2s): Remove unused var `el'.
3342 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3343 desktop-restore-file-buffer.
3344 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3345 desktop-create-buffer.
3346
3347 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * woman.el (woman-decode-buffer): Postpone macro-set check...
3350 (woman-decode-region): ...to here.
3351
3352 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3353
3354 * startup.el (tty-handle-args): Use %S to log ARGS.
3355
3356 2007-04-10 Glenn Morris <rgm@gnu.org>
3357
3358 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3359 it is obsolete and has no effect.
3360
3361 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3362 byte-compiler.
3363
3364 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3365 obsolete function make-local-hook.
3366
3367 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3368 start to quieten byte-compiler.
3369
3370 2007-04-10 Markus Triska <markus.triska@gmx.at>
3371
3372 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3373 to bytecomp.el as byte-compile-char-before).
3374 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3375 New function (modified replacement for byte-optimize-char-before in
3376 byte-opt.el).
3377
3378 2007-04-09 Alan Mackenzie <acm@muc.de>
3379
3380 * startup.el (inhibit-splash-screen): Emphatically state that it
3381 can't be set in site-start.el.
3382
3383 2007-04-09 Masatake YAMATO <jet@gyve.org>
3384
3385 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3386 mimic the behavior of `capitalize-word'. Do not move point with a
3387 negative argument. Based on tiny change by Paul Curry.
3388
3389 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3390
3391 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3392 Don't move point if ARG is negative.
3393
3394 2007-04-09 Alan Mackenzie <acm@muc.de>
3395
3396 Changes to make `narrow-to-defun' and `mark-defun' work properly
3397 in CC Mode:
3398
3399 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3400 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3401 Bind beginning/end-of-defun-function to nil around calls to
3402 beginning/end-of-defun.
3403
3404 * progmodes/cc-langs.el (beginning-of-defun-function)
3405 (end-of-defun-function): New c-lang-setvar's.
3406
3407 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3408 (setq arg 1))" to enable non-interactive call.
3409
3410 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3411
3412 * simple.el (set-mark-command): Doc fix.
3413
3414 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * progmodes/gud.el (gdb): Restore existing session if user
3417 tries to start a second one in graphical mode.
3418
3419 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3420
3421 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3422
3423 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3424
3425 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3426 Add binding for C-M-SPC.
3427
3428 2007-04-08 Richard Stallman <rms@gnu.org>
3429
3430 * pcomplete.el (pcomplete-read-event): One single definition,
3431 and not a defsubst.
3432
3433 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3436 byte-compiler warning "value unused".
3437
3438 2007-04-08 Andreas Schwab <schwab@suse.de>
3439
3440 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3441
3442 2007-04-07 Glenn Morris <rgm@gnu.org>
3443
3444 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3445 Autoload these functions.
3446 (diary-date-forms): Add a custom :set form.
3447
3448 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3449 before first use.
3450 (diary-font-lock-keywords): New function with old code for
3451 initialization of variable of same name.
3452
3453 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3454
3455 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3456 clean-up: only insert space when on identifier, etc.
3457
3458 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3461
3462 * net/tls.el (open-tls-stream): Properly handle case where there
3463 is no associated buffer.
3464
3465 2007-04-07 Glenn Morris <rgm@gnu.org>
3466
3467 * ffap.el (ffap-file-at-point): Lower the priority of the
3468 ffap-ftp-sans-slash-regexp check.
3469
3470 2007-04-06 Alan Mackenzie <acm@muc.de>
3471
3472 Fix fontification of labels, and other things with ":".
3473
3474 * progmodes/cc-engine.el (c-forward-label): The function now
3475 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3476 the former t.
3477
3478 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3479 new return code from c-forward-label, fontifying tokens properly.
3480 Add some general comments throughout the file.
3481
3482 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3485 Revert 2006-01-27 change.
3486
3487 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3488
3489 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3490
3491 * desktop.el (desktop-create-buffer, desktop-save):
3492 Revert 2004-11-12 change for lack of copyright papers.
3493
3494 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3495 (dired-guess-default): Respect case.
3496
3497 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3498
3499 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3500 was originally checked in as byte-optimize-concat on 1997-11-02.
3501
3502 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3503 1995-05-19 doc changes.
3504
3505 2007-04-06 Kim F. Storm <storm@cua.dk>
3506
3507 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3508 (unload-feature): Update interactive spec accordingly.
3509
3510 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3511
3512 2007-04-06 John Paul Wallington <jpw@pobox.com>
3513
3514 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3515 capture. Restore the table in the same buffer.
3516
3517 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3518
3519 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3522 Print entire form.
3523
3524 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3525
3526 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3527 for low-color displays.
3528
3529 2007-04-05 Glenn Morris <rgm@gnu.org>
3530
3531 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3532 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3533 Seed random number generator on loading.
3534
3535 * emacs-lisp/authors.el (top-level): Provide self.
3536
3537 * play/animate.el (top-level): Provide self.
3538
3539 2007-04-04 Alan Mackenzie <acm@muc.de>
3540
3541 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3542 to mention c-syntactic-indentation.
3543
3544 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * subr.el (with-case-table): New macro.
3547
3548 * international/mule.el (ascii-case-table): New var.
3549
3550 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3551 downcasing.
3552
3553 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3554
3555 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3556
3557 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3558 of the window if we're outside it e.g menu-bar.
3559
3560 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3561 window if we're outside it e.g menu-bar.
3562
3563 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3564
3565 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3566 decode base-64 encoded body if its content-type is something other
3567 than text/* or message/*.
3568
3569 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3570
3571 * simple.el (activate-mark-hook): Fix typo in docstring.
3572
3573 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3574
3575 * tmm.el (tmm-c-prompt): Initialize.
3576 (tmm-menubar): Deal with extended menu-items at top level.
3577 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3578 (tmm-prompt): Handle visibility of top level menu-items.
3579
3580 * progmodes/gud.el (gud-menu-map): Simplify.
3581 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3582 menubar.
3583
3584 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3587
3588 * comint.el (comint-send-input): Widen the buffer first.
3589
3590 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3591
3592 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3595 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3596
3597 * newcomment.el (comment-search-forward): Discard comment starters
3598 before point.
3599
3600 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3601
3602 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3603
3604 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3605
3606 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3607 when downcasing.
3608
3609 * button.el (previous-button): Rewrite to account for adjacent buttons.
3610
3611 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3612
3613 * progmodes/idlwave.el (idlwave-auto-fill):
3614 Revert paragraph-separate change.
3615
3616 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3617 Simplify module calc.
3618 (idlwave-shell-set-bp-in-module): Compute module.
3619
3620 2007-03-31 Glenn Morris <rgm@gnu.org>
3621
3622 * emacs-lisp/timer.el (run-at-time): Doc fix.
3623
3624 * emacs-lisp/warnings.el (display-warning): If we create the
3625 buffer displaying the warning, disable undo there.
3626
3627 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3628
3629 * net/tramp.el (tramp-register-file-name-handler)
3630 (tramp-register-completion-file-name-handler): New defsubst,
3631 derived from `tramp-register-file-name-handlers'. The split is
3632 necessary because Tramp's file name handlers must be registered at
3633 different startup places.
3634
3635 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * progmodes/hideshow.el (turn-off-hideshow): New function.
3638 (hs-minor-mode): Use it instead of a lambda expression in
3639 change-major-mode-hook.
3640
3641 2007-03-31 David Kastrup <dak@gnu.org>
3642
3643 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3644 corresponding to MANPATH_MAP entries.
3645 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3646 (woman-parse-man.conf): Use more discriminating man.conf name.
3647 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3648 (woman-manpath): Doc fix and type fix.
3649 (woman-cached-data): Check for MANPATH_MAP entries.
3650 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3651
3652 2007-03-31 Stuart Herring <herring@lanl.gov>
3653
3654 * emacs-lisp/sregex.el (sregexq): Doc fix.
3655
3656 2007-03-31 Markus Triska <markus.triska@gmx.at>
3657
3658 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3659
3660 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3661
3662 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3663 Move to the right.
3664
3665 2007-03-30 Alan Mackenzie <acm@muc.de>
3666
3667 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3668
3669 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3670
3671 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3672 Use it, passed in explicitly, instead of from the dynamic binding.
3673 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3674
3675 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * simple.el (blink-matching-open): When in minibuffer, don't
3678 search for a match inside the prompt.
3679
3680 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3681
3682 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3683 (tmm-prompt): Don't make the mouse user select the first menu
3684 item twice.
3685
3686 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3689 SIGUSR1 and SIGUSR2.
3690
3691 2007-03-29 Kim F. Storm <storm@cua.dk>
3692
3693 * ido.el (ido-read-internal): When reading file or dir, only override
3694 minibuffer-local-filename-completion-map, otherwise only override
3695 minibuffer-local-completion-map.
3696
3697 2007-03-29 Glenn Morris <rgm@gnu.org>
3698
3699 * complete.el (partial-completion-mode): Set PC-do-completion-end
3700 to nil after use.
3701 (PC-lisp-complete-symbol): Create and use a marker at `end',
3702 rather than using point-marker.
3703
3704 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * simple.el (next-error-highlight): Doc fix.
3707 (compose-mail): Revert 2007-03-19 change.
3708
3709 2007-03-28 Richard Stallman <rms@gnu.org>
3710
3711 * emacs-lisp/edebug.el (edebug-display): Don't go to
3712 edebug-outside-buffer if it is dead.
3713
3714 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * view.el (view-mode): Fix typos in docstring.
3717
3718 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3719
3720 * recentf.el (recentf-save-file): Add a custom :set function.
3721
3722 2007-03-28 Glenn Morris <rgm@gnu.org>
3723
3724 * complete.el (PC-do-completion-end): New variable.
3725 (partial-completion-mode) <choose-completion-string-functions>:
3726 Use PC-do-completion-end in the non-minibuffer case to replace the
3727 correct amount of text.
3728 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3729 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3730 to deal with improvements inserted after point.
3731
3732 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * button.el (make-text-button): Add explicit `button' property.
3735 (default-button): Don't put a `button' property on it.
3736
3737 * progmodes/python.el (python-mode): Skip comments when parsing.
3738
3739 * vc-arch.el (vc-with-current-file-buffer): New macro.
3740 (vc-arch-file-source-p): Use it to avoid infloop.
3741
3742 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3743
3744 * emacs-lisp/lisp.el (lisp-complete-symbol):
3745 Fix call to get-buffer-window to find windows in other frames.
3746
3747 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3750 Fix calls to get-buffer-window to find windows in other frames.
3751 Reported by David Hansen <david.hansen@gmx.net>.
3752
3753 2007-03-27 Kevin Ryde <user42@zip.com.au>
3754
3755 * info.el (Info-display-images-node): On a text-only terminal,
3756 show the "text" or "alt" parts of the image blobs.
3757
3758 2007-03-27 Glenn Morris <rgm@gnu.org>
3759
3760 * complete.el (PC-do-completion): Compute completion-base-size in
3761 the non-filename case, rather than setting to nil.
3762 (PC-lisp-complete-end): New variable.
3763 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3764 original end in a series of consecutive invocations.
3765
3766 * calendar/calendar.el (calendar-mode-hook): Declare it.
3767
3768 * calendar/diary-lib.el (diary-live-p): Do not check for
3769 diary-selective-display.
3770
3771 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * replace.el (occur-next-error): *Occur* might not be displayed in the
3774 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3775
3776 2007-03-26 Richard Stallman <rms@gnu.org>
3777
3778 * textmodes/flyspell.el (flyspell-large-region):
3779 Use ispell-call-process-region.
3780
3781 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3782
3783 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3784 Use prin1 instead of princ.
3785
3786 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3789 Merge in X resources before global face.
3790
3791 * progmodes/compile.el (compilation-start): Save compilation-directory
3792 rather than default-directory as local var.
3793 (compilation-directory): Mark as safe local var.
3794
3795 * files.el: Don't mark default-directory as a safe local var.
3796
3797 2007-03-25 Alan Mackenzie <acm@muc.de>
3798
3799 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3800 * progmodes/cc-engine.el: Fix typo.
3801
3802 2007-03-25 Juri Linkov <juri@jurta.org>
3803
3804 * compare-w.el (compare-windows): Rename customization group
3805 `compare-w' to `compare-windows'.
3806 (compare-windows-whitespace, compare-ignore-whitespace)
3807 (compare-ignore-case, compare-windows-sync)
3808 (compare-windows-sync-string-size, compare-windows-recenter)
3809 (compare-windows-highlight, compare-windows): Change group name in
3810 the `group' tag from `compare-w' to `compare-windows'.
3811 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3812
3813 2007-03-24 Markus Triska <markus.triska@gmx.at>
3814
3815 * expand.el: Change example to always enable abbrev-mode,
3816 and remove redundant `function'.
3817 (expand-abbrev-hook): Add autoload cookie.
3818
3819 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3820
3821 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3822 (testcover-mark-all, testcover-unmark-all): Add prompts to
3823 interactive specs.
3824
3825 2007-03-24 Jason Rumney <jasonr@gnu.org>
3826
3827 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3828 Use file size in bytes for auto-revert-tail-pos not characters.
3829
3830 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3831
3832 * vc-rcs.el (vc-rcs-annotate-command):
3833 Set text property :vc-annotate-prefix on the annotation text.
3834 (vc-rcs-annotate-time): Instead of searching for ": ",
3835 search for end of text propertized with :vc-annotate-prefix.
3836
3837 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3838
3839 * whitespace.el (top level): Remove calls putting
3840 permanent-local nil property since these are no-ops.
3841
3842 * man.el (Man-support-local-filenames): Assure that
3843 default-directory exists when doing call-process.
3844
3845 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3846
3847 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3848 Fix omission bug: Use m4-program-options to construct shell command.
3849
3850 2007-03-23 David Kastrup <dak@gnu.org>
3851
3852 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3853 Use `mapcar' rather than `mapcan' to silence compiler warning.
3854
3855 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3856
3857 * textmodes/reftex.el, textmodes/reftex-vars.el,
3858 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3859 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3860 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3861 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3862 * textmodes/reftex-auc.el: Add maintainer address.
3863
3864 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3865
3866 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3867 Make sure that `global-font-lock-mode' does not turn on font-lock
3868 in these buffers.
3869
3870 2007-03-21 Kim F. Storm <storm@cua.dk>
3871
3872 * xt-mouse.el (xt-mouse-epoch): New variable.
3873 (xterm-mouse-event): Use float-time.
3874
3875 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3876
3877 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3878 current-time.
3879
3880 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * complete.el (read-file-name-internal): Don't add the final > if the
3883 completion is not finished (re-application of this patch, which was
3884 accidentally undone by Eli).
3885
3886 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3889 clicks in describe-key and describe-key-briefly advice a little better.
3890
3891 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * server.el (server-process-filter): Cancel any pending isearch.
3894
3895 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3896
3897 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3898 (icalendar--get-unfolded-buffer): Define actual arguments rather
3899 than just using &rest. Check replace-in-string is fbound.
3900 (icalendar-import-buffer): Doc fix.
3901 (icalendar--convert-ical-to-diary): Set diary-file.
3902 Check diary-file before inserting final newline.
3903 (icalendar--add-diary-entry): Return diary-file.
3904
3905 2007-03-21 Glenn Morris <rgm@gnu.org>
3906
3907 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3908 (diary-display-hook): Add custom :set function.
3909
3910 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3911 Add custom :set function.
3912 (diary-header-line-format): Doc fix.
3913 (diary-set-maybe-redraw): New function.
3914 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3915 (diary-list-entries): Always run diary-mode.
3916
3917 2007-03-20 Kenichi Handa <handa@m17n.org>
3918
3919 * international/quail.el (quail-setup-completion-buf): Make the
3920 completion buffer read-only.
3921 (quail-completion): Adjusted for the above change. Leave the
3922 modified flag nil.
3923
3924 2007-03-20 David Kastrup <dak@gnu.org>
3925
3926 * files.el (magic-mode-alist): Require literal "%!PS" string for
3927 magic postscript file detection.
3928
3929 2007-03-20 Richard Stallman <rms@gnu.org>
3930
3931 * textmodes/ispell.el (ispell-call-process): New function.
3932 Defends against bad `default-directory.'
3933 (ispell-check-version, ispell-find-aspell-dictionaries)
3934 (ispell-get-aspell-config-value, lookup-words): Call it.
3935 (ispell-call-process-region): New function.
3936 (ispell-send-string): Call it.
3937
3938 2007-03-20 Andreas Schwab <schwab@suse.de>
3939
3940 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3941 (finder-data): Likewise.
3942 (autoloads): Likewise.
3943
3944 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3945
3946 * files.el (basic-save-buffer): Do not set visited filename when
3947 the corresponding directory does not exist or the specified
3948 filename is that of an existing directory.
3949
3950 2007-03-20 Glenn Morris <rgm@gnu.org>
3951
3952 * calendar/diary-lib.el (diary-live-p): New function.
3953 (number-of-diary-entries): Add a :set function to redisplay diary
3954 when necessary.
3955
3956 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3957
3958 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3959 from client program, mev, to compute mouse event.
3960
3961 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * faces.el (momentary): Face removed; unused due to reversion of
3964 2007-01-04 changes by Kevin Rodgers.
3965
3966 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3967 Suggested by Johan Bockg\e,Ae\e(Brd.
3968
3969 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3970
3971 * font-lock.el (lisp-font-lock-keywords-1):
3972 Highlight define-globalized-minor-mode as a keyword.
3973
3974 2007-03-19 Kim F. Storm <storm@cua.dk>
3975
3976 * calc/calc-forms.el (math-std-daylight-savings)
3977 (math-std-daylight-savings-old): Doc fix.
3978
3979 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * progmodes/python.el (python-default-template): Doc fix.
3982 (python-buffer): Fix typo in docstring.
3983
3984 * isearchb.el (isearchb-follow-char):
3985 * subr.el (def-edebug-spec): Fix typo in docstring.
3986
3987 2007-03-19 Richard Stallman <rms@gnu.org>
3988
3989 * files.el (default-directory): Mark safe.
3990 (basic-save-buffer-2): Put proper dir name in error message.
3991
3992 * simple.el (compose-mail): Run switch-function after
3993 setting up the mail buffer.
3994
3995 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3996
3997 2007-03-18 Jay Belanger <belanger@truman.edu>
3998
3999 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4000 (math-std-daylight-savings-new): Rename from
4001 `math-std-daylight-savings'.
4002 (math-std-daylight-savings-old): Rename from old value of
4003 `math-std-daylight-savings'.
4004 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4005 `math-std-daylight-savings-old' depending on the year.
4006
4007 2007-03-18 Detlev Zundel <dzu@gnu.org>
4008
4009 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4010 zero-width regexps as invalid but rather at least count them correctly.
4011
4012 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4013
4014 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4015 don't wait more if there is output available to process.
4016
4017 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4018
4019 * progmodes/compile.el (compilation-find-file): Revert change
4020 from 2006-07-18 to allow completion of directory names.
4021 Reported by John Carter <john.carter@tait.co.nz>.
4022
4023 2007-03-18 Kim F. Storm <storm@cua.dk>
4024
4025 * subr.el (when, unless): Doc fix.
4026
4027 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4028
4029 * net/tls.el (tls-program): Doc fix.
4030
4031 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4032
4033 * autorevert.el (auto-revert-tail-handler):
4034 Call after-revert-hook.
4035
4036 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4037
4038 * simple.el (switch-to-completions): No error if search for \n\n fails.
4039
4040 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * simple.el (line-move-1):
4043 Respect `inhibit-line-move-field-capture' property.
4044
4045 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * comint.el (comint-arguments): Mark backslash-escaped chars.
4048 (comint-delim-arg): Don't treat them as delimiters.
4049
4050 2007-03-12 Kim F. Storm <storm@cua.dk>
4051 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4052
4053 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4054
4055 * tempo.el (tempo-insert): Deal with 'r> if it appears
4056 specified with a prompt argument.
4057
4058 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4059
4060 * textmodes/org.el (org-set-font-lock-defaults):
4061 Handle narrow table columns correctly.
4062
4063 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4064
4065 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4066 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4067 Return to use of the -no-properties variants. There was
4068 consensus on emacs-devel that the speed of these variants was
4069 prefered since we are usually parsing files (from the internet
4070 or on disk) instead of XML created in Emacs.
4071
4072 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4073 Add customize option.
4074
4075 2007-03-12 Glenn Morris <rgm@gnu.org>
4076
4077 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4078 North American rule. Replace "daylight savings" with "daylight
4079 saving" in doc.
4080
4081 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4082 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4083 "daylight saving" in text.
4084
4085 * woman.el (woman-change-fonts): Tweak previous change by using
4086 woman-request-regexp rather than "^\\.".
4087
4088 * startup.el (command-line-1): Make insertion of
4089 initial-scratch-message not depend on scratch being selected.
4090
4091 2007-03-11 Juri Linkov <juri@jurta.org>
4092
4093 * replace.el (match): Use yellow background on light-bg terminals.
4094
4095 2007-03-11 Richard Stallman <rms@gnu.org>
4096
4097 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4098 Correctly compute line number.
4099
4100 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4101
4102 * type-break.el (type-break-get-previous-count):
4103 Repeat previous change here.
4104
4105 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4106
4107 * progmodes/grep.el (grep-find-ignored-directories):
4108 Add .git and .bzr to list.
4109
4110 2007-03-11 Andreas Schwab <schwab@suse.de>
4111
4112 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4113
4114 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4117
4118 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4119
4120 * faces.el (face-set-after-frame-default): Recalculate face
4121 customizations after applying X resources.
4122
4123 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4124
4125 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4126 (rcirc-keepalive-seconds): Remove variable.
4127 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4128 (rcirc-process, rcirc-user-disconnect): New variables.
4129 (rcirc-connect): Initalize new variables.
4130 (rcirc-keepalive): Don't send keepalive pings before connection
4131 is completed.
4132 (rcirc-sentinel): Do mark all channels with activity when
4133 connection is dropped. Run hook with process buffer local.
4134 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4135 (rcirc-buffer-process): Return value of rcirc-process if
4136 rcirc-server-buffer is nil.
4137 (rcirc-server-name): Return the reported server name.
4138 (rcirc-update-prompt): Simplify computation of the server name.
4139 (rcirc-format-response-string): Likewise.
4140 (rcirc-handler-001): Mark server as connected, record the reported
4141 server name, and schedule a timeout.
4142 (rcirc-track-nick): Add a spec for the tty class.
4143 (rcirc-user-non-nick): Remove function.
4144 (rcirc-nick-prefix-chars): Add variable.
4145 (rcirc-user-nick): Use above variable.
4146
4147 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4148
4149 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4150 Bind deactivate-mark to nil.
4151
4152 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4153
4154 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4155 that buffer contents get erased during completion.
4156
4157 2007-03-10 Glenn Morris <rgm@gnu.org>
4158
4159 * woman.el (woman-change-fonts): Add a hack to deal with
4160 font-escape followed by "." at start of a line.
4161 (woman2-IP): Add a hack to deal with consecutive requests.
4162 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4163
4164 2007-03-10 Alan Mackenzie <acm@muc.de>
4165
4166 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4167
4168 2007-03-09 Richard Stallman <rms@gnu.org>
4169
4170 * abbrev.el (abbrev): Add `provide'.
4171
4172 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4173
4174 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4175
4176 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4177
4178 * complete.el (PC-try-completion): New function.
4179 (PC-do-completion, read-file-name-internal): Use it instead of
4180 try-completion.
4181
4182 2007-03-08 Alan Mackenzie <acm@muc.de>
4183
4184 Remove stale tokens from `c-found-types' cache.
4185
4186 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4187 (c-unfind-coalesced-tokens, c-before-change): New functions.
4188 (c-maybe-stale-found-type): New variable.
4189
4190 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4191 (c-trim-found-types): New functions.
4192
4193 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4196 (debug-ignored-errors): Add entry from smerge-match-conflict.
4197
4198 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4199
4200 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4201 special help topics for keywords.
4202 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4203 etc. Assistant command.
4204
4205 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * replace.el (occur-engine): Move buffer-undo-list binding...
4208 (occur-1): ...to here.
4209
4210 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4211
4212 * simple.el (minibuffer-completing-symbol): New var.
4213 (eval-expression): Use it.
4214 (completion-setup-function): Don't bind completion-base-size when
4215 completing a symbol in the minibuffer.
4216
4217 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4218
4219 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4220 tries to start a second session in graphical mode.
4221
4222 2007-03-07 Miles Bader <miles@gnu.org>
4223
4224 * international/isearch-x.el
4225 (isearch-process-search-multibyte-characters):
4226 Strip text-properties from PROMPT to avoid an error from read-string.
4227
4228 2007-03-07 Kim F. Storm <storm@cua.dk>
4229
4230 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4231 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4232
4233 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4234
4235 * complete.el (PC-do-completion): Delete duplicates in the list of
4236 possible completions.
4237
4238 2007-03-07 Glenn Morris <rgm@gnu.org>
4239
4240 * ses.el (ses-mode): Doc fix.
4241
4242 2007-03-06 Kim F. Storm <storm@cua.dk>
4243
4244 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4245
4246 2007-03-06 Kenichi Handa <handa@m17n.org>
4247
4248 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4249
4250 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * simple.el (completion-setup-function): Improve last fix so it doesn't
4253 set it to a relative directory name either.
4254
4255 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4256
4257 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4258
4259 2007-03-05 Richard Stallman <rms@gnu.org>
4260
4261 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4262
4263 * files.el (find-file-noselect): No error if file no longer exists.
4264 Display a message and avoid other questions.
4265
4266 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4269 as not to use an invisible window and to create a window if none exist.
4270
4271 * progmodes/python.el (python-send-command): Restart proc if necessary.
4272 (python-proc): Simplify.
4273
4274 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4275
4276 * pcomplete.el (pcomplete-show-completions): Search all frames for
4277 completions buffer.
4278
4279 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * cus-edit.el (customize-save-variable): Clear customized-value
4282 property (saved values are now put in theme-value property).
4283 (customize-set-variable): Doc fix.
4284
4285 * complete.el (PC-do-completion): If completion-ignore-case is
4286 non-nil, replace field with completion string before exiting.
4287
4288 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4291 Append its extension to the resulting temporary file name.
4292 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4293
4294 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4295 (tramp-smb-handle-write-region): Apply it.
4296
4297 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4298
4299 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4300 Redo previous change.
4301
4302 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4303
4304 * diff-mode.el (diff-mode): Doc fix.
4305
4306 2007-03-05 Kenichi Handa <handa@m17n.org>
4307
4308 * international/characters.el: Set category `l' (latin)
4309 for more characters.
4310
4311 2007-03-04 Kim F. Storm <storm@cua.dk>
4312
4313 * emacs-lisp/authors.el (authors-aliases): Add alias.
4314
4315 2007-03-04 Glenn Morris <rgm@gnu.org>
4316
4317 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4318 all when switching major mode.
4319 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4320 (hs-block-start-mdata-select, hs-block-end-regexp)
4321 (hs-forward-sexp-func, hs-adjust-block-beginning):
4322 Do not make these variables permanent-local.
4323
4324 2007-03-04 Richard Stallman <rms@gnu.org>
4325
4326 * progmodes/cperl-mode.el (cperl-mode):
4327 Modify cperl-compilation-error-regexp-alist by appending.
4328
4329 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4330 (edebug-mode): Add the hook.
4331 (edebug-recursive-edit): Remove the hook on exiting.
4332
4333 * type-break.el (type-break-get-previous-time):
4334 Handle end-of-file errors specially
4335 so they don't get reported wrong in .emacs.
4336
4337 * startup.el (fancy-splash-text): Clarify text.
4338
4339 * simple.el (beginning-of-buffer, end-of-buffer):
4340 Avoid treating plain C-u like numeric arg.
4341
4342 * simple.el (completion-setup-function): Don't set
4343 default-directory to nil.
4344
4345 * shell.el (shell-dirstack-query): Doc fix.
4346
4347 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4348 Don't select the window -- pass it to primitives instead.
4349
4350 * faces.el (minibuffer-prompt): Use medium blue by default.
4351
4352 2007-03-04 David Kastrup <dak@gnu.org>
4353
4354 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4355 Preserve 16 as default value for "seconds" when customizing.
4356
4357 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4358
4359 * textmodes/org.el (org-self-insert-command)
4360 (orgtbl-self-insert-command, org-delete-char)
4361 (org-delete-backward-char): Set the `flyspell-delayed' property.
4362
4363 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * international/mule.el (find-auto-coding): Don't search for
4366 line-ending characters past the end of the tail.
4367
4368 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4369
4370 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4371 Jump to the line where new score has been uploaded.
4372
4373 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4374 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4375 Do nothing when the game is paused.
4376
4377 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4378
4379 * textmodes/org.el (org-set-tags): Prevent slipping of point
4380 during completion.
4381
4382 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4383
4384 * isearch.el (isearch-message-prefix):
4385 Use minibuffer-prompt-properties.
4386
4387 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4388
4389 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4390 (ps-setup): Print which Emacsen is running ps-print package.
4391
4392 2007-03-01 Stuart Herring <herring@lanl.gov>
4393
4394 * files.el (set-auto-mode-0): Use `indirect-function'.
4395 (hack-one-local-variable): Don't reapply current major mode.
4396
4397 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * progmodes/python.el (python-quote-syntax): Don't bother with
4400 syntax-ppss-context.
4401 (python-fill-paragraph): Make sure that fenced-string delimiters that
4402 stand on their own line stay there.
4403
4404 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4405
4406 * replace.el (perform-replace): Propertize message.
4407
4408 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4409
4410 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4411 invisible heading.
4412
4413 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * net/tramp.el (tramp-file-name-handler): Revert last change.
4416
4417 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4418
4419 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4420 Correct doc strings.
4421
4422 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4423
4424 * replace.el (perform-replace): Undo forward-char immediately if
4425 non-adjacent search fails.
4426
4427 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * version.el (emacs-major-version, emacs-minor-version):
4430 string-to-int -> string-to-number.
4431
4432 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4433
4434 * help.el (where-is): Fail gracefully when not passed a command.
4435
4436 2007-02-28 Stuart Herring <herring@lanl.gov>
4437
4438 * find-lisp.el (find-lisp-default-directory-predicate):
4439 Fix bug: Do symlink check on expanded filename.
4440
4441 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4442
4443 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4444 changes during replacement.
4445 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4446
4447 2007-02-28 Lars Hansen <larsh@soem.dk>
4448
4449 * desktop.el: Delete header line listing me as maintainer.
4450
4451 2007-02-28 Glenn Morris <rgm@gnu.org>
4452
4453 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4454 the menus case.
4455
4456 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4459 hooks to avoid confusion when combining after-change calls.
4460
4461 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4462
4463 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4464 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4465 (allout-distinctive-bullets-string): Add info about bullet conventions.
4466 (allout-mode): Add info about distinctive vs plain bullets.
4467
4468 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4469
4470 * textmodes/org.el (org-archive-subtree): Quote variable name.
4471 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4472
4473 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4474
4475 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4476 (gud-bashdb-command-name, bashdb): Remove.
4477 (gud, gud-menu-map): Remove references to bash/bashdb.
4478
4479 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4480
4481 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4482 keyword for Python 2.5.
4483
4484 2007-02-26 Romain Francoise <romain@orebokech.com>
4485
4486 * net/net-utils.el (whois-server-tld): Update server for .org.
4487 (whois-server-list): Add whois.publicinterestregistry.net.
4488 (whois-guess-server): Fix formatting in docstring.
4489
4490 2007-02-26 Kim F. Storm <storm@cua.dk>
4491
4492 * mouse.el (mouse-show-mark): Run hooks and perform command
4493 remapping for mouse-region-delete-keys.
4494
4495 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4496
4497 * font-core.el (font-lock-mode): Doc fix.
4498
4499 2007-02-25 Kim F. Storm <storm@cua.dk>
4500
4501 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4502 Add selected buffer to buffer-name-history.
4503 (ido-file-internal): Set this-command to fallback command.
4504 Add file names to file-name-history.
4505
4506 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4507 Apply minibuffer-prompt-properties.
4508
4509 2007-02-25 Andreas Schwab <schwab@suse.de>
4510
4511 * files.el (hack-one-local-variable-eval-safep): Correct handling
4512 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4513
4514 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4515
4516 * textmodes/org.el (org-table-overlay-coordinates)
4517 (org-table-toggle-coordinate-overlays): New functions.
4518 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4519 New variables.
4520 (org-startup-with-deadline-check): Remove option.
4521 (org-mode): Remove deadline check on startup.
4522 (org-table-limit-column-width): Remove option.
4523 (org-table-formula-numbers-only): Remove option.
4524 (org-link-style, org-link-format): Remove options.
4525 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4526 (org-export-ascii-show-new-buffer)
4527 (org-export-html-show-new-buffer): Remove options.
4528 (org-activate-links): Remove camel option.
4529 (org-file-link-context-use-camel-case): Remove option.
4530 (org-camel-regexp): Remove variable.
4531 (org-activate-camels): Remove function.
4532 (org-store-link): Remove Camel stuff.
4533 (org-make-org-heading-camel): Remove function.
4534 (org-open-at-point): Remove camel stuff.
4535 (org-link-search): Remove camel stuff.
4536 (org-camel-to-words): Function removed.
4537 (org-get-agenda-file-buffer): Make sure we prepare the base
4538 buffers, not any indirect buffers.
4539 (org-sort-entries): Sort top-level when not on a headline, and no
4540 active region.
4541 (org-in-regexp): New function.
4542 (org-search-not-self): Rename from `org-search-not-link'.
4543 (org-open-link-marker): New variable.
4544 (org-open-at-point): Set `org-open-link-marker'.
4545 (org-print-icalendar-entries): Fixe bug with excluding DONE
4546 entries from the exported list.
4547 (org-edit-formula-lisp-indent): New command.
4548 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4549 (orgtbl-to-latex, orgtbl-insert-radio-table)
4550 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4551 (orgtbl-radio-table-templates): New option.
4552 (org-store-link-props):
4553 (org-remember-templates): More possibilities to insert info
4554 into templates.
4555 (org-remember-apply-template): Make use of the extended
4556 template capabilities.
4557 (org-remember-redo-template): New command.
4558 (org-upgrade-old-links)
4559 (org-table-modify-formulas, org-table-replace-in-formulas)
4560 (org-table-find-dataline)
4561 (org-table-get-vertical-vector): Remove functions.
4562 (org-table-remove-rectangle-highlight)
4563 (org-time-stamp-format, org-toggle-log-option)
4564 (org-table-highlight-rectangle)
4565 (org-table-iterate, org-table-make-reference):
4566 (org-translate-time, org-tree-to-indirect-buffer)
4567 (org-table-field-info, org-table-fix-formulas)
4568 (org-table-force-dataline, org-table-get-descriptor-line)
4569 (org-table-get-range)
4570 (org-skip-comments, org-sort)
4571 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4572 (org-table-current-dline, org-table-current-field-formula)
4573 (org-table-edit-backward-field)
4574 (org-table-edit-formulas-post-command)
4575 (org-table-edit-line-down, org-table-edit-line-up)
4576 (org-agenda-archive)
4577 (org-agenda-clock-cancel)
4578 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4579 (org-agenda-open-link, org-agenda-show-new-time)
4580 (org-agenda-skip-subtree-when-regexp-matches)
4581 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4582 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4583 (org-do-sort, org-file-image-p, org-find-overlays)
4584 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4585 (org-highlight-until-next-command, org-isearch-end)
4586 (org-match-any-p, org-next-link, org-previous-link):
4587 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4588 (org-rewrite-old-row-references)
4589 (org-isearch-post-command)
4590 (org-table-edit-move, org-table-edit-next-field)
4591 (org-table-edit-scroll, org-table-edit-scroll-down)
4592 (org-set-frame-title, org-show-reference)
4593 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4594 (org-show-variable): Remove command.
4595 (org-add-log-maybe): New arguments STATE, FINDPOS
4596 (org-table-sort-lines): Rewrite from scratch.
4597 (org-link-search): New argument AVOID-POS.
4598 (org-print-icalendar-entries): Remove argument CATEGORY.
4599 (org-run-agenda-series): Remove argument WONDOW.
4600 (org-next-link, org-previous-link): New commands.
4601 (org-agenda-date-format): New option.
4602 (org-table-iterate): New command.
4603 (org-table-modify-formulas)
4604 (org-table-replace-in-formulas): Remove functions.
4605 (org-table-fix-formulas): New function.
4606 (org-table-insert-column, org-table-delete-column)
4607 (org-table-move-column): Use `org-table-fix-formulas'.
4608 (org-follow-gnus-link): Patch from Bastien/Leo.
4609 (org-table-current-field-formula): New function.
4610 (org-file-image-p): New function.
4611 (org-agenda-show-new-time): New function.
4612 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4613 (org-with-remote-undo): New macro.
4614 (org-agenda-undo): New command.
4615 (org-verify-change-for-undo): New function.
4616 (org-time-stamp-format): New function.
4617 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4618 by user.
4619 (org-match-any-p): New function.
4620 (org-make-tags-matcher): Handle regular expressions for tag and
4621 todo matches.
4622 (org-read-date): Accept "+N" as input for a date relative to the
4623 current date.
4624 (org-remove-subtree-entries-from-agenda): New function.
4625 (org-agenda-archive, org-agenda-kill):
4626 Use `org-remove-subtree-entries-from-agenda'.
4627 (org-do-sort, org-sort-entries): New functions.
4628 (org-sort): New command.
4629 (org-table-sort-lines): Use `org-do-sort'.
4630 (org-fix-decoded-time): New function.
4631 (org-table-number-regexp): Require 0x... to identify as number
4632 in tables.
4633 (org-startup-options): New keywords for note taking.
4634 (org-upgrade-old-links): Remove function.
4635 (org-get-repeat): New function.
4636 (org-show-context): Also show siblings on current level.
4637 (org-show-siblings): New function.
4638 (org-isearch-end, org-isearch-post-command): New functions.
4639 (org-show-siblings): New option.
4640 (org-show-context): Use `org-show-siblings'.
4641 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4642 to be bound, because user may just use elisp.
4643
4644 2007-02-24 Kim F. Storm <storm@cua.dk>
4645
4646 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4647 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4648
4649 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 * startup.el (command-line): Also check if the abbrev file is readable.
4652
4653 2007-02-24 John Paul Wallington <jpw@pobox.com>
4654
4655 * net/tls.el (tls-certtool-program): Fix custom type.
4656
4657 * mail/feedmail.el (feedmail-message-id-generator)
4658 (feedmail-date-generator): Fix custom types.
4659
4660 * mail/rmail.el (rmail-message-filter): Fix custom type.
4661
4662 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4663
4664 * startup.el (command-line): If simple.el cannot be found, proceed
4665 with a warning message.
4666
4667 2007-02-24 Kenichi Handa <handa@m17n.org>
4668
4669 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4670 case that BEG is a string.
4671
4672 2007-02-24 Chris Moore <dooglus@gmail.com>
4673
4674 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4675 * pgg-pgp.el (pgg-pgp-encrypt-region):
4676 * pgg-gpg.el (pgg-gpg-encrypt-region):
4677 Check pgg-encrypt-for-me if no other recipients.
4678
4679 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4680
4681 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4682
4683 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4684 shell-quote-argument.
4685
4686 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4687
4688 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4689 from the comint buffer instead of the temporary one.
4690
4691 2007-02-23 David Reitter <david.reitter@gmail.com>
4692
4693 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4694 storing it in recentf-exclude.
4695
4696 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4699 in splash screen.
4700
4701 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4702
4703 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4704 commands, for restart.
4705 (idlwave-shell-current-module): Fix handling of module name by type.
4706 (idlwave-shell-break-in): Update type handling.
4707 (idlwave-shell-bp-get): Encode type in BP structure.
4708 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4709 (idlwave-shell-module-source-query): Query routine info based on type.
4710 Fix path parsing for non-compiled files.
4711 (idlwave-shell-module-source-filter): Don't signal error in filter
4712 if no source found.
4713 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4714 filter race.
4715
4716 2007-02-22 Kim F. Storm <storm@cua.dk>
4717
4718 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4719 (editable-field): Document need to put some text before the %v
4720 escape in :format string.
4721
4722 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4725 (vc-svn-use-edit): Remove unused config var.
4726 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4727
4728 * outline.el (hide-sublevels): Keep empty last line, if available.
4729
4730 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4731 rather than the corresponding unicode char, to make the code
4732 more readable.
4733
4734 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4737 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4738 (speedbar-item-info-tag-helper): Doc fixes.
4739
4740 2007-02-19 Kenichi Handa <handa@m17n.org>
4741
4742 * international/mule-cmds.el (locale-language-names):
4743 Map "eo" to "Esperanto".
4744
4745 * language/european.el ("Esperanto"): New language environment.
4746
4747 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4748
4749 * simple.el (kill-line): Doc fix.
4750
4751 2007-02-17 Kim F. Storm <storm@cua.dk>
4752
4753 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4754 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4755 (bindat--unpack-group, bindat--pack-group):
4756 Handle vectors with optional element type.
4757
4758 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4759
4760 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4761 if PASSPHRASE is given.
4762
4763 2007-02-17 Chris Moore <dooglus@gmail.com>
4764
4765 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4766 Recognize backups of bz2 compressed files.
4767
4768 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4769
4770 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4771 to nil to speed up lookup of the symbol in index nodes.
4772
4773 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4774
4775 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4776 Add indentation for the constants of Lisp.
4777
4778 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * ps-print.el: Use (defvar <foo>) where applicable.
4781 (ps-print-emacs-type): Remove.
4782 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4783 (ps-frame-parameter): Align its call-convention with frame-parameter.
4784 (ps-begin-job): Adjust calls to it appropriately.
4785 (ps-setup): Don't print ps-print-emacs-type.
4786 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4787 Define in such a way that it's obvious that it's defined.
4788 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4789 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4790 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4791
4792 2007-02-15 Alan Mackenzie <acm@muc.de>
4793
4794 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4795 an empty one-line C-style comment, post-position point properly.
4796
4797 2007-02-15 Chris Moore <dooglus@gmail.com>
4798
4799 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4800 (isearch-lazy-highlight-new-loop): Bind it.
4801 (isearch-lazy-highlight-search): Use it.
4802
4803 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4804
4805 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * font-lock.el (font-lock-extend-region-wholelines):
4808 Only return non-nil if the region has really been changed.
4809 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4810
4811 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4812
4813 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4814 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4815 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4816
4817 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * faces.el (color-values): Revert changes to docstring from
4820 2007-01-31 and 2000-09-07.
4821
4822 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4823 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4824 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4825 (ispell-help): Fix typos in docstring and output message.
4826
4827 2007-02-14 Kim F. Storm <storm@cua.dk>
4828
4829 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4830 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4831 (grep): Fix lgrep reference.
4832
4833 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4834 (standard-display-underline): Use make-glyph-code.
4835
4836 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4837
4838 * international/latin1-disp.el (latin1-display-char):
4839 Use make-glyph-code.
4840
4841 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * ehelp.el (with-electric-help, electric-help-exit)
4844 (electric-help-retain): Doc fixes.
4845
4846 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4847 (byte-compile-file): Doc fixes.
4848
4849 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4850
4851 * term/mac-win.el: Change all uses of
4852 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4853 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4854 (mac-ae-get-url): Call select-frame-set-input-focus.
4855 (mac-dnd-handle-drag-n-drop-event): Don't call
4856 select-frame-set-input-focus.
4857
4858 2007-02-13 Kenichi Handa <handa@m17n.org>
4859
4860 * international/characters.el: Fix documentation of category `a'.
4861
4862 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4863
4864 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4865
4866 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4867
4868 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4869 (tramp-get-remote-ln): Handle error case.
4870 Reported by Chris Moore <dooglus@gmail.com>.
4871
4872 2007-02-11 Kim F. Storm <storm@cua.dk>
4873
4874 * bindings.el (ctl-x-map): Remove register compatibility bindings
4875 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4876
4877 2007-02-11 Richard Stallman <rms@gnu.org>
4878
4879 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4880 in load history.
4881
4882 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4883 condition -- don't fail to stop at endpos.
4884
4885 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4886
4887 * textmodes/org.el (org-agenda-get-todos)
4888 (org-agenda-get-timestamps, org-agenda-get-closed)
4889 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4890 (org-agenda-get-blocks, org-format-agenda-item)
4891 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4892 from `category' to `org-category'.
4893
4894 2007-02-11 Kenichi Handa <handa@m17n.org>
4895
4896 * international/titdic-cnv.el (titdic-convert): Force files be written
4897 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4898 (miscdic-convert): Force files be written with Unix-like eol format.
4899
4900 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4903
4904 * calculator.el (calculator-prompt): Doc fix.
4905 (calculator-mode-map): Fix typo in menu entry.
4906
4907 2007-02-10 Jay Belanger <belanger@truman.edu>
4908
4909 * calculator.el (calculator): Do more extensive checking for when
4910 3 lines should be used for the calculator.
4911
4912 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4913
4914 * info-look.el (info-lookup-make-completions):
4915 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4916 index nodes.
4917
4918 * info.el (Info-fontify-maximum-menu-size): Document the effect
4919 of a nil value.
4920 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4921 non-nil before using it as size.
4922
4923 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * subr.el (insert-for-yank-1): Prevent read-only properties from
4926 interfering with text property operations.
4927
4928 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4929
4930 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4931 (image-type-auto-detected-p): Fail if another match is found in
4932 auto-mode-alist.
4933
4934 * files.el (magic-mode-alist): Call image-mode instead of
4935 image-mode-maybe for autodetected images.
4936
4937 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4938
4939 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4940 Fix typos in docstrings.
4941 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4942
4943 2007-02-09 Kim F. Storm <storm@cua.dk>
4944
4945 * emacs-lisp/float-sup.el: Remove obsolete comment.
4946
4947 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4950
4951 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4952
4953 * simple.el: Revert previous change, at request of RMS:
4954 (fundamental-mode-hook): Remove.
4955 (fundamental-mode): Run after-change-major-mode-hooks manually,
4956 and don't run the now-nonexistent fundamental-mode-hook.
4957
4958 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4959
4960 * simple.el (fundamental-mode-hook): Declare new hook.
4961 (fundamental-mode): Run the new dedicated hook, and don't run
4962 after-change-major-mode-hooks manually anymore.
4963
4964 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4967 added columns of chars. Remove support for the "no-meta-info" format.
4968 Prompted by Romain Francoise <romain@orebokech.com>.
4969
4970 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4971
4972 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4973 (gdb-mouse-until, gdb-mouse-jump): Use it.
4974
4975 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4978 work when there is just an assembler buffer (no source buffer).
4979
4980 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4981
4982 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4983 just because the diff was produced using "-p" (--show-c-function).
4984
4985 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4986
4987 * faces.el (frame-set-background-mode): Use `color-values' and
4988 `display-color-p', not `x-color-values' and `x-display-color-p'.
4989 (face-valid-attribute-values): Use `defined-colors' instead of
4990 `x-defined-colors'.
4991
4992 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4993
4994 * ps-print.el: The ps-print commands without face printing should not
4995 print background color. Reported by Leo <sdl.web@gmail.com>.
4996 (ps-print-version): New version 6.7.3.
4997 (ps-begin-job): New arg. Fix ps-default-background and
4998 ps-default-foreground initialization.
4999 (ps-face-attributes): Fix doc string.
5000 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5001
5002 * printing.el: Fix ps-print link.
5003
5004 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * faces.el (face-set-after-frame-default): Compile attributes to
5007 be set by frame parameters before merging in X resources.
5008
5009 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * simple.el (blink-matching-paren-dont-ignore-comments):
5012 (blink-matching-paren-on-screen): Doc fixes.
5013
5014 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5015
5016 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5017
5018 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5021 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5022 entries like `defun'. Return nil.
5023
5024 2007-02-05 Kim F. Storm <storm@cua.dk>
5025
5026 * ido.el: Doc fixes.
5027
5028 2007-02-04 David Kastrup <dak@gnu.org>
5029
5030 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5031 `mpuz-allow-double-multiplicator' is non-zero, and correct
5032 calculation of `min'.
5033
5034 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5035
5036 * wid-edit.el (widget-default-create): Insert new text at the
5037 :from marker _after_ the marker, not before it.
5038
5039 2007-02-04 Alan Mackenzie <acm@muc.de>
5040
5041 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5042 containing it is re-indented.
5043
5044 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * net/newsticker.el (newsticker--insert-image): Update docstring,
5047 and insert the image directly.
5048 (newsticker--buffer-redraw): Update docstring.
5049
5050 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5051 Rename from define-global-minor-mode.
5052
5053 * progmodes/cwarn.el (global-cwarn-mode):
5054 * emacs-lisp/autoload.el (make-autoload):
5055 * hi-lock.el (global-hi-lock-mode):
5056 * font-core.el (global-font-lock-mode): All callers changed.
5057
5058 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5059
5060 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5061 Don't copy @ignore lines into menu descriptions.
5062 (texinfo-multi-file-update): Goto the @node line before attempting
5063 to pluck the node name.
5064 (texinfo-multiple-files-update): Reverse the optional arguments'
5065 order, as per the doc string and the `interactive' form.
5066
5067 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * image-mode.el: Use autoload to avoid overriding disabled setting
5070 applied in .emacs.
5071
5072 2007-02-03 Alan Mackenzie <acm@muc.de>
5073
5074 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5075 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5076 adjacent paren groups).
5077
5078 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5079
5080 * progmodes/ebnf2ps.el: Doc fixes.
5081 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5082
5083 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5084
5085 * dired-x.el (dired-do-relsymlink): Add reference to
5086 dired-do-symlink. Add an autoload cookie.
5087
5088 * dired-aux.el (dired-do-symlink): Add reference to
5089 dired-do-relsymlink.
5090
5091 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5092
5093 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5094 <left-fringe mouse-3>: New bindings.
5095
5096 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5097
5098 * net/newsticker.el (newsticker-version): Changed to "1.10".
5099 (newsticker--set-customvar): Doc string.
5100 (newsticker-new-item-face): Doc string.
5101 (newsticker-mode): Initialize `invisibility-spec' with t.
5102 (newsticker-mode-map): Added
5103 `newsticker-mark-all-items-at-point-as-read'.
5104 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5105 (newsticker-w3m-show-inline-images): Do not call
5106 `w3m-remove-image'.
5107 (newsticker--buffer-after-w3m-insert-image): New advice for
5108 w3m-insert-image to cache images.
5109 (newsticker-next-item-same-feed): New.
5110 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5111 (newsticker-mark-all-items-of-feed-as-read): New.
5112 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5113 (newsticker-mark-item-at-point-as-read): Doc string.
5114 (newsticker-mark-item-at-point-as-read): Use new functions.
5115 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5116 `newsticker-mark-item-at-point-as-read'.
5117 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5118 (newsticker--sentinel): Yet another xml-parser workaround.
5119 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5120 days.
5121 (newsticker--buffer-do-insert-text): Fix.
5122 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5123 (newsticker--buffer-make-item-completely-visible):
5124 `switch-to-buffer' not necessary.
5125
5126 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5127
5128 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5129 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5130 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5131 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5132 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5133
5134 2007-02-02 Kenichi Handa <handa@m17n.org>
5135
5136 * international/quail.el (quail-show-key): Fix an error message.
5137
5138 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5139
5140 * faces.el (set-face-underline-p, modify-face): Rename arg
5141 UNDERLINE-P to UNDERLINE (it is not a flag).
5142
5143 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5144
5145 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5146 when adding gdb-speedbar-update to gdb-input-queue.
5147
5148 2007-02-01 Kenichi Handa <handa@m17n.org>
5149
5150 * international/quail.el (quail-show-key): Signal an error if the
5151 current input method is not using Quail.
5152
5153 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5154
5155 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5156 Trim leading whitespace in sysvar names.
5157
5158 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5161
5162 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5163
5164 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5165
5166 2007-01-31 Romain Francoise <romain@orebokech.com>
5167
5168 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5169 previous change to this file.
5170
5171 2007-01-31 Jason Rumney <jasonr@gnu.org>
5172
5173 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5174 image-mode.
5175
5176 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5177 interfering with attempt to set major mode from modified
5178 auto-mode-alist.
5179
5180 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * faces.el (color-values): Doc fix.
5183 (face-differs-from-default-p): Don't check :foreground twice.
5184
5185 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5186
5187 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5188
5189 2007-01-31 Kenichi Handa <handa@m17n.org>
5190
5191 * international/quail.el (quail-store-decode-map-key): Store a
5192 translated character too.
5193 (quail-char-equal-p): New function.
5194 (quail-find-key1): Check character equality by quail-char-equal-p.
5195 (quail-decode-map-generated): New variable.
5196 (quail-find-key): Check quail-decode-map-generated and re-generate
5197 a decode map if necessary.
5198
5199 2007-01-30 Richard Stallman <rms@gnu.org>
5200
5201 * tutorial.el (tutorial--detailed-help): Make the list of
5202 changed keys look nicer.
5203
5204 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5205
5206 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5207 (gdb-var-delete): Use it.
5208 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5209 `in_scope'.
5210
5211 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * files.el (get-free-disk-space): Return nil for remote directories.
5214
5215 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5216 instead of "dir".
5217
5218 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * type-break.el (type-break-catch-up-event): New function.
5221 (type-break-demo-hanoi, type-break-demo-life)
5222 (type-break-demo-boring): Use it.
5223
5224 * image-mode.el (image-mode): Don't automatically view as image.
5225 (image-toggle-display): Add `disabled' property.
5226
5227 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * isearchb.el (isearchb-iswitchb):
5230 * ps-print.el (ps-build-face-reference):
5231 * emacs-lisp/shadow.el (list-load-path-shadows):
5232 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5233 * international/mule.el (find-auto-coding):
5234 * mail/supercite.el (sc-attrib-selection-list):
5235 * progmodes/cc-defs.el (c-emacs-features):
5236 * progmodes/cc-vars.el (c-offsets-alist):
5237 * progmodes/flymake.el
5238 (flymake-init-create-temp-source-and-master-buffer-copy):
5239 Fix typos in docstrings (some suggested by Chris Moore).
5240
5241 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5242 (vhdl-get-library-unit, vhdl-corresponding-begin)
5243 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5244 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5245 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5246 (vhdl-font-lock-match-item): Fix typos in docstrings.
5247 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5248 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5249 (vhdl-speedbar-insert-project-hierarchy):
5250 Improve argument/docstring consistency.
5251
5252 2007-01-29 Kenichi Handa <handa@m17n.org>
5253
5254 * international/titdic-cnv.el (py-converter): Fix previous change.
5255
5256 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * jka-compr.el (jka-compr-partial-uncompress)
5259 (jka-compr-call-process): Rebind default-directory if it is
5260 invalid. Suggested by Chris Moore.
5261
5262 * comint.el (comint-insert-input): Handle situation where the
5263 selected buffer is not the clicked buffer.
5264
5265 2007-01-29 Kenichi Handa <handa@m17n.org>
5266
5267 * international/ja-dic-cnv.el (skkdic-convert):
5268 Add byte-compile-disable-print-circle:t at the head.
5269
5270 * international/titdic-cnv.el (tit-process-header):
5271 Add byte-compile-disable-print-circle:t at the head.
5272 (miscdic-convert): Likewise.
5273 (py-converter): Skip the header comments.
5274
5275 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5276 New variable.
5277 (byte-compile-output-file-form): Bing print-circle to nil if
5278 byte-compile-output-file-form is not nil.
5279 (byte-compile-output-docform): Likewise.
5280
5281 2007-01-28 Kim F. Storm <storm@cua.dk>
5282
5283 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5284 Declare earlier to avoid byte compiler warnings.
5285
5286 2007-01-28 Markus Triska <markus.triska@gmx.at>
5287
5288 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5289
5290 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5291
5292 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5293 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5294 when calling update-game-score program. Remove unnecessary
5295 save-excursion.
5296
5297 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5298
5299 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5300
5301 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5302 avoid compiler warning.
5303 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5304 might have values other than "true" or "false".
5305
5306 2007-01-28 Richard Stallman <rms@gnu.org>
5307
5308 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5309 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5310
5311 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5312
5313 * image.el (image-type-header-regexps): Make GIF regex more specific.
5314
5315 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5316 Don't check `backspace'.
5317 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5318 in Fundamental mode.
5319
5320 * startup.el (fancy-splash-text, normal-splash-screen):
5321 Mention C-g.
5322
5323 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5324 when inserting in buffer.
5325
5326 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5327 inside the if.
5328
5329 2007-01-27 Richard Stallman <rms@gnu.org>
5330
5331 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5332
5333 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5334
5335 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5336 enum/union/struct/class definition.
5337 Revert change to call `forward-sexp' multiple times.
5338
5339 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * files.el (hack-local-variables-confirm): Don't keep trying to
5342 read an event from an empty kbd macro.
5343
5344 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5345
5346 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5347
5348 2007-01-27 Ben North <ben@redfrontdoor.org>
5349
5350 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5351 the arg CHILDREN -> WHICH.
5352
5353 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5354
5355 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5356 default-directory to a sane value when calling start-process.
5357
5358 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5359
5360 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5361 (ls-lisp-format-time-list): Doc fix. Mention
5362 ls-lisp-use-localized-time-format.
5363 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5364 ls-lisp-use-localized-time-format is non-nil, even if a valid
5365 locale is defined.
5366
5367 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5368
5369 * jka-compr.el (jka-compr-shell): Doc fix.
5370
5371 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5372
5373 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5374
5375 * ps-print.ps: Fix background height.
5376 (ps-print-version): New version 6.7.2.
5377
5378 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5379
5380 * makefile.w32-in (finder-data, custom-deps): Depend on
5381 $(lisp)/loaddefs.el.
5382
5383 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5384
5385 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5386
5387 2007-01-24 Miles Bader <miles@gnu.org>
5388
5389 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5390 (byte-compile-output-docform): Bind `print-circle' to t.
5391
5392 2007-01-24 Kenichi Handa <handa@m17n.org>
5393
5394 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5395 file name of the original SKK dictionary file.
5396
5397 2007-01-24 Kim F. Storm <storm@cua.dk>
5398
5399 * ido.el (ido-initial-position): New variable.
5400 (ido-read-internal): Set it if default item is specified.
5401 (ido-minibuffer-setup): Position cursor accordingly if set.
5402 (ido-edit-input): C-e moves to end of input if not already there.
5403 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5404 Don't switch to buffer mode if repeating C-b at start of input.
5405 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5406 input; else it moves to start of input.
5407 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5408 not at end of input, delete rest of input, rather than normal op.
5409
5410 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5411
5412 * emulation/viper-keym.el (viper-insert-basic-map):
5413 Delete binding for S-TAB.
5414
5415 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5416 of message. Activate mark.
5417 (ediff-activate-mark): Set transient-mark-mode to t.
5418
5419 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5420
5421 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5422
5423 * help-fns.el (describe-variable): Don't suppress display of
5424 buffer local value when the value is "large".
5425
5426 2007-01-22 Kim F. Storm <storm@cua.dk>
5427
5428 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5429 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5430 (ido-tidy): Use ido-active.
5431
5432 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5433
5434 * hexl.el (hexl-mode-exit): Add missing quote.
5435
5436 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5437
5438 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5439 (mac-ae-keyboard-modifiers): New function.
5440 (mac-handle-toolbar-switch-mode): Use it.
5441 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5442 if keyboard modifiers on drop contain option key.
5443 (mac-dnd-drop-data): Add optional argument `action'.
5444 (special-event-map): Remove binding for M-drag-n-drop.
5445
5446 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5447
5448 * add-log.el (add-log-current-defun): Use CC Mode functions to
5449 find the beginning and end of a defun.
5450
5451 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5452
5453 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5454 (gdb-var-create-handler): Handle value field in GDB output of
5455 -var-create.
5456 (gdb-max-frames): New variable.
5457 (gdb-stack-buffer, gdb-frames-select): Use it.
5458 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5459 if necessary.
5460 (gdb-get-frame-number): Simplify.
5461
5462 2007-01-21 Glenn Morris <rgm@gnu.org>
5463
5464 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5465 Update copyrights.
5466
5467 2007-01-21 Alan Mackenzie <acm@muc.de>
5468
5469 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5470 handling of K&R stuff.
5471
5472 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5473
5474 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5475
5476 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5477
5478 * ps-print.el: Handle frame parameters (background and/or foreground
5479 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5480 (ps-print-version): New version 6.7.1.
5481 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5482 (ps-frame-parameter): New fun.
5483 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5484 Fix doc and customization.
5485 (ps-begin-job): Get frame parameters (background and/or foreground
5486 colors).
5487 (ps-do-despool): Ensure ps-printer-name has a valid value.
5488
5489 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5490
5491 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5492 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5493 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5494 mean unlimited.
5495
5496 2007-01-20 Alan Mackenzie <acm@muc.de>
5497
5498 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5499 much more rigorous analysis of putative K&R regions.
5500
5501 2007-01-20 Alan Mackenzie <acm@muc.de>
5502
5503 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5504 New functions.
5505
5506 2007-01-20 Alan Mackenzie <acm@muc.de>
5507
5508 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5509 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5510 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5511 * progmodes/cc-vars.el: Add my name.
5512
5513 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5514
5515 * files.el (find-alternate-file): Revert query message to Emacs 21
5516 version.
5517
5518 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5519
5520 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5521 the doc string how to use personal abbrevs without electric
5522 keywords.
5523
5524 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5525
5526 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5527 Fixed cursor position when toggle abbreviated display.
5528
5529 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5530
5531 * t-mouse.el: Update copyright following assignment by
5532 Alessandro Rubini.
5533
5534 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5537 (type-break-demo-boring): Call read-event instead of read-char.
5538
5539 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5540
5541 * progmodes/compile.el: Add handling for makepplog.
5542
5543 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5544
5545 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5546 aspell dictionaries are initialized when called non-interactively.
5547
5548 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * progmodes/compile.el (compilation-loop): New arg limit.
5551 Handle case where the first error is at point-min.
5552 (compilation-next-error): New arg to compilation-loop call.
5553
5554 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5555
5556 * info.el (Info-default-dirs): Change default info dir to
5557 share/info.
5558
5559 * paths.el (Info-default-directory-list): Ditto.
5560
5561 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5562
5563 * hexl.el (hexl-before-revert-hook): New function.
5564 (hexl-mode): Use it.
5565 (hexl-after-revert-hook): Just call hexl-mode.
5566 (hexl-mode-exit): Remove before-revert-hook.
5567
5568 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5571
5572 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5573
5574 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5575 by "-" in francais7 otherchars entry.
5576 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5577 otherchars entry.
5578
5579 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5580
5581 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5582 path. Rewrite function in `cond' style for readability.
5583
5584 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5585 (The path shortening, that is, not the rearrarangement.)
5586
5587 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5588
5589 * term/mac-win.el (mac-ae-quit-application): New function.
5590 (mac-apple-event-map): Bind "quit application" Apple event to it.
5591
5592 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5595 than the program's output.
5596
5597 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5600 (kmacro-start-macro-or-insert-counter)
5601 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5602 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5603
5604 * longlines.el (longlines-show-hard-newlines):
5605 * ruler-mode.el (ruler-mode-ruler):
5606 * emulation/keypad.el (keypad-setup):
5607 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5608 Fix typo in docstring.
5609
5610 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5611
5612 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5613 Remove redirect character ">".
5614
5615 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5616
5617 * replace.el (perform-replace): Remove leftover code.
5618
5619 2007-01-12 Richard Stallman <rms@gnu.org>
5620
5621 * replace.el (perform-replace): Don't clear NODENT when computing
5622 the replacement string.
5623
5624 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5625
5626 * net/tramp.el (tramp-handle-file-local-copy):
5627 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5628 <christopher.ian.moore@gmail.com>.
5629
5630 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * diff-mode.el (diff-sanity-check-context-hunk-half)
5633 (diff-sanity-check-hunk): New functions.
5634 (diff-find-source-location): Use'em to check the hunks are well-formed.
5635
5636 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5637 activate undo when undo is not active.
5638 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5639
5640 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5643 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5644 (ffap-url-at-point): Use char-classes rather than "a-z".
5645
5646 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * ediff-init.el (ediff-autostore-merges):
5649 * textmodes/fill.el (fill-region): Doc fix.
5650
5651 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * server.el (server-ensure-safe-dir): UIDs may be floats.
5654
5655 2007-01-10 Richard Stallman <rms@gnu.org>
5656
5657 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5658 around calls to directory-files.
5659
5660 * subr.el (momentary-string-display): Use save-excursion.
5661
5662 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5663 argument, but read it as `X' does.
5664
5665 2007-01-09 Juri Linkov <juri@jurta.org>
5666
5667 * info.el (Info-fontify-node): Don't hide node names of index entries.
5668
5669 * faces.el (momentary): Change :group to basic-faces where all
5670 basic faces belong to. Add :version.
5671
5672 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5673
5674 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5675 keybinding is found.
5676 (tutorial--find-changed-keys): Never treat null keybinding as a
5677 remapping.
5678
5679 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5680
5681 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5682
5683 2007-01-09 Kenichi Handa <handa@m17n.org>
5684
5685 * international/mule-cmds.el
5686 (select-safe-coding-system-interactively): Fix message.
5687
5688 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5689
5690 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5691 (tramp-process-actions): Add optional parameter TIMEOUT.
5692 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5693 (tramp-open-connection-su): Add timeout of 60".
5694
5695 2007-01-09 Richard Stallman <rms@gnu.org>
5696
5697 * progmodes/compile.el (compile): Doc fix.
5698
5699 2007-01-09 Markus Triska <markus.triska@gmx.at>
5700
5701 * tumme.el (tumme-display-thumb): Doc fix.
5702
5703 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * battery.el (battery-search-for-one-match-in-files):
5706 * bindings.el (mode-line-minor-mode-help):
5707 * x-dnd.el (x-dnd-types-alist):
5708 * calendar/icalendar.el (icalendar-import-buffer):
5709 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5710
5711 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5712
5713 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5714
5715 * replace.el (replace-regexp): Fix typo in docstring.
5716
5717 2007-01-07 Alan Mackenzie <acm@muc.de>
5718
5719 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5720 Amend doc-string and comments.
5721
5722 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5723
5724 * files.el (abbreviate-file-name): Doc fix.
5725
5726 2007-01-06 Markus Triska <triska@gmx.at>
5727
5728 * subr.el (split-string): Remove spurious ")" from doc string.
5729
5730 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5731
5732 * textmodes/table.el (table--warn-incompatibility):
5733 Use display-warning instead of momentary-string-display.
5734
5735 2007-01-05 Richard Stallman <rms@gnu.org>
5736
5737 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5738
5739 * simple.el (backward-kill-word): Doc fix.
5740
5741 2007-01-05 Romain Francoise <romain@orebokech.com>
5742
5743 * international/mule.el (sgml-html-meta-auto-coding-function):
5744 Ensure that the buffer contains a HTML document.
5745
5746 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5747
5748 * faces.el (momentary): Move here ...
5749 * subr.el (momentary): ... from here.
5750
5751 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5752
5753 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5754 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5755 large structures/arrays.
5756
5757 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * files.el (find-file-noselect-1, set-visited-file-name):
5760 Allow backup-enable-predicate to be nil.
5761
5762 2007-01-04 Andreas Schwab <schwab@suse.de>
5763
5764 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5765 last change.
5766
5767 2007-01-03 Richard Stallman <rms@gnu.org>
5768
5769 * woman.el (woman-decode-buffer): Clarify error message.
5770
5771 2007-01-03 Alan Mackenzie <acm@muc.de>
5772
5773 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5774
5775 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5776
5777 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5778
5779 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5782
5783 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * emulation/viper.el (viper-custom-file-name, viper-mode):
5786 Fix typos in docstrings.
5787
5788 * subr.el (momentary-string-display): After moving point, set POS
5789 variable to it to avoid later errors once the buffer is modified.
5790 Doc fix.
5791
5792 2007-01-02 Alan Mackenzie <acm@muc.de>
5793
5794 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5795 check that the "*/" is present before trying to manipulate it.
5796
5797 2007-01-02 Richard Stallman <rms@gnu.org>
5798
5799 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5800
5801 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5802 Fix format of value.
5803
5804 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5805 Change messages accordingly.
5806 (customize-customized): Now alias.
5807
5808 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * files.el (version-control): Doc fix.
5811
5812 2007-01-01 Alan Mackenzie <acm@muc.de>
5813
5814 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5815 Check the format of c-state-cache is valid for an optimisation before
5816 using it.
5817
5818 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5819 are at a statement within a macro". Other changes so that only
5820 the first continuation line in a macro gets the symbol
5821 `cpp-define-intro', the others getting `statement', or whatever.
5822
5823 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5824 a string, preserve whitespace. Add a backslash only when also in
5825 a macro.
5826
5827 * progmodes/cc-defs.el: Correct typos.
5828
5829 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5830 new line after an escaped EOL in a string.
5831
5832 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5833 label when it directly follows "else", "do", ....
5834
5835 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5836 angle brackets (as seen in "explicit specialisations" of C++
5837 templates).
5838
5839 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5840 in the doc-string.
5841
5842 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5843 when the comment ender looks like "=========*/" and is alone on
5844 its line.
5845
5846 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5847 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5848 for the old name.
5849
5850 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5851 c-\(beginning\|end\)-of-defun by default.
5852
5853 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5854 New line-up function, for the DEFUN macro in the Emacs C sources.
5855 Only used in "gnu" style.
5856
5857 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5858 the "gnu" style.
5859
5860 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5861 clean-up comment-close-slash also to work when there's a comment
5862 terminator on the line.
5863 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5864 these for large arg - only take account of top level {..}, except
5865 for initial and final adjustments. M-- C-M-[ae] now go to the
5866 right defuns when the starting point is between defuns. They use
5867 the four new functions:
5868 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5869 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5870 support c-\(beginning\|end\)-of-defun.
5871
5872 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5873 expressions more rigorously, to exclude bit-field specifiers from
5874 being classed as labels.
5875 (c-forward-label): When analyzing a ":" within a macro, be careful
5876 about using c-forward-syntactic-ws at the macro beginning.
5877 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5878 stmt boundary, check for "operator=", etc.
5879
5880 * progmodes/cc-mode.el (c-postprocess-file-styles):
5881 Bind inhibit-read-only to t, around the call to
5882 c-remove-any-local-eval-or-mode-variables, so that it works on a
5883 RO file.
5884
5885 * progmodes/cc-defs.el (c-version): Update the version number to
5886 "5.31.4".
5887
5888 2007-01-01 Richard Stallman <rms@gnu.org>
5889
5890 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5891 only if we restored isearch-window-configuration.
5892
5893 2006-12-31 Romain Francoise <romain@orebokech.com>
5894
5895 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5896
5897 2006-12-31 Kim F. Storm <storm@cua.dk>
5898
5899 * files.el (auto-mode-case-fold): New defcustom.
5900 (set-auto-mode): If non-nil, perform second case-sensitive pass
5901 through auto-mode-alist if first pass failed.
5902
5903 2006-12-30 Richard Stallman <rms@gnu.org>
5904
5905 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5906
5907 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5908
5909 * allout.el (allout-encrypt-string): Handle symmetric-key
5910 passphrase caching but leave keypair caching to pgg.
5911
5912 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5913
5914 Sync with Tramp 2.0.55.
5915
5916 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5917 `integerp'. `char-equal' could fail else in case of negative
5918 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5919 (top): Check for `font-lock-add-keywords' before calling; it
5920 doesn't exist under XEmacs.
5921 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5922 (tramp-completion-mode): Remove clause (not
5923 tramp-unified-filenames), because the function is called in other
5924 context too, where this check results in wrong results in the
5925 XEmacs case on Windows.
5926 (tramp-touch): UTC handling is not possible for XEmacs.
5927
5928 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5929
5930 * scroll-bar.el (previous-scroll-bar-mode): New variable
5931 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5932 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5933
5934 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5935
5936 2006-12-30 Richard Stallman <rms@gnu.org>
5937
5938 * files.el (make-backup-file-name-1): Precompute abs name
5939 but don't lose the relative name.
5940
5941 * international/mule-cmds.el (select-safe-coding-system-interactively):
5942 Fix message.
5943
5944 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5945
5946 * files.el (backup-buffer): Show entire backup file name in msg.
5947
5948 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * image.el (image-type-header-regexps, image-type-from-data)
5951 (image-type-from-buffer, image-type-from-file-header):
5952 Revert changes from 2006-12-26.
5953 (image-type-auto-detectable): New variable.
5954 (image-type-auto-detected-p): New function.
5955
5956 * files.el (magic-mode-alist): Detect image files with
5957 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5958
5959 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5960
5961 * dired.el (dired-sort-other): Move test for dired-mode...
5962 (dired-sort-set-modeline): ...to here.
5963
5964 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5965
5966 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5967 change. Suggested by Stefan Monnier.
5968
5969 2006-12-29 Kim F. Storm <storm@cua.dk>
5970
5971 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5972 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5973
5974 2006-12-27 Kim F. Storm <storm@cua.dk>
5975
5976 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5977 so it doesn't accidentally match an fsf.org mail address.
5978 (authors-renamed-files-alist): Add tcover-*.el.
5979
5980 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * vc-arch.el (vc-arch-find-version): New function.
5983
5984 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5985 composed of arbitrary characters (even /) in some systems.
5986
5987 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5988
5989 * international/mule-cmds.el (select-safe-coding-system-interactively):
5990 Improve the message in the *Warning* buffer.
5991
5992 2006-12-27 Kim F. Storm <storm@cua.dk>
5993
5994 * ido.el (ido-set-matches-1): Fix last change. If default item is
5995 current buffer, it is ok to be first.
5996
5997 2006-12-27 Kenichi Handa <handa@m17n.org>
5998
5999 * international/mule-cmds.el (select-safe-coding-system-interactively):
6000 Use face `link' for problematic chars.
6001
6002 2006-12-27 Kenichi Handa <handa@m17n.org>
6003
6004 * international/mule-cmds.el (select-safe-coding-system-interactively):
6005 Improve the message in *Warning* buffer.
6006
6007 2006-12-27 Kim F. Storm <storm@cua.dk>
6008
6009 * ido.el (ido-set-matches-1): Never put current buffer first if
6010 there are other matches.
6011
6012 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6015 expressions.
6016 (gdb-var-delete): Handle duplicate names. Print message for non
6017 root expressions.
6018 (gdb-partial-output-name): Start buffer name with a space.
6019 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6020 buffer name.
6021
6022 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6023
6024 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6025 last footnote when `footnote-spaced-footnotes' is nil.
6026
6027 2006-12-26 Richard Stallman <rms@gnu.org>
6028
6029 * cus-edit.el (custom-browse-sort-alphabetically)
6030 (custom-buffer-sort-alphabetically)
6031 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6032
6033 * image.el (image-type-header-regexps): Change element format
6034 to include third item NOT-ALWAYS.
6035 (image-type-from-data): Handle new format.
6036 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6037 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6038
6039 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6040
6041 * add-log.el (add-log-current-defun): Call `forward-sexp'
6042 multiple times to pick a member function name defined as
6043 part of nested classes/namespaces.
6044
6045 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6046
6047 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6048 which keymap should be used to change menu. It does not affect any
6049 existent code.
6050
6051 2006-12-26 Richard Stallman <rms@gnu.org>
6052
6053 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6054 rather than for being in a minibuffer window.
6055
6056 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6057
6058 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6059 locale-coding-system.
6060 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6061 LF.
6062
6063 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6064
6065 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6066 (sql-mode-syntax-table): Disable double quoted strings.
6067 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6068
6069 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6070
6071 * startup.el (fancy-splash-last-input-event): New variable.
6072 (fancy-splash-special-event-action): New function.
6073 (fancy-splash-screens): Temporarily bind special events to it.
6074 Execute command for saved special event before exiting from
6075 recursive editing.
6076
6077 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6078 New functions.
6079 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6080 Use mac-unread-string.
6081
6082 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6083
6084 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6085 an optimized comment regexp if `comment-start-skip' uses a ^.
6086 * bs.el (bs--up): Remove interactive spec.
6087
6088 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6091 Suggested by James Cloos.
6092
6093 2006-12-24 Kevin Ryde <user42@zip.com.au>
6094
6095 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6096 in March.
6097 (calendar-dst-ends): Default to first Sunday in November.
6098
6099 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6100
6101 * allout.el (allout-encrypt-string): Inhibit use of agent within
6102 body of let form where encryption happens. Acknowledge non-use of
6103 gpg-agent in docstring.
6104 (allout-toggle-subtree-encryption): Acknowledge non-use of
6105 gpg-agent in docstring.
6106
6107 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6110
6111 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6112
6113 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6114 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6115
6116 * emulation/viper-cmd.el (viper-post-command-sentinel):
6117 Protect against errors in hooks.
6118 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6119 actually modify buffer; ignore errors if occur.
6120
6121 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6124 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6125 formatting.
6126
6127 2006-12-23 Richard Stallman <rms@gnu.org>
6128
6129 * simple.el (delete-horizontal-space): Doc fix.
6130
6131 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6132
6133 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6134 explicitly in a recursive Make, not implicitly through prerequisites,
6135 since the latter is wrong under parallel builds.
6136
6137 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6138
6139 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6140
6141 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6142
6143 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6144 message string.
6145
6146 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6147
6148 * outline.el (outline-next-visible-heading): Fix the case with a
6149 header at end-of-file with no final newline.
6150
6151 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6152
6153 * indent.el (tab-always-indent): Doc fix.
6154
6155 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6158 (Info-fontify-node): Do fontify indices.
6159
6160 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6161 to the Emacs Lisp reference manual.
6162 (tutorial--tab-map): Remove. All callers changed.
6163 (tutorial--find-changed-keys): New elt QUIET, used to...
6164 (tutorial--display-changes): ...ensure that warning messages are
6165 only issued once per changed key.
6166 (tutorial--remove-remarks): Delete unused code-path.
6167 (lang-strings): Remove extraneous formatting.
6168 (tutorial--save-tutorial): Prompt before saving tutorial state.
6169
6170 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6173 Replace '?\ ' by '?\s' throughout.
6174 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6175 `help' custom group.
6176 (tutorial--key-description): New function.
6177 (tutorial--display-changes): Remove redundant arg. Scan for all
6178 key sequences to avoid false matches. Cleanup.
6179 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6180 reduce homedir pollution.
6181 (help-with-tutorial): Call tutorial--display-changes with no arg.
6182
6183 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6184
6185 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6186
6187 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6188
6189 * net/tramp.el (tramp-default-method): We still need to check for
6190 `executable-find', because it is not bound under Emacs 20.
6191 (tramp-handle-file-name-completion)
6192 (tramp-completion-handle-file-name-completion): Handle optional
6193 parameter PREDICATE.
6194 (tramp-find-default-method): Add code for default values.
6195
6196 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6197
6198 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6199 make gud-go send "continue".
6200
6201 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6204 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6205
6206 2006-12-19 Kim F. Storm <storm@cua.dk>
6207
6208 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6209 instead of global-map.
6210
6211 * files.el (magic-mode-alist): Allow matching file type by
6212 calling a function at bob. Check for image types by calling
6213 image-type-from-buffer. Suggested by Juanma Barranquero.
6214 (set-auto-mode): Do it.
6215
6216 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6217
6218 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6219 Remove "ControlMaster" option from the other `scp*' methods.
6220 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6221
6222 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6223
6224 * textmodes/org.el (org-mode): Show context after isearch.
6225 (org-show-siblings): New function.
6226 (org-show-context): Use `org-show-siblings'.
6227
6228 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6231 Use syntax-ppss-toplevel-pos.
6232
6233 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6234
6235 * textmodes/org.el (org-current-line): Make sure that lines are
6236 counted from beginning of buffer.
6237 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6238 lines are counted from beginning of buffer.
6239
6240 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * info.el (Info-build-node-completions): Signal error if tag-table
6243 marker is not found.
6244
6245 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6246
6247 2006-12-17 Alan Mackenzie <acm@muc.de>
6248
6249 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6250 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6251 Based on code by Martin Rudalics.
6252
6253 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6254 open-paren-in-column-0-is-defun-start to nil any more.
6255
6256 2006-12-17 Richard Stallman <rms@gnu.org>
6257
6258 * simple.el (delete-horizontal-space): Use prefix arg.
6259
6260 * help-fns.el (describe-variable): Improve blank separator lines.
6261
6262 * files.el (magic-mode-alist): Mark as risky.
6263
6264 * files.el (make-backup-file-name-1):
6265 Expand backup-directory explicitly.
6266
6267 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6270 check whether package password.el is loaded, or Pageant is running.
6271
6272 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6273
6274 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6275 (icalendar--rris): First try Emacs, then XEmacs.
6276 (icalendar--convert-ical-to-diary): Doc fix.
6277 Insert newline at end of target file.
6278
6279 2006-12-17 Kim F. Storm <storm@cua.dk>
6280
6281 * outline.el (outline-isearch-open-invisible-function): New defvar.
6282 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6283 overlay property instead of outline-isearch-open-invisible.
6284
6285 2006-12-16 Kim F. Storm <storm@cua.dk>
6286
6287 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6288 if ido-directory-too-big is set on entry.
6289 (ido-toggle-ignore, ido-completion-help): Print message while
6290 reading big directory.
6291
6292 2006-12-15 Richard Stallman <rms@gnu.org>
6293
6294 * shell.el (shell): Doc fix.
6295
6296 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6297
6298 * emulation/edt.el (edt-xserver):
6299 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6300 to fix a problem on Cygwin.
6301
6302 * emulation/edt.el
6303 * emulation/edt-mapper.el
6304 * emulation/edt-lk201.el
6305 * emulation/edt-pc.el
6306 * emulation/edt-vt100.el: Update maintainer's email address.
6307
6308 2006-12-15 Simon Marshall <simon@gnu.org>
6309
6310 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6311
6312 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6313
6314 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6315 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6316 instead of mac-atsu-font-table.
6317 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6318
6319 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6320
6321 * align.el (align-match-tex-pattern): Fix a rare bug which
6322 hanged Emacs.
6323
6324 2006-12-14 Richard Stallman <rms@gnu.org>
6325
6326 * startup.el (use-fancy-splash-screens-p): Use frame-height
6327 instead of window-height. Pass frame to image-size.
6328
6329 2006-12-13 Kenichi Handa <handa@m17n.org>
6330
6331 * international/mule-cmds.el (set-locale-environment):
6332 Set default-sendmail-coding-system too.
6333
6334 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6335
6336 * progmodes/idlw-help.el: Fix copyright notice.
6337
6338 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6341
6342 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * subr.el (unread-command-char): Reformat obsolescence info.
6345
6346 2006-12-11 Richard Stallman <rms@gnu.org>
6347
6348 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6349 about calls to cl-struct-setf-expander.
6350
6351 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6352
6353 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6354 (ediff-combination-pattern): Fix typo in docstring.
6355
6356 * textmodes/refer.el (refer-find-entry): Doc fix.
6357 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6358 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6359 Fix tipos in docstrings.
6360
6361 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6362
6363 2006-12-10 Kim F. Storm <storm@cua.dk>
6364
6365 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6366 instead of binding M-backspace.
6367
6368 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6369
6370 * replace.el (replace-match-data, replace-match-maybe-edit):
6371 * calc/calc-aent.el (calc-eval-error):
6372 * emulation/vi.el (vi-char-argument):
6373 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6374 (c-vsemi-status-unknown-p-fn): Doc fixes.
6375
6376 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6379 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6380
6381 2006-12-10 Masatake YAMATO <jet@gyve.org>
6382
6383 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6384
6385 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6386
6387 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6388
6389 * man.el (Man-xref-button-action): New function. If the
6390 `Man-target-string' button property is a function, assume it
6391 accepts a position argument.
6392 (Man-abstract-xref-man-page): Use it.
6393 (Man-default-man-entry): New optional arg POS.
6394
6395 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6396 symlink arrows read-only and non-rear-sticky.
6397
6398 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6399
6400 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6401 (wdired-search-and-rename): Simplify code.
6402 (wdired-preprocess-files, wdired-preprocess-perms): Make
6403 read-only property of preceding character rear-nonsticky to
6404 avoid that it can be modified. Put old-name and old-link
6405 properties on character preceding name and replace
6406 put-text-property by add-text-properties.
6407 (wdired-get-filename, wdired-get-previous-link): Get old-name
6408 and old-link properties from character preceding name and
6409 simplify code.
6410 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6411 (wdired-perms-to-number): Make local-map property
6412 rear-nonsticky to avoid that text following permissions may be
6413 modified. Use add-text-properties instead of put-text-property
6414 when changing a permission bit.
6415 (wdired-change-to-dired-mode): Remove stickiness properties.
6416
6417 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * international/mule-cmds.el (register-input-method): Doc fix.
6420
6421 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6422
6423 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6424
6425 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6426
6427 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6428 Force buffer local defs evaluation on local variables loading.
6429 (flyspell-mode-on, flyspell-mode-off): Use it in
6430 `hack-local-variables-hook'.
6431
6432 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6433
6434 * emacs-lisp/find-func.el (find-variable): Doc fix.
6435
6436 * help-fns.el (variable-at-point): Doc fix.
6437
6438 * w32-fns.el (w32-append-code-lines): New function.
6439
6440 2006-12-09 Romain Francoise <romain@orebokech.com>
6441
6442 * comint.el (comint-insert-input): Delete obsolete comment.
6443
6444 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6447 current frame, in case we're connected to several displays.
6448
6449 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * frame.el (other-frame): Doc fix.
6452 (set-frame-parameter): Fix typo in docstring.
6453
6454 2006-12-07 Kim F. Storm <storm@cua.dk>
6455
6456 * info.el (Info-index): Strip leading colon from topic.
6457
6458 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6459
6460 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6461 to pointers.
6462
6463 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6464
6465 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6466 Trim out spurious class inheritance "None" entries.
6467
6468 2006-12-05 Kim F. Storm <storm@cua.dk>
6469
6470 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6471 (cua-paste-pop): Rework last change for
6472 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6473 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6474 text inserted by the last M-y command.
6475
6476 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6477
6478 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6479 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6480
6481 * shell.el (shell): Search the start file in ~/.emacs.d as
6482 `init_SHELLNAME.sh' instead.
6483
6484 2006-12-05 Glenn Morris <rgm@gnu.org>
6485
6486 * progmodes/cperl-mode.el (cperl-mode)
6487 * progmodes/f90.el (f90-mode-abbrev-table)
6488 * progmodes/fortran.el (fortran-mode-abbrev-table)
6489 * progmodes/octave-mod.el (octave-abbrev-table)
6490 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6491 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6492
6493 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6494 clear abbrev table, else saved abbrevs will not be restored.
6495
6496 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6497
6498 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6499 the call to `make-obsolete-variable', not in the docstring.
6500
6501 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6504
6505 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6506
6507 * progmodes/ebnf-abn.el:
6508 * progmodes/ebnf-bnf.el:
6509 * progmodes/ebnf-dtd.el:
6510 * progmodes/ebnf-ebx.el:
6511 * progmodes/ebnf-iso.el:
6512 * progmodes/ebnf-otz.el:
6513 * progmodes/ebnf-yac.el:
6514 * progmodes/ebnf2ps.el:
6515 * delim-col.el:
6516 * printing.el:
6517 * ps-bdf.el:
6518 * ps-mule.el:
6519 * ps-print.el: Remove 'Time-stamp' comment mark.
6520
6521 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6522 'easy-menu-add-item' when called in Emacs 21 or higher.
6523
6524 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6525
6526 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6527 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6528
6529 2006-12-04 Kim F. Storm <storm@cua.dk>
6530
6531 * bindings.el (global-map): Bind [signal t] to ignore, to have
6532 user signals ignored by default.
6533
6534 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6535
6536 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6537 Unicode data file pointed to by `describe-char-unicodedata-file'.
6538
6539 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6542 O(n^2) regexp-search by anchoring the search.
6543
6544 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6545
6546 * whitespace.el (whitespace-cleanup-internal): Use current
6547 argument for recursive call.
6548
6549 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6550
6551 * net/tramp.el (tramp-methods): Add "ControlPath" and
6552 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6553 Andreas Schwab <schwab@suse.de>.
6554 (tramp-do-copy-or-rename-file-out-of-band)
6555 (tramp-open-connection-rsh): Compute format spec for ?t.
6556 (tramp-process-actions): Trace command parameters.
6557
6558 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6559
6560 * simple.el (toggle-truncate-lines): Clarify doc string.
6561
6562 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6563 (gdb-speedbar-expand-node): Use it.
6564
6565 2006-12-04 Richard Stallman <rms@gnu.org>
6566
6567 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6568
6569 * dired.el (dired-revert): Turn off dired-after-readin-hook
6570 around call to dired-readin.
6571
6572 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6573 to echo area messages.
6574 <indicate-empty-lines, case-fold-search>:
6575 Add "globally" to Help string.
6576 <case-fold-search>: MESSAGE arg need not say "globally".
6577 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6578
6579 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6580
6581 * outline.el (outline-end-of-subtree): Don't leave an empty
6582 line hidden as we would a real next heading.
6583
6584 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6585
6586 * allout.el (allout-ascend): Add an optional argument to preserve
6587 original position of point when unsuccessful. Also, fix a
6588 docstring error.
6589 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6590 work again, using allout-ascend's new option.
6591 (allout-setup-mode-map): Extract from allout-mode to initialize
6592 allout-mode-map. Call it on file load, so the mode docstring
6593 substitutions work even if allout mode has not yet been invoked.
6594 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6595 customizations since the map was last processed. Also, refine the
6596 docstring so it's ship-shape for release.
6597 (allout-default-layout, allout-beginning-of-line-cycles)
6598 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6599 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6600 (allout-version, allout-layout, allout-infer-body-reindent)
6601 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6602 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6603 (allout-previous-heading, allout-goto-prefix-doublechecked)
6604 (allout-current-bullet-pos, allout-next-sibling-leap)
6605 (allout-pre-command-business, allout-encrypted-type-prefix)
6606 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6607 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6608 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6609 (allout-old-expose-topic, allout-listify-exposed)
6610 (allout-process-exposed, allout-latex-verb-quote)
6611 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6612 (allout-toggle-current-subtree-encryption)
6613 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6614 Remove extraneous open-paren and close paren string escapes.
6615
6616 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6619 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6620 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6621 Fix typos in docstrings.
6622
6623 2006-12-03 Glenn Morris <rgm@gnu.org>
6624
6625 * progmodes/cc-align.el
6626 * progmodes/cc-awk.el
6627 * progmodes/cc-cmds.el
6628 * progmodes/cc-compat.el
6629 * progmodes/cc-defs.el
6630 * progmodes/cc-engine.el
6631 * progmodes/cc-langs.el
6632 * progmodes/cc-menus.el
6633 * progmodes/cc-mode.el
6634 * progmodes/cc-styles.el
6635 * progmodes/cc-vars.el
6636 * progmodes/vhdl-mode.el: Fix Copyright format.
6637
6638 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6641 initial down event.
6642
6643 2006-12-02 Kim F. Storm <storm@cua.dk>
6644
6645 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6646 (cua-repeat-replace-region): Make M-v more robust.
6647 (cua-paste-pop-rotate-temporarily): New defcustom.
6648 (cua-paste-pop): Use it.
6649 (cua-auto-mark-last-change): New defcustom.
6650 (cua-pop-to-last-change): New helper function.
6651 (cua-set-mark): Use them.
6652
6653 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6656 mini-buffer message.
6657
6658 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6659
6660 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6661
6662 2006-12-01 Ben North <ben@redfrontdoor.org>
6663
6664 * paren.el: Fix the highlight overlay extension when the user types a
6665 sequence of char very fast just before the open parenthesis.
6666
6667 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6668
6669 * ps-mule.el: Eliminate Emacs 20 compatibility.
6670
6671 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6672 (ps-print-version): New version 6.7.
6673 (ps-print-quote): Replace '?\ ' by '?\s'.
6674
6675 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6676
6677 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6678 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6679 (hexl-end-of-1k-page): Doc fixes.
6680 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6681 Fix typos in docstrings.
6682
6683 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6684
6685 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6686 locally, i.e. without using file name handlers.
6687 (ido-read-internal): Allow mono letter host names, avoiding the
6688 `c:' problem by testing if the file exists locally.
6689 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6690
6691 2006-11-30 Masatake YAMATO <jet@gyve.org>
6692
6693 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6694 to avoid bytecomp warnings.
6695 (hexl-mode-old-ruler-function): New variable.
6696 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6697 and `hl-line-range-function' after `require' hl-line.
6698 Then bind `hl-line-range-function' and `hl-line-face'.
6699 Don't require frame. Don't use `with-no-warnings'.
6700 (hexl-activate-ruler): Store the original value of
6701 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6702 (hexl-mode-exit): Restore the original value of
6703 `ruler-mode-ruler-function'.
6704
6705 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6706
6707 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6708 (hexl-mode-old-hl-line-face): New variable.
6709 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6710 line when exit from the hexl-mode.
6711
6712 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6713
6714 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6715 Doc fixes.
6716
6717 * international/fontset.el (create-fontset-from-ascii-font)
6718 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6719 (fontset-name-p): Fix typo in docstring.
6720
6721 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6722
6723 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6724
6725 * ps-bdf.el: Fix maintainer email.
6726
6727 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6728 compatibility.
6729
6730 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6731 21 compatibility.
6732 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6733 Emacs 20 & 21.
6734
6735 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6736
6737 * progmodes/idlwave.el (idlwave-auto-fill):
6738 Remove paragraph-start let to prevent auto-fill giving up.
6739
6740 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * vt100-led.el (led-state): Fix typo in previous change.
6743
6744 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6745
6746 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6747 Fix interactive spec of the functions getting defined to make them
6748 work as documented.
6749
6750 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6751
6752 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6753
6754 2006-11-28 Kim F. Storm <storm@cua.dk>
6755
6756 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6757 icomplete-mode is enabled.
6758
6759 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6760
6761 * textmodes/org.el (require): Require gnus-sum during compilation
6762 to avoid problem with a macro call.
6763
6764 2006-11-28 Glenn Morris <rgm@gnu.org>
6765
6766 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6767
6768 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6769 (fortran-window-create-momentarily): Do not need string-to-char.
6770
6771 2006-11-28 Richard Stallman <rms@gnu.org>
6772
6773 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6774 Replace incorrect use of assoc-default with a loop.
6775
6776 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6777
6778 * simple.el (next-error-find-buffer): Improve messages.
6779
6780 * files.el (revert-buffer): Special error message if file
6781 is now not readable.
6782
6783 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6784 constructed commands.
6785
6786 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6787 in INSIDE_EMACS.
6788
6789 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6792
6793 * server.el: Remove spurious * in docstrings.
6794 (server-process-filter): Exit from recursive editing before processing
6795 a new request.
6796
6797 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6798
6799 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6800 line so hidden blocks will be correctly identified.
6801
6802 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6803
6804 * ledit.el (ledit-save-defun, ledit-mode):
6805 * resume.el (resume-emacs-args-buffer):
6806 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6807 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6808 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6809 (command-send-input, command-kill-line):
6810 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6811
6812 * autoarg.el (autoarg-kp-mode): Doc fix.
6813
6814 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6815 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6816 (check-emacs-lock): Doc fix. Simplify.
6817
6818 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6819 (iimage-mode-buffer): Fix typos in docstring.
6820
6821 * misc.el (zap-up-to-char): Doc fix.
6822
6823 * time-stamp.el: Fix comment and obsolescence string for old
6824 functions. Use `dolist' instead of `while'.
6825
6826 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6827
6828 * disp-table.el (standard-display-8bit, standard-display-default):
6829 * ebuff-menu.el (electric-buffer-list):
6830 * ehelp.el (electric-help-command-loop):
6831 * font-core.el (font-lock-mode):
6832 * help-macro.el (make-help-screen):
6833 * help.el (describe-minor-mode-completion-table-for-indicator)
6834 (lookup-minor-mode-from-indicator):
6835 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6836 * info-look.el (info-lookup-guess-custom-symbol):
6837 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6838 * longlines.el (longlines-wrap-line):
6839 * macros.el (insert-kbd-macro):
6840 * menu-bar.el (menu-bar-update-buffers):
6841 * misc.el (copy-from-above-command):
6842 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6843 * newcomment.el (comment-indent):
6844 * novice.el (disabled-command-function):
6845 * sort.el (sort-fields-syntax-table):
6846 * subr.el (momentary-string-display):
6847 * tar-mode.el (tar-header-block-summarize)
6848 (tar-clear-modification-flags):
6849 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6850 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6851 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6852 (te-delete-char, te-down-vertically-or-scroll):
6853 * time-stamp.el (time-stamp-string-preprocess):
6854 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6855
6856 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6859 in GUD mode.
6860
6861 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6862 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6863
6864 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6865
6866 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6867
6868 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6869
6870 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6871 (ada-compile-goto-error): Adapt to new argument profile of
6872 compilation-goto-locus in Emacs 22. Don't check if the various
6873 compile functions are defined; we already do "(require 'compile)".
6874
6875 2006-11-26 Kim F. Storm <storm@cua.dk>
6876
6877 * kmacro.el: Fix commentary.
6878
6879 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * progmodes/gud.el (gdb): Explain how to run in text command mode
6882 more clearly. Say in error message that multiple debugging
6883 requires restarting GDB.
6884
6885 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6886
6887 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6888
6889 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6890
6891 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6892 (flymake-popup-menu): Use it instead of posn-at-point.
6893
6894 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6895
6896 * progmodes/cc-vars.el (c-backslash-column):
6897 Mention c-backslash-max-column in documentation for c-backslash-column.
6898
6899 2006-11-24 Lars Hansen <larsh@soem.dk>
6900
6901 * net/tramp.el (tramp-default-method): Under Windows, change from
6902 plink to pscp.
6903 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6904 (tramp-actions-copy-out-of-band):
6905 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6906 (tramp-action-out-of-band): Move "Permission denied" handling to
6907 tramp-action-copy-failed.
6908 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6909 process buffer.
6910
6911 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6914 strings to a single string. Quote `errors-file-name'.
6915 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6916 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6917 Adjust calls. Use `shell-quote-argument'.
6918
6919 * international/mule.el (load-with-code-conversion)
6920 (with-category-table): Use with-current-buffer.
6921 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6922
6923 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6924
6925 * mail/smtpmail.el (smtpmail-send-it):
6926 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6927 MIME header for the message encoding.
6928 Bind coding-system-for-write around the call to mail-do-fcc.
6929 Use smtpmail-code-conv-from to encode queued mail messages.
6930
6931 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * tabify.el (tabify-regexp): Doc fix.
6934
6935 * net/rcirc.el (rcirc-buffer-maximum-lines):
6936 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6937
6938 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6939 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6940 Fix typos in output messages.
6941 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6942
6943 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6946 the horse's mouth.
6947 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6948
6949 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6950
6951 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6952 Remove condition-case.
6953
6954 2006-11-23 Glenn Morris <rgm@gnu.org>
6955
6956 * progmodes/f90.el (f90-comment-indent): Do not move point in
6957 default case.
6958
6959 2006-11-21 Romain Francoise <romain@orebokech.com>
6960
6961 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6962 from library name (reverts change of 2005-10-25).
6963
6964 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6965
6966 * tutorial.el (tutorial--default-keys): Add newline and
6967 delete-backward-char bindings.
6968 (tutorial--detailed-help): Save excursion when finding keys.
6969 Correct warning string for M-x FOO case.
6970 (tutorial--display-changes): Print special keys in tutorial style.
6971 Tweak search regexp for changed keys.
6972
6973 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6974
6975 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6976 redundant scheme.
6977
6978 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6979
6980 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6981 are new to the list at IANA. Also added irc, mms, mmsh.
6982
6983 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6984
6985 * progmodes/idlw-help.el (idlwave-html-help-location):
6986 Fail gracefully for missing help packages.
6987 (idlwave-help-assistant-open-link): Open full links.
6988 (idlwave-help-assistant-help-with-topic): Direct help link.
6989
6990 * progmodes/idlwave.el (idlwave-mode):
6991 Set add-log-current-defun-function.
6992 (idlwave-current-routine-fullname): Add, to support add-log.
6993 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6994 to reflect improvements to xml-parse-file.
6995 (idlwave-mode-menu-def): New binding for help-with-topic.
6996
6997 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6998 Handle extra newlines and spaces.
6999 (idlwave-shell-mode-map): Add help-with-topic.
7000
7001 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * tutorial.el (tutorial-warning-face): New face.
7004 (tutorial--detailed-help, tutorial--display-changes): Use it.
7005 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7006 Improve search pattern for occurrences of changed keys.
7007
7008 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7009
7010 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7011 (x-select-text): Set it.
7012 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7013 when checking for newness.
7014
7015 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * subr.el (posn-image):
7018 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7019
7020 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7021
7022 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7023
7024 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7025 Exceptions to the rule "add a space between an identifier and an
7026 opening parenthesis". Defaulted to the `#define' problem of cpp.
7027 (glasses-parenthesis-exception-p): New. Check if the region is an
7028 exception regarding to that.
7029 (glasses-make-readable): Use it.
7030 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7031 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7032
7033 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7036
7037 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7038
7039 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7040
7041 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7042 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7043
7044 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7047 conditions for function or variable bindings.
7048
7049 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7050
7051 * progmodes/compile.el (compilation-start): Ditto.
7052
7053 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7054
7055 * net/tramp.el (top): cl and custom are always required.
7056
7057 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7058
7059 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7060 cut-buffers with next-selection-coding-system if not nil.
7061
7062 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7063
7064 * textmodes/org.el (org-fix-decoded-time): New function.
7065 (org-display-custom-time): Use `org-fix-decoded-time'.
7066
7067 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * menu-bar.el (menu-bar-games-menu): Remove yow.
7070
7071 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7072
7073 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7074 (org-detach-overlay): Rename from `org-detatch-overlay'.
7075 (org-table-convert-region): Insert space after column separator.
7076 (org-agenda-kill): New command.
7077 (org-metaleft): Call `org-outdent-item' on bullets.
7078 (org-metaright): Call `org-indent-item' on bullets.
7079 (org-timestamp-change): Set `org-last-changed-timestamp'.
7080 (org-current-line): Make sure (bolp) returns correct result.
7081 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7082
7083 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7084
7085 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7086
7087 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * mouse.el (global-map): Change 2006-08-16 fix to call
7090 mouse-yank-at-click explicitly, since mouse events are not carried
7091 over into keyboard macros.
7092
7093 2006-11-16 Kim F. Storm <storm@cua.dk>
7094
7095 * ido.el (ido-file-internal): Use current buffer's file name as default
7096 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7097
7098 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7099
7100 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7101 (allout-inhibit-aberrance-doublecheck): Rename from
7102 allout-during-yank-processing. All callers changed.
7103 (allout-ascend): Provide for unusual case where some topic after
7104 the first in file is at lower depth than the first.
7105 (allout-shift-in): Ensure the offspring of the new containing
7106 topic are exposed.
7107 (allout-encrypt-string): Preserve the coding-system of the text,
7108 according to that of the containing buffer.
7109 (allout-toggle-subtree-encryption): When the text being encrypted
7110 requires a different coding system, offer to preserve the coding
7111 system using a file local var.
7112
7113 2006-11-15 Simon Marshall <simon@gnu.org>
7114
7115 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7116 to recognise "T t()" as a function declaration, rather than a
7117 variable instantiation, iff at the top-level or inside a class
7118 declaration. Suggested by Feng Li <fengli@gmail.com>.
7119
7120 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7121
7122 * progmodes/ada-xref.el (ada-parse-prj-file):
7123 Don't delete project buffer; user may want to edit it.
7124 (ada-xref-set-project-field, ada-xref-current-project-file)
7125 (ada-xref-current-project, ada-show-current-project)
7126 (ada-set-main-compile-application): New functions.
7127 (ada-xref-get-project-field, ada-require-project-file):
7128 Normalize use of ada-prj-default-project-file.
7129 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7130 Normalize use of ada-require-project-file.
7131 (ada-prj-find-prj-file): Improve doc string, comments.
7132
7133 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7134 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7135 (ada-create-menu): Add ada-set-main-compile-application,
7136 ada-show-current-main, ada-show-current-project.
7137
7138 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7141 (inferior-python-mode): Use it.
7142
7143 2006-11-14 Andreas Schwab <schwab@suse.de>
7144
7145 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7146
7147 2006-11-13 Kim F. Storm <storm@cua.dk>
7148
7149 * ido.el (ido-copy-current-word): C-o copies region if active.
7150
7151 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7152
7153 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7154
7155 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * ediff.el (ediff-revision):
7158 * files.el (set-visited-file-name):
7159 * mail/rmailout.el (rmail-output-body-to-file):
7160 Use `format', not `message', in `y-or-n-p' call.
7161
7162 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7163
7164 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7165 (org-metaright): Call `org-indent-item' on bullets.
7166 (org-timestamp-change): Set `org-last-changed-timestamp'.
7167 (org-current-line): Make sure (bolp) returns correct result.
7168 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7169
7170 2006-11-12 Richard Stallman <rms@gnu.org>
7171
7172 * language/european.el (turkish-case-conversion-enable)
7173 (turkish-case-conversion-disable): New functions.
7174 ("Turkish" lang env): Use them.
7175
7176 * international/characters.el (case table):
7177 Do nothing special for i and I.
7178
7179 * subr.el (remove-overlays): Fix last change.
7180
7181 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7182 for visiting the custom file.
7183
7184 2006-11-12 Markus Triska <triska@gmx.at>
7185
7186 * play/handwrite.el (handwrite): Also process lines not ending
7187 with newline. Replace some position-fiddling with different
7188 logic. Improve performance.
7189
7190 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7191
7192 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7193 replacing deleted variable `ada-check-switch'.
7194 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7195 (ada-xref-project-files): Improve doc string.
7196 (ada-find-executable): New function.
7197 (ada-initialize-runtime-library): Use `ada-find-executable'.
7198 (ada-xref-set-default-prj-values): In compile commands, don't need
7199 `ada-cd-command'; `compile' does that more portably.
7200 Use ada-prj-default-check-cmd.
7201 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7202 properties if not specified in project file.
7203 (ada-goto-declaration): Display useful message for new error
7204 'error-file-not-found.
7205 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7206 'error-file-not-found.
7207 (ada-get-all-references): Match latest ali syntax. Signal new
7208 error 'error-file-not-found.
7209 (ada-find-in-ali): Match latest ali syntax.
7210 (ada-make-filename-from-adaname): Handle different semantics of
7211 gnatkr in GNAT 3.15p vs later.
7212
7213 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7214 ada-procedure-start-regexp.
7215 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7216
7217 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7218 with defvar.
7219 (ada-language-version): Rename ada05 -> ada2005.
7220 (ada-align-region-separate): Add `eval-when-compile'.
7221 (ada-name-regexp): Remove unneeded escapes in regexp character
7222 alternative.
7223 (ada-compile-goto-error-file-linenr-re): New constant.
7224 (ada-matching-start-re): Handle additional cases `declare',
7225 `procedure', `function'.
7226 (ada-compile-goto-error): Handle "... at line nn".
7227 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7228 Delete support for old versions of `align'.
7229 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7230 (ada-check-defun-name): Simplify handling of `declare'.
7231 (ada-goto-matching-start): Handle nested `begin ... end'.
7232 Handle `declare', `protected', `procedure', `function'.
7233 (ada-create-menu): Presence of arm95 is not conditional on using
7234 GNAT compiler.
7235
7236 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7239 nil in the *RE-Builder* buffer (it causes spurious error messages).
7240
7241 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7242 been set to t, respect it.
7243
7244 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7245
7246 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7247 Delete commented out code for old Emacs versions. Autoloading of
7248 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7249 (ada-mode-version): Bump version number.
7250 (ada-95-string-keywords, ada-2005-string-keywords)
7251 (ada-2005-keywords, ada-name-regexp): New constant.
7252 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7253 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7254 (ada-package-start-regexp): Support private packages, include package
7255 name (for ada-set-point-accordingly).
7256 (ada-next-procedure, ada-previous-procedure)
7257 (ada-which-function-are-we-in): Match changes to
7258 ada-procedure-start-regexp.
7259 (ada-make-body): Make non-interactive; not a user function.
7260 (ada-make-subprogram-body): Improve doc string.
7261
7262 2006-11-11 Romain Francoise <romain@orebokech.com>
7263
7264 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7265 `compilation-error-regexp-alist' buffer-local, since we changed
7266 `compilation-error-regexp-alist-alist' locally.
7267
7268 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7269
7270 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7271 to the value of `server-raise-frame'.
7272
7273 2006-11-11 Glenn Morris <rgm@gnu.org>
7274
7275 * ido.el (ido-enable-prefix)
7276 * ses.el (ses-call-printer-return)
7277 * net/tramp.el (tramp-unified-filenames)
7278 * progmodes/cc-align.el (c-lineup-string-cont)
7279 * progmodes/compile.el (compilation-directory-matcher)
7280 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7281 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7282 (vhdl-clock-rising-edge)
7283 * textmodes/org.el (org-export-with-timestamps)
7284 (org-export-remove-timestamps-from-toc)
7285 (org-export-with-tags): Improve previous doc fixes.
7286
7287 2006-11-11 Richard Stallman <rms@gnu.org>
7288
7289 * textmodes/flyspell.el (flyspell-mode-map):
7290 Bind C-c $ instead of M-RET.
7291
7292 2006-11-10 Simon Marshall <simon@gnu.org>
7293
7294 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7295 fontification for "case" and "default" keywords.
7296
7297 2006-11-10 Andreas Schwab <schwab@suse.de>
7298
7299 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7300 Avoid starting sentence with "nil".
7301
7302 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * server.el (server-raise-frame): New option.
7305 (server-switch-buffer): Use it.
7306
7307 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7308
7309 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7310 with a capital.
7311
7312 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7313
7314 * textmodes/org.el (org-show-hierarchy-above)
7315 (org-show-following-heading): Fix typo in default value.
7316 (org-scan-tags): Make the search case-sensitive.
7317 (org-tags-sparse-tree): Don't overrule
7318 `org-show-following-heading' and `org-show-hierarchy-above'.
7319 (org-reveal): New command.
7320 (org-show-context): Rename from `org-show-hierarchy-above'.
7321 (org-fast-tag-selection-single-key): New option.
7322 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7323 (org-tags-overlay): New variable.
7324 (org-agenda-todo-ignore-deadlines): New option.
7325 ("session"): Add circular data structure `org-mark-ring' to
7326 exceptions list in session.el.
7327 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7328 New options.
7329 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7330 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7331 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7332 (org-finalize-agenda): Activate bracket links in agenda.
7333 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7334 INACTIVE-OK.
7335 (org-show-hierarchy-above, org-show-following-heading):
7336 List values allowed for fine-tuned configuration.
7337 (org-show-hierarchy-above): New argument CONTEXT, use the
7338 fine-tuned settings in `org-show-hierarchy-above' and
7339 `org-show-following-heading'.
7340 (org-display-custom-time): New function.
7341 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7342 (org-display-custom-times, org-time-stamp-custom-formats):
7343 (org-maybe-intangible): New macro.
7344 (org-activate-bracket-links, org-hide-wide-columns):
7345 Use `org-maybe-intangible'.
7346 (org-open-file): Use `shell-quote-argument'.
7347 (org-display-internal-link-with-indirect-buffer): New option.
7348 (org-file-remote-p): Get regexp from list.
7349 (org-link-expand-abbrev): New function.
7350 (org-link-abbrev-alist): New option.
7351 (org-open-at-point, org-cleaned-string-for-export):
7352 Call `org-link-expand-abbrev'.
7353 (org-timeline, org-agenda-list, org-todo-list)
7354 (org-tags-view): Remove the KEEP-MODES argument.
7355 (org-finalize-agenda-hook): New hook.
7356 (org-get-alist-option): New function.
7357 (org-follow-timestamp-link): New function.
7358 (org-open-at-point): Call `org-follow-timestamp-link'.
7359 (org-log-note-marker, org-log-note-purpose)
7360 (org-log-note-window-configuration): New variables.
7361 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7362 (org-log-note-headings): New option.
7363 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7364 (org-store-link): Support for dired-mode.
7365 (org-open-file): Substitute environment variables into filename.
7366 (org-last): New defsubst.
7367 (org-agenda-re-align-tags): New function.
7368 (org-agenda-align-tags-to-column): New option.
7369 (org-agenda-timeline): Group removed.
7370 (org-prepare-agenda, org-prepare-agenda-buffers)
7371 (org-run-agenda-series, org-timeline, org-agenda-list)
7372 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7373 the text property inticating the agenda type.
7374 (org-agenda-post-command-hook): Get agenda type from text property
7375 at point.
7376 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7377 and obey `org-agenda-overriding-arguments'.
7378 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7379 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7380 (org-agenda-week-view, org-agenda-day-view):
7381 Use `org-agenda-overriding-arguments' to make updating work with
7382 multi-block agendas.
7383 (org-agenda-prefix-format): Allow different formats for the
7384 different agenda entry types.
7385 (org-timeline-prefix-format): Option removed, use
7386 `org-agenda-prefix-format' instead.
7387 (org-prepare-agenda): New function.
7388 (org-select-timeline-window): Option removed, use
7389 `org-select-agenda-window' instead.
7390 (org-respect-restriction): Variable removed.
7391 (org-cmp-tag): New function.
7392 (org-agenda-sorting-strategy, org-entries-lessp):
7393 Implement sorting by last tag.
7394 (org-complete): Better completion in in-buffer option lines.
7395 (org-in-item-p): New function.
7396 (org-org-menu): Add entries for checkboxes.
7397 (org-cycle): Extra brouping in outline-regexp, because it is used
7398 in a search with "^" prepended.
7399 (org-provide-checkbox-statistics): New option.
7400 (org-set-font-lock-defaults): Highlight checkbox statistics.
7401 (org-update-checkbox-count-maybe)
7402 (org-get-checkbox-statistics-face): New functions.
7403 (org-update-checkbox-count): New command.
7404 (org-insert-item, org-toggle-checkbox):
7405 Call `org-update-checkbox-count-maybe'.
7406 (org-export-as-html): XEmacs compatibility for coding system.
7407 (org-force-cycle-archived): New command.
7408 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7409 overrules cycling.
7410 (org-fix-position-after-promote): If the line contains only a todo
7411 keyword, add a final space.
7412 (org-promote-subtree, org-demote-subtree):
7413 Call `org-fix-position-after-promote'.
7414
7415 2006-11-10 Glenn Morris <rgm@gnu.org>
7416
7417 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7418 date in every year.
7419 (calendar-dst-check-each-year-flag): New customizable variable.
7420 (calendar-dst-find-data): New function, extracted from
7421 calendar-current-time-zone.
7422 (calendar-current-time-zone): Use calendar-dst-find-data.
7423 (calendar-dst-transition-cache): New variable.
7424 (calendar-dst-find-startend, calendar-dst-starts)
7425 (calendar-dst-ends): New functions.
7426 (calendar-daylight-savings-starts)
7427 (calendar-daylight-savings-ends): Change value to use
7428 calendar-dst-starts, calendar-dst-ends; respectively.
7429
7430 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7431
7432 * ido.el (ido-enable-prefix)
7433 * ses.el (ses-call-printer-return)
7434 * net/tramp.el (tramp-unified-filenames)
7435 * progmodes/cc-align.el (c-lineup-string-cont)
7436 * progmodes/compile.el (compilation-directory-matcher)
7437 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7438 * progmodes/gdb-ui.el (gdb-many-windows)
7439 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7440 (vhdl-clock-rising-edge)
7441 * textmodes/org.el (org-export-with-timestamps)
7442 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7443 (org-read-date): Doc fix (Nil -> nil).
7444
7445 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7446
7447 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7448 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7449
7450 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7451
7452 * bs.el (bs--window-for-buffer): Remove.
7453 (bs--show-with-configuration): Use `get-window-with-predicate'
7454 instead of `bs--window-for-buffer'.
7455
7456 2006-11-10 Kenichi Handa <handa@m17n.org>
7457
7458 * files.el (revert-buffer): Fix previous change.
7459
7460 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7461
7462 * bs.el (bs--redisplay): Fix typo in docstring.
7463 (bs--window-config-coming-from): Make frame-local.
7464 (bs--restore-window-config): New function.
7465 (bs-kill, bs-select, bs-select-other-window)
7466 (bs-select-other-frame): Use it.
7467 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7468 (bs--show-with-configuration): Save the window configuration as a
7469 frame local var, and only if *buffer-selection* is not already
7470 visible on this frame.
7471
7472 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * vc-svn.el (vc-svn-admin-directory): New var.
7475 (vc-svn-registered, vc-svn-responsible-p)
7476 (vc-svn-repository-hostname): Use it.
7477 Suggested by arit93@yahoo.com.
7478
7479 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7480
7481 * ldefs-boot.el: Regenerate.
7482
7483 2006-11-08 Alan Mackenzie <acm@muc.de>
7484
7485 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7486 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7487 for least nested open-paren.
7488
7489 2006-11-08 Romain Francoise <romain@orebokech.com>
7490
7491 * subr.el (remove-overlays): Fix typo in last change.
7492
7493 2006-11-08 Richard Stallman <rms@gnu.org>
7494
7495 * subr.el (remove-overlays): Call overlay-recenter.
7496
7497 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7498
7499 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7500 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7501 behaviour.
7502 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7503 directly.
7504
7505 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7508 (ido-max-dir-file-cache, ido-decorations)
7509 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7510 (ido-magic-backward-char, ido-enter-dired)
7511 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7512 (ido-list-directory, ido-first-match, ido-only-match)
7513 (ido-subdir, ido-indicator): Fix typos in docstrings.
7514 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7515 (ido-read-internal): Fix typo in error message.
7516
7517 2006-11-08 Kenichi Handa <handa@m17n.org>
7518
7519 * international/mule-cmds.el (set-default-coding-systems):
7520 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7521
7522 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7523
7524 * makefile.w32-in (setwins): Remove.
7525 (WINS_ALMOST): New macro.
7526 (WINS): Use it.
7527 (autoloads): Don't extract autoloads from files in obsolete/.
7528
7529 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7530
7531 * whitespace.el (whitespace-buffer): Call remove-overlays after
7532 overlay-recenter for performance. Suggested by Martin Rudalics.
7533
7534 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7535
7536 * net/tramp.el (tramp-default-method): scp is the default method.
7537
7538 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * server.el (server-start): Save also the Emacs pid in the server file.
7541
7542 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7543
7544 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7545 point when displaying a bibtex cross reference in the echo area.
7546
7547 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7548
7549 * international/mule.el (make-char): Fix typo in docstring.
7550 (load-with-code-conversion, charsetp): Doc fixes.
7551
7552 * international/ja-dic-cnv.el (skkdic-convert):
7553 * cus-edit.el (hook): Fix typo in docstring.
7554
7555 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7556
7557 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7558 (custom-mode-link-map): New variable.
7559 (custom-group-link, custom-manual): Use follow-link.
7560
7561 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7562
7563 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7564 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7565
7566 2006-11-06 Richard Stallman <rms@gnu.org>
7567
7568 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7569 New function broken out of flyspell-correct-word.
7570 (flyspell-mode-map): Bind it to M-RET.
7571 (flyspell-correct-word): Call it.
7572
7573 * textmodes/fill.el (fill-minibuffer-function): New function.
7574 (fill-paragraph): Bind fill-paragraph-function to
7575 fill-minibuffer-function.
7576
7577 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7578 so that they aren't undefined.
7579
7580 * dired.el (dired-readin): Locally bind file-name-coding-system.
7581
7582 * bindings.el: Shorten and clarify usual mode line mouse help string.
7583
7584 * Makefile.in (autoloads): Don't include `obsolete'.
7585
7586 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7587
7588 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7589 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7590 Printing menu if it's not initialized.
7591 (pr-menu-bind): Act on menu-bar-file-menu directly.
7592
7593 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * help.el (view-emacs-news): Fix typo in error message.
7596
7597 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7598
7599 * shadowfile.el (shadow-define-regexp-group)
7600 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7601 (shadow-read-files): Fix typo in message.
7602 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7603 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7604 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7605 (shadow-file-match): Fix typos in docstrings.
7606
7607 * terminal.el (terminal-emulator): Fix typo in message.
7608
7609 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7610
7611 * emacs-lisp/lselect.el (x-kill-primary-selection)
7612 (x-delete-primary-selection, x-copy-primary-selection):
7613 Fix typos in error messages.
7614
7615 * emulation/edt-mapper.el: Fix typo in interactive message.
7616
7617 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7618
7619 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7620 (ispell-help): Fix typos in docstrings.
7621 (ispell-help): Fix typo in output message.
7622
7623 * allout.el (allout-adjust-file-variable)
7624 (allout-passphrase-verifier-string)
7625 (allout-passphrase-hint-string)
7626 (allout-toggle-current-subtree-encryption):
7627 * apropos.el (apropos-synonyms):
7628 * cus-edit.el (hook):
7629 * emacs-lock.el (emacs-lock-from-exiting):
7630 * follow.el (follow-avoid-tail-recenter-p):
7631 * hexl.el (hexl-mode):
7632 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7633 * mouse.el (mouse-set-font):
7634 * resume.el (resume-emacs-args-file):
7635 * rfn-eshadow.el (file-name-shadow-tty-properties):
7636 * t-mouse.el (t-mouse-process, t-mouse-mode):
7637 * emacs-lisp/cust-print.el (custom-print-install)
7638 (custom-print-uninstall, custom-format):
7639 * emacs-lisp/shadow.el (list-load-path-shadows):
7640 * emulation/tpu-edt.el (tpu-help-text)
7641 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7642 (tpu-reset-control-keys):
7643 * emulation/vip.el (vip-emacs-local-map)
7644 (vip-change-mode-to-emacs):
7645 * emulation/viper.el (viper-mode, viper-set-hooks)
7646 (viper-major-mode-modifier-list):
7647 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7648 * emulation/viper-keym.el (viper-emacs-kbd-map)
7649 (viper-toggle-key):
7650 * mail/feedmail.el (feedmail-queue-reminder)
7651 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7652 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7653 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7654 (feedmail-sender-line, feedmail-force-binary-write)
7655 (feedmail-from-line, feedmail-deduce-envelope-from)
7656 (feedmail-x-mailer-line, feedmail-message-id-generator)
7657 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7658 (feedmail-enable-spray, feedmail-spray-this-address)
7659 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7660 (feedmail-queue-runner-confirm-global)
7661 (feedmail-ask-before-queue-prompt)
7662 (feedmail-ask-before-queue-reprompt)
7663 (feedmail-prompt-before-queue-standard-alist)
7664 (feedmail-prompt-before-queue-user-alist)
7665 (feedmail-prompt-before-queue-help-supplement)
7666 (feedmail-queue-use-send-time-for-message-id)
7667 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7668 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7669 (feedmail-mail-send-hook-queued)
7670 (feedmail-confirm-addresses-hook-example)
7671 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7672 (feedmail-queue-runner-mode-setter)
7673 (feedmail-queue-alternative-mail-header-separator)
7674 (feedmail-queue-runner-message-sender)
7675 (feedmail-buffer-eating-function, feedmail-binmail-template)
7676 (feedmail-run-the-queue-no-prompts)
7677 (feedmail-run-the-queue-global-prompt)
7678 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7679 (feedmail-envelope-deducer, feedmail-fiddle-date)
7680 (feedmail-default-message-id-generator)
7681 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7682 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7683 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7684 (vms-pmail-setup):
7685 * play/dunnet.el (dun-help):
7686 * play/handwrite.el (handwrite):
7687 * play/hanoi.el (hanoi-unix-64):
7688 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7689 * textmodes/enriched.el (fixed):
7690 * textmodes/org.el (org-file-apps)
7691 (org-emphasis-regexp-components, org-emphasis-alist):
7692 * textmodes/texinfmt.el (batch-texinfo-format):
7693 Fix typos in docstrings.
7694
7695 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7696
7697 * loadhist.el (read-feature): Don't complete features not loaded
7698 from a file (which make `unload-feature' to fail).
7699
7700 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7701
7702 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7703
7704 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * startup.el (command-line-1): Kill emacs if the last frame is
7707 deleted while evaluating the command-line arguments.
7708
7709 2006-11-05 Richard Stallman <rms@gnu.org>
7710
7711 * startup.el (init-file-had-error): Add doc string.
7712 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7713 Use fixed-width font for keyboard key descriptions.
7714
7715 * cus-edit.el (custom-save-all): Error if saving in .emacs
7716 and it had an error when loaded.
7717
7718 * dired-aux.el (dired-copy-file-recursive): Catch errors
7719 from recursive copies in the loop, around the recursive call.
7720
7721 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7722
7723 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7724 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7725 `/proc/acpi/thermal_zone/*'.
7726 (battery-search-for-one-match-in-files): New. Search a regexp in
7727 the content of some files.
7728
7729 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7730
7731 * window.el (mouse-autoselect-window-now): Remove variable.
7732 (mouse-autoselect-window-state): New variable.
7733 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7734 (mouse-autoselect-window-select, handle-select-window):
7735 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7736 Suspend delayed autoselection during menu or popup dialog.
7737
7738 * info-look.el (info-lookup-guess-custom-symbol): New function
7739 for retrieving symbol at point in custom buffers.
7740 (top level) <info-lookup-maybe-add-help>: Add backquote and
7741 comma to ignored characters in regexps of help specifications
7742 for emacs-lisp-mode and lisp-interaction-mode. This permits
7743 looking up symbols in `...' and after a comma. Add help
7744 specifications for custom-mode and help-mode.
7745
7746 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7747
7748 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7749 Don't encode body if RAW is non-nil, or if the old encoding is
7750 identical to the new encoding, or if the body contains only
7751 eight-bit-* characters.
7752
7753 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7754
7755 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7756 (faces-sample-overlay): Remove variable.
7757 (describe-face): Insert sample text in the face being described.
7758
7759 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7760
7761 * whitespace.el (whitespace-indent-regexp): Make this match any
7762 multiples of eight spaces near the beginning of a line.
7763 (whitespace-buffer): Use `remove-overlays' instead of
7764 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7765 speed up overlay handling.
7766 (whitespace-buffer-leading, whitespace-buffer-trailing):
7767 Make these functions highlight the text removed by
7768 `whitespace-buffer-leading-cleanup' and
7769 `whitespace-buffer-trailing-cleanup' respectively.
7770 (whitespace-buffer-search): Use `with-local-quit'.
7771 Move `format' out of loop to speed up scanning larger buffers.
7772 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7773 that function is never added to a hook.
7774 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7775 (whitespace-buffer-leading-cleanup)
7776 (whitespace-refresh-rescan-list): Fix docstrings.
7777
7778 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7779
7780 * allout.el (allout-during-yank-processing): Cue for inhibiting
7781 aberrance processing during yanks.
7782 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7783 the amount of yanked topics that can be aberrant.
7784 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7785 a function, and supplement with inihibition of doublechecking
7786 during yanks.
7787 (allout-beginning-of-line, allout-next-heading)
7788 (allout-previous-heading, allout-goto-prefix-doublechecked)
7789 (allout-back-to-current-heading, allout-next-visible-heading)
7790 (allout-next-sibling): Use new allout-do-doublecheck function.
7791 (allout-next-sibling): Ensure we made progress when returning
7792 other than nil.
7793 (allout-rebullet-heading): Preserve text property annotations
7794 indicating the text was hidden, if it was.
7795 (allout-kill-line): Remove any added was-hidden annotations.
7796 (allout-kill-topic): Remove any added was-hidden annotations.
7797 (allout-annotate-hidden): Inhibit adding was-hidden text
7798 properties to the undo list.
7799 (allout-deannotate-hidden): New function to remove was-hidden
7800 annotation.
7801 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7802 (allout-remove-exposure-annotation): Replace by
7803 allout-deannotate-hidden.
7804 (allout-yank-processing): Signal that yank processing is happening
7805 with allout-during-yank-processing. Also, wrap
7806 allout-unprotected's closer to the text changes, for easier
7807 debugging. We need to inhibit-field-text-motion explicitly, in
7808 lieu of the encompassing allout-unprotected.
7809 (outlineify-sticky): Adjust criteria for triggering new outline
7810 decorations to presence or absence of any topics, not just a topic
7811 at the beginning of the buffer.
7812
7813 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * bs.el (bs--show-all, bs--redisplay):
7816 * cus-edit.el (custom-unlispify-menu-entries)
7817 (custom-unlispify-tag-names, custom-prompt-variable):
7818 * expand.el (expand-pos):
7819 * speedbar.el (speedbar-generic-list-tag-p):
7820 * wid-edit.el (widget-image-enable):
7821 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7822 * emacs-lisp/find-func.el (find-function-noselect)
7823 (find-function, find-variable-noselect, find-variable)
7824 (find-definition-noselect, find-face-definition):
7825 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7826 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7827 * progmodes/ada-xref.el (ada-find-in-ali):
7828 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7829 * textmodes/org.el (org-copy-subtree):
7830 * textmodes/table.el (table--row-column-insertion-point-p):
7831 Use "non-nil" in docstrings.
7832
7833 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7834
7835 * sort.el (sort-columns): Set the field separator to tab; on
7836 NetBSD, sort complains if "\n" is used as field separator.
7837
7838 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7839
7840 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7841
7842 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * server.el (server-auth-key): Remove. Replace by a process-property.
7845 (server-start): Don't remove the file of the previous process, but
7846 instead clear out the place for the new file.
7847 (server-start): Set the :auth-key property.
7848 (server-process-filter): Use the :auth-key property.
7849
7850 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7851
7852 * textmodes/org.el (org-mode-map): No longer copy
7853 `outline-mode-map' explicitly - this is already done by
7854 `define-derived-mode'.
7855
7856 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7857
7858 * server.el (server-visit-files): Use `when'.
7859 (server-process-filter): When authentication fails, send error
7860 message to client. Wrap `process-send-region' in `ignore-errors'
7861 instead of `condition-case', and remove misleading comment.
7862
7863 2006-11-01 Juri Linkov <juri@jurta.org>
7864
7865 * simple.el (yank): Doc fix.
7866
7867 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * server.el: Try and fit within 80 columns.
7870 (server-start): Make the auth file unreadable by other users.
7871
7872 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7873
7874 * battery.el (battery-linux-proc-acpi): Prevent range error when
7875 `full-capacity' is 0.
7876
7877 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7878
7879 * faces.el (faces-sample-overlay): New defvar.
7880 (faces-sample-overlay): New function to show face sample text.
7881 (describe-face): Use it.
7882
7883 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7884
7885 * progmodes/ada-stmt.el: Change maintainer, apply
7886 whitespace-cleanup, checkdoc.
7887 (ada-func-or-proc-name): Add doc string.
7888
7889 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7890 whitespace-cleanup, checkdoc. Minor improvements to many doc
7891 strings and comments.
7892 (ada-prj-display-page): Change buffer name to more accurately
7893 reflect function.
7894
7895 * progmodes/ada-xref.el: Change maintainer, apply
7896 whitespace-cleanup, checkdoc. Minor improvements to many doc
7897 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7898 (ada-compile-current): Don't add newlines to commands.
7899
7900 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7901
7902 * server.el: Add support for TCP sockets.
7903 (server-use-tcp, server-host, server-auth-dir): New options.
7904 (server-auth-key): New variable.
7905 (server-ensure-safe-dir): Create nonexistent parent dirs.
7906 Ignore Unix-style file modes on Windows.
7907 (server-start): Crete a TCP or Unix socket according to the value
7908 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7909 `server-auth-dir' directory.
7910 (server-process-filter): Delete process if authentication
7911 fails (which never happens for Unix sockets).
7912
7913 2006-10-30 David Kastrup <dak@gnu.org>
7914
7915 * subr.el (add-to-list): Don't continue checking if a match has
7916 been found.
7917
7918 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7919
7920 * tutorial.el: Move defvars to avoid bytecomp warnings.
7921 (tutorial--find-changed-keys): Check if viper-current-state is
7922 bound before using it.
7923 (help-with-tutorial): Check if viper-tutorial is defined before
7924 using it.
7925
7926 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7927
7928 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7929
7930 * tutorial.el: New file.
7931 (help-with-tutorial): Move here from help-fns.el. Add help for
7932 rebound keys. Fix resume of tutorial.
7933 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7934 (tutorial--find-changed-keys, tutorial--display-changes)
7935 (tutorial--saved-dir, tutorial--saved-file)
7936 (tutorial--save-tutorial): New functions to support the changes in
7937 help-with-tutorial.
7938
7939 2006-10-30 Kenichi Handa <handa@m17n.org>
7940
7941 * files.el (revert-buffer): If a unibyte buffer is being reverted
7942 with a coding system for multibyte, set buffer multibyte before
7943 calling insert-file-contents.
7944
7945 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * server.el (server-select-display): Use a dummy buffer to detect when
7948 the frame is later used.
7949 (server-select-display): New function.
7950 (server-process-filter): Use it to detect unused temp frames.
7951
7952 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7953
7954 * progmodes/ada-mode.el: Change maintainer, apply
7955 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7956 (ada-mode-version): New function.
7957 (ada-create-menu): Menu operations are available for all supported
7958 compilers.
7959
7960 2006-10-29 Lars Hansen <larsh@soem.dk>
7961
7962 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7963 Highlight as keyword.
7964 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7965 Don't call tramp-method-out-of-band-p for local files.
7966 (tramp-touch): Quote file name.
7967
7968 2006-10-28 Glenn Morris <rgm@gnu.org>
7969
7970 * calendar/calendar.el (cal-html-cursor-month)
7971 (cal-html-cursor-year): Add autoloads for this new package.
7972 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7973
7974 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7975
7976 * calendar/cal-html.el: New file.
7977
7978 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7979
7980 * emacs-lisp/authors.el (authors-aliases): Update.
7981
7982 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * version.el (emacs-version): Bump version number to 22.0.90.
7985
7986 2006-10-26 John W. Eaton <jwe@octave.org>
7987
7988 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7989 New defvar.
7990 (inferior-octave-resync-dirs): Check to see whether Octave has
7991 built-in variables and set inferior-octave-has-built-in-variables.
7992 Check inferior-octave-has-built-in-variables to decide whether to
7993 send commands that set built-in variables or call functions to
7994 change Octave's behavior.
7995 Send "disp (pwd ())" to Octave instead of just "pwd".
7996 (inferior-octave-startup): Send "more off" to Octave instead of
7997 "page_screen_output = 0".
7998
7999 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8000
8001 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8002 pattern normally.
8003
8004 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8005
8006 * bindings.el (mode-line-mode-menu): Remove bindings for global
8007 minor modes (line/column number) as they are on the menubar.
8008
8009 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8010
8011 * term/w32-win.el (x-handle-name-switch): Doc fix.
8012 (w32-standard-fontset-spec): Fix typo in docstring.
8013
8014 * midnight.el (midnight-buffer-display-time): Doc fix.
8015 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8016
8017 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8018
8019 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8020
8021 * emulation/viper-ex.el (ex-read): Quote file argument.
8022
8023 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8024
8025 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8026
8027 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8028
8029 * textmodes/flyspell.el (flyspell-check-region-doublons):
8030 Fix last fix.
8031
8032 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8033
8034 * bindings.el (mode-line-mode-menu): List global minor modes
8035 before local ones.
8036
8037 2006-10-23 Kim F. Storm <storm@cua.dk>
8038
8039 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8040 (sit-for): If last command was a prefix arg, add the read-ahead
8041 event to unread-command-events as (t . EVENT) so it will be added
8042 to this-command-keys by read-key-sequence.
8043
8044 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8045
8046 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8047 whitespace when checking doublons.
8048 (flyspell-check-region-doublons): Fix doublon regexp.
8049 (flyspell-highlight-incorrect-region): Highlight doublons using
8050 flyspell-duplicate face.
8051
8052 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8053
8054 2006-10-22 John Wiegley <johnw@newartisans.com>
8055
8056 * progmodes/python.el (python-use-skeletons): python-mode was
8057 auto-inserting templates (for those with abbrev-mode on), not only
8058 by default -- *but without a configuration variable to disable
8059 it*. This rendered python-mode completely useless for me, so I
8060 have added `python-use-skeletons', which is now off by default.
8061
8062 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8063
8064 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8065 font-lock-multiline is auto-local (it's not).
8066 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8067 initialized before calling cperl-init-faces.
8068
8069 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8070
8071 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8072 gdb-stack-position a value when there is no fringe.
8073
8074 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8075 indicator if not visiting a file.
8076
8077 2006-10-20 David Kastrup <dak@gnu.org>
8078
8079 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8080 operation would still cause some window to collapse later.
8081
8082 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8085 side-effect due to mixing various backends's file properties.
8086
8087 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8088 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8089 Return `filename's status if applicable. Update callers.
8090
8091 2006-10-19 Kenichi Handa <handa@m17n.org>
8092
8093 * international/kkc.el (kkc-region): When a key sequence is not
8094 defined, append (this-single-command-raw-keys) to
8095 unread-input-method-events.
8096
8097 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8100
8101 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8102
8103 * version.el (emacs-version): Use mac-carbon-version-string.
8104
8105 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8106
8107 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8108
8109 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8110 Kenichi Handa).
8111 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8112 the selection is not UTF-8.
8113
8114 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8115
8116 * progmodes/ada-mode.el (ada-83-string-keywords)
8117 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8118 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8119 (ada-looking-at-semi-private, ada-get-body-name):
8120 Fix typos in docstrings.
8121 (ada-create-case-exception, ada-create-case-exception-substring):
8122 Fix typos in error messages.
8123 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8124
8125 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8126
8127 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8128 to default-frame-alist if default-frame-alist already contains
8129 width/height.
8130
8131 2006-10-18 Richard Stallman <rms@gnu.org>
8132
8133 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8134 Non-interactive arg is the value, not the expression.
8135
8136 * simple.el (read-expression-map): Just set it, no defvar.
8137
8138 * subr.el (insert-for-yank-1): If last inserted char has
8139 properties, mark them as rear-nonsticky.
8140
8141 * recentf.el (recentf-mode): Doc fix.
8142
8143 * facemenu.el (facemenu-add-new-face): Defend against symbol
8144 that isn't a face name.
8145
8146 * dired-aux.el (dired-do-copy): Doc fix.
8147
8148 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8149
8150 * simple.el (line-move-1): Ignore fields when moving to the
8151 beginning of line to avoid getting point stuck.
8152
8153 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8154
8155 * textmodes/flyspell.el (flyspell-word-search-backward):
8156 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8157 text.
8158
8159 2006-10-16 Richard Stallman <rms@gnu.org>
8160
8161 * help-fns.el (describe-function-1): Special case optimization
8162 for self-insert-command.
8163
8164 2006-10-16 Kim F. Storm <storm@cua.dk>
8165
8166 * ido.el (ido-reread-directory): Work in `dir' mode too.
8167
8168 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8169
8170 * textmodes/table.el: Require 'regexp-opt.
8171
8172 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8173
8174 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8175 Use shell-quote-argument.
8176
8177 * shell.el (explicit-bash-args): Likewise.
8178
8179 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8180 Use grep -E rather than egrep.
8181
8182 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8183
8184 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8185
8186 2006-10-15 Kim F. Storm <storm@cua.dk>
8187
8188 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8189
8190 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8191
8192 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8193 to protect whitespace and metacharacters from the shell.
8194
8195 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8196
8197 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8198
8199 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8200
8201 * subr.el (start-process-shell-command): Doc fix.
8202
8203 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8204
8205 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8206 the regexp for Maxima symbols.
8207
8208 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8211 (vc-find-root): Don't walk higher up than ~.
8212
8213 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * international/utf-8.el (utf-translate-cjk-load-tables):
8216 Avoid clobbering last-coding-system-used during load.
8217
8218 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8219
8220 * textmodes/reftex-global.el (reftex-create-tags-file):
8221 Quote file arguments.
8222
8223 2006-10-12 Richard Stallman <rms@gnu.org>
8224
8225 * files.el (file-name-history): Add defvar.
8226 (save-some-buffers-action-alist): Improve description strings.
8227
8228 2006-10-12 Andreas Schwab <schwab@suse.de>
8229
8230 * files.el (auto-mode-alist): Match change log file name also with
8231 a dash before a numeric extension.
8232
8233 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8234
8235 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8236 After 5.0:
8237 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8238
8239 After 5.1: Major edit. Summary of most visible changes:
8240
8241 - Multiple <<HERE per line allowed.
8242 - Handles multiline subroutine declaration headers (with comments).
8243 (The exception is `cperl-etags' - but it is not used in the rest
8244 of the mode.)
8245 - Fontifies multiline my/our declarations (even with comments,
8246 and with legacy `font-lock').
8247 - Major speedup of syntaxification, both immediate and postponed
8248 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8249 huge real-life document I tested).
8250 - New bindings, edits to imenu.
8251 - "_" is made into word-char during fontification/syntaxification;
8252 some attempts to recognize non-word "_" during other operations too.
8253 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8254 - autoload some more perldoc-related stuff
8255 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8256 - Attempt to incorporate XEmacs edits which reached me.
8257
8258 Fine-grained changelog:
8259 (cperl-hook-after-change): New configuration variable.
8260 (cperl-vc-sccs-header): Likewise.
8261 (cperl-vc-sccs-header): Likewise.
8262 (cperl-vc-header-alist): Default via two preceding variables.
8263 (cperl-invalid-face): Remove double quoting under XEmacs
8264 (still needed under 21.2).
8265 (cperl-tips): Update URLs for resources.
8266 (cperl-problems): Likewise.
8267 (cperl-praise): Mention new features.
8268 New C-c key bindings: for `cperl-find-bad-style',
8269 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8270 `cperl-perdoc', and `cperl-perldoc-at-point'.
8271 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8272 moved, new submenu of Tools with Ispell entries and narrowing.
8273 (cperl-after-sub-regexp): New defsubst.
8274 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8275 Allows heads up to head4.
8276 Allow "package;".
8277 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8278 (paren-backwards-message): ??? Something for XEmacs???
8279 (cperl-mode): Never auto-switch abbrev-mode off.
8280 Try to allow '_' be non-word char.
8281 Do not use `font-lock-unfontify-region-function' on XEmacs.
8282 Reset syntax cache on mode start.
8283 Support multiline facification (even on legacy `font-lock').
8284 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8285 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8286 refuse to inform us whether the fontification is due to lazy
8287 calling or due to edit to a buffer, install our own hook
8288 (controlled by `cperl-hook-after-change').
8289 (cperl-electric-pod): =cut may have been recognized as start.
8290 (cperl-block-p): Move, updated for attributes.
8291 (cperl-calculate-indent): Try to allow '_' be non-word char
8292 Support subs with attributes.
8293 (cperl-where-am-i): Quiet (?) a warning.
8294 (cperl-cached-syntax-table): New function.
8295 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8296 (cperl-unwind-to-safe): Recognize `syntax-type' property
8297 changing in a middle of line.
8298 (cperl-find-sub-attrs): New function.
8299 (cperl-find-pods-heres): Allow many <<EOP per line.
8300 Allow subs with attributes.
8301 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8302 Recognize "extproc " (OS/2) case-folded and only at start.
8303 /x on s///x with empty replacement was not recognized.
8304 Better comments.
8305 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8306 Allow subs with attributes, labels.
8307 Do not confuse "else::foo" with "else".
8308 Minor optimizations...
8309 (cperl-after-expr-p): Try to allow '_' be non-word char.
8310 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8311 with `looking-at' inside `narrow' and bulk out if found.
8312 (cperl-imenu--create-perl-index): Updates for new
8313 `cperl-imenu--function-name-regexp-perl'.
8314 (cperl-outline-level): Likewise.
8315 (cperl-init-faces): Allow multiline subroutine headers
8316 and my/our declarations, and ones with comments.
8317 Allow subroutine attributes.
8318 (cperl-imenu-on-info): Better docstring.
8319 (cperl-etags): Rudimentary support for attributes.
8320 Support for packages and "package;".
8321 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8322 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8323 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8324 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8325 (cperl-perldoc): Add autoload.
8326 (cperl-perldoc-at-point): Likewise.
8327 (cperl-here-doc-spell): New function.
8328 (cperl-pod-spell): Likewise.
8329 (cperl-map-pods-heres): Likewise.
8330 (cperl-get-here-doc-region): Likewise.
8331 (cperl-font-lock-fontify-region-function): Likewise (backward
8332 compatibility for legacy `font-lock').
8333 (cperl-font-lock-unfontify-region-function): Fix style.
8334 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8335 calls with no-change. Governed by `cperl-hook-after-change'.
8336 (cperl-fontify-update): Recognize that syntaxification region
8337 can be larger than fontification one.
8338 XXXX we leave `cperl-postpone' property, so this is quadratic...
8339 (cperl-fontify-update-bad): Temporary placeholder until
8340 it is clear how to implement `cperl-fontify-update'.
8341 (cperl-time-fontification): New function.
8342 (attrib-group): New text attribute.
8343 (multiline): New value: `syntax-type' text attribute.
8344
8345 After 5.2:
8346 (cperl-emulate-lazy-lock): New function.
8347 (cperl-fontify-syntaxically): Would skip large regions.
8348 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8349 Some globals were declared, but uninitialized.
8350
8351 After 5.3, 5.4:
8352 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8353 Copyright message updated.
8354 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8355 facification down a bit.
8356 Misprint for my|our|local for old `font-lock'
8357 "our" was not fontified same as "my|local".
8358 Highlight variables after "my" etc even in
8359 a middle of an expression.
8360 Do not facify multiple variables after my etc
8361 unless parentheses are present.
8362
8363 After 5.5, 5.6
8364 (cperl-fontify-syntaxically): after-change hook could reset.
8365 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8366
8367 After 5.7:
8368 (cperl-init-faces): Allow highlighting of local ($/).
8369 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8370 (cperl-problems): Remove fixed problems.
8371 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8372 Recognize charclasses (unless delimiter is \).
8373 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8374 (cperl-regexp-scan): Update docs.
8375 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8376
8377 After 5.8:
8378 Major user visible changes:
8379 Recognition and fontification of character classes in RExen.
8380 Variable indentation of RExen according to groups.
8381
8382 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8383 Fontify REx charclasses in variable-name face.
8384 Fontify POSIX charclasses in "type" face.
8385 Fontify unmatched "]" in function-name face.
8386 Mark first-char of HERE-doc as `front-sticky'.
8387 Reset `front-sticky' property when needed.
8388 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8389 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8390 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8391 constructs. Support `narrow'ed buffers.
8392 (cperl-praise): Remove a reservation.
8393 (cperl-make-indent): New function.
8394 (cperl-indent-for-comment): Use `cperl-make-indent'.
8395 (cperl-indent-line): Likewise.
8396 (cperl-lineup): Likewise.
8397 (cperl-beautify-regexp-piece): Likewise.
8398 (cperl-contract-level): Likewise.
8399 (cperl-toggle-set-debug-unwind): New function.
8400 New menu entry for this.
8401 (fill-paragraph-function): Use when `boundp'.
8402 (cperl-calculate-indent): Take into account groups when indenting RExen.
8403 (cperl-to-comment-or-eol): Recognize # which end a string.
8404 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8405 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8406 (cperl-fontify-syntaxically): More clear debugging message.
8407 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8408 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8409 Merge cosmetic changes from XEmacs.
8410
8411 After 5.9:
8412 (cperl-1+): Move to before the first use.
8413 (cperl-1-): Likewise.
8414
8415 After 5.10:
8416
8417 This code may lock Emacs hard!!! Use at your own risk!
8418
8419 (cperl-font-locking): New internal variable.
8420 (cperl-beginning-of-property): New function.
8421 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8422 instead of `previous-single-property-change'.
8423 (cperl-unwind-to-safe): Likewise.
8424 (cperl-after-expr-p): Likewise.
8425 (cperl-get-here-doc-region): Likewise.
8426 (cperl-font-lock-fontify-region-function): Likewise.
8427 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8428 recursively.
8429 Bound `next-single-property-change' via `point-max'.
8430 (cperl-unwind-to-safe): Bound likewise
8431 (cperl-font-lock-fontify-region-function): Likewise.
8432 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8433 Initialization of `cperl-font-lock-multiline-start' could be
8434 missed if the "main" fontification did not run due to the
8435 keyword being already fontified.
8436 (cperl-pod-spell): Return t from do-one-chunk function.
8437 (cperl-map-pods-heres): Stop when the worker returns nil.
8438 Call `cperl-update-syntaxification'.
8439 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8440 (cperl-get-here-doc-delim): Remove unused function.
8441
8442 After 5.11:
8443
8444 The possible lockup of Emacs (introduced in 5.10) fixed.
8445
8446 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8447 (cperl-syntaxify-for-menu): New customization variable.
8448 (cperl-select-this-pod-or-here-doc): New function.
8449 (cperl-get-here-doc-region): Extra argument.
8450 Do not adjust pos by 1.
8451
8452 New menu entries
8453 (Perl/Tools): Selection of current POD or HERE-DOC section.
8454 (Debugging CPerl:) backtrace on fontification.
8455
8456 After 5.12:
8457 (cperl-cached-syntax-table): Use `car-safe'.
8458 (cperl-forward-re): Remove spurious argument SET-ST.
8459 Add documentation.
8460 (cperl-forward-group-in-re): New function.
8461 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8462 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8463
8464 After 5.13:
8465 (cperl-string-syntax-table): Make { and } not-grouping
8466 (Sometimes they ARE grouping in RExen, but matching them would only
8467 confuse in many situations when they are not)
8468 (beginning-of-buffer): Replace two occurrences with goto-char...
8469 (cperl-calculate-indent): `char-after' could be nil...
8470 (cperl-find-pods-heres): REx can start after "[" too.
8471 Hightlight (??{}) in RExen too.
8472 (cperl-maybe-white-and-comment-rex): New constant
8473 (cperl-white-and-comment-rex): Likewise.
8474 XXXX Not very efficient, but hard to make
8475 better while keeping 1 group.
8476
8477 After 5.13:
8478 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8479 Likewise for 1 << identifier.
8480
8481 After 5.14:
8482 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8483 Error-less condition-case could fail.
8484 (cperl-font-lock-fontify-region-function): Likewise.
8485 (cperl-init-faces): Likewise.
8486
8487 After 5.15:
8488 (cperl-find-pods-heres): Support property REx-part2.
8489 (cperl-calculate-indent): Likewise.
8490 Don't special-case REx with non-empty 1st line.
8491 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8492 Invert highlighting of charclasses:
8493 now the envelop is highlighted.
8494 Highlight many others 0-length builtins.
8495 (cperl-praise): Mention indenting and highlight in RExen.
8496
8497 After 5.15:
8498 (cperl-find-pods-heres): Highlight capturing parens in REx.
8499
8500 After 5.16:
8501 (cperl-find-pods-heres): Highlight '|' for alternation
8502 Initialize `font-lock-warning-face' if not present.
8503 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8504 `font-lock-function-name-face'.
8505 (cperl-look-at-leading-count): Likewise.
8506 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8507 `font-lock-keyword-face' (needed for
8508 batch processing), etc...
8509 Use `font-lock-builtin-face' for builtin in REx
8510 Now `font-lock-variable-name-face'
8511 is used for interpolated variables
8512 Use "talking aliases" for faces inside REx
8513 Highlight parts of REx (except in charclasses)
8514 according to the syntax and/or semantic
8515 Syntax-mark a {}-part of (?{}) as "comment"
8516 (it was the ()-part)
8517 Better logic to distinguish what is what in REx
8518 (cperl-tips-faces): Document REx highlighting
8519 (cperl-praise): Mention REx syntax highlight etc.
8520
8521 After 5.17:
8522 (cperl-find-sub-attrs): Would not always manage to print error message.
8523 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8524
8525 After 5.18:
8526 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8527 Very minor optimization.
8528 `my-cperl-REx-modifiers-face' got quoted.
8529 Recognize "print $foo <<END" as HERE-doc.
8530 Put `REx-interpolated' text attribute if needed.
8531 (cperl-invert-if-unless-modifiers): New function.
8532 (cperl-backward-to-start-of-expr): Likewise.
8533 (cperl-forward-to-end-of-expr): Likewise.
8534 (cperl-invert-if-unless): Works in "the opposite way" too.
8535 Cursor position on return is on the switch-word.
8536 Indents comments better.
8537 (REx-interpolated): New text attribute.
8538 (cperl-next-interpolated-REx): New function.
8539 (cperl-next-interpolated-REx-0): Likewise.
8540 (cperl-next-interpolated-REx-1): Likewise.
8541 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8542 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8543 (cperl-praise): Mention finded interpolated RExen.
8544
8545 After 5.19:
8546 (cperl-init-faces): Highlight %$foo, @$foo too.
8547 (cperl-short-docs): Better docs for system, exec.
8548 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8549 Would not find HERE-doc ended by EOF without NL.
8550 (cperl-short-docs): Correct not-doubled \-escapes.
8551 start block: Put some `defvar' for stuff gone from XEmacs.
8552
8553 After 5.20:
8554 initial comment: Extend copyright, fix email address.
8555 (cperl-indent-comment-at-column-0): New customization variable.
8556 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8557 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8558 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8559 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8560 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8561 highlight $ in $foo too (UNTESTED).
8562 (cperl-set-style): Docstring missed some available styles.
8563 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8564 Change "Current" to "Memorize Current".
8565 (cperl-indent-wrt-brace): New customization variable; the default is
8566 as for pre-5.2 version.
8567 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8568 (cperl-style-alist): Likewise.
8569 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8570 and `cperl-extra-newline-before-brace' etc
8571 being t
8572 (cperl-indent-exp): Plans B and C to find continuation blocks even
8573 if `cperl-extra-newline-before-brace' is t.
8574
8575 After 5.21:
8576 Improve some docstrings concerning indentation.
8577 (cperl-indent-rules-alist): New variable.
8578 (cperl-sniff-for-indent): New function name
8579 (separated from `cperl-calculate-indent').
8580 (cperl-calculate-indent): Separate the sniffer and the indenter;
8581 uses `cperl-sniff-for-indent' now.
8582 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8583 was inverted;
8584 Support `comment-column' = 0.
8585
8586 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8587
8588 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8589 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8590 * longlines.el (longlines-window-change-function): Likewise.
8591 * simple.el (undo-ask-before-discard): Likewise.
8592 * wid-edit.el (widget-field-prompt-internal)
8593 (widget-documentation-link-p): Likewise.
8594
8595 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8598 for a keyword.
8599
8600 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * newcomment.el (comment-valid-prefix-p): Make the check
8603 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8604 (comment-indent-new-line): Adjust call.
8605
8606 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8607
8608 * allout.el (allout-back-to-current-heading): Base on lower-level
8609 routines to get proper disqualification of aberrant topics.
8610
8611 2006-10-09 Richard Stallman <rms@gnu.org>
8612
8613 * textmodes/two-column.el (2C-two-columns): Doc fix.
8614
8615 2006-10-09 Kim F. Storm <storm@cua.dk>
8616
8617 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8618 about implicit use.
8619
8620 2006-10-08 Richard Stallman <rms@gnu.org>
8621
8622 * textmodes/two-column.el (2C-two-columns): Doc fix.
8623
8624 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8625
8626 * files.el: Mark `buffer-read-only' as safe-local-variable.
8627
8628 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8631 Burp if GUD buffer has been killed.
8632
8633 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * completion.el (add-completions-from-c-buffer):
8636 Don't presume an error's second element is a string.
8637 Use looking-at rather than buffer-substring + member.
8638
8639 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8640
8641 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8642 `undecided', call find-coding-systems-region to find a proper
8643 non-trivial encoding.
8644 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8645 and "text/plain".
8646
8647 2006-10-07 Kevin Ryde <user42@zip.com.au>
8648
8649 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8650 url-link.
8651
8652 * strokes.el (defgroup strokes): Remove invalid url-link.
8653
8654 2006-10-07 Magnus Henoch <mange@freemail.hu>
8655
8656 * autoinsert.el (auto-insert-alist): Doc fix.
8657
8658 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8659
8660 * mouse-sel.el (mouse-insert-selection-internal):
8661 Use insert-for-yank, so that yank handlers are run.
8662
8663 2006-10-07 Kim F. Storm <storm@cua.dk>
8664
8665 * ido.el (ido-file-extension-aux): Fix comparison.
8666
8667 2006-10-06 Kim F. Storm <storm@cua.dk>
8668
8669 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8670
8671 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8672
8673 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8674 (ad-make-mapped-call): Use `let', not `let*'.
8675
8676 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * international/mule-cmds.el (coding-system-change-eol-conversion):
8679 Ensure the coding system is initialized before calling
8680 coding-system-eol-type.
8681
8682 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8683
8684 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8685 (org-activate-angle-links, org-activate-dates)
8686 (org-activate-target-links, org-activate-camels)
8687 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8688 textproperty keymaps from being active beyond the end of a line.
8689 (org-unfontify-region): Also remove `rear-nonsticky' property.
8690
8691 2006-10-04 Kenichi Handa <handa@m17n.org>
8692
8693 * international/code-pages.el (next): Table fixed.
8694
8695 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8698 that it's been made unnecessary by removing narrowing.
8699
8700 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8703 control flow a bit, simplify another bit, and add comments.
8704
8705 2006-10-03 David Kastrup <dak@gnu.org>
8706
8707 * help.el (describe-mode): For clicks on mode-line, use "@"
8708 interactive argument to get the major mode of the click instead of
8709 the current buffer.
8710
8711 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8712 in order to better redirect mouse-2 clicks. Also allow default
8713 bindings to apply.
8714
8715 2006-10-03 Kim F. Storm <storm@cua.dk>
8716
8717 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8718 (pushnew): Fix last change.
8719
8720 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8721
8722 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8723 Use the interactive spec of `eval-expression'.
8724
8725 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8726
8727 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8728
8729 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8730
8731 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8732 2006-09-28 commit.
8733
8734 2006-10-02 Kenichi Handa <handa@m17n.org>
8735
8736 * international/code-pages.el (iso-8859-6): Table fixed.
8737
8738 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8739
8740 * dired.el (dired-build-subdir-alist): Fix previous change.
8741
8742 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8743
8744 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8745
8746 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8749 "define-button-type".
8750
8751 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8752 they don't keep accumulating.
8753
8754 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8755
8756 * ffap.el (ffap-rfc-path): Change the address of the RFC
8757 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8758
8759 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8760
8761 * allout.el (allout-expose-topic): Rectify implementation of "+"
8762 spec, so that bodies are not exposed with headlines.
8763
8764 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8765
8766 * allout.el (allout-current-depth): Do aberrent check only at or
8767 below doublecheck depth.
8768 (allout-chart-subtree): Make it explicit that LEVELS being nil
8769 means unlimited depth. Drop undocumented support for LEVELS value
8770 t meaning unlimited depth. (This is consistent with
8771 allout-chart-to-reveal, but contrary to allout-show-children,
8772 which needs to use nil to default to depth of 1.)
8773 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8774 (allout-chart-to-reveal): Be explicit in docstring about meaning
8775 of nil LEVELS, and drop support for LEVELS value t.
8776 (allout-show-children): Translate the level spec used by this
8777 routine to that used by allout-chart-subtree and
8778 allout-chart-to-reveal.
8779 (allout-show-to-offshoot): Retry once when stuck, after opening
8780 subtree - improvements in discontinuity handling likely will
8781 enable progress.
8782
8783 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8784
8785 * wid-edit.el (widget-button-click-moves-point): New variable.
8786 (widget-button-click): If widget-button-click-moves-point is
8787 non-nil, set point after performing the button action.
8788
8789 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8790
8791 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8792
8793 * files.el (find-file-existing): Modify to not allow wildcards.
8794
8795 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8796
8797 * simple.el (undo-more): When undo information for the region is
8798 exhausted, say "No further undo information FOR REGION".
8799
8800 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8801
8802 * progmodes/sh-script.el (sh-prev-thing):
8803 Take `sh-leading-keywords' into account.
8804
8805 2006-09-29 Glenn Morris <rgm@gnu.org>
8806
8807 * custom.el (defcustom): Doc fix.
8808
8809 * calendar/calendar.el (european-calendar-style):
8810 Call european-calendar or american-calendar as needed when set.
8811 (diary-view-entries, list-calendar-holidays): Move autoloads
8812 before use.
8813
8814 2006-09-29 Juri Linkov <juri@jurta.org>
8815
8816 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8817 to nil if there is no previous property change.
8818
8819 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8820
8821 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8822 saving anything to be sure that `forward-sexp' behaves correctly.
8823
8824 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8825
8826 * simple.el (line-move-finish): Ignore field boundaries if the
8827 initial and final points have the same `field' property.
8828
8829 2006-09-29 Kim F. Storm <storm@cua.dk>
8830
8831 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8832 to t while calling ido-read-internal.
8833
8834 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8835
8836 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8837 (org-archive-subtree): Remove erraneous `]' from character list.
8838
8839 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8840
8841 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8842 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8843 markers for data-area and parameters-area.
8844
8845 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8848
8849 * font-lock.el (font-lock-after-change-function): Refontify next line
8850 as well if end is at BOL.
8851 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8852 only extend the region as much as needed.
8853
8854 2006-09-28 Richard Stallman <rms@gnu.org>
8855
8856 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8857
8858 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8859
8860 * international/mule.el (after-insert-file-set-coding):
8861 If VISIT, don't let set-buffer-multibyte make undo info.
8862
8863 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8864
8865 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8866 lines in base64-encoded authentication response.
8867
8868 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8869
8870 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8871 (ebnf-version): New version 4.3.
8872 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8873 (ebnf-prologue): Adjust PostScript programming.
8874 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8875 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8876
8877 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * jit-lock.el (jit-lock-force-redisplay): Rename from
8880 jit-lock-fontify-again, and undo the mistaken change I've just done.
8881
8882 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8883 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8884
8885 2006-09-26 Kenichi Handa <handa@m17n.org>
8886
8887 * startup.el (display-splash-screen): Allow a prefix argument.
8888
8889 2006-09-25 Jason Rumney <jasonr@gnu.org>
8890
8891 * subr.el (shell-quote-argument): Use DOS logic for Windows
8892 shells with DOS semantics.
8893
8894 2006-09-24 Richard Stallman <rms@gnu.org>
8895
8896 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8897 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8898 to delete the overlay. Put it on pre-command-hook.
8899
8900 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8901
8902 * startup.el (fancy-splash-screens, normal-splash-screen):
8903 Call the splash buffer *About GNU Emacs*.
8904
8905 * simple.el (next-error-highlight, next-error-highlight-no-select):
8906 Default to 0.5.
8907 (yank-excluded-properties): Add `fontified'.
8908
8909 * font-lock.el (font-lock-compile-keywords): Allow value of
8910 syntax-begin-function to enable paren-column-0 highlighting.
8911
8912 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8913
8914 * dired.el (dired-build-subdir-alist): When file ends in colon,
8915 don't exit the loop, just disregard that file.
8916
8917 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * simple.el (line-move-finish): Handle corner case for fields in
8920 continued lines.
8921 (line-move-1): Remove flawed test for that case.
8922
8923 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8924
8925 * icomplete.el (icomplete-simple-completing-p): Use the correct
8926 name for the new variable, `icomplete-with-completion-tables'.
8927 (file local variables): Remove superfluous setting.
8928
8929 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8930
8931 * calendar/appt.el (appt-check): Fix typo for appointments just
8932 after midnight.
8933
8934 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8935
8936 * help.el (describe-key-briefly, describe-key): Don't expect an
8937 extra up event if a down-event is generated by a popup menu.
8938
8939 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8940
8941 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8942 local dictionary when changing the global dictionary.
8943
8944 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8945
8946 * icomplete.el (icomplete-with-completion-tables): List of
8947 specialized completion tables with which icomplete should
8948 operate. Include the new `internal-complete-buffer', so icomplete
8949 works with interactive buffer-selection.
8950 (icomplete-simple-completing-p): Add acceptance of specialized
8951 completion tables listed in icomplete-with-completion-tables.
8952
8953 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8954
8955 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8956
8957 * startup.el (command-line): Use `custom-reevaluate-setting' for
8958 `focus-follows-mouse'.
8959
8960 2006-09-22 Richard Stallman <rms@gnu.org>
8961
8962 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8963 explain why Save is not available.
8964
8965 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8966
8967 * woman.el (woman0-so): Use `let*', not `let'.
8968 (woman-horizontal-line): Remove unbalanced parenthesis.
8969
8970 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * woman.el: Make sure all the end-of-region markers we use have
8973 a non-nil insertion-type.
8974 (woman0-so): Move things around so we can use copy-marker.
8975 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8976 Adjust marker type.
8977 (woman2-process-escapes): Check marker type.
8978 (woman-horizontal-line): Dispense with the use of a marker.
8979
8980 2006-09-22 Jay Belanger <belanger@truman.edu>
8981
8982 * calc/calc-lang.el: Add Greek letters to math-variable-table
8983 property of tex.
8984
8985 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8988
8989 2006-09-22 Masatake YAMATO <jet@gyve.org>
8990
8991 * add-log.el (add-log-current-defun): Use `forward-sexp'
8992 instead of `forward-word' to pick c++::symbol.
8993 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8994
8995 2006-09-22 Kenichi Handa <handa@m17n.org>
8996
8997 * bindings.el: Fix setting self-insert-command for multibyte
8998 characters in global-map.
8999
9000 2006-09-21 David Kastrup <dak@gnu.org>
9001
9002 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9003 doc string.
9004
9005 2006-09-21 Kenichi Handa <handa@m17n.org>
9006
9007 * language/european.el ("Latin-1"): Add windows-1252 to
9008 coding-priority.
9009 ("German"): Likewise.
9010
9011 2006-09-21 Kim F. Storm <storm@cua.dk>
9012
9013 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9014 Suggested by Miles Bader.
9015
9016 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9017 instead of add-to-list in the simple case.
9018
9019 2006-09-20 Kenichi Handa <handa@m17n.org>
9020
9021 * isearch.el (isearch-process-search-char): Cancel the previous change.
9022 (isearch-search-string): New function.
9023 (isearch-search): Use isearch-search-string.
9024 (isearch-lazy-highlight-search): Likewise.
9025
9026 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9027
9028 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9029 string to become an option.
9030
9031 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9034
9035 2006-09-20 Kim F. Storm <storm@cua.dk>
9036
9037 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9038 position t instead of trying both window-end and window-end - 1.
9039
9040 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9041
9042 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9043 hidden trees.
9044
9045 2006-09-20 David Kastrup <dak@gnu.org>
9046
9047 * mouse.el (mouse-posn-property): Improve doc string.
9048 (mouse-on-link-p): Change buffers for function calls on links.
9049
9050 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9051 buffer is read-only.
9052
9053 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9054
9055 * allout.el (allout-unprotected): Let inhibit-read-only only when
9056 buffer-read-only isn't set.
9057 (allout-annotate-hidden): Enable topic annotation during copies even
9058 when the buffer is read-only, eg for topic copies. Ensure that the loop
9059 advances, even when the span extends beyond the deletion region.
9060 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9061 rather than allout-exposure-changed-hook, as a stronger assertion.
9062 (allout-keybindings-list): Add bindings for
9063 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9064 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9065 Copy wrappers for allout-kill-line and allout-kill-topic.
9066 (allout-listify-exposed): Position correctly to accumulate lines.
9067
9068 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * simple.el (line-move-1): Escape field boundaries occurring
9071 exactly at point. Update goal column if constrained to a field.
9072 (line-move-finish): Escape field boundaries occurring exactly at point.
9073
9074 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9077 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9078
9079 2006-09-19 Kim F. Storm <storm@cua.dk>
9080
9081 * help.el (describe-key-briefly, describe-key): Simplify printing
9082 of descriptions by using format and %S. Fix "is undefined"
9083 messages to say "at that spot" for mouse events.
9084
9085 * simple.el (line-move-partial): Optimize. Try window-line-height
9086 before posn-at-point to get vpos of current line.
9087
9088 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9089
9090 * emulation/viper.el: Bump up version/date of update to reflect the
9091 substantial changes done in August 2006.
9092
9093 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9094 push-button are defined.
9095
9096 * ediff-util.el (ediff-add-to-history): New function.
9097
9098 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9099
9100 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9101
9102 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9103 Delete duplicate make-local-variable form.
9104 (conf-space-keywords): Add autoload cookie.
9105 Fix typo (`keywords', not `keyword').
9106
9107 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9108
9109 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9110 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9111 to x-gtk-use-old-file-dialog.
9112
9113 2006-09-18 Richard Stallman <rms@gnu.org>
9114
9115 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9116 that might come in during mouse tracking.
9117
9118 2006-09-18 Kim F. Storm <storm@cua.dk>
9119
9120 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9121 new window-line-height function. Further optimize by not calling
9122 pos-visible-in-window-p for window-end when window-line-height
9123 returns useful information.
9124
9125 2006-09-16 Richard Stallman <rms@gnu.org>
9126
9127 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9128 (conf-space-mode): Don't handle prefix arg.
9129 Delete conf-space-keywords-override code.
9130 Use add-hook.
9131 (conf-space-keywords): New command.
9132 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9133 Delete conf-space-keywords-override code.
9134 (conf-space-keywords-alist): Doc fix.
9135 (conf-space-font-lock-keywords): Doc fix.
9136 (conf-space-keywords-override): Var deleted.
9137
9138 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9139
9140 * startup.el (fancy-splash-screens): Don't switch to the scratch
9141 buffer; it may not be the next buffer.
9142
9143 2006-09-16 Romain Francoise <romain@orebokech.com>
9144
9145 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9146 in both messages.
9147
9148 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9149
9150 * progmodes/python.el (python-preoutput-filter):
9151 Fix arg order to string-match.
9152
9153 2006-09-16 Richard Stallman <rms@gnu.org>
9154
9155 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9156 font-lock-compile-keywords.
9157
9158 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9159 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9160
9161 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9162
9163 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9164
9165 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9166 and the data doesn't look like UTF8, send STRING instead.
9167
9168 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9169
9170 * textmodes/flyspell.el (flyspell-check-region-doublons):
9171 New function to detect duplicated words.
9172 (flyspell-large-region): Use it.
9173
9174 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9175
9176 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9177
9178 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9179
9180 * help.el (describe-prefix-bindings): Use let, not let*.
9181
9182 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9183
9184 * allout.el (allout-regexp, allout-line-boundary-regexp)
9185 (allout-bob-regexp): Correct grouping and boundaries to fix
9186 backwards traversal.
9187 (allout-depth-specific-regexp, allout-depth-one-regexp):
9188 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9189 worse time in allout-ascend.
9190 (allout-doublecheck-at-and-shallower): Identify depth threshold
9191 below which topics are checked for and disqualified by containment
9192 discontinuities.
9193 (allout-hotspot-key-handler): Correctly handle multiple-key
9194 strokes. Remove some unused variables.
9195 (allout-mode-leaders): Clarify that mode-specific comment-start
9196 will be used.
9197 (set-allout-regexp): Correctly regexp-quote allout regexps to
9198 properly accept alternative header-leads and primary bullets with
9199 regexp-specific characters (eg, C "/*", mathematica "(*").
9200 Include new regular expressions among those configured.
9201 (allout-infer-header-lead-and-primary-bullet):
9202 Rename allout-infer-header-lead.
9203 (allout-recent-depth): Manifest as a variable as well as a function.
9204 (allout-prefix-data): Simplify into an inline instead of a macro,
9205 assuming current match data rather than being explicitly passed
9206 it. Establish allout-recent-depth value as well as
9207 allout-recent-prefix-beginning and allout-recent-prefix-end.
9208 (allout-aberrant-container-p): True when an item's immediate
9209 offspring discontinuously contained. Useful for disqualifying
9210 unintended topic prefixes, likely at low depths.
9211 (allout-goto-prefix-doublechecked): Elaborate version of
9212 allout-goto-prefix which disqualifies aberrant pseudo-items.
9213 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9214 get disqualification of aberrant containers.
9215 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9216 containers.
9217 (allout-beginning-of-current-entry): Position at start of buffer
9218 when in container (depth 0) entry.
9219 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9220 (allout-current-bullet): Strip text properties.
9221 (allout-get-prefix-bullet): Use right match groups.
9222 (allout-beginning-of-line, allout-next-heading):
9223 Disqualify aberrant containers.
9224 (allout-previous-heading): Disqualify aberrant containers, and
9225 change to regular (rather than inline) function, to allow
9226 self-recursion.
9227 (allout-get-invisibility-overlay): Increment so progress is made
9228 when the first overlay is not the sought one.
9229 (allout-end-of-prefix): Disqualify aberrant containers.
9230 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9231 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9232 outline.el outlines) functional again. Change the primary bullet
9233 along with the header-lead - level 1 new-style bullets now work.
9234 Engage allout-before-change-handler in mainline Emacs, not just
9235 XEmacs, to do undo handling.
9236 (allout-before-change-handler): Expose undo changes occurring in
9237 hidden regions. Use allout-get-invisibility-overlay instead of
9238 reimplementing it inline.
9239 (allout-chart-subtree): Use start rather than end of prefix in
9240 charts. Use allout-recent-depth variable.
9241 (allout-chart-siblings): Disqualify aberrant topics.
9242 (allout-beginning-of-current-entry): Position correctly.
9243 (allout-ascend): Use new allout-depth-specific-regexp and
9244 allout-depth-one-regexp for linear instead of O(N^2) or worse
9245 behavior.
9246 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9247 reimplementing an algorithm.
9248 (allout-up-current-level): Depend on allout-ascend, rather than
9249 reimplementing an algorithm. Return to start-point if we fail.
9250 (allout-descend-to-depth): Use allout-recent-depth variable
9251 instead of function.
9252 (allout-next-sibling): On traversal of numerous intervening
9253 topics, resort to economical allout-next-sibling-leap.
9254 (allout-next-sibling-leap): Specialized version of
9255 allout-next-sibling that uses allout-ascend cleverly, to depend on
9256 a regexp search to leap large numbers of contained topics, rather
9257 than arbitrarily many one-by-one traversals.
9258 (allout-next-visible-heading): Disqualify aberrant topics.
9259 (allout-previous-visible-heading): Position consistently when
9260 interactive.
9261 (allout-forward-current-level): Base on allout-previous-sibling
9262 rather than (differently) reimplmenting the algorithm. Remove some
9263 unused variables.
9264 (allout-solicit-alternate-bullet): Present default choice stripped
9265 of text properties.
9266 (allout-rebullet-heading): Use bullet stripped of text properties.
9267 Register changes using allout-exposure-change-hook.
9268 Disregard aberrant topics.
9269 (allout-shift-in): With universal-argument, make topic a peer of
9270 it's former offspring. Simplify the code by separating out
9271 allout-shift-out functionality.
9272 (allout-shift-out): With universal-argument, make offspring peers
9273 of their former container, and its siblings. Implement the
9274 functionality here, rather than inappropriately muddling the
9275 implementation of allout-shift-in.
9276 (allout-rebullet-topic): Respect additional argument for new
9277 parent-child separation function.
9278 (allout-yank-processing): Use allout-ascend directly.
9279 (allout-show-entry): Disqualify aberrant topics.
9280 (allout-show-children): Handle discontinuous children gracefully,
9281 extending the depth being revealed to expose them and posting a
9282 message indicating the situation.
9283 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9284 Leave cursor in correct position.
9285 (allout-hide-current-subtree): Use allout-ascend directly.
9286 Disqualify aberrant topics.
9287 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9288 a way that the yanks can restore it, as used to happen.
9289 (allout-yank-processing): Restore exposure layout as recorded by
9290 allout-kill-*, as used to happen.
9291 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9292 for preseving and restoring exposure layout across kills.
9293 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9294 (allout-encrypt-string): Strip text properties.
9295 Rearranged order and outline-headings for some of the
9296 miscellaneous functions.
9297 (allout-resolve-xref): No need to quote the error name in the
9298 condition-case handler section.
9299 (allout-flatten): Classic recursive (and recursively intensive,
9300 without tail-recursion) list-flattener, needed by allout-shift-out
9301 when confronted with discontinuous children.
9302
9303 2006-09-16 Jason Rumney <jasonr@gnu.org>
9304
9305 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9306 on ms-windows.
9307 (dnd-open-unc-file): Remove.
9308 (dnd-open-local-file): Mention in doc string that it also handles
9309 remote files if the system natively supports unc file-names.
9310
9311 2006-09-15 Kim F. Storm <storm@cua.dk>
9312
9313 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9314 all necessary information about the event before erasing *Help*.
9315
9316 * simple.el (line-move-partial): Use window-line-visiblity to
9317 quickly check whether last line is partially visible, and only do
9318 the hard (and slow) part in that case.
9319
9320 2006-09-15 Jay Belanger <belanger@truman.edu>
9321
9322 * COPYING: Replace "Library Public License" by "Lesser Public
9323 License" throughout.
9324
9325 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9326
9327 * term/x-win.el (x-menu-bar-open): New function for F10.
9328
9329 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9330
9331 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9332 Disallow filenames containing " -" to avoid confusion with libtool
9333 compilation messages. Suggested by Stefan Monnier.
9334
9335 2006-09-15 David Kastrup <dak@gnu.org>
9336
9337 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9338 instead of buffer position for `mouse-on-link-p'.
9339
9340 * mouse.el (mouse-posn-property): New function looking up the
9341 properties at a click position in overlays and text properties in
9342 either buffer or strings.
9343 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9344 of both `follow-link' as well as `mouse-face' properties.
9345 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9346 buffer position.
9347
9348 * help.el (describe-key-briefly): When reading a down-event on
9349 mode lines or scroll bar, swallow the following up event, too.
9350 Use the new mouse sensitity of `key-binding' for lookup.
9351 (describe-key): The same here.
9352
9353 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * play/life.el (life-patterns): Add a few more interesting patterns.
9356 (life-setup): Force `show-trailing-whitespace' to nil.
9357
9358 2006-09-14 Richard Stallman <rms@gnu.org>
9359
9360 * startup.el (fancy-splash-text): Change text to improve alignment.
9361 (fancy-splash-screens): Don't set non-standard tab width.
9362 Bind cursor-type temporarily, and make it easy to patch to
9363 preserve the splash buffer.
9364 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9365 (fancy-splash-screens): Display echo-area message explicitly.
9366 Don't set fancy-splash-help-echo.
9367
9368 * simple.el (line-number-mode): Group mode-line instead of
9369 editing-basics.
9370 (column-number-mode, size-indication-mode): Likewise.
9371
9372 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9373
9374 * time.el (display-time): Group mode-line instead of modeline.
9375
9376 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9377
9378 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * startup.el (fancy-splash-text): Move editing instructions to
9381 fancy-splash-head.
9382 (fancy-splash-head): Issue editing instructions.
9383 (fancy-splash-screens): Fixup whitespace.
9384
9385 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * bindings.el (mode-line-buffer-identification-keymap):
9388 Remove duplicate line.
9389
9390 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9391
9392 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9393 ignore lists.
9394
9395 2006-09-14 Kim F. Storm <storm@cua.dk>
9396
9397 * jit-lock.el (jit-lock-fontify-again): New function.
9398 (jit-lock-fontify-now): Use it instead of lambda form.
9399
9400 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9401
9402 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9403 (flyspell-auto-correct-word): Make ispell-filter local to these
9404 functions. Check that ispell-filter has new stuff before calling
9405 ispell-parse-output.
9406
9407 2006-09-13 Kim F. Storm <storm@cua.dk>
9408
9409 * simple.el (line-move-partial): Optimize.
9410
9411 2006-09-13 Richard Stallman <rms@gnu.org>
9412
9413 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9414 Delete spurious backquote.
9415
9416 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9417
9418 * net/rcirc.el (rcirc-print): Fix last change.
9419
9420 2006-09-12 Jay Belanger <belanger@truman.edu>
9421
9422 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9423
9424 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9425
9426 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9427 rcirc-show-maximum-output.
9428 (rcirc-mode): Remove window-scroll-function hook.
9429 (rcirc-scroll-to-bottom): Remove function.
9430 (rcirc-print): Recenter so point stays at the bottom of the window
9431 if point was already there.
9432
9433 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9434
9435 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9436 not to "t".
9437 * progmodes/compile.el (compilation-start): Likewise.
9438 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9439 Don't use expand-file-name on invocation-directory, since this
9440 might mishandle special characters in invocation-directory.
9441
9442 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * pcvs-defs.el: Remove * in defcustom's docstrings.
9445
9446 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9447
9448 * progmodes/compile.el (compilation-directory-properties):
9449 Doc fix for help-echo.
9450
9451 2006-09-12 Lars Hansen <larsh@soem.dk>
9452
9453 * desktop.el (desktop-read): Add comment.
9454
9455 2006-09-12 Kim F. Storm <storm@cua.dk>
9456
9457 * simple.el (next-error-highlight, next-error-highlight-no-select):
9458 Fix spelling error.
9459
9460 * subr.el (sit-for): Rework to use input-pending-p and cond.
9461 Return nil input is pending on entry also for SECONDS <= 0.
9462 (while-no-input): Use input-pending-p instead of sit-for.
9463
9464 2006-09-11 Richard Stallman <rms@gnu.org>
9465
9466 * simple.el (next-error-highlight, next-error-highlight-no-select):
9467 Fix custom type and doc strings.
9468
9469 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9472 (diff-apply-hunk): Use it to ask for confirmation.
9473
9474 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9475
9476 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9477
9478 2006-09-11 David Kastrup <dak@gnu.org>
9479
9480 * help.el (string-key-binding, describe-key-briefly)
9481 (describe-key): Remove `string-key-binding' and its callers since
9482 `key-binding' already caters for the proper lookup now.
9483
9484 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9487 (cfengine-mode): Use it. Fix \ syntax to be like /.
9488
9489 * bindings.el (mode-line-buffer-identification-keymap):
9490 Move initialization into declaration.
9491
9492 2006-09-10 Kim F. Storm <storm@cua.dk>
9493
9494 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9495 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9496 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9497 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9498
9499 2006-09-10 Richard Stallman <rms@gnu.org>
9500
9501 * dired-aux.el: Handle errors in recursive copy usefully.
9502 (dired-create-files-failures): New variable.
9503 (dired-copy-file): Remove condition-case.
9504 (dired-copy-file-recursive): Check for errors on all file
9505 operations, and add them to dired-create-files-failures.
9506 Check file file-date-erorr here too.
9507 (dired-create-files): Check dired-create-files-failures
9508 and report those errors too.
9509
9510 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9511
9512 * subr.el (add-to-list): New argument COMPARE-FN.
9513
9514 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9515
9516 * filecache.el (file-cache-add-directory)
9517 (file-cache-add-directory-list, file-cache-add-file)
9518 (file-cache-add-directory-using-find)
9519 (file-cache-add-directory-using-locate)
9520 (file-cache-add-directory-recursively): Add autoloads.
9521
9522 2006-09-09 Richard Stallman <rms@gnu.org>
9523
9524 * textmodes/conf-mode.el (conf-space-mode):
9525 Use hack-local-variables-hook instead of calling hack-local-variables.
9526 (conf-space-keywords-override): New variable.
9527 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9528 (conf-space-mode): Always make conf-space-keywords and
9529 conf-space-keywords-override local.
9530 Call conf-space-mode-internal directly as well as via hook.
9531
9532 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9533
9534 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9535 quasi-keywords.
9536
9537 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9540 (python-send-string): Be slightly more careful about adding \n.
9541
9542 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9543 kill it right away anyway.
9544
9545 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9546
9547 * international/codepage.el (cp850-decode-table): Fix a few codes.
9548 (cp858-decode-table): New variable.
9549
9550 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9551
9552 * net/ldap.el (ldap-search-internal): Doc fix.
9553
9554 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9555
9556 * play/life.el (life-display-generation): Test for input manually if
9557 `sleeptime' is negative or null.
9558
9559 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9560 (print-region-1): Substitute `%s' with the page title.
9561
9562 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9563
9564 * locate.el (locate-current-search): New variable.
9565 (locate): Set buffer local value. Use current buffer if it is
9566 in Locate mode.
9567 (locate-mode): Disable undo here.
9568 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9569 (locate-update): Use locate-current-search and locate-current-filter.
9570
9571 2006-09-08 David Kastrup <dak@gnu.org>
9572
9573 * desktop.el (desktop-read): When loading a desktop, disable
9574 saving it while the load progresses, and switch off a pending lazy
9575 load by calling `desktop-lazy-abort'.
9576
9577 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9578
9579 * window.el (mouse-autoselect-window-timer)
9580 (mouse-autoselect-window-position)
9581 (mouse-autoselect-window-window)
9582 (mouse-autoselect-window-now): New vars.
9583 (mouse-autoselect-window-cancel)
9584 (mouse-autoselect-window-select)
9585 (mouse-autoselect-window-start): New functions.
9586 (handle-select-window): Call `mouse-autoselect-window-start' when
9587 delayed window autoselection is enabled.
9588
9589 * cus-start.el (mouse-autoselect-window): Handle delayed window
9590 autoselection.
9591
9592 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9593 commands after which it is allowed to print in the echo area.
9594
9595 2006-09-08 Richard Stallman <rms@gnu.org>
9596
9597 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9598
9599 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9600 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9601
9602 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9603 (cancel-timer-internal): Add doc string.
9604 (cancel-function-timers): Doc fix.
9605 (with-timeout-handler, timer-event-last*): Add doc strings.
9606
9607 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9608
9609 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9610
9611 * dired.el (dired-log-summary): Add doc string.
9612
9613 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9614 (custom-group-menu-create): Not here.
9615
9616 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9617
9618 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9619
9620 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9621
9622 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9623 (mac-apple-event-map): Define its handler.
9624
9625 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9626
9627 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9628
9629 2006-09-07 Magnus Henoch <mange@freemail.hu>
9630
9631 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9632 clause.
9633
9634 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9635
9636 * info.el (Info-index): Bind completion-ignore-case.
9637
9638 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9639
9640 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9641 previous commit.
9642 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9643 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9644 burp in dedicated windows.
9645 (inferior-prolog-self-insert-command): New command.
9646 (inferior-prolog-mode-map): Use it.
9647
9648 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9649
9650 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9651
9652 * international/code-pages.el: Add cp858.
9653
9654 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9655
9656 * dnd.el: Fix bootstrapping.
9657
9658 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9659
9660 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9661 (dnd-open-remote-url): New function.
9662 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9663 not windows-nt.
9664
9665 2006-09-07 Jason Rumney <jasonr@gnu.org>
9666
9667 * dnd.el (dnd-open-remote-file-function): New variable.
9668 (dnd-open-unc-file): New function.
9669 (dnd-open-file): Call dnd-open-remote-file-function if set.
9670
9671 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9672
9673 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9674 pgg-passphrase-coding-system rather than locale-coding-system.
9675 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9676
9677 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * progmodes/prolog.el: Remove * in docstrings.
9680 (prolog-program-name): Add SWI prolog.
9681 (prolog-mode-menu): New menu.
9682 (prolog-mode): Set comment-add.
9683 (prolog-indent-line): Simplify. Use indent-line-to.
9684 (inferior-prolog-buffer): New var.
9685 (inferior-prolog-run, inferior-prolog-process): New funs.
9686 (run-prolog, switch-to-prolog): Rewrite, using them.
9687 (prolog-consult-region): Use inferior-prolog-buffer.
9688 (inferior-prolog-load-file): New function.
9689 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9690
9691 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9692 last word, if it's not the end of the paragraph.
9693
9694 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9695 file name.
9696
9697 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9698
9699 * frame.el (display-mm-dimensions-alist): New defcustom.
9700 (display-mm-height, display-mm-width): Use it.
9701
9702 2006-09-06 Simon Josefsson <jas@extundo.com>
9703
9704 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9705
9706 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9707
9708 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9709 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9710 string values.
9711
9712 2006-09-06 Kim F. Storm <storm@cua.dk>
9713
9714 * simple.el (line-move-partial): New function to do vscrolling for
9715 partially visible images / tall lines. Rewrite based on code
9716 previously in line-move. Simplify backwards vscrolling.
9717 (line-move): Use it. Simplify.
9718
9719 2006-09-05 Kim F. Storm <storm@cua.dk>
9720
9721 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9722
9723 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9724
9725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9726 Process the `gcc-include' after the `gnu' rule.
9727
9728 2006-09-05 Kim F. Storm <storm@cua.dk>
9729
9730 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9731
9732 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9733
9734 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9735 compatibility.
9736
9737 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9738 inhibit-redisplay; encode passphrase with locale-coding-system.
9739
9740 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9741
9742 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9743
9744 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9745
9746 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9747 (gdb-var-list-children-regexp): Make type field optional.
9748
9749 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9750 e.g public, protected in C++.
9751
9752 2006-09-04 John Paul Wallington <jpw@pobox.com>
9753
9754 * simple.el (completion-show-help): New defcustom.
9755 (completion-setup-function): Heed it.
9756
9757 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9758
9759 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9760
9761 2006-09-04 Richard Stallman <rms@gnu.org>
9762
9763 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9764 (rsf-min-region-to-spam-list): Doc fix.
9765 (rsf-add-content-type-field): Doc fix.
9766
9767 * simple.el (kill-region): Explicitly test there is a region.
9768
9769 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9772 sendmail in several common directories.
9773
9774 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9775
9776 * paths.el (sendmail-program): Removed.
9777
9778 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9779
9780 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9781 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9782 http://article.gmane.org/gmane.emacs.gnus.general/50457
9783
9784 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9785
9786 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9787 mark after running the menu filter.
9788
9789 2006-09-03 Juri Linkov <juri@jurta.org>
9790
9791 * international/quail.el (quail-defrule-internal): Add a check
9792 if a key is a vector.
9793
9794 2006-09-02 Juri Linkov <juri@jurta.org>
9795
9796 * man.el (Man-topic-history): New variable.
9797 (man): Use it.
9798
9799 * woman.el (woman-topic-history): Change defvar to defvaralias
9800 for symbol `Man-topic-history'.
9801
9802 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9803 `comint-last-output-start' is a marker by using `markerp' and
9804 check if it has a position by using `marker-position', and use
9805 this position for `goto-char'.
9806
9807 * international/quail.el (quail-defrule-internal): Add missing
9808 `error' call for null key.
9809
9810 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9811
9812 * net/rcirc.el (rcirc-keywords): New variable.
9813 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9814 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9815 variables.
9816 (rcirc-responses-no-activity): New function.
9817 (rcirc-handler-generic): Check for responses in above.
9818 (rcirc-process-command): Add ?: character to arguments of raw
9819 server commands.
9820 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9821 `rcirc-dim-nicks'.
9822 (rcirc-gray-toggle): Remove unused variable.
9823 (rcirc-print): Remove some tracking logic, which is moved into
9824 markup functions.
9825 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9826 types.
9827 (rcirc-activity-string): Look for 'keyword in activity-types.
9828 (rcirc-window-configuration-change): Don't erase overlay-arrow
9829 unnecessarily.
9830 (rcirc-add-or-remove): New function.
9831 (rcirc-cmd-ignore): Use it.
9832 (rcirc-message-leader): Remove unused function.
9833 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9834 (rcirc-add-face): New function.
9835 (rcirc-facify): Use rcirc-add-face.
9836 (rcirc-url-regexp): Add parens.
9837 (rcirc-map-regexp): Remove function.
9838 (rcirc-mangle-regexp): Remove function.
9839 (rcirc-markup-text-functions): New variable.
9840 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9841 (rcirc-markup-body-text, rcirc-markup-attributes)
9842 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9843 (rcirc-markup-bright-nicks): New markup handler functions.
9844 (rcirc-nick-in-message-full-line): New face.
9845 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9846 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9847
9848 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9849
9850 * cus-start.el (hscroll-margin, hscroll-step)
9851 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9852 (x-use-underline-position-properties): Change version to "22.1"
9853 since they will appear there for the first time.
9854
9855 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9856
9857 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9858
9859 2006-08-31 Richard Stallman <rms@gnu.org>
9860
9861 * cus-edit.el (custom-save-variables): Slight cleanup.
9862 (Custom-no-edit): Renamed from custom-no-edit.
9863 (Custom-newline): Renamed from custom-newline.
9864 (custom-mode-map): Use new names.
9865
9866 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9867 about customization, rather than M-x customize, in the doc string
9868 made for the defcustom.
9869
9870 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9871
9872 2006-08-31 Romain Francoise <romain@orebokech.com>
9873
9874 * dired-x.el (dired-guess-shell-alist-default): Update.
9875
9876 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9877
9878 * custom.el (custom-theme-set-variables): Autoload packages before
9879 sorting the variables.
9880
9881 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9882
9883 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9884 Convert events to chars if XEmacs.
9885 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9886
9887 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9890 waiting for process.
9891
9892 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9893
9894 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9895 results in ASCII-only string, encode original one directly.
9896
9897 2006-08-29 Romain Francoise <romain@orebokech.com>
9898
9899 * startup.el (normal-splash-screen, fancy-splash-screens):
9900 Make buffer read-only and arrange to enter view mode if necessary.
9901
9902 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9903
9904 * hl-line.el (hl-line): New face.
9905 (hl-line-face): Use it.
9906
9907 * image-mode.el (image-mode): Fix last fix.
9908 Suggested by Kim F. Storm.
9909
9910 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9911
9912 Sync with Tramp 2.0.54.
9913
9914 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9915 of `=', because `tramp-get-remote-gid' might not always return an
9916 integer when expected.
9917 (tramp-register-file-name-handlers): `partial-completion-mode' is
9918 unknown to XEmacs.
9919 (tramp-time-diff): Don't use `floor', it might fail for large
9920 differences.
9921 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9922 `tramp-auto-save-directory' if unset in order to guarantee unique
9923 auto-save file names.
9924
9925 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * image-mode.el (image-mode): Display image as text on a terminal.
9928
9929 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * progmodes/python.el (python-send-command): Simplify.
9932 (run-python): Don't generate a new buffer unless `new' was specified.
9933 Make sure we send `import emacs' to the proper process.
9934
9935 * progmodes/python.el (python-send-command): Don't wait for the command
9936 to terminate. Don't fiddle with compilation-parsing-end.
9937
9938 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9941 Insert commentary after first line summary.
9942
9943 * woman.el (woman-follow): New function, based on `man-follow'.
9944 (woman-mode-map): Use it.
9945
9946 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9947 since ibuffer-do-sort-by-recency does not define a sorter.
9948
9949 2006-08-28 Kim F. Storm <storm@cua.dk>
9950
9951 * find-dired.el (find-dired): Use shell-quote-argument to properly
9952 escape ( and ) args. Also use it on {} and ; args in default
9953 value of find-ls-option string.
9954 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9955
9956 2006-08-27 Michael Olson <mwolson@gnu.org>
9957
9958 * emacs-lisp/tq.el: Small grammar fix in comments.
9959 (tq-enqueue): Check for existence of queue rather than the
9960 head queue item's question, which was a no-op.
9961 (tq-filter, tq-process-buffer): Make sure the process buffer
9962 exists before making it the current buffer.
9963
9964 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9965
9966 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9967 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9968 (special-event-map): Apply 2006-08-16 change for x-win.el.
9969
9970 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * progmodes/python.el (python-send-receive): Wait in the
9973 process's buffer so as to check the right buffer-local variables.
9974
9975 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9978 (defgroup checkdoc): Move to beginning.
9979
9980 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9981 (python-preoutput-continuation): Remove.
9982 (python-preoutput-filter): Simplify correspondingly.
9983 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9984 Loop around to catch embedded _emacs_out output.
9985 (run-python): Send the import&print command on a single line.
9986 (python-send-command): Send command&print on a single line.
9987 (python-send-string): Only add double \n if needed.
9988 (python-send-receive): Loop until the result comes.
9989 (python-mode-running): Defvar it.
9990 (python-setup-brm): Remove unused var `menu'.
9991 Only bind py-mode-map and `features' around brm-init.
9992 (python-calculate-indentation): Remove unused var `point'.
9993 (python-beginning-of-defun): Remove unused var `def-line'.
9994
9995 2006-08-25 Richard Stallman <rms@gnu.org>
9996
9997 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9998
9999 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10000
10001 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10002 viper-vi-state-cursor-color.
10003 (viper-non-hook-settings): Don't set default
10004 mode-line-buffer-identification.
10005
10006 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10007 New fun.
10008 (viper-set-cursor-color-according-to-state)
10009 (viper-get-saved-cursor-color-in-replace-mode)
10010 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10011 viper-emacs-state-cursor-color.
10012
10013 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10014 (viper-undo): Use point if undo-beg-posn is nil.
10015 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10016 (viper-after-change-undo-hook): Don't use
10017 viper-emacs-state-cursor-color by default.
10018 (viper-undo): More sensible positioning after undo.
10019
10020 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10021 (viper-emacs-state-cursor-color): Default to nil, since this feature
10022 doesn't work well yet.
10023
10024 * ediff-mult.el (ediff-intersect-directories)
10025 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10026 always expand filenames.
10027
10028 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * tumme.el: Remove * in defcustoms's docstrings.
10031
10032 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10033
10034 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10035 Accept internal time format for SECS arg.
10036 (timer-relative-time): Doc fix.
10037
10038 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10039 adapted from Martin Rudalics.
10040 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10041 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10042 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10043 using sit-for.
10044
10045 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10046
10047 * cus-start.el (all): Add `overline-margin' and
10048 `x-underline-at-descent-line'.
10049
10050 2006-08-24 Kim F. Storm <storm@cua.dk>
10051
10052 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10053 to mean "use find -exec"; nil now unambiguously means auto-detect.
10054 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10055 Use shell-quote-argument to build grep-find-command and
10056 grep-find-template.
10057 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10058 Reported by Tom Seddon.
10059
10060 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10061
10062 * startup.el (fancy-splash-head): Give instructions for dismissing
10063 the splash screen for default startup too.
10064 (display-startup-echo-area-message, fancy-splash-screens)
10065 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10066 all splash text at once and keep the splash buffer around.
10067 (command-line-1): Give display-startup-echo-area-message a t arg.
10068
10069 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10070
10071 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10072 gnus frame is selected.
10073
10074 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10075
10076 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10077
10078 2006-08-22 Kim F. Storm <storm@cua.dk>
10079
10080 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10081 Add suffix matching for subdirs.
10082
10083 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10084
10085 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10086 mouse-yank-at-point is non-nil.
10087
10088 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10089
10090 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10091 a bit wider and remove fringes to fit initial output on line.
10092
10093 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * frame.el (blink-cursor-end): Only ignore the error we care about.
10096 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10097
10098 2006-08-21 Richard Stallman <rms@gnu.org>
10099
10100 * whitespace.el (whitespace-cleanup): Doc fix.
10101
10102 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10103
10104 * net/rcirc.el (rcirc-show-maximum-output): New var.
10105 (rcirc-buffer-process): If no buffer argument is supplied, use
10106 current-buffer.
10107 (rcirc-complete-nick): Complete to the last completed nick first.
10108 (rcirc-mode): Preserve the value of `rcirc-urls' across
10109 connections. Setup scroll function.
10110 (rcirc-scroll-to-bottom): New function.
10111 (rcirc-print): Use nick syntax around regexp work.
10112 Notice dim-nicks speaking only if they say our nick.
10113 (rcirc-update-activity-string): Do not show the modeline indicator
10114 if there are no live rcirc processes.
10115 (rcirc-cmd-ignore): Ignore case.
10116 (rcirc-browse-url-at-point): Fix off-by-one error.
10117
10118 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10119
10120 * progmodes/python.el: Remove * in defcustom docstrings.
10121 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10122 (python-mode): Set tab-width and indent-tabs-mode.
10123
10124 2006-08-20 Dave Love <fx@gnu.org>
10125
10126 * progmodes/python.el: Update to Dave Love's latest version.
10127 (python-font-lock-keywords, python-mode): Don't use
10128 font-lock-syntax-table, but match symbol elements explicitly instead.
10129 (python-mode-map): Add help, and a few more key bindings.
10130 (python-skip-comments/blanks): Move out of comments as well.
10131 (python-continuation-line-p): Behave better with unbalanced parens.
10132 (python-blank-line-p): New fun.
10133 (python-open-block-statement-p): Don't use a heuristic.
10134 (python-outdent-p): Better handle blocks-in-the-same-line.
10135 (python-calculate-indentation): Misc improvements.
10136 (python-comment-indent): Remove.
10137 (python-block-pairs): New var.
10138 (python-first-word): New fun.
10139 (python-indentation-levels): Handle more common cases.
10140 (python-indent-line-1): Add `leave' argument.
10141 (python-indent-region): New fun.
10142 (python-skip-out): New fun.
10143 (python-beginning-of-statement, python-end-of-statement): Use it.
10144 (python-next-statement): Return correct count even at eob.
10145 (python-end-of-block): Fix paren-typo.
10146 (python-imenu-create-index): Add module variables.
10147 (run-python): Add `new' arg.
10148 Check we're at a prompt before returning.
10149 (python-send-command): Move to end of buffer.
10150 Wait for prompt to return.
10151 (python-set-proc): New fun.
10152 (python-imports): New var.
10153 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10154 (python-eldoc-function): Try to move out of arg list.
10155 (python-outline-level): Offset by 1.
10156 (python-find-imports): New fun.
10157 (python-symbol-completions): Use python-imports.
10158 (python-module-path, ffap-alist): Add support for ffap.
10159 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10160 (python-insert-*, python-default-template, python-expand-template):
10161 Add templates/skeletons.
10162 (python-setup-brm): Support for Bicycle Repair Man.
10163 (python-abbrev-syntax-table): New var.
10164 (python-abbrev-pc-hook, python-pea-hook): New funs.
10165
10166 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10167
10168 * frame.el (blink-cursor-start): Set timer first.
10169 (blink-cursor-end): Ignore timer cancelling errors.
10170 Suggested by Ken Manheimer.
10171
10172 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10175 Add autoload cookie.
10176
10177 2006-08-20 Richard Stallman <rms@gnu.org>
10178
10179 * simple.el (line-number-at-pos): Doc fix.
10180
10181 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10182 timer-activate-when-idle, so timer can run before Emacs becomes
10183 non-idle again.
10184
10185 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10186
10187 * whitespace.el (whitespace-cleanup-internal): New optional arg
10188 REGION-ONLY. If it's non-nil, modify the message to the user
10189 accordingly.
10190 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10191 a non-nil argument.
10192
10193 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10194
10195 * rect.el (spaces-string): Simplify and add doc string.
10196
10197 2006-08-17 Romain Francoise <romain@orebokech.com>
10198
10199 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10200
10201 2006-08-17 Richard Stallman <rms@gnu.org>
10202
10203 * compare-w.el (compare-windows): lambda's take an arg and pass
10204 it to compare-windows-skip-whitespace.
10205
10206 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10207
10208 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10209 the right buffer.
10210
10211 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10214 removed files.
10215
10216 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10217
10218 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10219 (gdb-locals-watch-map-1): Suppress keymap first.
10220 (gdb-edit-locals-map-1): New variable.
10221 (gdb-edit-locals-value): New function.
10222 (gdb-stack-list-locals-handler): Use them.
10223
10224 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10227 cursor would normally be drawn in the fringe.
10228
10229 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10230 Reported by Martin Rudalics <rudalics@gmx.at>.
10231
10232 2006-08-16 Richard Stallman <rms@gnu.org>
10233
10234 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10235 (special-event-map): Process drag-n-drop events this way.
10236
10237 * simple.el (move-beginning-of-line): Test whether fields
10238 would prevent motion back to line's first visible character.
10239 If so, stop where the fields would stop the motion.
10240
10241 * newcomment.el (comment-indent): Fully update INDENT
10242 before checking to see if it will change the text.
10243
10244 * cus-edit.el (custom-newline): New function.
10245 (custom-mode-map): Bind newline to custom-newline.
10246
10247 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10248 into ignore-whitespace.
10249 Check each buffer for its skip-function.
10250 Handle compare-windows-skip-whitespace special-case test
10251 by returning t from default skip function.
10252
10253 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10254
10255 * textmodes/org.el (org-clock-special-range)
10256 (org-clock-update-time-maybe): New functions.
10257 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10258 not only a-z.
10259 (org-agenda-get-blocks): Allow multiple blocks per headline.
10260 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10261 (org-export-html-title-format)
10262 (org-export-html-toplevel-hlevel): New options.
10263 (org-export-language-setup): Add support for Czech.
10264 (org-mode, org-insert-todo-heading, org-find-visible)
10265 (org-find-invisible, org-invisible-p, org-invisible-p2)
10266 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10267 (org-show-subtree, org-show-entry, org-make-options-regexp):
10268 Remove compatibility support for old outline-mode.
10269 (org-check-occur-regexp): Funtion removed.
10270 (org-on-heading-p, org-back-to-heading): Made defalias.
10271 (org-set-local): New defsubst.
10272 (org-set-regexps-and-options, org-mode)
10273 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10274 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10275 (org-remember-apply-template, org-table-edit-field)
10276 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10277 (org-set-autofill-regexps): Use `org-set-local'.
10278 (org-table-eval-formula): Fix bug with parsing of display flags.
10279
10280 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10281
10282 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10283 frame with fringe arrow. Suggested by Simon Marshall
10284 <simon.marshall@misys.com>.
10285 (gdb-stack-position): New variable.
10286 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10287 (gdb-frames-mode): Set gdb-stack-position to nil.
10288 Add to overlay-arrow-variable-list
10289 (gdb-reset): Delete gdb-stack-position from above list.
10290
10291 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10292
10293 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10294 read only.
10295
10296 2006-08-13 Romain Francoise <romain@orebokech.com>
10297
10298 * cus-theme.el (customize-create-theme)
10299 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10300
10301 * filesets.el (filesets-add-buffer): Ditto.
10302
10303 * pcvs.el (cvs-change-cvsroot): Ditto.
10304
10305 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10306
10307 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10308 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10309 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10310 expressions.
10311 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10312 Only search till end of line.
10313 Add face to function names in case of no filename.
10314 Add face to variable names of watchpoints.
10315
10316 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10317
10318 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10319 customization group.
10320
10321 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10322
10323 * allout.el (allout-prior-bindings, allout-added-bindings):
10324 Remove, after long deprecation.
10325 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10326 Add customization vars controlling allout-beginning-of-line and
10327 allout-end-of-line conveniences.
10328 (allout-header-prefix, allout-use-mode-specific-leader)
10329 (allout-use-mode-specific-leader, allout-mode-leaders):
10330 Revise docstrings.
10331 (allout-infer-header-lead): Change to be an alias for
10332 allout-infer-header-lead-and-primary-bullet.
10333 (allout-infer-header-lead-and-primary-bullet): New version of
10334 allout-infer-header-lead which assigns the primary bullet to the
10335 same as the header lead, when its being changed.
10336 (allout-infer-body-reindent): Apply regexp-quote instead of
10337 unconditionally prepending "\\", so that all literal
10338 allout-header-prefix and allout-primary-bullet strings are
10339 properly handled.
10340 (allout-add-resumptions): Add optional qualifier for extending or
10341 appending to existing values, rather than replacing them.
10342 (allout-view-change-hook): Clarify docstring.
10343 (allout-exposure-change-hook): Take explicit arguments, via
10344 run-hook-with-args.
10345 (allout-structure-added-hook)
10346 (allout-structure-deleted-hook)
10347 (allout-structure-shifted-hook): New hooks analogous to
10348 allout-exposure-change-hook for other kinds of structural outline
10349 edits.
10350 (allout-encryption-plaintext-sanitization-regexps): New encryption
10351 customization variable, by which cooperating modes can provde
10352 massage of the plaintext without actually being passed it.
10353 (allout-encryption-ciphertext-rejection-regexps)
10354 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10355 customization variables, by which cooperating modes can prohibit
10356 rare but possible ciphertext patterns from fouling their
10357 operation, with actually being passed the ciphertext.
10358 (allout-mode): Run activation and deactivation hooks after the
10359 minor-mode variable has been toggled, to clarify the mode
10360 disposition. The new encryption ciphertext rejection variable is
10361 used to ensure that the ciphertext does not contain text that
10362 would be recognized as outline structural elements by allout.
10363 Substite allout-beginning-of-line and allout-end-of-line for
10364 conventionall beginning-of-line and end-of-line bindings.
10365 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10366 activation!
10367 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10368 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10369 (allout-chart-subtree): Implement new mode, charting only the
10370 visible items in the subtree, when new 'visible' parameter is non-nil.
10371 (allout-end-of-subtree): Properly handle the last item in the buffer.
10372 (allout-pre-command-business, allout-command-counter):
10373 Increment an advertised counter so that cooperating enhancements can
10374 track revisions of items.
10375 (allout-open-topic): Run allout-structure-added-hook with suitable
10376 arguments.
10377 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10378 arguments.
10379 (allout-shift-out): Fix doubling for negative args and ensure call
10380 of allout-structure-shifted-hook by solely using allout-shift-in.
10381 (allout-kill-line, allout-kill-topic):
10382 Run allout-structure-deleted-hook with suitable arguments.
10383 (allout-yank-processing): Run allout-structure-added-hook with
10384 proper arguments.
10385 (allout-yank): Enclose activity in allout-unprotected.
10386 (allout-flag-region): Run allout-exposure-change-hook with
10387 suitable arguments, instead of making the callee infer the arguments.
10388 (allout-encrypt-string):
10389 Support allout-encryption-plaintext-sanitization-regexps,
10390 allout-encryption-ciphertext-rejection-regexps, and
10391 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10392 en/de cryption mode in symmetric encryption failure message.
10393 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10394 copy of the passphrase, and don't zero it or we'll corrupt the
10395 stashed copy.
10396 (allout-create-encryption-passphrase-verifier)
10397 (allout-verify-passphrase): Respect the new signature for
10398 allout-encrypt-string.
10399 (allout-get-configvar-values): Convenience for getting a
10400 configuration variable value and handling its absence gracefully.
10401
10402 2006-08-11 Romain Francoise <romain@orebokech.com>
10403
10404 * obsolete/zone-mode.el: Delete.
10405
10406 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10409
10410 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10411
10412 * emacs-lisp/bindat.el (bindat-ip-to-string):
10413 Use `format-network-address' if possible.
10414
10415 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10416
10417 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10418
10419 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10420
10421 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10422 restore unread-command-events here.
10423 (edebug-display): Do it here, to detect sit-for interruptions.
10424
10425 2006-08-10 Romain Francoise <romain@orebokech.com>
10426
10427 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10428 (dns-mode-soa-auto-increment-serial): New user option.
10429 (dns-mode-soa-maybe-increment-serial): New function.
10430 (dns-mode): Add the latter to `write-contents-functions'.
10431
10432 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10433 Delete autoload cookies.
10434
10435 2006-08-10 John Wiegley <johnw@newartisans.com>
10436
10437 * eshell/em-glob.el (eshell-glob-chars-list)
10438 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10439
10440 2006-08-10 Richard Stallman <rms@gnu.org>
10441
10442 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10443 (facemenu-set-face): Doc fix.
10444 (facemenu-listed-faces): Doc fix.
10445
10446 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10447
10448 * avoid.el (mouse-avoidance-animating-pointer): New var.
10449 (mouse-avoidance-nudge-mouse): Use it.
10450 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10451 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10452 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10453 Don't activate if currently animating. All callers changed.
10454
10455 2006-08-09 John Wiegley <johnw@newartisans.com>
10456
10457 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10458 variable, which causes timeclock to report elapsed time worked,
10459 instead of just work remaining.
10460
10461 2006-08-09 Kenichi Handa <handa@m17n.org>
10462
10463 * international/latexenc.el (latexenc-find-file-coding-system):
10464 Fix for the case that the 2nd element of arg-list is a cons.
10465
10466 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * info.el (Info-fontify-node): Handle preceding `in' for note
10469 reference hiding rules.
10470
10471 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10474 mistake a closing " for an opening one.
10475
10476 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10477
10478 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10479
10480 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * complete.el (PC-do-completion): Filter out completions matching
10483 completion-ignored-extensions before checking whether there are
10484 multiple completions.
10485 Don't use `list' unnecessarily when building completion tables.
10486
10487 2006-08-06 Richard Stallman <rms@gnu.org>
10488
10489 * help.el (describe-mode): Make minor mode list more concise.
10490
10491 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * bindings.el: Give mode-line-format, mode-line-modes, and
10494 mode-line-position `standard-value' properties.
10495
10496 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10497
10498 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10499 "(file)node" instead of the file name.
10500
10501 2006-08-05 Richard Stallman <rms@gnu.org>
10502
10503 * faces.el (escape-glyph): Doc fix.
10504
10505 2006-08-04 Kenichi Handa <handa@m17n.org>
10506
10507 * international/mule-diag.el (describe-font): Improve docstring
10508 and error message. Use frame-parameter (not frame-parameters).
10509
10510 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10513 Correctly mark the end-of-docstring char.
10514
10515 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * simple.el (line-move-to-column): Constrain move-to-column to
10518 current field.
10519
10520 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * font-lock.el (font-lock-beg, font-lock-end)
10523 (font-lock-extend-region-functions): New vars.
10524 (font-lock-extend-region-multiline)
10525 (font-lock-extend-region-wholelines): New functions.
10526 (font-lock-default-fontify-region): Use them.
10527 (font-lock-extend-jit-lock-region-after-change): Only round up
10528 if font-lock-default-fontify-region will do it as well.
10529
10530 * font-lock.el (font-lock-extend-after-change-region-function):
10531 Rename from font-lock-extend-region-function.
10532 (font-lock-extend-region): Remove by inlining at call sites.
10533 (font-lock-after-change-function): Don't needlessly round up to a whole
10534 number of lines.
10535 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10536 the boundary conditions and the interactions between the various ways
10537 to extend the region.
10538
10539 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10542 modification status when forcing the second redisplay.
10543
10544 2006-08-03 Kim F. Storm <storm@cua.dk>
10545
10546 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10547
10548 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10551 doesn't look like a file name.
10552
10553 * complete.el (PC-expand-many-files): Avoid signalling an error when
10554 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10555
10556 2006-08-02 Andreas Schwab <schwab@suse.de>
10557
10558 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10559
10560 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10561
10562 * bindings.el (map): Make mode-line-buffer-identification-keymap
10563 before defining propertized-buffer-identification.
10564
10565 2006-08-01 Richard Stallman <rms@gnu.org>
10566
10567 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10568
10569 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10570
10571 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10572 default value.
10573 (gdb-find-source-frame): New function.
10574 (menu): Add to menu bar.
10575
10576 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * font-core.el (font-lock-extend-region-function)
10579 (font-lock-extend-region): Move to font-lock.el.
10580
10581 * font-lock.el (font-lock-extend-region-function)
10582 (font-lock-extend-region): Move from font-core.el. Simplify.
10583
10584 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10585 if needed.
10586 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10587 (jit-lock-after-change-extend-region-functions): New hook.
10588 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10589
10590 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10591 (font-lock-turn-on-thing-lock): Use it.
10592
10593 * longlines.el (longlines-show-region): Make it work on read-only
10594 buffers as well.
10595
10596 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10597
10598 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10599
10600 2006-07-31 Richard Stallman <rms@gnu.org>
10601
10602 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10603 (vhdl-speedbar-display-projects): Update old obsolete
10604 speedbar variable names.
10605
10606 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10607
10608 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10609 (gdb-stopped): Use it.
10610
10611 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10612
10613 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10614
10615 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10616 for load-history elements.
10617
10618 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10619
10620 * files.el (convert-standard-filename): For Cygwin, replace
10621 characters not allowed in Windows file names.
10622 (make-auto-save-file-name): Add Cygwin to the list of systems
10623 where the auto-save file name needs to be run through
10624 convert-standard-filename.
10625
10626 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10627
10628 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10629
10630 2006-07-28 Richard Stallman <rms@gnu.org>
10631
10632 * bindings.el (mode-line-frame-identification)
10633 (propertized-buffer-identification): Centralize the code
10634 to initialize the variable.
10635
10636 * progmodes/grep.el (grep-default-command): Catch errors from
10637 wildcard-to-regexp.
10638
10639 2006-07-29 Kim F. Storm <storm@cua.dk>
10640
10641 * progmodes/grep.el (grep-tag-default): New function.
10642 (grep-default-command, grep-read-regexp): Use it.
10643 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10644 as default if nothing else applies.
10645
10646 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10647
10648 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10649 Throw error if buffer is not in Dired and Wdired mode, respectively.
10650
10651 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10652
10653 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10654 self-insert-command keys don't activate buttons.
10655 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10656
10657 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10658
10659 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10660 faces for enable character.
10661
10662 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10663
10664 * Makefile.in (recompile): Update comment to reflect change
10665 on 2004-04-21.
10666
10667 2006-07-27 Richard Stallman <rms@gnu.org>
10668
10669 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10670 (customize-package-emacs-version): Change msg when pkg has no entry.
10671 (custom-no-edit): On a button, do like widget-button-press.
10672
10673 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10674
10675 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10676 S-tab and C-S-tab.
10677
10678 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10679
10680 * progmodes/which-func.el (which-function): Fix documentation/
10681 comment typo.
10682
10683 2006-07-26 Richard Stallman <rms@gnu.org>
10684
10685 * textmodes/ispell.el (ispell-word): If we replace the word,
10686 move point to the end. Insert before deleting.
10687
10688 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10689
10690 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10691 a timer.
10692
10693 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10694
10695 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10696 when at first image.
10697 (tumme-forward-image): Add prefix argument. Add error when at last
10698 image.
10699
10700 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * tabify.el (tabify-regexp): Use more specific regexps.
10703 (tabify): Avoid modifying the buffer unnecessarily.
10704
10705 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10706
10707 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10708 (tumme-format-properties-string): Handle empty `buf'.
10709 (tumme-get-comment): Change variable names inside `let'.
10710 Add missing `let' variable that cause font-lock problems.
10711 (tumme-write-comments): Change variable names inside `let'.
10712 Add missing `let' variable that cause font-lock problems.
10713 (tumme-forward-image): Rename from `tumme-forward-char'.
10714 (tumme-backward-image): Rename from `tumme-backward-char'.
10715
10716 2006-07-25 Masatake YAMATO <jet@gyve.org>
10717
10718 * progmodes/ld-script.el (ld-script-keywords)
10719 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10720 and add comments.
10721
10722 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10723
10724 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10725 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10726 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10727 for status indicator.
10728
10729 2006-07-24 Richard Stallman <rms@gnu.org>
10730
10731 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10732
10733 * subr.el (dolist, dotimes): Use interned symbols for locals.
10734 (--dotimes-limit--, --dolist-tail--): New defvars.
10735 (looking-back): Doc fix.
10736
10737 * replace.el (replace-match-string-symbols): Handle dotted lists.
10738
10739 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10740
10741 * tumme.el (tumme-write-tags): Add.
10742 (tumme-write-comments): Add.
10743 (tumme-tag-files): Change to use `tumme-write-tags'.
10744 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10745 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10746 (tumme-save-information-from-widgets): Change to use
10747 `tumme-write-comments' and `tumme-write-tags'.
10748 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10749 (tumme-write-tag): Remove.
10750 (tumme-write-comment): Remove.
10751 (tumme-display-previous-thumbnail-original): Remove empty line.
10752 (tumme-widget-list): Add punctuation.
10753
10754 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10755
10756 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10757
10758 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10759
10760 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10761 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10762 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10763
10764 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10765
10766 * mouse.el (mouse-on-link-p): Doc fix.
10767
10768 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10769
10770 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10771 Handle "C-h f `".
10772
10773 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10774
10775 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10776 column.
10777
10778 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10779
10780 * textmodes/table.el: Add move-beginning-of-line and
10781 move-end-of-line to Point Motion Only Group.
10782
10783 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10784
10785 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10786
10787 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10788
10789 * startup.el (user-mail-address): Initialize from the `EMAIL'
10790 environment variable first. Document this.
10791 (command-line): Ditto.
10792
10793 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * help-mode.el (help-function-def, help-variable-def)
10796 (help-face-def): Print a message in the minibuffer.
10797
10798 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10799
10800 * term/xterm.el (terminal-init-xterm): Fix key bindings
10801 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10802
10803 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10804
10805 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10806 where `(nth 1 command)' is a cons cell. Doc fix.
10807
10808 * textmodes/po.el (po-find-charset): Doc fix.
10809
10810 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10811
10812 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10813 (allout-beginning-of-current-line, allout-end-of-current-line)
10814 (allout-next-visible-heading, allout-open-topic)
10815 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10816 (allout-flag-current-subtree, allout-show-to-offshoot)
10817 (allout-hide-current-entry, allout-show-current-branches)
10818 (allout-hide-region-body, allout-old-expose-topic)
10819 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10820 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10821 containing `beginning-of-line' and `end-of-line' with
10822 `inhibit-field-text-motion' t.
10823
10824 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10825
10826 * frame.el (focus-follows-mouse): Document that it doesn't have
10827 any effect on MS-Windows.
10828
10829 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10832
10833 2006-07-20 Jay Belanger <belanger@truman.edu>
10834
10835 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10836
10837 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10838 New variables.
10839 (calc-alg-entry): Use `calc-alg-entry-history'.
10840 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10841 Remove reference to `calc-previous-alg-entry'.
10842 (calcAlg-edit, calcAlg-enter): Remove reference to
10843 `calc-previous-alg-entry'.
10844 (calcAlg-previous): Use `previous-history-element' instead of
10845 `calc-previous-alg-entry'.
10846 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10847 Change keybinding for `calcAlg-plus-minus', add keybindings for
10848 `previous-history-element' and `next-history-element'.
10849
10850 * calc/calc-rewr.el (calc-match): Remove reference to
10851 `calc-previous-alg-entry'.
10852
10853 * calc/calc-sel.el (calc-selection-history): New variable.
10854 (calc-enter-selection, calc-sel-mult-both-sides)
10855 (calc-sel-add-both-sides): Use `calc-selection-history'.
10856
10857 * calc/calc-map.el (calc-get-operator-history): New variable.
10858 (calc-get-operator): Use `calc-get-operator-history'.
10859
10860 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10861 (calc-curve-fit): Use `calc-curve-fit-history'.
10862
10863 2006-07-20 Kenichi Handa <handa@m17n.org>
10864
10865 * international/mule-cmds.el (select-safe-coding-system): Fix the
10866 way of deciding eol-type of the coding system.
10867
10868 2006-07-20 Alan Mackenzie <acm@muc.de>
10869
10870 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10871 (c-lang-setvar): New macro.
10872 (c-make-init-lang-vars-fun): Use the initialization forms in
10873 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10874 (comment-start, comment-end, comment-start-skip): Change these from
10875 c-lang-defvar's to c-lang-setvar's.
10876
10877 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10878 which calls make-local-variable on the elements of
10879 c-emacs-variable-inits.
10880 (c-init-language-vars-for): Call this new macro.
10881
10882 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10885 Try to rule out false positives due to time stamps.
10886 (compilation-mode-font-lock-keywords): Remove rules made redundant
10887 because of the above change. Add `segmentation fault' to the known and
10888 highlighted compilation termination messages.
10889
10890 2006-07-19 Kim F. Storm <storm@cua.dk>
10891
10892 * progmodes/grep.el (grep-find-ignored-directories):
10893 Add .svn and _darcs to list.
10894
10895 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10896
10897 * dired.el (dired-mode-map): Add key binding `C-te' for
10898 `tumme-dired-edit-comment-and-tags'.
10899
10900 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10901 image display buffer is displayed before call to
10902 `tumme-display-image.
10903 (tumme-dired-display-image): Make sure image display buffer is
10904 displayed before call to `tumme-display-image.
10905 (tumme-mouse-display-image): Make sure image display buffer is
10906 displayed before call to `tumme-display-image.
10907 (tumme-widget-list): Add.
10908 (tumme-dired-edit-comment-and-tags): Add.
10909 (tumme-save-information-from-widgets): Add.
10910
10911 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10914
10915 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10918 Revert inadvertently installed patch hunk.
10919
10920 * progmodes/compile.el (compilation-find-file): Handle the
10921 cases where the user selects a non-existent file.
10922
10923 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10926
10927 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10928
10929 * subr.el (sit-for): Just sleep-for if noninteractive.
10930
10931 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10934
10935 * custom.el (custom-autoload): Add `noset' argument.
10936 (custom-push-theme): Don't autoload the variable, let callers do it.
10937 (custom-theme-set-variables): Autoload the variable if necessary.
10938
10939 * cus-edit.el (custom-variable-state-set): If the variable was
10940 originally set outside custom, but to the same value as the default,
10941 consider it to be standard.
10942
10943 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10944 file *before* telling Emacs to add the autoloads, in case it fails.
10945
10946 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10947 Use `cond', push', and `dolist'.
10948
10949 2006-07-17 Richard Stallman <rms@gnu.org>
10950
10951 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10952 Add defvars to silence warnings.
10953
10954 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10955
10956 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10957 Don't highlight "Compiling file" messages as error.
10958
10959 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10960 file already exists.
10961
10962 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10963
10964 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10965 entry, don't assign to free var; simply return the extracted filename.
10966 (ff-treat-as-special): Incorporate common preamble from callers.
10967 (ff-other-file-name, ff-find-the-other-file):
10968 Update call to ff-treat-as-special.
10969
10970 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10971
10972 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10973
10974 * tumme.el (tumme-get-comment): Fix bug.
10975
10976 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * files.el: Remove spurious * in docstrings.
10979
10980 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10981
10982 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10983 grammar.
10984 (allout-beginning-of-current-line): Beware beginning of buffer.
10985 Also, a comment is simplified.
10986 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10987 when appropriate. (This fix enables use for other than
10988 bullet-hotspot operation.)
10989 (allout-hide-current-subtree): While escalating to sibling-close,
10990 make sure to situate on a topic.
10991
10992 2006-07-14 Kim F. Storm <storm@cua.dk>
10993
10994 * emulation/cua-base.el (cua-delete-selection)
10995 (cua-toggle-set-mark): New defcustoms.
10996 (cua-rectangle-modifier-key): Add `alt' modifier.
10997 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10998 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10999 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11000
11001 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11002
11003 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11004
11005 * allout.el: Require 'cl during byte-compilation/interactive load,
11006 for the `assert' macro.
11007 (allout-mode-deactivate-hook): New hook, run when allout mode
11008 deactivates.
11009 (allout-developer): New allout customization subgroup.
11010 (allout-run-unit-tests-on-load): New allout-developer
11011 customization variable, when true allout unit tests are run towards
11012 end of file load/eval.
11013 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11014 auto-fill-mode.
11015 (allout-resumptions): Remove, to be replaced by...
11016 (allout-add-resumptions): Register variable settings to be
11017 reinstated by `allout-do-resumptions'. The settings are made
11018 buffer-local, but the locality/globality of the suspended setting
11019 is restored on resumption.
11020 (allout-do-resumptions): Reinstate all settings suspended using
11021 `allout-add-resumptions'.
11022 (allout-test-resumptions): Unit tests (and intermediate variables)
11023 for resumptions.
11024 (allout-tests-globally-unbound, allout-tests-globally-true)
11025 (allout-tests-locally-true): Intermediate variables for
11026 resumptions unit tests.
11027 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11028 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11029 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11030 instead of retired `allout-resumptions'. For hook functions, use
11031 `local' parameter so hook settings are created and removed as
11032 buffer-local settings. Revise (resumptions) setting
11033 auto-fill-function so it is set only if already active. (The
11034 related fill-function settings are all made in either case, so
11035 that activating auto-fill-mode activity will have the custom
11036 allout-mode behaviors (hanging indent on topics, if configured for it).
11037 Remove all allout-exposure-category overlays on mode deactivation.
11038 (allout-hotspot-key-handler): New function extracted from
11039 `allout-pre-command-business', so the functionality can be used
11040 for other purposes, eg as a binding in an overlay.
11041 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11042 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11043 customization variable.
11044 (allout-run-unit-tests): Run the (currently quite small)
11045 repertoire of unit tests. Called just before the provide iff user
11046 has customized `allout-run-unit-tests-on-load' non-nil.
11047
11048 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11049
11050 * emacs-lisp/authors.el (authors-aliases): Update.
11051
11052 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11053
11054 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11055 gdb-source-window. Add dedicated argument.
11056 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11057 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11058 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11059 (gdb-display-locals-buffer): Use it.
11060
11061 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11062 Set gdb-source-window.
11063
11064 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11067 minor modes, redundant with the custom-autoload line above.
11068
11069 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11070
11071 * longlines.el (longlines-post-command-function): Handle open-line too.
11072
11073 2006-07-12 Richard Stallman <rms@gnu.org>
11074
11075 * progmodes/grep.el (grep-last-buffer): Doc fix.
11076
11077 * info.el (Info-try-follow-nearest-node): Doc fix.
11078
11079 * emacs-lisp/edebug.el (edebug-instrument-function):
11080 Err if find-function-noselect gives no position.
11081
11082 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11083 If can't find definition, return nil for position.
11084 (find-function-do-it): Handle new return value
11085 of find-definition-noselect.
11086 (find-definition-noselect, find-variable-noselect): Doc fix.
11087 (find-function-noselect): Doc fix.
11088
11089 * help-mode.el (help-variable-def): Handle find-variable-noselect
11090 returning no position.
11091 (help-function-def): Likewise for find-function-search-for-symbol.
11092 (help-face-def): Likewise.
11093
11094 * help-fns.el (describe-variable): Handle find-variable-noselect
11095 returning no position.
11096
11097 * files.el (locate-file-completion): Avoid duplicates in result.
11098
11099 * cus-edit.el (custom-no-edit): New command.
11100 (custom-mode-map): Remap to custom-no-edit instead of
11101 using suppress-keymap.
11102
11103 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11104
11105 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11106 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11107 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11108
11109 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11110
11111 2006-07-11 Kim F. Storm <storm@cua.dk>
11112
11113 * ido.el (ido-copy-current-file-name): Use buffer-name if
11114 buffer-file-name is nil.
11115
11116 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * simple.el (undo-ask-before-discard): Set to nil.
11119
11120 * vc.el (vc-exec-after): Don't delete process manually.
11121 (vc-print-log): Run log-view-mode in process sentinel inside
11122 inhibit-read-only. Don't shrink window due to timing issues.
11123
11124 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11125 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11126
11127 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11130 Fix ambiguity introduced by last change.
11131 (compilation-find-file): Move save-excursion to where it may
11132 make sense. Fix a left over `find-file'.
11133
11134 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11135
11136 * textmodes/texinfmt.el (texinfo-format-separate-node):
11137 Insert a string before point, which fits documentation, not after.
11138 (texinfo-multitable-item): In a multitable row, insert any
11139 additional needed @tabs and spaces.
11140
11141 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11142
11143 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11144 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11145 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11146 instead of shell-command.
11147 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11148 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11149 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11150 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11151 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11152 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11153
11154 2006-07-11 Kim F. Storm <storm@cua.dk>
11155
11156 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11157 Remove special case for seconds < 0. Use (redisplay t) instead.
11158
11159 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11160
11161 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11162 avoid compilation error.
11163
11164 * subr.el (sit-for): New function.
11165
11166 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11167
11168 2006-07-10 Richard Stallman <rms@gnu.org>
11169
11170 * ldefs-boot.el (edebug): Update page.
11171
11172 2006-07-10 Kim F. Storm <storm@cua.dk>
11173
11174 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11175 to FOR-RELEASE and TODO.
11176
11177 2006-07-10 Romain Francoise <romain@orebokech.com>
11178
11179 * emacs-lisp/authors.el (authors-aliases): Update.
11180
11181 2006-07-10 Alan Mackenzie <acm@muc.de>
11182
11183 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11184 * cc-mode.el: Changes to eradicate eval-after-load.
11185
11186 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11187
11188 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11189 on non-char events.
11190
11191 2006-07-09 Romain Francoise <romain@orebokech.com>
11192
11193 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11194 Don't highlight start/end markers as compilation messages.
11195
11196 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11197 to t.
11198
11199 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11202
11203 2006-07-08 Richard Stallman <rms@gnu.org>
11204
11205 * term/x-win.el (x-handle-display): Add doc string.
11206
11207 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11208
11209 * subr.el (def-edebug-spec): Move here.
11210 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11211
11212 * imenu.el (imenu-choose-buffer-index): Doc fix.
11213
11214 2006-07-08 Romain Francoise <romain@orebokech.com>
11215
11216 * term/x-win.el (x-display-name): Fix typo.
11217
11218 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11219
11220 * hexl.el (hexl-find-file): Doc fix.
11221
11222 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11223
11224 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11225
11226 * term/x-win.el (x-display-name): Doc fix.
11227
11228 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11231 long prefixes.
11232 (fill-region-as-paragraph): Don't round up to a whole line.
11233 (fill-comment-paragraph): Don't include the code-before-the-comment
11234 when calling fill-region-as-paragraph.
11235
11236 * international/mule.el (make-char): Remove redundancy.
11237
11238 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11239 property may contain an anonymous function rather than a symbol.
11240
11241 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11242
11243 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11244 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11245
11246 * dirtrack.el (dirtrack-default-directory-function): Remove.
11247 (dirtrack-directory-function): Use file-name-as-directory.
11248 (dirtrack-windows-directory-function): Simplify.
11249 (dirtrack-forward-slash, dirtrack-backward-slash)
11250 (dirtrack-replace-slash): Remove.
11251 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11252 (dirtrack): Fix wrong parenthesizing; use match-string.
11253
11254 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11255 (inferior-octave-mode): Only change the buffer-local value of
11256 comint-dynamic-complete-functions.
11257 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11258 Move the initialization to the declaration.
11259 (inferior-octave-complete): Remove unused var `filter'.
11260
11261 * shell.el (shell-mode): Only change the buffer-local value of
11262 comint-dynamic-complete-functions.
11263
11264 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11265
11266 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11267 entry is skipped because it has been scheduled.
11268 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11269 changing `:org-archived' and `:org-comment' properties.
11270
11271 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * server.el (server-select-display): Don't make the temp frame
11274 minibuffer-only, in case it's not a temp frame.
11275 (server-process-filter): Don't delete the temp frame if it's the
11276 only one we have on that display.
11277
11278 * files.el (find-alternate-file): Doc fix.
11279
11280 2006-07-05 Richard Stallman <rms@gnu.org>
11281
11282 * files.el (abbreviate-file-name): Add save-match-data.
11283
11284 2006-07-03 Richard Stallman <rms@gnu.org>
11285
11286 * faces.el (read-face-name): Doc fix.
11287
11288 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11291
11292 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11293
11294 * vc.el (vc-diff-internal): Fix prev change.
11295
11296 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11297
11298 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11299 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11300
11301 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11304 fails if the symbol contains chars like ( or '.
11305 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11306 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11307 `short'.
11308
11309 2006-07-04 Kenichi Handa <handa@m17n.org>
11310
11311 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11312 the current one, don't call set-language-environment, but call one
11313 of set-language-environment-XXX to make INFO effective now.
11314 (set-language-environment): Call set-language-environment-XXX
11315 functions instead of doing the various setups directly.
11316 (set-language-environment-coding-systems): Delete argument eol-type.
11317 (set-language-environment-input-method)
11318 (set-language-environment-nonascii-translation)
11319 (set-language-environment-charset)
11320 (set-language-environment-fontset)
11321 (set-language-environment-unibyte): New functions.
11322
11323 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11324
11325 * locate.el (locate-update-when-revert): New option.
11326 (locate-update-path): New option (suggested by Michael Albinus).
11327 (locate-prompt-for-command): Whitespace change.
11328 (locate-update): No longer offer to update the locate database by
11329 default. Implement the two new options.
11330
11331 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11332
11333 * tooltip.el: Move comment about track-mouse...
11334
11335 * progmodes/gud.el: ...to here.
11336
11337 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11338
11339 * facemenu.el (facemenu-listed-faces): New var.
11340 (facemenu-unlisted-faces): Variable deleted.
11341 (facemenu-add-new-face): Use facemenu-listed-faces.
11342
11343 * emulation/viper-init.el, calendar/calendar.el:
11344 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11345
11346 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11347
11348 * textmodes/org.el (org-mode): Remove no invalid settings for
11349 calc embedded mode.
11350 (org-mode-p): New defsubst.
11351 (org-save-all-org-buffers): New function.
11352 (org-first-headline-recenter): Enclose outline-regexp in group
11353 delimiters.
11354 (org-set-tags): Keep single space after stars.
11355
11356 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * window.el (set-window-text-height): Only set window-min-height to
11359 1 if that's the requested size.
11360
11361 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11362 (diff-unified->context, diff-context->unified)
11363 (diff-reverse-direction): Make sure the end marker stays at the end.
11364 (diff-mode): Add the keymap table at the end of docstring.
11365 Use lexical-let rather than constructing a closure manually.
11366
11367 * files.el (find-file-noselect-1): Remove unused var assignment.
11368 (hack-local-variables-confirm): Print lists of strings as lists of
11369 strings rather than lists of symbols.
11370 (abbreviate-file-name, hack-local-variables-prop-line):
11371 Use match-string.
11372 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11373 (recover-session-finish): Use line-end-position.
11374
11375 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11376
11377 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11378
11379 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11380
11381 * progmodes/make-mode.el (makefile-macroassign-regex):
11382 Accept preceding keyword.
11383 (makefile-gmake-statements): Reorganize, now that makepp has
11384 "override" and also handle forgotten "override define".
11385 (makefile-makepp-statements): Add new "global", "override export"
11386 and "override global".
11387
11388 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11391 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11392 (ada-no-auto-case): Fix typos in docstrings.
11393
11394 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11395
11396 * info.el (Info-find-node-2): Search for makeinfo version more
11397 carefully.
11398
11399 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11400
11401 * textmodes/org.el (org-prepare-agenda-buffers):
11402 Use `invisible-OK' argument for `org-end-of-subtree'.
11403 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11404 (org-beginning-of-item): Fix bug in regular expression for white line.
11405 (org-export-as-html): Enforce space after bullet in plain list items.
11406 (org-set-autofill-regexps): Require space after plain list bullet
11407 for paragraph-start.
11408 (org-ts-regexp3): New constant.
11409 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11410 (org-timestamp-up-day, org-timestamp-down-day)
11411 (org-timestamp-change): Work with inactive timestamps.
11412 (org-ts-regexp1): Don't allow brackets in time stamps.
11413
11414 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11415
11416 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11417 for ignoring links.
11418
11419 * faces.el (read-face-name): Use it.
11420
11421 2006-06-28 Juri Linkov <juri@jurta.org>
11422
11423 * buff-menu.el (list-buffers-noselect): Compare Info file
11424 with the string "dir" to detect Info directory.
11425
11426 * complete.el (partial-completion-mode): In lambda for
11427 `choose-completion-string-functions' use full function signature
11428 with 4 args, and move point to the end of the minibuffer only if arg
11429 `mini-p' is non-nil.
11430
11431 2006-06-28 John Paul Wallington <jpw@pobox.com>
11432
11433 * ibuffer.el (ibuffer-mode): Doc fix.
11434
11435 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11436
11437 * textmodes/org.el (org-context): New contexts :item-bullet,
11438 :latex-fragment, :latex-preview.
11439 (org-overlays-at, org-overlay-start, org-overlay-end):
11440 New compatibility functions.
11441 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11442 exact regexp that will be used during export.
11443 (org-latex-regexps): New variable.
11444 (org-cdlatex-mode): Improve advice for `texmathp'.
11445 (turn-on-org-cdlatex): New function.
11446
11447 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11448
11449 * term/mac-win.el (mac-handle-font-selection): Change keys of
11450 mac-atsu-font-table from strings to numbers.
11451 (mac-ts-caret-position): Use also when cursor-type is nil.
11452 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11453 Relax condition for using overlay strings.
11454 Use mac-ts-caret-position face when cursor-type is nil.
11455
11456 2006-06-26 Kim F. Storm <storm@cua.dk>
11457
11458 * help.el (view-emacs-news): Declare `res' in the right let* form.
11459
11460 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11461
11462 * net/rcompile.el (remote-compile): Replace ange-ftp based
11463 implementation by Tramp functions.
11464 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11465
11466 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11467
11468 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11469
11470 * international/fontset.el (setup-default-fontset): Fix a typo in
11471 the "Oriya-Akruti" registry name.
11472
11473 2006-06-23 Lars Hansen <larsh@soem.dk>
11474
11475 * desktop.el (desktop-full-file-name): New function.
11476 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11477 (desktop-revert): Use it.
11478 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11479 (desktop-after-read-hook): Add option list-buffers.
11480 (desktop-locals-to-save): Add tab-width.
11481 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11482 Fix docstring.
11483
11484 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11485
11486 * textmodes/org.el (org-cdlatex-mode-map)
11487 (org-cdlatex-texmathp-advice-is-done): New variables.
11488 (org-cdlatex-mode): New minor mode.
11489 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11490 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11491 (org-export-with-archived-trees): New option.
11492 (org-open-file): Remove the call to `convert-standard-filename'.
11493 (org-archive-tag, org-agenda-skip-archived-trees)
11494 (org-cycle-open-archived-trees)
11495 (org-sparse-tree-open-archived-trees): New options.
11496 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11497 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11498 New functions.
11499 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11500 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11501 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11502 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11503 Call `org-prepare-agenda-buffers'.
11504 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11505 (org-file-apps, org-file-apps-defaults-gnu)
11506 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11507 Handle remote files by forcing them to be opened in Emacs.
11508
11509 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11510
11511 * vc.el (vc-diff-knows-L): New variable.
11512 (vc-diff-internal): Use it to handle "diff" programs that don't
11513 understand -L. This works automatically, no user action is necessary.
11514
11515 2006-06-23 Daniel Brockman <daniel@brockman.se>
11516
11517 * net/rcirc.el (rcirc-default-user-full-name): Default to
11518 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11519 longer exists).
11520 (rcirc-process-list): Check `buffer-live-p' before attempting to
11521 switch to a buffer.
11522
11523 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11524
11525 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11526 based on rcirc-coding-system-alist.
11527
11528 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11529
11530 * cus-edit.el (customize-apropos): A better error message.
11531 (top level) <debug-ignored-errors>: Extend and update the list of
11532 ignored error messages.
11533
11534 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11535
11536 * complete.el (PC-do-completion): Retain capitalization of user
11537 input, when possible, even if completion-ignore-case is set.
11538
11539 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11540
11541 * generic-x.el (bat-generic-mode): Support .cmd files.
11542
11543 * dos-w32.el (top level): Use find-file-not-found-functions
11544 instead of the obsolete find-file-not-found-hooks.
11545
11546 2006-06-22 Kim F. Storm <storm@cua.dk>
11547
11548 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11549 to recognize mode name containing submodes, such as Grep/lw.
11550
11551 2006-06-21 Kim F. Storm <storm@cua.dk>
11552
11553 * simple.el (line-move-1): Check for move-end-of-line instead of
11554 end-of-line when setting temporary-goal-column.
11555
11556 2006-06-21 Miles Bader <miles@gnu.org>
11557
11558 * play/cookie1.el (cookie): Work properly when there's only one entry.
11559
11560 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11561
11562 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11563 (gdb-frame-handler): Generalize frame regexp for templates.
11564
11565 2006-06-20 Glenn Morris <rgm@gnu.org>
11566
11567 * calendar/appt.el (appt-display-format): Default value must be
11568 one of the customize options.
11569
11570 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11571
11572 * term/xterm.el (terminal-init-xterm): Update key availability info.
11573 Bind C-return.
11574
11575 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11576
11577 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11580 whether or not a local variables list is defined.
11581
11582 * msb.el (msb): Move `sit-for' hack here to handle both
11583 "mouse-down and drag" and "mouse-up and select" situations.
11584 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11585
11586 2006-06-20 Kenichi Handa <handa@m17n.org>
11587
11588 * international/characters.el (word-combining-categories):
11589 Add entries for 2-byte Han characters.
11590
11591 2006-06-19 Richard Stallman <rms@gnu.org>
11592
11593 * bindings.el (mode-line-format): Save some mode line space.
11594
11595 * files.el (find-file-noselect): Improve the question wording.
11596 (basic-save-buffer-2): Mask UMASK against 666.
11597
11598 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11599 (mouse-drag-vertical-line): Call it.
11600
11601 * cus-edit.el (customize-option, customize-option-other-window):
11602 Error if SYMBOL is nil.
11603
11604 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11605
11606 * textmodes/org.el: Require noutline, also on XEmacs.
11607 (org-end-of-subtree): Return point.
11608 (org-dblock-start-re, org-dblock-end-re): New constants.
11609 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11610 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11611 (org-update-all-dblocks, org-find-dblock): New functions.
11612 (org-collect-clock-time-entries): New function.
11613 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11614 (org-fixup-indentation): Modify to deal correctly with lines
11615 starting with TAB. Only one argument DIFF now.
11616 (org-demote, org-promote): Call `org-fixup-indentation' with just
11617 one argument, DIFF.
11618 (org-mode): Don't mark buffer as modified when aligning tables.
11619 (org-clock-sum): Don't mark buffer modified when adding time sum
11620 properties.
11621 (org-export-as-html): Add support for a link validation function.
11622 (org-archive-all-done): New function.
11623 (org-archive-subtree): New prefix argument. When set, archive all
11624 done subtrees in this buffer.
11625 (org-remove-clock-overlays)
11626 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11627 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11628 (org-put-clock-overlay): Don't swallow last headline character
11629 when displaying overlay.
11630 (org-store-link): Link to `image-mode' with just the file name.
11631
11632 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11633
11634 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11635 Use read-key-sequence.
11636 (viper-after-change-undo-hook): Misc enhancements.
11637 (viper-after-change-undo-hook): New hook.
11638 (viper-undo): Use viper-after-change-undo-hook.
11639 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11640 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11641 clicking on that widget/button.
11642
11643 * emulation/viper.el (viper-mode): Allow a separate cursor color
11644 in Emacs state.
11645
11646 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11647 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11648 (ediff-set-actual-diff-options): New function.
11649 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11650 Use ediff-set-actual-diff-options.
11651 (ediff-extract-diffs): Catch errors.
11652 (ediff-whitespace): Add non-breakable space.
11653 (ediff-same-file-contents): Catch errors.
11654
11655 * ediff-mult.el (ediff-collect-custom-diffs):
11656 Save coding-system-for-read.
11657
11658 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11659 (ediff-vc-internal, ediff-vc-merge-internal):
11660 Use ediff-delete-version-file.
11661 (ediff-delete-version-file): New function.
11662
11663 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11664
11665 * ediff.el (ediff-directories, ediff-directory-revisions)
11666 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11667 (ediff-directories-internal, ediff-merge-directory-revisions)
11668 (ediff-merge-directory-revisions-with-ancestor)
11669 (ediff-directories3): Use read-directory-name.
11670
11671 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11672
11673 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11674 Remove superfluous part of regexp for brace matching which is handled
11675 by `scan-lists' call.
11676
11677 2006-06-16 Richard Stallman <rms@gnu.org>
11678
11679 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11680
11681 * files.el (basic-save-buffer-2): For a new precious file,
11682 use the default modes in the return value.
11683
11684 * facemenu.el (facemenu-color-alist): Doc fix.
11685
11686 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11687
11688 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11689
11690 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11691
11692 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11693 (mac-utxt-to-string): Use it.
11694 (mac-ts-update-active-input-area): Use mac-ae-number.
11695
11696 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11697
11698 * term.el (term-handle-scroll, term-delete-lines)
11699 (term-insert-lines): Fix off by one errors.
11700
11701 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * net/tramp.el (tramp-touch): Use UTC to express time.
11704
11705 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11706
11707 * mail/sendmail.el (mail-send): Search explicitly for
11708 mail-header-separator when checking for corrupted header lines.
11709
11710 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11711
11712 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11713 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11714 (gdb-init-1): Initialise them.
11715 (gdb-starting): Reset gdb-printing
11716 (gdb-starting): Save value of gud-overlay-arrow-position.
11717 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11718 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11719 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11720 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11721
11722 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11725
11726 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11727
11728 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11729 (ldap-search-internal): Keep error messages, and a regexp fix.
11730
11731 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11732
11733 * files.el (hack-local-variables-confirm):
11734 Display string value using its printed representation.
11735
11736 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * server.el (server-edit): No-op if no server buffers exist.
11739
11740 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11741
11742 * textmodes/page-ext.el (pages-directory-for-addresses):
11743 Including `pages-directory-address-mode' in the function results
11744 in the message "Buffer in which pages were found is deleted".
11745
11746 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11747
11748 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11749 clocking functions.
11750
11751 (org-agenda-clock-in, org-check-running-clock)
11752 (org-clock-out-if-current, org-remove-clock-overlays)
11753 (org-put-clock-overlay): New functions.
11754 (org-clock-marker, org-clock-file-total-minutes)
11755 (org-clock-overlays): New variables.
11756 (org-clock-display, org-clock-sum, org-clock-cancel)
11757 (org-clock-out, org-clock-in): New commands.
11758 (org-export): New function.
11759 (org-emph-re): New constant.
11760 (org-set-emph-re, org-do-emphasis-faces): New functions.
11761 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11762 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11763 (org-export-html-convert-emphasize): Use the configurable emphasis.
11764 (org-cleaned-string-for-export): Make multiline emphasis visible
11765 to the exporter. New optional argument PARAMETERS.
11766 (org-export-as-html): Specify :emph-multiline parameter to
11767 `org-cleaned-string-for-export'.
11768
11769 2006-06-10 Richard Stallman <rms@gnu.org>
11770
11771 * help.el (help-for-help-internal): Clean up help text.
11772
11773 2006-06-10 Andreas Schwab <schwab@suse.de>
11774
11775 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11776 in doc string.
11777
11778 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11779
11780 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11781
11782 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11783 spaces after the comment start.
11784
11785 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11786
11787 * play/pong.el (pong-init-buffer):
11788 Fill buffer with spaces instead of ^A.
11789
11790 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11791 launched asynchronously, delete its process instead of being cool.
11792 (ispell-async-processp): Check for `delete-process' existence
11793 instead of `kill-process' one for consistency.
11794
11795 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11796
11797 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11798 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11799 in mode line at startup.
11800
11801 2006-06-08 Kim F. Storm <storm@cua.dk>
11802
11803 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11804 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11805 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11806 (ido-file-internal): Pass full file name to write-file.
11807 (ido-read-internal): Only pop stack elements automatically if they
11808 actually match an existing directory or file name.
11809
11810 2006-06-07 Kenichi Handa <handa@m17n.org>
11811
11812 * international/mule.el (find-auto-coding): Don't handle the short
11813 name `char-trans'.
11814
11815 * files.el (hack-local-variables-prop-line)
11816 (hack-local-variables): Cancel the previous change.
11817
11818 2006-06-06 Jesper Harder <harder@phys.au.dk>
11819
11820 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11821
11822 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11823
11824 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11825 diff-default-read-only is non-nil.
11826 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11827 (diff-refine-hunk): Set inhibit-read-only to t.
11828
11829 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11830 modifying the *Diff* buffer.
11831 (diff-process-filter): New filter function for diff process that
11832 sets inhibit-read-only to t when modifying the *Diff* buffer.
11833
11834 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11835
11836 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11837 insertion point and control the number of empty lines.
11838 (org-paste-subtree): Limit the number of empty lines at the end of
11839 the inserted tree.
11840 (org-agenda): Use buffer name of current file for narrowing.
11841 (org-export-as-xml): Command removed.
11842 (org-export-xml-type): Option removed.
11843 (org-mode-map): Call `org-export-as-xoxo' directly.
11844 (org-get-indentation): New optional argument LINE.
11845 (org-fix-indentation, org-remove-tabs): New functions.
11846 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11847 correct indentation for headlines that are converted it items.
11848 (org-skip-comments): Remove table lines that contain narrowing
11849 cookies but no other non-empty fields.
11850 (org-set-tags): Allow groups of mutually exclusive tags.
11851 (org-cmp-time): Sort 24:21 before items without time.
11852 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11853 (org-open-at-point): Require double colon also for numbers.
11854
11855 2006-06-06 Kim F. Storm <storm@cua.dk>
11856
11857 * ido.el (ido-default-file-method, ido-default-buffer-method):
11858 Make choice values consistent with corresponding command names.
11859 (ido-visit-buffer): Update accordingly. Default to selected-window.
11860
11861 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11862
11863 * progmodes/gud.el (gud-running): Fix doc string.
11864 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11865 (gud-tooltip-modes): Add python-mode.
11866 (gud-tooltip-print-command): Add pdb. Remove perldb.
11867
11868 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11869
11870 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11871 Quote $(EMACS).
11872
11873 2006-06-05 Richard Stallman <rms@gnu.org>
11874
11875 * faces.el (defined-colors): Doc fix.
11876
11877 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11878
11879 * vc.el (vc-process-filter): Inhibit undo info collection around
11880 call to insert.
11881 (vc-setup-buffer): Likewise for call to erase-buffer.
11882 (vc-do-command): Likewise for call to process-file.
11883
11884 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11885
11886 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11887 for gud-go.
11888 (gud-common-init): Other debuggers may trigger error.
11889
11890 2006-06-05 Kenichi Handa <handa@m17n.org>
11891
11892 * international/mule.el (find-auto-coding):
11893 Handle enable-character-translation in file header.
11894
11895 2006-06-04 Kim F. Storm <storm@cua.dk>
11896
11897 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11898 (authors-fixed-entries): Fix spelling.
11899 (authors-canonical-file-name): Don't report error for wildcards.
11900
11901 * help.el (view-emacs-news): Rewrite to support new NEWS,
11902 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11903 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11904 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11905
11906 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11907
11908 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11909 exec constructs like `foo bar`.
11910 (sh-quoted-subshell): New helper function to search for a possibly
11911 nested subshell (like `` or $()) within a "" quoted string.
11912 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11913 (sh-apply-quoted-subshell): Flag quote characters inside a
11914 subshell, which is itself already in a quoted region, as
11915 punctuation, since this is the closest to what they actually are.
11916 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11917 sh-apply-quoted-subshell.
11918 (sh-font-lock-syntactic-face-function): Apply the new face for
11919 text inside `` instead of the old font-lock-string-face.
11920
11921 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11922
11923 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11924 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11925 (mac-bytes-to-text-range, mac-ae-text-range-array)
11926 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11927 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11928 (mac-ts-unicode-for-key-event): New functions.
11929 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11930 (mac-handle-font-selection): Use mac-ae-number.
11931 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11932 New variables.
11933 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11934 (mac-ts-converted-text, mac-ts-selected-converted-text)
11935 (mac-ts-block-fill-text, mac-ts-outline-text)
11936 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11937 (mac-ts-hilite-style-faces): New constant.
11938 (mac-apple-event-map): Bind text input events.
11939 (mac-dispatch-apple-event): Use command-execute instead of
11940 call-interactively.
11941 (global-map): Don't bind mac-apple-event.
11942 (special-event-map): Bind mac-apple-event.
11943
11944 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11945
11946 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11947 file name.
11948 (emacs): Enclose the value of $(EMACS) in quotes.
11949
11950 2006-06-02 Juri Linkov <juri@jurta.org>
11951
11952 * international/mule.el (sgml-html-meta-auto-coding-function):
11953 Remove the condition `(search-forward "<html" size t)'.
11954 Replace `\"' with `[\"']?' in `re-search-forward'.
11955
11956 2006-06-02 Kenichi Handa <handa@m17n.org>
11957
11958 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11959 as well as `coding'.
11960 (hack-local-variables): Likewise.
11961
11962 * international/mule.el (enable-character-translation):
11963 Put permanent-local and safe-local-variable properties.
11964 (find-auto-coding): Handle char-trans: tag.
11965
11966 2006-06-02 Juri Linkov <juri@jurta.org>
11967
11968 * international/mule.el (sgml-html-meta-auto-coding-function):
11969 Limit the search by the end of the HTML header (if any).
11970
11971 2006-06-01 Richard Stallman <rms@gnu.org>
11972
11973 * subr.el (with-current-buffer): Doc fix.
11974
11975 2006-06-02 Masatake YAMATO <jet@gyve.org>
11976
11977 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11978 Almost rewrite. Underlines over all lines of gcov output are too
11979 uncomfortable to read. Suggested by Dan Nicolaescu.
11980
11981 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11982
11983 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11984
11985 * shell.el (shell-mode): Use shell-mode-map in docstring.
11986
11987 * comint.el (comint-send-input): Do not add help-echo and
11988 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11989
11990 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11991
11992 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11993
11994 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11995
11996 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11997 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11998 look up the stack and pop up GUD buffer if necessary.
11999 (gdb-frames-select): Remove redundant call to gud-display-frame.
12000 (gdb-info-threads-custom): Keep point at start of buffer.
12001 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12002
12003 2006-05-31 Juri Linkov <juri@jurta.org>
12004
12005 * replace.el (query-replace-read-from, query-replace-read-to):
12006 Bind `history-add-new-input' to nil. Call `add-to-history'.
12007
12008 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12009
12010 * textmodes/table.el: Convert all HTML tags to lower case for
12011 XHTML compatibility.
12012
12013 2006-05-31 Masatake YAMATO <jet@gyve.org>
12014
12015 * progmodes/compile.el:
12016 (compilation-error-regexp-alist-alist::gcov-called-line):
12017 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12018
12019 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12020
12021 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12022 Revert inadvertent changes made with last commit.
12023
12024 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12025
12026 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12027 New functions.
12028
12029 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12030
12031 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12032
12033 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12034 only matches in the right place.
12035 (org-upcoming-deadline): New face.
12036 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12037 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12038 and make it an option.
12039 (org-export-ascii-bullets): New option.
12040 (org-export-as-html): Many changes to emit valid XHTML.
12041 (org-par-open): New variable.
12042 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12043 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12044 (org-timeline): Pass `org-timeline-show-empty-dates' to
12045 `org-get-all-dates'. Interpret empty dates returned by
12046 `org-get-all-dates'.
12047 (org-get-all-dates): New argument EMPTY. Add dates without
12048 entries to the list, mark large ranges of empty dates.
12049 (org-point-in-group, org-context): New functions.
12050
12051 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12052
12053 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12054
12055 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12056 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12057 to C-mouse-3 (for 2 button mice).
12058 (gdb-send): Do the right thing for C-d.
12059
12060 * speedbar.el (speedbar-detach): Delete.
12061 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12062 it breaks things.
12063 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12064
12065 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12066
12067 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12068 Makeppfile.
12069
12070 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12071 Add makepp diagnostic.
12072
12073 2006-05-29 Richard Stallman <rms@gnu.org>
12074
12075 * window.el (fit-window-to-buffer): Doc fix.
12076
12077 * help.el (temp-buffer-max-height): Doc fix.
12078
12079 * subr.el (with-current-buffer): Doc fix.
12080
12081 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12082
12083 * term/x-win.el: Bind F10 to menu-bar-start if available.
12084
12085 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12086
12087 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12088 uses with a simple test.
12089 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12090 (term-send-raw-string, term-send-raw, term-mouse-paste)
12091 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12092 (term-handle-exit, term-read-input-ring)
12093 (term-previous-matching-input-string)
12094 (term-previous-matching-input-string-position)
12095 (term-previous-matching-input-from-input)
12096 (term-replace-by-expanded-history, term-send-input)
12097 (term-skip-prompt, term-bol, term-send-invisible)
12098 (term-kill-input, term-delchar-or-maybe-eof)
12099 (term-backward-matching-input, term-check-source)
12100 (term-proc-query, term-emulate-terminal)
12101 (term-handle-colors-array, term-process-pager, term-pager-line)
12102 (term-pager-bob, term-unwrap-line, term-word)
12103 (term-dynamic-complete-filename)
12104 (term-dynamic-complete-as-filename)
12105 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12106 unlesses.
12107
12108 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12109
12110 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12111 during bootstrapping.
12112
12113 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12114 Basically undo the change of 2006-05-26: use extra arguments instead of
12115 dynamic scoping.
12116 (ewoc-locate): Remove unused var `footer'.
12117
12118 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12119
12120 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12121
12122 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12123 (generate-file-autoloads): Obey it. Return whether autoloads were
12124 added at point or not.
12125 (update-file-autoloads): Use this new return value.
12126 Remove redundant test for the presence of an autoload cookie.
12127
12128 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12129 This one calls hack-local-variables.
12130 (generate-file-autoloads, update-file-autoloads): Use it.
12131
12132 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12133 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12134 (bibtex-sort-entry-class-alist): Don't set the global value.
12135 (bibtex-init-sort-entry-class-alist): New fun.
12136 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12137 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12138 of bibtex-init-sort-entry-class.
12139
12140 2006-05-28 Richard Stallman <rms@gnu.org>
12141
12142 * subr.el (load-history-regexp): If FILE is relative, insist
12143 entire last name component must match it.
12144 (load-history-filename-element, load-history-regexp): Doc fixes.
12145
12146 2006-05-29 Kim F. Storm <storm@cua.dk>
12147
12148 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12149 `pos' and `raw-data' for clarity, as eval forms may access these.
12150
12151 2006-05-28 Kim F. Storm <storm@cua.dk>
12152
12153 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12154
12155 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * progmodes/make-mode.el (makefile-browser-map)
12158 (makefile-mode-syntax-table): Move initialization inside declaration.
12159 (makefile-fill-paragraph): Use the default comment-filling code.
12160
12161 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12162
12163 * replace.el (query-replace-defaults): New variable.
12164 (query-replace-read-from): Use `query-replace-defaults' for
12165 default value, instead of history list.
12166 (query-replace-read-to): Update `query-replace-defaults'.
12167
12168 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12169
12170 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12171 with no X toolkit.
12172
12173 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12174
12175 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12176 (tumme-show-all-from-dir): Add autoload.
12177
12178 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12179
12180 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12181 (tumme-remove-tag): Fix bug.
12182
12183 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12184
12185 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12186 FOOTER args. Update unique caller.
12187 (ewoc-delete): Compute last node once before looping.
12188 (ewoc--node-branch): Merge into unique caller.
12189 (ewoc--node): Don't define constructor make-ewoc--node for this
12190 structure.
12191 (ewoc): Add member `hf-pp' to this structure.
12192 (ewoc--wrap): New func.
12193 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12194 header/footer pretty-printers. Save header/footer pretty-printer.
12195 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12196
12197 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12198
12199 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12200
12201 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12202 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12203 Tag'. Change "Compare directories..." to "Change Directories...".
12204 Move tumme commands to Operate, Regexp and Immediate menus.
12205 Change "Add Comment" to "Add Image Comment". Change "Add Image
12206 Tag" to "Add Image Tags".
12207
12208 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12209 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12210 `tumme-delete-tag'.
12211
12212 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12213
12214 * shell.el (shell-mode): Call shell-dirtrack-mode after
12215 list-buffers-directory is made a local variable, to avoid setting
12216 the default value.
12217
12218 2006-05-26 Kevin Ryde <user42@zip.com.au>
12219
12220 * info.el (Info-index-next): Use where-is-internal to report
12221 actual binding of Info-index-next, rather than hard-coded `,'.
12222
12223 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12224
12225 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12226 and "Find Command in Manual" to here.
12227
12228 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12229 Info-current-file as the file name.
12230
12231 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12232
12233 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12234 overrides will now be done a different way.
12235 (ses-set-parameter): Reapply this function for undo.
12236 (ses-set-header-row): Reconstruct header row during undo.
12237 (ses-widen): New function.
12238 (ses-goto-data, ses-reconstruct-all): Use new function.
12239 (ses-command-hook): Widen buffer during undo, before unupdating
12240 the cells.
12241 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12242 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12243 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12244 formula hasn't been executed yet.
12245
12246 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12247
12248 * comint.el (comint-kill-whole-line): Rename arg to count.
12249 Fix doc string.
12250
12251 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12252
12253 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12254 to copy-file.
12255
12256 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12257
12258 * simple.el (toggle-truncate-lines): Make arg optional for
12259 backward compatibility.
12260
12261 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12262
12263 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12264 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12265 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12266 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12267 (ewoc--adjust): Use ewoc--current-dll.
12268 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12269
12270 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12271
12272 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12273 compact error message.
12274 (org-tags-view): Refresh category table in each file.
12275 (org-table-justify-field-maybe): Remove superfluous arguments to
12276 `format'.
12277 (org-export-as-html): Insert "<p>" before postamble.
12278 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12279
12280 2006-05-26 Kenichi Handa <handa@m17n.org>
12281
12282 * textmodes/po.el (po-find-charset): Pay attention to the case
12283 FILENAME is a cons (NAME . BUFFER).
12284 (po-find-file-coding-system-guts): Likewise.
12285
12286 * arc-mode.el (archive-set-buffer-as-visiting-file):
12287 Call find-operation-coding-system with (FILENAME . BUFFER).
12288
12289 * tar-mode.el (tar-extract): Call find-operation-coding-system
12290 with (FILENAME . BUFFER).
12291
12292 * international/mule.el (decode-coding-inserted-region):
12293 Call find-operation-coding-system with (FILENAME . BUFFER).
12294
12295 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12296
12297 * image-mode.el (image-toggle-display): Use buffer contents to
12298 generate image for a remote file.
12299
12300 2006-05-25 Juri Linkov <juri@jurta.org>
12301
12302 * replace.el (query-replace-read-from, query-replace-read-to):
12303 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12304
12305 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12306
12307 * whitespace.el (whitespace-cleanup): Change to cleanup
12308 region if one is active.
12309 * whitespace.el (whitespace-cleanup-internal): New internal method.
12310
12311 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12312
12313 * dired.el (dired-mode-map): Add help-echo strings to tumme
12314 commands. Bind `tumme-dired-display-image' to C-t i.
12315
12316 * tumme.el (tumme-display-image): Change documentation string slightly.
12317 (tumme-dired-display-image): Add call to `display-buffer'.
12318
12319 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12320
12321 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12322 Signal error if RAW-DATA is a multibyte string.
12323
12324 2006-05-24 Richard Stallman <rms@gnu.org>
12325
12326 * subr.el (with-local-quit): When handling `quit' signal,
12327 make a chance for quit-flag to cause a quit.
12328
12329 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12330 (ad-disable-advice): Add autoloads.
12331
12332 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12333
12334 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12335
12336 * dired.el (dired-mode-map): Change menu items for tumme as per
12337 suggestions in emacs-devel.
12338
12339 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12340
12341 * dired.el (dired-mode-map): Fix breakage.
12342
12343 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12344
12345 * tumme.el (tumme-display-dired-image): Rename to...
12346 (tumme-dired-display-image): ...this.
12347 (tumme-track-movement): Change default value to t.
12348 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12349 used from `tumme-next-line-and-display' and similar commands.
12350
12351 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12352 Immediate menu. Add some tumme commands there.
12353
12354 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12355
12356 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12357
12358 2006-05-24 Chong Yidong <cyd@mit.edu>
12359
12360 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12361 menu entries that open submenus.
12362
12363 2006-05-24 Alan Mackenzie <acm@muc.de>
12364
12365 * startup.el (command-line): For names of preloaded files, don't
12366 append ".elc" (now done in Fload), and call file-truename on the
12367 lisp directory.
12368
12369 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12370 match ANY loaded file with the right name, not just those in
12371 load-path. Put a regexp matching the file name into
12372 after-load-alist, rather than the name itself.
12373
12374 * subr.el (load-history-regexp, load-history-filename-element)
12375 (do-after-load-evaluation): New functions.
12376
12377 * international/mule.el (load-with-code-conversion): Do the
12378 eval-after-load stuff by calling do-after-load-evaluation.
12379
12380 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12381
12382 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12383 has not been killed.
12384
12385 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12386
12387 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12388 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12389 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12390 Optionally set error message in reply.
12391
12392 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12393
12394 * textmodes/org.el (org-open-at-point): Use renamed variable
12395 `org-confirm-shell-link-function'.
12396 (org-confirm-shell-link-function): Rename from
12397 `org-confirm-shell-links'.
12398 (org-export-directory): New function.
12399 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12400 (org-export-icalendar): Use `org-export-directory'.
12401 (org-indent-item): Keep cursor position.
12402 (org-link-file-path-type): New option.
12403 (org-export-as-html): Fix bug with plain lists starting in
12404 column 0.
12405 (org-export-as-html): Remove deadline formatting, this happens
12406 now already in `org-html-handle-time-stamps'.
12407 (org-export-html-style): Deadline class removed.
12408 (org-insert-labeled-timestamps-at-point): New option.
12409 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12410 of `hide-sublevels 1', in case the first headline is not level 1.
12411 (org-overview, org-content): New fuction.
12412 (org-cycle-global-status, org-cycle-subtree-status): Make these
12413 variables buffer-local.
12414 (org-global-cycle): New command.
12415 (org-shifttab): Use `org-global-cycle'.
12416 (org-insert-heading, org-insert-item): Go to end of new
12417 headline/item after creating it.
12418 (org-export-visible): Rename from `org-export-copy-visible'.
12419 Now creates a temporary org-file and applies an exporting command
12420 to it.
12421 (org-table-eval-formula): Support for lisp forms.
12422 (org-agenda-todo-ignore-scheduled): New option.
12423 (org-agenda-get-todos): Use new option
12424 `org-agenda-todo-ignore-scheduled'.
12425 (org-export-html-inline-images): New value `maybe'.
12426 (org-export-as-html): Inlining of images dependent on link description.
12427 (org-archive-subtree): Check for end-of-buffer before trying
12428 `kill-line'.
12429 (org-agenda-follow-mode): New option.
12430 (org-export-with-tags, org-export-with-timestamps): New options.
12431 (org-html-handle-time-stamps): New function.
12432 (org-keyword-time-regexp): New variable.
12433 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12434 (org-agenda-todo-list-sublevels): New option.
12435 (org-html-level-start): When TITLE is nil, just close all levels.
12436 (org-parse-key-lines, org-parse-export-options): Remove functions,
12437 replaced by `org-infile-export-plist'.
12438 (org-combine-plists, org-infile-export-plist)
12439 (org-default-export-plist): New functions.
12440 (org-export-html-preamble, org-export-html-postamble)
12441 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12442 New variables.
12443 (org-export-publishing-directory): New option.
12444 (org-export-as-html, org-export-as-ascii): Use the new property
12445 lists for settings.
12446 (org-export-copy-visible, org-export-as-xoxo):
12447 Respect `org-export-publishing-directory'.
12448 (org-link-search, org-store-link, org-file-apps): Support for
12449 links to BibTeX database entries..
12450 (org-get-current-options, org-set-regexps-and-options):
12451 Implement logging as a startup option.
12452 (org-store-link): Make sure context string is never empty
12453 (org-insert-link): Use relative path when possible.
12454 (org-at-item-checklet-p): New function.
12455 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12456 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12457 (org-metaright, org-metaup, org-metadown, org-shiftup)
12458 (org-shiftdown, org-shiftright, org-shiftleft)
12459 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12460 Dispatch using `call-interactively'.
12461 (org-call-with-arg): New defsubst.
12462 (org-tag-alist, org-use-fast-tag-selection): New options.
12463 (org-complete): Use `org-tag-alist'.
12464 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12465 (org-next-item, org-previous-item): New commands.
12466 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12467 make command.
12468 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12469
12470 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12471
12472 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12473 (ewoc-filter): Use `ewoc-delete'.
12474
12475 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12476
12477 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12480 Signal more user-friendly error messages.
12481
12482 * complete.el (PC-do-completion): Undo the addition of implicit
12483 wildcards if they did not lead to finding any match.
12484 (read-file-name-internal): Don't add the final > if the completion is
12485 not finished.
12486
12487 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12488
12489 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12490 Quote safe-local-variable predicate.
12491
12492 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12493
12494 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12495
12496 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12497
12498 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12499
12500 * progmodes/make-mode.el (makefile-special-targets-list)
12501 (makefile-macro-table, makefile-target-table): Mark as risky.
12502 (makefile-query-one-target-method): Make this the alias for the
12503 following variable.
12504 (makefile-query-one-target-method-function): Make this the real name.
12505
12506 * textmodes/artist.el (artist-text-renderer): Make this the alias
12507 for the following variable.
12508 (artist-text-renderer-function): Make this the real name.
12509
12510 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12511 the alias for the following variable.
12512 (flyspell-generic-check-word-predicate): Make this the real name.
12513
12514 * textmodes/ispell.el (ispell-format-word): Make this the alias
12515 for the following variable.
12516 (ispell-format-word-function): Make this the real name.
12517 (ispell-message-text-end): Mark as risky.
12518
12519 * skeleton.el (skeleton-transformation, skeleton-filter)
12520 (skeleton-pair-filter): Make these the aliases for the following
12521 variables.
12522 (skeleton-transformation-function, skeleton-filter-function)
12523 (skeleton-pair-filter-function): Make these the real names.
12524
12525 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12526 and skeleton-pair-filter-function.
12527
12528 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12529 alias for the following variable.
12530 (sgml-transformation-function): Make this the real name.
12531 (sgml-tag-alist): Mark as risky.
12532
12533 2006-05-21 Richard Stallman <rms@gnu.org>
12534
12535 * simple.el (kill-region): Interactively, pass point, then mark.
12536
12537 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12538
12539 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12540
12541 2006-05-21 Romain Francoise <romain@orebokech.com>
12542
12543 * dired-x.el (dired-mode-map): Don't bind M-g.
12544
12545 2006-05-20 Richard Stallman <rms@gnu.org>
12546
12547 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12548 (dired-goto-file): Doc fix.
12549
12550 2006-05-21 Kim F. Storm <storm@cua.dk>
12551
12552 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12553 way to enable built-in cua-mode if user loads older CUA-mode package.
12554
12555 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12556 if default-filename is specified.
12557
12558 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12559
12560 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12561
12562 * info.el (info-apropos): Make sure current-file and current-node
12563 have non-nil values. Speed up by using add-to-list instead of
12564 manual consing.
12565
12566 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12567
12568 * progmodes/make-mode.el (makefile-mode): Doc fix.
12569
12570 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12571
12572 * dired-aux.el (dired-do-shell-command): Doc fix.
12573
12574 2006-05-20 Kevin Ryde <user42@zip.com.au>
12575
12576 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12577 ``(custom-manual :tag "Foo" "(foo)Node")''.
12578
12579 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12580
12581 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12582 value is an integer.
12583
12584 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12585
12586 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12587 "format".
12588 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12589
12590 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12591
12592 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12593 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12594
12595 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12598 regexp for keywords.
12599
12600 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12601
12602 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12603 replace-regexp-in-string.
12604
12605 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12606 encode, and escape file name on conversion to URL.
12607
12608 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12609
12610 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12611 Don't unescape URL.
12612 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12613
12614 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12615 on conversion to URLs.
12616
12617 * net/browse-url.el (browse-url-file-url): Encode file name on
12618 conversion to URL.
12619
12620 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12621 conversion to URL.
12622
12623 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12624
12625 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12626
12627 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12628
12629 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12630 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12631
12632 2006-05-19 Glenn Morris <rgm@gnu.org>
12633
12634 * calendar/diary-lib.el (diary-bahai-date)
12635 (list-bahai-diary-entries, mark-bahai-diary-entries)
12636 (mark-bahai-calendar-date-pattern): Not interactive.
12637 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12638 (diary-entries-list): Change format of 4th element in each entry.
12639 (diary-list-entries): Use add-to-diary-list.
12640 (diary-goto-entry): Handle the case where the buffer visiting the
12641 diary has been killed.
12642 (fancy-diary-display): Add 'locator to button rather than 'marker.
12643 Only generate temp-face when there are marks to apply.
12644 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12645 (diary-fancy-date-pattern): New variable.
12646 (diary-time-regexp): Doc fix.
12647 (diary-anniversary, diary-time): New faces.
12648 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12649 diary-time-regexp. Add font-lock-multiline property where needed.
12650 Use new faces diary-anniversary and diary-time.
12651 (diary-fancy-font-lock-fontify-region-function): New function, to
12652 handle multiline font-lock pattern in fancy diary.
12653 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12654 (diary-font-lock-keywords): Tweak time regexp. Use new face
12655 diary-time.
12656
12657 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12658
12659 * international/code-pages.el (mik): Table corrected.
12660
12661 2006-05-18 Kim F. Storm <storm@cua.dk>
12662
12663 * progmodes/grep.el (grep-find): Don't check grep-find-command
12664 before running command (breaks non-interactive usage).
12665
12666 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12667
12668 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12669 (ewoc--insert-new-node): Don't insert trailing newline.
12670 Instead, adjust successor nodes's start markers.
12671 (ewoc--refresh-node): Delete all text from current node's start
12672 marker to the next one's; adjust successor nodes's start markers.
12673 (ewoc--create): Doc fixes.
12674 (ewoc--refresh): Don't insert newline.
12675 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12676 * pcvs.el (cvs-make-cvs-buffer):
12677 Specify extra newline for ewoc's header and footer.
12678 (cvs-update-header): Update initial header recognition.
12679 Append newline to final header and footer values.
12680 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12681
12682 2006-05-17 Richard Stallman <rms@gnu.org>
12683
12684 * files.el (file-name-extension): Doc fix.
12685
12686 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12687
12688 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12689 we can explicitly enable/disable rather than toggle.
12690 (shell-mode): Use it.
12691 (shell-cd): Don't try to reproduce what `cd' does.
12692
12693 2006-05-17 Kim F. Storm <storm@cua.dk>
12694
12695 * ido.el (ido-read-internal): Use only nondirectory part of
12696 default item.
12697
12698 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12699
12700 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12701 (ewoc-nth): Doc fix.
12702
12703 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12704
12705 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12706
12707 * international/mule.el (auto-coding-alist): Add .lha to files
12708 read with no-conversion.
12709
12710 * files.el (auto-mode-alist): Add .lha files to archive file
12711 extensions.
12712
12713 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12714 Convert csize to integer when computing offsets within the
12715 compressed archive file.
12716
12717 2006-05-16 Kim F. Storm <storm@cua.dk>
12718
12719 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12720 with read-from-minibuffer.
12721
12722 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12725 (byte-compile-warnings): Fix safe-local-variable property.
12726
12727 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12728
12729 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12730 (allout-stylish-prefixes, allout-numbered-bullet)
12731 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12732 predicates to qualify `safe-local-variable' property, when
12733 available, else use equivalent lambda.
12734 (allout-current-topic-collapsed-p): Do the right thing regarding
12735 trailing blank lines.
12736
12737 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * server.el (server-start): Only create a directory if needed.
12740 (server-edit, server-unload-hook): server-start => server-mode.
12741 (kill-emacs-hook): Cleanup upon exit.
12742
12743 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * hexl.el (hexlify-buffer): Encode process arguments manually.
12746
12747 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12748
12749 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12750 call to gdb-tooltip-print.
12751
12752 2006-05-15 Romain Francoise <romain@orebokech.com>
12753
12754 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12755 systems, default to "tar" since those systems probably have GNU tar.
12756
12757 2006-05-14 Lars Hansen <larsh@soem.dk>
12758
12759 * desktop.el (desktop-missing-file-warning): Fix docstring.
12760 (desktop-restore-file-buffer): Correct question asked on missing file.
12761
12762 2006-05-14 Kim F. Storm <storm@cua.dk>
12763
12764 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12765 Add CUA move property.
12766
12767 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * custom.el (custom-push-theme): Load the variable before checking
12770 its `standard-value'.
12771
12772 2006-05-13 Lars Hansen <larsh@soem.dk>
12773
12774 * desktop.el (desktop-save): Use with-temp-buffer.
12775
12776 2006-05-12 Glenn Morris <rgm@gnu.org>
12777
12778 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12779 * calendar/calendar.el (calendar-mode-map):
12780 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12781 * calendar/appt.el (appt-check, appt-make-list): Refer to
12782 diary-view-entries, diary-list-entries, diary-show-all-entries
12783 rather than obsolete aliases.
12784
12785 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * simple.el (line-move-finish): Avoid calling point motion hooks
12788 while processing intangibility.
12789
12790 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12791
12792 * term/xterm.el (terminal-init-xterm): Fix typo.
12793
12794 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12795
12796 * allout.el (allout-view-change-hook): Mark as being deprecated,
12797 to be replaced by `allout-exposure-change-hook'.
12798 (allout-exposure-change-hook): New, replacing
12799 `allout-view-change-hook'.
12800 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12801 in addition to `allout-view-change-hook'.
12802 (allout-show-bodies, allout-old-style-prefixes)
12803 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12804 lambda forms to prevent their showing up in variable help
12805 presentations as inscrutable byte-compiled code.
12806 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12807 Use string-or-null-p to qualify safe-local-variable values.
12808 (allout-reindent-bodies): Use memq to qualify matches against
12809 valid safe-local-variable values. Also, quote the lambda as above.
12810 (allout-use-mode-specific-leader): Add missing candidate-value
12811 symbols, use memq, and quote the lambda.
12812 (allout-overlay-interior-modification-handler): Remove unused
12813 variables `msg' and 'opened'.
12814 (allout-hidden-p): Constrain invisibility consideration to allout's
12815 invisibility spec, disregarding invisibility for other reasons.
12816
12817 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12818
12819 * files.el (version-control): Correct safe values.
12820
12821 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12822
12823 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12824
12825 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12826 (ewoc--insert-new-node): New func.
12827 Update callers of deleted funcs to use it, instead.
12828
12829 2006-05-11 Glenn Morris <rgm@gnu.org>
12830
12831 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12832 obsolete alias `show-all-diary-entries'.
12833 (make-diary-entry): Not interactive.
12834 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12835 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12836 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12837 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12838 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12839 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12840
12841 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12842
12843 * calendar/calendar.el (calendar-french-date-string)
12844 (calendar-mayan-date-string, calendar-chinese-date-string)
12845 (calendar-astro-date-string, calendar-iso-date-string)
12846 (calendar-islamic-date-string, calendar-bahai-date-string)
12847 (calendar-hebrew-date-string, calendar-coptic-date-string)
12848 (calendar-ethiopic-date-string, calendar-persian-date-string):
12849 These functions are not interactive.
12850
12851 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12852
12853 * files.el: Balance parentheses.
12854
12855 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * files.el, newcomment.el, outline.el, simple.el,
12858 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12859 * progmodes/cc-vars.el, progmodes/compile.el:
12860 Move `safe-local-variable' declarations to the respective files.
12861
12862 * help-fns.el (describe-variable): Don't print safe-var if it is
12863 byte-code. Improve wording as suggested by Luc Teirlinck.
12864
12865 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12866
12867 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12868 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12869 Use a token for pending-triggers to ensure gdb-var-update
12870 gets called once per user input again for pre-GDB 6.4.
12871 (gdb-var-delete): Match on more complex expressions.
12872 (gdb-var-list-children-handler, gdb-var-create-handler):
12873 Use a token for consistency.
12874
12875 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12876
12877 * textmodes/org.el (org-read-date, org-goto-calendar)
12878 (org-agenda-goto-calendar):
12879 Bind `view-calendar-holidays-initially' to nil.
12880
12881 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12882
12883 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12884 Update all callers to do it there, instead.
12885
12886 2006-05-10 Glenn Morris <rgm@gnu.org>
12887
12888 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12889 prefix arg case, to avoid view-diary-entries-initially error.
12890 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12891 (calendar-date-is-legal-p): Handle dates with no day part.
12892
12893 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12894
12895 * comint.el (comint-insert-input): Just make it when
12896 comint-use-prompt regexp is nil (default) and with the mouse.
12897 (comint-copy-old-input): Reinstate from 2004-06-23.
12898 (comint-mode-map): Bind C-c C-m to it.
12899
12900 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12901
12902 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12903 Remove spurious move to point-max (new comint behavior fixes).
12904
12905 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12906 compatibility function (Emacs 18/19).
12907 (idlwave-is-continuation-line): Always return point at start of
12908 previous non-blank continuation line.
12909 (keyword-parameters): Fix continued comment font-lock matcher.
12910 (idlwave-font-lock-fontify-region): Written, use as
12911 font-lock-fontify-region-function, to fix continued keyword
12912 fontification issues.
12913
12914 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12915
12916 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12917 (mac-service-selection, mac-service-open-file)
12918 (mac-service-open-selection, mac-service-mail-selection)
12919 (mac-service-mail-to, mac-service-insert-text): Rename from
12920 mac-services-*. All uses changed.
12921 (mac-apple-event-map): Rename event symbol `services' to `service'.
12922
12923 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12924
12925 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12926 (ewoc--node-enter-first, ewoc--node-enter-last)
12927 (ewoc--delete-node-internal): Merge funcs into unique callers.
12928
12929 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12932 return value of read-from-minibuffer for empty input.
12933
12934 2006-05-09 Miles Bader <miles@gnu.org>
12935
12936 * comint.el (comint-insert-input): Remove redundant calls to setq
12937 and goto-char.
12938
12939 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12940
12941 * comint.el (comint-insert-input): Make it work when
12942 comint-use-prompt-regexp is t.
12943
12944 2006-05-10 Miles Bader <miles@gnu.org>
12945
12946 * subr.el (field-at-pos): New function.
12947
12948 * comint.el (comint-insert-input): Use it.
12949
12950 2006-05-09 Juri Linkov <juri@jurta.org>
12951
12952 * battery.el (battery-linux-proc-acpi): Also try
12953 `/proc/acpi/thermal_zone/THR2/temperature'.
12954
12955 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12956 for now unused lambda `string-or-null'.
12957
12958 * add-log.el (change-log-default-name): Put `string-or-null-p'
12959 instead of lambda on `safe-local-variable' property.
12960
12961 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12962 `region-end' instead of `mark' and `point'.
12963 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12964 Operate on region in Transient Mark mode when the mark is active.
12965 Use `region-beginning' and `region-end' instead of `mark' and
12966 `point'.
12967 (diff-hunk-text, diff-goto-source): Doc fix.
12968
12969 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12970 face `mode-line-buffer-id' for mode-line buffer face instead of
12971 hard-coded `(:weight bold)'.
12972
12973 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12974 buffer-undo-list to t (undo-ask is reproducible by visiting
12975 nested archives).
12976
12977 2006-05-09 Kim F. Storm <storm@cua.dk>
12978
12979 * progmodes/grep.el (rgrep): Set default directory of *grep*
12980 buffer if we start M-x rgrep in the *grep* buffer and choose
12981 a different base directory.
12982
12983 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12984
12985 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12986 completion also when ido is loaded.
12987
12988 2006-05-09 Masatake YAMATO <jet@gyve.org>
12989
12990 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12991 "warning" and "import".
12992 (cpp-font-lock-keywords): Added "warning".
12993
12994 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12995
12996 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12997
12998 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13001 pages at a time, if we signal the end, we should indeed reach that end.
13002
13003 2006-05-08 David Reitter <david.reitter@gmail.com>
13004
13005 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13006 output during execution of the body.
13007
13008 2006-05-08 Kim F. Storm <storm@cua.dk>
13009
13010 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13011
13012 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13013
13014 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13015 Use with-current-buffer.
13016
13017 2006-05-07 Kim F. Storm <storm@cua.dk>
13018
13019 * subr.el (add-to-history): Remove keep-dups arg.
13020
13021 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13022 to nil around call to add-to-history.
13023
13024 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13027 than after a buffer modification.
13028
13029 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13030
13031 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13032 call to...
13033 (gud-watch): ...here so speedbar is raised for already watched
13034 expressions.
13035 (gdb-speedbar-refresh): Delete function.
13036 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13037 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13038 earlier change).
13039 (gdb-var-evaluate-expression-handler)
13040 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13041
13042 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13043 Update localized contents for all buffers except ignored modes.
13044
13045 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13046
13047 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13048 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13049 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13050 (mac-handle-font-panel-closed, mac-handle-font-selection):
13051 New functions.
13052 (mac-font-panel-mode): New minor mode.
13053 (mac-apple-event-map): Add bindings for toolbar toggle button and
13054 font panel.
13055 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13056
13057 2006-05-07 John Paul Wallington <jpw@pobox.com>
13058
13059 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13060 Avoid `regexp-opt'; simplify regexp for readability.
13061
13062 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13063
13064 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13065 * files.el (buffer-stale-function):
13066 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13067 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13068 links to the main manual, not to emacs-xtra.
13069
13070 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13071
13072 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13073 MacJapanese if text is ASCII-only.
13074
13075 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13078 unless so nil isn't returned.
13079 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13080
13081 2006-05-06 Kim F. Storm <storm@cua.dk>
13082
13083 * subr.el (add-to-history): New function.
13084
13085 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13086 (ediff-merge-files-with-ancestor):
13087 * env.el (setenv):
13088 * isearch.el (isearch-update-ring):
13089 * server.el (server-visit-files):
13090 * progmodes/grep.el (lgrep, rgrep):
13091 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13092 * progmodes/xscheme.el (xscheme-insert-expression):
13093 Use add-to-history.
13094
13095 * kmacro.el (kmacro-push-ring): Use add-to-history.
13096 (kmacro-ring-length): Remove unused defun.
13097 (kmacro-start-macro): Use kmacro-push-ring.
13098
13099 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13100
13101 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13102 directly instead of a lambda expression that calls it.
13103
13104 2006-05-06 Kim F. Storm <storm@cua.dk>
13105
13106 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13107 instead of compute-motion.
13108
13109 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13110
13111 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13112 change.
13113
13114 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13115
13116 * startup.el (command-line-1): Refer to "Pure Storage" on
13117 pure-space-overflow.
13118
13119 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13120
13121 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13122 provided faces once they all have been used up.
13123
13124 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13125
13126 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13127 reference to the Lisp manual to the warning about pure space
13128 overflow.
13129
13130 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13131
13132 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13133 argument to avoid the call to `ispell-internal-change-dictionary'
13134 when not needed.
13135 (ispell-change-dictionary): Use this argument and call
13136 `ispell-internal-change-dictionary' after the possible change
13137 to `ispell-local-dictionary'.
13138 (ispell-internal-change-dictionary): Check for a change in
13139 personal dictionary use too.
13140
13141 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13142
13143 * startup.el (command-line): On MS-Windows, probe "~", not
13144 "~USER", for warning about non-existent home directory.
13145
13146 * arc-mode.el (archive-l-e): New optional argument `float' means
13147 generate a float value.
13148 (archive-arc-summarize, archive-lzh-summarize)
13149 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13150 with 3rd argument non-nil when file's size is being computed.
13151 Format the file sizes with %8.0f instead of %8d.
13152
13153 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13154
13155 * cus-start.el (all): Add mac-dnd-known-types.
13156
13157 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13158 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13159 (mac-TIFF-to-string): New functions.
13160 (x-get-selection, x-selection-value)
13161 (mac-select-convert-to-string): Use them.
13162 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13163 (mac-dnd-types-alist): New customization variable.
13164 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13165 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13166 (mac-dnd-handle-drag-n-drop-event): New functions.
13167 (mac-drag-n-drop): Remove function.
13168 (global-map): Bind drag-n-drop and M-drag-n-drop to
13169 mac-dnd-handle-drag-n-drop-event.
13170
13171 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13172
13173 * progmodes/perl-mode.el (perl-beginning-of-function):
13174 Skip anonymous subs.
13175
13176 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13177
13178 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13179 regexp-opt at run time.
13180
13181 * term.el (term-handle-ansi-escape): Fix off by one error.
13182
13183 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13184
13185 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13186 (gdb-init-1, gdb-post-prompt): ...and references to it.
13187 (gdb-frame-handler): Strip directory name from filename if present.
13188
13189 * progmodes/gud.el (gdb-force-update): Delete defvar
13190 (gud-speedbar-buttons): ...and references to it. Use window-start
13191 to try to keep positon in watch expression.
13192
13193 2006-05-03 Richard Stallman <rms@gnu.org>
13194
13195 * simple.el (next-history-element, previous-history-element): Doc fix.
13196
13197 * isearch.el (isearch-update-ring): Doc fix.
13198
13199 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13200
13201 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13202 into consideration. Replace one arm ifs with whens.
13203
13204 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13205
13206 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13207 (menu): Fix typo.
13208
13209 2006-05-02 Miles Bader <miles@gnu.org>
13210
13211 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13212
13213 2006-05-02 Jay Belanger <belanger@truman.edu>
13214
13215 * calc/calc-embed.el (calc-override-minor-modes-map)
13216 (calc-override-minor-modes): New variables.
13217 (calc-do-embedded): Make sure that Calc keystrokes aren't
13218 overwritten by minor modes.
13219
13220 2006-05-02 Chong Yidong <cyd@mit.edu>
13221
13222 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13223
13224 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13225
13226 * startup.el (command-line-1): Refer to Lisp manual when
13227 pure-space-overflow occurs.
13228
13229 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13230 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13231 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13232 (version-control): Don't use `t' for safe-local-variable declarations.
13233
13234 2006-05-01 Richard Stallman <rms@gnu.org>
13235
13236 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13237 M-r, M-R, M-A, M-SPC or M-DEL.
13238 (diff-mode-map): diff-refine-hunk now on C-c C-w
13239 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13240
13241 * help-mode.el (help-mode): view-exit-action calls delete-window
13242 only when it is safe and possible.
13243
13244 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13245 in messages.
13246
13247 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13248
13249 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13250 in the default tool-bar-map.
13251
13252 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13253
13254 * net/tramp.el (tramp-completion-file-name-handler-alist)
13255 (tramp-run-real-handler, tramp-completion-run-real-handler)
13256 (tramp-completion-handle-file-name-all-completions)
13257 (tramp-completion-handle-file-name-completion): Autoload them.
13258 (tramp-completion-handle-file-exists-p)
13259 (tramp-completion-handle-file-name-directory)
13260 (tramp-completion-handle-file-name-nondirectory)
13261 (tramp-completion-handle-expand-file-name): Remove them.
13262 (tramp-handle-file-name-directory): Return the real directory name.
13263 Returning "/" only doesn't need to be necessary any longer.
13264 (tramp-file-name-handler): Make special attention when in hostname
13265 completion mode.
13266 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13267 (tramp-register-file-name-handlers):
13268 Register `tramp-completion-file-name-handler' only when
13269 `partial-completion-mode' is enabled.
13270 (tramp-completion-handle-file-name-all-completions):
13271 Delete directory part from results.
13272 (tramp-get-completion-methods, tramp-get-completion-user-host):
13273 Discard deleting "/", it doesn't work after the change of
13274 `tramp-handle-file-name-directory' above.
13275
13276 2006-05-01 Kim F. Storm <storm@cua.dk>
13277
13278 * progmodes/grep.el (grep-expand-template): Use save-match-data
13279 and symbol-value.
13280
13281 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13282
13283 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13284 Use select-frame-set-input-focus instead of raise-frame.
13285 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13286
13287 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13288
13289 * progmodes/gud.el (gud-def): Add %c case.
13290 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13291 (gud-format-command): Make match case sensitive. Match on %F.
13292
13293 2006-04-30 Glenn Morris <rgm@gnu.org>
13294
13295 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13296 (cal-tex-preamble): Use cal-tex-preamble-extra.
13297 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13298 than alias `list-diary-entries'.
13299
13300 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13301
13302 * help-fns.el (describe-variable): Add info about safe local variables.
13303
13304 2006-04-29 Richard Stallman <rms@gnu.org>
13305
13306 * bindings.el (mode-line-format): help-echo doc fixes.
13307
13308 * net/tramp.el (tramp-file-name-handler-alist): Delete
13309 expand-file-name and other operations that can cause spurious loading.
13310
13311 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * files.el (safe-local-variable-p): Remove support for the special
13314 value t.
13315
13316 * textmodes/paragraphs.el (sentence-end-without-space):
13317 Fix safety predicate.
13318 (sentence-end-double-space, sentence-end-without-period)
13319 (paragraph-ignore-fill-prefix):
13320 * textmodes/fill.el (colon-double-space):
13321 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13322
13323 * subr.el (booleanp): New fun.
13324
13325 * textmodes/reftex-vars.el (reftex-guess-label-type):
13326 Tighten the safety predicate.
13327
13328 2006-04-28 Kim F. Storm <storm@cua.dk>
13329
13330 * progmodes/grep.el (defgroup grep): Doc fix.
13331 (grep-auto-highlight): Remove.
13332 (grep-template): New defcustom.
13333 (grep-find-template): Rename from grep-tree-template.
13334 (grep-files-aliases): Rename from grep-tree-files-aliases.
13335 Remove "all" alias, add "l" alias.
13336 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13337 (grep-find-ignored-directories): New defcustom to replace
13338 grep-tree-ignore-CVS-directories, to facilitate ignoring
13339 subdirectories for multiple version control systems.
13340 (grep-mode-map): Add Recursive grep item to GREP menu.
13341 (grep-regexp-history, grep-files-history): New defvars.
13342 (grep-probe): New helper function.
13343 (grep-compute-defaults): Use it to simplify code.
13344 Adapt to name changes.
13345 Use `.' as base in grep-find-template rather than <D>.
13346 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13347 Call grep-compute-defaults unconditionally.
13348 (grep-expand-keywords): New defconst.
13349 (grep-expand-template): Rename from grep-expand-command-macros.
13350 Simplify via grep-expand-keywords. Look at case-fold-search instead
13351 of grep-tree-ignore-case to add -i option.
13352 Bind case-fold-search to nil while matching keywords.
13353 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13354 (grep-read-regexp, grep-read-files): New helper functions.
13355 (rgrep): Rename from grep-tree. Rework to use proper histories.
13356 Adapt to changes in defcustoms and functions above.
13357 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13358
13359 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13360
13361 * net/tramp.el (tramp-completion-file-name-handler):
13362 Disable Tramp's functionality while loading Tramp itself.
13363 (tramp-register-file-name-handlers): That's a defsubst now.
13364 Code from `tramp-repair-jka-compr' moved here. Apply it via
13365 `after-init-hook'.
13366 (tramp-repair-jka-compr): Remove.
13367
13368 2006-04-27 Jay Belanger <belanger@truman.edu>
13369
13370 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13371 read expression when `math-read-big-expr' doesn't work.
13372
13373 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13374
13375 * startup.el (command-line-1): Display warning when
13376 pure-space-overflow is non-nil.
13377
13378 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13379
13380 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13381 risky.
13382
13383 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13384
13385 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13386 Return the URL or nil if none can be generated.
13387
13388 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13389
13390 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13391 byte compiler warnings.
13392 (gud-basic-call, gud-find-expr): Let user select an expression
13393 for printing. Print expression as well as value in GUD buffer.
13394
13395 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13396
13397 * allout.el: Remove local autoload declaration for
13398 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13399 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13400 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13401 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13402 (allout-stylish-prefixes, allout-numbered-bullet)
13403 (allout-file-xref-bullet, allout-presentation-padding)
13404 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13405 safe-local-variable with suitable value spec, and add autoload
13406 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13407 (move-beginning-of-line, move-end-of-line): Repair so these compat
13408 functions now actually resituate the point, when appropriate.
13409
13410 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13413
13414 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13415 (add-log-iso8601-time-string): Fix call to format-time-string.
13416
13417 2006-04-26 Kim F. Storm <storm@cua.dk>
13418
13419 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13420
13421 2006-04-26 Masatake YAMATO <jet@gyve.org>
13422
13423 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13424 Add support for "//" style comments. Remove `b' flag
13425 from ?* in `asm-mode-syntax-table'.
13426
13427 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * follow.el: Use (featurep 'xemacs) everywhere.
13430 (follow-mode): Use define-minor-mode.
13431 (follow-mode-map): Move initialization into the declaration.
13432 Use command remapping.
13433 (follow-emacs-version-xemacs-p): Remove.
13434 (follow-submit-feedback): Remove.
13435
13436 * allout.el (allout-layout, allout-passphrase-verifier-string)
13437 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13438
13439 * textmodes/reftex-vars.el (reftex-vref-is-default)
13440 (reftex-fref-is-default, reftex-guess-label-type):
13441 Tighten up a bit the safety predicate.
13442
13443 * textmodes/paragraphs.el (sentence-end-double-space)
13444 (sentence-end-without-period, sentence-end-without-space)
13445 (page-delimiter, paragraph-ignore-fill-prefix):
13446 Tighten up a bit the safety predicate.
13447
13448 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13449
13450 * progmodes/python.el (python-continuation-line-p)
13451 (python-beginning-of-statement): syntax-ppss may return
13452 a negative depth.
13453 (python-mode): Don't forcefully enable font-lock.
13454
13455 * time-stamp.el (time-stamp-start, time-stamp-end)
13456 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13457
13458 * add-log.el: Remove spurious * in docstrings.
13459 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13460 (add-change-log-entry): Use it here, since it's not specific
13461 to iso8601.
13462 (add-log-iso8601-time-string): Don't use it here any more.
13463 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13464
13465 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13466
13467 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13468
13469 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13470 (rcirc-toggle-low-priority): Doc fix.
13471 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13472 ChanServ regexp.
13473 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13474 #emacs.
13475 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13476 (rcirc-decode-coding-system): Use utf-8 as the default.
13477 (rcirc-multiline-minor-mode): Set the fill-column.
13478 (rcirc-format-response-string): Display bright and dim nicks.
13479 (rcirc-browse-url): Update interactive spec to fill ARG.
13480 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13481 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13482
13483 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13484
13485 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13486 case for @Article, etc.
13487
13488 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13489
13490 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13491 Added with autoload cookie.
13492 (tramp-unload-file-name-handlers): Rename from
13493 `tramp-unload-file-name-handler-alist'.
13494
13495 2006-04-23 Romain Francoise <romain@orebokech.com>
13496
13497 * comint.el (comint-match-partial-filename): Doc fix.
13498
13499 2006-04-21 Glenn Morris <rgm@gnu.org>
13500
13501 * calendar/cal-menu.el (calendar-mode-map): Refer to
13502 `diary-view-entries' rather than alias `view-diary-entries'.
13503 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13504
13505 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13506
13507 * progmodes/antlr-mode.el (antlr-default):
13508 * cus-edit.el (custom-documentation):
13509 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13510 in defface.
13511
13512 2006-04-21 Kim F. Storm <storm@cua.dk>
13513
13514 * image.el (image-type): New defun split out of create-image.
13515 (create-image): Use it.
13516
13517 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13518
13519 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13520 (org-open-at-point): Remove the "...done" message to keep output
13521 in the echo area visible.
13522 (org-export-as-xoxo): Fix call to `indent-region'.
13523
13524 2006-04-21 Kevin Ryde <user42@zip.com.au>
13525
13526 * international/mule.el (keyboard-coding-system): defcustom
13527 info-link fixes: "Specify Coding" has been split, keyboard now in
13528 "Terminal Coding", and "Single-Byte Character Support" is now
13529 "Unibyte Mode".
13530
13531 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13532
13533 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13534 Use font-lock-warning-face for any errors e.g. no stack.
13535 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13536
13537 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13538
13539 * progmodes/sh-script.el (sh-shell): Mark as safe.
13540
13541 * newcomment.el (comment-start, comment-start-skip)
13542 (comment-end-skip, comment-end): Mark as safe.
13543
13544 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13545
13546 * textmodes/org.el (org-deadline-announce): Face removed.
13547 (org-level-faces, org-n-levels): Convert to constant.
13548 (org-compatible-face): New function.
13549 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13550 (org-level-5, org-level-6, org-level-7, org-level-8)
13551 (org-special-keyword, org-warning, org-headline-done, org-link)
13552 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13553 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13554 Face definition revised for better color tty support.
13555 (org-bold-re, org-italic-re, org-underline-re): New constants.
13556 (org-set-font-lock-defaults): Use the new constants.
13557 (org-agenda-highlight-todo): New function.
13558 (org-agenda-todo): Fix bug with point at end of line.
13559 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13560 Fontify TODO keywords.
13561 (org-insert-link): Preserve relative path in ../ links.
13562 (org-export-as-html): Convert links pointing to .org files into
13563 links that will work beteen the exported HTML files.
13564 (org-todo-list): Fix bug when arg=0.
13565 (org-insert-heading): More fine-tuning.
13566
13567 2006-04-19 Romain Francoise <romain@orebokech.com>
13568
13569 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13570 from `rmail-mime-charset-pattern'.
13571
13572 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13573
13574 * progmodes/python.el (python-mode): Fix typo.
13575
13576 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13577
13578 * comint.el (comint-previous-input): Don't clobber input line
13579 when moving off either end of the input history ring.
13580 (comint-delete-input): New function, used by
13581 `comint-previous-input' and others.
13582 (comint-previous-matching-input):
13583 Use `coming-delete-input'. Save the partial input if leaving the
13584 edit line. Goto point-max before deleting input to avoid
13585 partial input fragments hanging around.
13586 (comint-restore-input): New function, used by `comint-previous-input'.
13587
13588 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13589
13590 * imenu.el (imenu--index-alist): Balance parentheses.
13591
13592 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13593
13594 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13595
13596 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13597
13598 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13599 file is nil.
13600
13601 2006-04-18 Richard Stallman <rms@gnu.org>
13602
13603 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13604
13605 * imenu.el (imenu-create-index-function, imenu--index-alist)
13606 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13607 (imenu-default-create-index-function, imenu--generic-function):
13608 Doc fixes.
13609
13610 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13611
13612 * help-mode.el (help-mode): Set view-exit-action to delete window.
13613
13614 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13615 now works by passing nil as arg.
13616
13617 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13618
13619 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13620 (read-abbrev-file): Provide default when reading filename.
13621
13622 * files.el (enable-local-variables): Allow :all as value.
13623 (hack-local-variables): Implement that value.
13624 (safe-local-variable-values, safe-local-eval-forms)
13625 (enable-local-variables): Mark as risky.
13626 (find-file-visit-truename, kept-old-versions): Mark safe.
13627
13628 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13629 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13630 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13631
13632 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13635 Use forward-line so as to get to BOL even in the presence of fields.
13636 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13637 in return.
13638 (inferior-tcl): Tell tclsh to work in interactive mode.
13639
13640 * complete.el (partial-completion-mode):
13641 Use 'choose-completion-string-functions to make sure that
13642 choose-completion fills the minibuffer properly.
13643
13644 * complete.el (PC-old-read-file-name-internal): Remove.
13645 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13646 of read-file-name-internal.
13647 (partial-completion-mode): Enable/disable this advice.
13648
13649 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13650
13651 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13652 of 2006-04-17.
13653
13654 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13655
13656 * textmodes/org.el (org-insert-heading): Insert heading before
13657 current if at beginning of line.
13658 (org-todo, org-date): New faces.
13659 (org-table-align): Make sure tooltip window contains full text.
13660 (org-no-properties): New defsubst.
13661 (org-set-font-lock-defaults): Use new faces.
13662
13663 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13664
13665 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13666 for root variables.
13667
13668 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13669 (gdb-frame-address): Re-use to identify frame for watch expression.
13670 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13671 variables.
13672 (gdb-init-1, gdb-source, gdb-post-prompt)
13673 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13674 (gdb-frame-handler): Get gdb-frame-address.
13675
13676 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13677
13678 Sync with Tramp 2.0.53.
13679
13680 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13681 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13682 (tramp-completion-file-name-handler): Add autoload cookie for
13683 adding to `file-name-handler-alist'.
13684
13685 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13686 the prompt. If it returns earlier (when detecting an error
13687 message), the rest of the output will merge accidently with the
13688 output of the next command. Reported by M Jared Finder
13689 <jared@hpalace.com>.
13690
13691 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13692 for `process-file', in order to let it work for older Emacsen too.
13693
13694 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13695
13696 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13697 (tex-font-lock-keywords-3): Use it.
13698
13699 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * newcomment.el (comment-add): New function.
13702 (comment-region-default, comment-dwim): Use it.
13703
13704 2006-04-15 Michael Olson <mwolson@gnu.org>
13705
13706 * emacs-lisp/tq.el: Improve comments.
13707 (tq-queue-head-question): New accessor function.
13708 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13709 Update for modified queue structure.
13710 (tq-queue-add): Accept `question' argument.
13711 (tq-queue-pop): If a question is pending, send it.
13712 (tq-enqueue): Accept new optional argument `delay-question'.
13713 If this is non-nil, and at least one other question is pending a
13714 response, queue the question rather than sending it immediately.
13715
13716 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13717
13718 * calendar/appt.el (appt-add): Check whether an appointment is
13719 already present in appt-time-msg-list. Simplify code.
13720
13721 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * progmodes/cc-langs.el (c-mode-menu):
13724 Don't presume c-subword-mode is bound.
13725
13726 2006-04-13 Bill Wohler <wohler@newt.com>
13727
13728 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13729 (customize-package-emacs-version): Use cdr instead of cadr now
13730 that alists use dotted pairs.
13731
13732 * custom.el (defcustom): Fix docstring for :package-version.
13733
13734 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13737 (tramp-handle-shell-command): Display output buffer only when
13738 `tramp-display-shell-command-buffer' is true.
13739 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13740
13741 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13742
13743 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13744 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13745
13746 2006-04-13 Romain Francoise <romain@orebokech.com>
13747
13748 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13749 leaving temporary .cvsignore buffers behind.
13750
13751 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13752
13753 * textmodes/org.el (org-set-regexps-and-options)
13754 (org-get-current-options): Better names for the startup folding
13755 options.
13756
13757 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13758
13759 * vc.el (vc-annotate): Arrange for point to end up at the same
13760 line number as in the original, but only when using a new buffer.
13761
13762 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13763
13764 * files.el (hack-one-local-variable-eval-safep):
13765 Recognize `edebug-form-spec' for `put', but only if it passes
13766 `edebug-basic-spec'. Generalize `put' handling.
13767
13768 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13769 vetting file-local form specs.
13770
13771 * allout.el (allout-layout): Autoload its `safe-local-variable'
13772 property.
13773
13774 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13775
13776 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13777 (org-agenda-mouse-1-follows-link)
13778 (org-mouse-1-follows-link): New options.
13779 (org-format-agenda-item): Fix bug if TAGS is nil.
13780 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13781
13782 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13783
13784 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13785 GDB 6.1+ gives full filename for "info sources" so use
13786 file-name-nondirectory.
13787
13788 2006-04-12 Romain Francoise <romain@orebokech.com>
13789
13790 * subr.el (read-passwd): Bind `message-log-max' to nil.
13791
13792 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * progmodes/perl-mode.el (perl-indent-new-calculate):
13795 Recompute parse-start after jumping backward by a whole sexp.
13796
13797 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13800 window configuration.
13801 (vc-annotate-display-select): Select the buffer so that current-buffer
13802 (and selected-window) is the output buffer at the end of vc-annotate.
13803
13804 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13805
13806 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13807 8-color terminals, to use all of the colors in a sensible order.
13808 256-color terminals work well with the standard map.
13809 (vc-annotate-lines): Only strip the first color character if it
13810 is "#", to allow for terminal-style named colors.
13811 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13812 the correct buffer is scrolled.
13813
13814 2006-04-11 Richard Stallman <rms@gnu.org>
13815
13816 * emacs-lisp/bytecomp.el (byte-compile-file):
13817 Bind enable-local-variables to :safe, and make normal-mode obey it.
13818
13819 * files.el (enable-local-variables): Allow value :safe.
13820 (normal-mode): Doc fix.
13821 (hack-local-variables): Implement enable-local-variables = :safe.
13822 (hack-local-variables-confirm): Don't prevent quitting.
13823
13824 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13825
13826 * loadhist.el (unload-feature): A bit of sanity check of
13827 load-history entries. Cancel timer-vars before unbinding them.
13828
13829 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13830 quote special chars, and make the trick work on the hex part of the
13831 buffer as well.
13832 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13833 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13834
13835 * startup.el (normal-splash-screen): Fix last change so we don't wait
13836 2 minutes if we don't show the splash screen.
13837
13838 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13839
13840 * textmodes/org.el (org-export-plain-list-max-depth)
13841 (org-table-spaces-around-separators)
13842 (org-radio-targets, org-activate-camels)
13843 (org-table-spaces-around-invisible-separators): Options removed.
13844 (org-time-stamp-rounding-minutes, org-remember-templates)
13845 (org-ellipsis, org-activate-links, org-descriptive-links):
13846 New options.
13847 (org-remember-apply-template, org-current-time)
13848 (org-finish-edit-table-field)
13849 (org-link-unescape, org-link-escape)
13850 (org-string-width, org-table-clean-line, org-html-do-expand)
13851 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13852 (org-read-agenda-file-list): New functions.
13853 (org-table-edit-field)
13854 (org-table-create-or-convert-from-region): New commands
13855 (org-table-toggle-vline-visibility): Command removed.
13856 (org-table-convert-region): Made a command.
13857 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13858 Replace with the normal org- functions.
13859 (org-self-insert-command): Don't trigger realign unnecessarily
13860 when blanking a field that is not full.
13861 (org-mode): `Set buffer-invisibility-spec' for links.
13862 (org-activate-links2): Hide link part and only show descriptive
13863 part of the link.
13864 (org-insert-link): Modify for new linking system.
13865 (org-store-link): Store description separately, for use by
13866 `org-insert-link'.
13867 (org-table-align): Use `org-string-width'.
13868 (defgroup): Completely new group structure for custom variables.
13869 (org-agenda-files): Option: Single file name allowed. Function:
13870 Optional argument unrestrited means ignore any restricitons.
13871 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13872 trying to modify the menu. Use generalized access to
13873 `org-agenda-files.'
13874 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13875 (org-agenda-file-to-front, org-remove-file, org-diary)
13876 (org-tags-view, org-export-icalendar-all-agenda-files)
13877 (org-export-icalendar-combine-agenda-files): Use generalized
13878 access to `org-agenda-files'.
13879 (org-remember-handler): Correctly preserve heading if present.
13880 (org-table-insert-row, org-table-insert-hline): Deal with
13881 invisible characters.
13882
13883 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13884
13885 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13886 (vc-annotate-color-map): New 18 element constant
13887 value/saturation, rotating hue colormap, from red->blue.
13888 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13889 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13890 (vc-annotate): To avoid killing the required local variables,
13891 set them before the end of `with-output-to-temp-buffer', and
13892 after first switching to annotate-mode.
13893 (vc-annotate-warp-version): Add buffer argument in goto-line to
13894 ensure annotation, not source, is scrolled.
13895
13896 2006-04-10 Bill Wohler <wohler@newt.com>
13897
13898 * custom.el (defcustom, custom-handle-keyword):
13899 Add :package-version keyword.
13900 (custom-add-package-version): New function. Sets value of new
13901 property 'custom-package-version from :package-version keyword.
13902 (defcustom): Create Common Keywords section in docstring.
13903 (defface, defgroup): Replace definitions of a select few keywords
13904 with a reference to the Common Keywords in defcustom.
13905 (defcustom, defface, defgroup): Replace reference to Customization
13906 chapter in manual with hyperlink.
13907
13908 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13909 (customize-changed-options): Add check for custom-package-version.
13910 (customize-package-emacs-version): New function to look up Emacs
13911 version corresponding to the given package version.
13912
13913 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13914 defun name, in similar fashion to find-variable-regexp.
13915
13916 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13917
13918 * international/mule-cmds.el (set-locale-environment): Fix last
13919 change for when the locale's preferences don't specify any encoding.
13920
13921 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13924 so the defined var/fun doesn't need to be quoted.
13925
13926 2006-04-10 Richard Stallman <rms@gnu.org>
13927
13928 * finder.el (finder-mode-map): Add n and p bindings.
13929
13930 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13931
13932 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13933 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13934 (gdb-setup-windows): Put something in source window if we can't find
13935 the source file.
13936 (gdb-frame-handler): Make it work again with just assembly.
13937 (gdb-data-list-register-values-handler): Make it work when there is
13938 no stack.
13939
13940 2006-04-09 Richard Stallman <rms@gnu.org>
13941
13942 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13943 specs while looking for charset.
13944
13945 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13946
13947 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13948 Make them faces.
13949 (lm-font-lock-keywords): Update appropriately.
13950
13951 2006-04-10 Kim F. Storm <storm@cua.dk>
13952
13953 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13954 it can also replace buffer-substring-no-properties.
13955
13956 * emulation/cua-base.el (cua-delete-region, cua-paste)
13957 (cua-repeat-replace-region): Use filter-buffer-substring.
13958
13959 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13960 (cua-cut-region-to-global-mark): Likewise.
13961
13962 * emulation/cua-rect.el (cua--extract-rectangle)
13963 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13964
13965 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13966
13967 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13968 entry-type. Add field delimiters to numerical fields if they are
13969 not present.
13970
13971 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13972
13973 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13974 string-const to return value.
13975 (bibtex-remove-delimiters): Use it.
13976
13977 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13980 cl-byte-compile-compiler-macro unless it exists.
13981
13982 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13983
13984 * files.el (hack-local-variables-confirm) <offer-save>:
13985 Clarify message text. Suggested by Ralf Angeli.
13986
13987 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13988
13989 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13990 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13991 instead of `buffer-substring' and `delete-region'. (Most of the
13992 code actually copied from `kill-region'.)
13993
13994 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13995
13996 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13997 (rcirc-default-port): Rename from rcirc-port.
13998 (rcirc-default-nick): Rename from rcirc-nick.
13999 (rcirc-default-user-name): Rename from rcirc-user-name.
14000 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14001 (rcirc-low-priority-flag): New variable.
14002 (rcirc-decode-coding-system): New defcustom.
14003 (rcirc-encode-coding-system): New defcustom.
14004 (rcirc-coding-system-alist): New defcustom.
14005 (rcirc-multiline-major-mode): New defcustom.
14006 (rcirc-nick): New internal variable.
14007 (rcirc-process): Remove variable.
14008 (rcirc-server-buffer): New variable.
14009 (rcirc): Update to use rcirc-default-* variables above.
14010 (rcirc-connect): Do not add window-configuration-hook-here.
14011 (rcirc-server): New internal variable.
14012 (rcirc-connect): Do not send keepalive pings if
14013 rcirc-keepalive-seconds is nil.
14014 (with-rcirc-server-buffer): New macro.
14015 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14016 (rcirc-server-name): Rename from rcirc-server.
14017 (rcirc-buffer-process): New function.
14018 (rcirc-buffer-nick): New function.
14019 (rcirc-buffer-target): Remove function.
14020 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14021 New commands.
14022 (rcirc-mode-map): Change binding of C-c C-l to
14023 rcirc-toggle-low-priority.
14024 (rcirc-mode): Initialize coding system based on
14025 rcirc-coding-system-alist. New change-major-mode-hook to part the
14026 channel on a mode change. Make kill-buffer-hook buffer-local.
14027 (rcirc-change-major-mode-hook): New function.
14028 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14029 (rcirc-last-post-time): New variable.
14030 (rcirc-process-message): Store the last time user posted a message
14031 to this target.
14032 (rcirc-multiline-minor-mode): New mode.
14033 (rcirc-multiline-minor-mode-map): New mode map.
14034 (rcirc-edit-multiline): Put multiline-edit buffer in
14035 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14036 (rcirc-print): Ignore any line starting with an ignored nick.
14037 (rcirc-print): Decode using rcirc-decode-coding-system.
14038 (rcirc-track-minor-mode): Update global-mode-string when disabling
14039 this mode.
14040 (minor-mode-alist): Add LowPri indicator.
14041 (rcirc-toggle-low-priority): New function.
14042 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14043 next lowpriority buffer with activity.
14044 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14045 last time the user posted a message in to the target.
14046 (rcirc-update-activity-string): New formatting for low priority
14047 buffers.
14048 (rcirc-split-activity): New function.
14049 (rcirc-handler-PART, rcirc-handler-KICK)
14050 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14051 (rcirc-nick-away-alist): New variable.
14052 (rcirc-handler-301): New handler. Away messages are printed once
14053 per change.
14054
14055 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14056
14057 * info.el (Info-follow-nearest-node): Doc fix.
14058
14059 * international/mule-cmds.el (set-locale-environment): Make sure
14060 the coding-system preferred by the locale's language has the same
14061 EOL conversion type as the original buffer-file-coding-system.
14062 (locale-language-names): Add a few MS Windows language codes.
14063
14064 2006-04-07 Richard Stallman <rms@gnu.org>
14065
14066 * simple.el (eval-expression): Doc fix.
14067
14068 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14069 (eval-defun): Doc fixes.
14070
14071 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14072
14073 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14074
14075 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14076
14077 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14078 GDB list command without argument for greater generality.
14079
14080 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14081
14082 * subr.el (string-or-null-p): New function.
14083
14084 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14085
14086 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14087
14088 * files.el: Update comment about safe-local-variable declarations.
14089
14090 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14091
14092 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14093 See idlwave.org.
14094
14095 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14096 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14097
14098 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14099 See idlwave.org.
14100
14101 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14102 version 6.0 (minimal changes). See idlwave.org.
14103
14104 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14105 6.0 (minimal changes). See idlwave.org.
14106
14107 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14108
14109 2006-04-06 Romain Francoise <romain@orebokech.com>
14110
14111 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14112 symmetric encryption features and a new asynchronous interface to
14113 GnuPG. This new version is version 1.4, plus whitespace changes.
14114
14115 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14116
14117 * files.el: Move some `safe-local-variable' declarations to the
14118 respective files.
14119
14120 * textmodes/ispell.el (ispell-check-comments)
14121 (ispell-local-dictionary): Mark as safe.
14122
14123 * abbrev.el (abbrev-mode): Mark as safe.
14124
14125 * add-log.el (change-log-default-name): Mark as safe.
14126
14127 * textmodes/reftex-vars.el (reftex-vref-is-default)
14128 (reftex-fref-is-default, reftex-level-indent)
14129 (reftex-guess-label-type): Mark as safe.
14130
14131 * textmodes/fill.el (colon-double-space): Mark as safe.
14132
14133 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14134 (sentence-end-double-space, sentence-end-without-period)
14135 (sentence-end-without-space, sentence-end, sentence-end-base)
14136 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14137
14138 2006-04-06 Kim F. Storm <storm@cua.dk>
14139
14140 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14141 the :set-after list.
14142 (ido-downcase-unc-hosts): New user option. Default on.
14143 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14144 when it is set, as regexps are now applied on the fly.
14145 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14146 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14147 on the fly, but only when ido-process-ignore-lists is set.
14148 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14149 Only downcase names if ido-downcase-unc-hosts is set.
14150
14151 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14152
14153 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14154
14155 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14156
14157 2006-04-05 Kim F. Storm <storm@cua.dk>
14158
14159 * ido.el (ido-mode): Set after ido-unc-hosts and
14160 ido-ignore-unc-host-regexps.
14161 (ido-save-history): Save ido-unc-hosts-cache.
14162 (ido-load-history): Load ido-unc-hosts-cache.
14163 (ido-reread-directory): Refresh unc hosts cache in // dir.
14164
14165 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14166 to nil while displaying slash screen.
14167
14168 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14169
14170 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14171 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14172
14173 2006-04-05 Kenichi Handa <handa@m17n.org>
14174
14175 * international/characters.el: Setup cases of Latin, Greek, and
14176 Cyrillic characters in CJK charsets.
14177
14178 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14179
14180 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14181 default-enable-multibyte-characters. This reverts the change from
14182 revision 6.17 which is no longer necessary because the passphrase
14183 is sent separately now. GnuPG messages are unreadable under
14184 multibyte locales with default-enable-multibyte-characters set to nil.
14185
14186 2006-04-04 Andreas Schwab <schwab@suse.de>
14187
14188 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14189 and `byte-compile-warnings' as `safe-local-variable'.
14190
14191 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14192
14193 * man.el (Man-mode-map): Restore the \r binding.
14194 (Man-abstract-xref-man-page): If Man-target-string is a function,
14195 call it.
14196 (Man-highlight-references): Use Man-default-man-entry to get the
14197 target. Deal with xrefs too.
14198 (Man-highlight-references0): Don't call the target function.
14199
14200 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14201 cannot deal with it.
14202
14203 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14204
14205 * pgg-gpg.el: Clean up process buffers every time gpg processes
14206 complete.
14207
14208 2006-04-04 Kenichi Handa <handa@m17n.org>
14209
14210 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14211 here.
14212 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14213 Temporarily bind inhibit-field-text-motion to t.
14214
14215 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14216
14217 * startup.el (normal-splash-screen): Only set mode-line-format in the
14218 splash buffer, so as not to interfere when debugging the code.
14219 Ignore errors when switching buffer.
14220
14221 2006-04-03 Romain Francoise <romain@orebokech.com>
14222
14223 * dired.el (dired-dnd-protocol-alist): Fix typo.
14224
14225 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14226
14227 * savehist.el (savehist): Add :version.
14228 (savehist-ignored-variables): New variable.
14229 (savehist-minibuffer-hook): Don't save variables listed in
14230 `savehist-ignored-variables'.
14231
14232 * dired.el (dired-dnd-protocol-alist): Mention that change does
14233 only apply to new buffers in doc string.
14234
14235 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14236
14237 * recentf.el (recentf-open-files-item): Include newline in button
14238 field, so opening a file will work, when the point is at the end
14239 of the file name. Allow, for example, to [i]search a file by
14240 extension and just push RET to open it.
14241
14242 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14243
14244 * pgg-gpg.el (pgg-gpg-process-filter)
14245 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14246
14247 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14248 lines, temporary fix.
14249
14250 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14251
14252 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14253
14254 2006-04-02 Richard Stallman <rms@gnu.org>
14255
14256 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14257
14258 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14259
14260 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14261 header-mouse-map.
14262
14263 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14264 (ibuffer-mode-header-map): New keymaps.
14265 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14266 and keybindings for column headers.
14267 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14268 property.
14269
14270 2006-04-02 Drew Adams <drew.adams@oracle.com>
14271
14272 * speedbar.el (speedbar-after-create-hook): Doc fix.
14273
14274 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14275
14276 * shell.el (shell-directory-tracker)
14277 (shell-dynamic-complete-command): Doc fixes.
14278
14279 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14280
14281 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14282 terminals.
14283
14284 2006-04-01 Kim F. Storm <storm@cua.dk>
14285
14286 * ido.el (ido-unc-hosts-cache): New defvar.
14287 (ido-unc-hosts): If value of defcustom is a function, call it to
14288 get list of UNC hosts. Add function-item choices to specify
14289 ido-unc-hosts-net-view or user function.
14290 (ido-ignore-unc-host-regexps): New defcustom.
14291 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14292 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14293 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14294
14295 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14298 wwidth.
14299
14300 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14301
14302 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14303 (ido-max-work-file-list, ido-switch-buffer)
14304 (ido-read-file-name-as-directory-commands):
14305 Fix typos in docstrings.
14306
14307 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14308
14309 * term/mac-win.el (mac-system-coding-system): Define and use after
14310 Mac-specific coding systems are ready.
14311
14312 2006-03-27 Romain Francoise <romain@orebokech.com>
14313
14314 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14315
14316 * ldefs-boot.el: Update.
14317
14318 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14319
14320 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14321 passphrases when it is not needed.
14322 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14323 passphrase stuff from gpg, should only be necessary when you use
14324 gpg with a smartcard.
14325
14326 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14327
14328 * comint.el (comint-dynamic-list-completions): Allow user to
14329 select *Completions* buffer.
14330
14331 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14332
14333 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14334
14335 2006-03-26 Andreas Schwab <schwab@suse.de>
14336
14337 * progmodes/gud.el (gdb): Only complain about multiple debugging
14338 when the gdb process is still running.
14339
14340 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14341
14342 * mail/rmail.el (tool-bar-map): Defvar it.
14343 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14344 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14345
14346 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14347
14348 * help.el (print-help-return-message): Suggest to use
14349 display-buffer instead of switch-to-buffer-other-window to restore
14350 the previous window without selecting it.
14351
14352 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14353
14354 * frame.el (select-frame-by-name): Call x-focus-frame also when
14355 window-system is mac.
14356
14357 * term/mac-win.el: Adjust Courier font specifications in
14358 x-fixed-font-alist.
14359 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14360 when directly encoding to UTF-16 in native byte order, no BOM.
14361
14362 2006-03-25 Kim F. Storm <storm@cua.dk>
14363
14364 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14365 (cua--init-keymaps): Use it instead of fixed C-return.
14366 (cua-mode): Set after it.
14367
14368 * emulation/cua-rect.el (cua--init-rectangles):
14369 Use cua-rectangle-mark-key instead of fixed C-return.
14370
14371 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14372
14373 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14374 "run" in .gdbinit.
14375 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14376
14377 2006-03-24 Romain Francoise <romain@orebokech.com>
14378
14379 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14380 `display-buffer-other-frame'.
14381
14382 2006-03-24 Kim F. Storm <storm@cua.dk>
14383
14384 * apropos.el (apropos-synonyms): Add selection => region.
14385
14386 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14387
14388 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14389 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14390 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14391 (gdb-data-list-register-values-regexp)
14392 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14393 Future proof against new fields being added to MI output.
14394 (gdb-send): Don't treat backslashes for program input as
14395 continuations.
14396 (gdb-assembler-handler): Don't use window-start for this handler.
14397 (gdb-frame-handler): Don't change to hollow arrow if overlay
14398 arrow doesn't move to new frame.
14399
14400 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14401
14402 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14403 prevent compiler warnings.
14404 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14405 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14406 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14407 buffer too.
14408
14409 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14410
14411 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14412 make-network-process, so we can use the same code in Gnus v5-10
14413 too and have this file fully synchronized with that release.
14414
14415 2006-03-23 Romain Francoise <romain@orebokech.com>
14416
14417 * ibuf-ext.el (ibuffer-read-filter-group-name):
14418 Use `ibuffer-generate-filter-groups' to make completion list match
14419 the filter groups that are really displayed in the Ibuffer buffer.
14420 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14421
14422 2006-03-23 Kenichi Handa <handa@m17n.org>
14423
14424 * international/mule-cmds.el (sort-coding-systems): Describe that
14425 the argument is modified in docstring.
14426
14427 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14428
14429 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14430 (pgg-gpg-update-agent): New function.
14431 (pgg-gpg-use-agent-p): New function.
14432 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14433 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14434 (pgg-gpg-sign-region): Use it.
14435
14436 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14437
14438 * cus-edit.el (custom-face-set): Call custom-push-theme before
14439 face-spec set so that `changed' theme is correctly saved.
14440 (custom-face-reset-standard): Reset to recalculated face rather
14441 than defface spec.
14442
14443 * custom.el (custom-push-theme): Only save `changed' theme if the
14444 current face does not match the defface specs.
14445
14446 2006-03-21 Simon Josefsson <jas@extundo.com>
14447
14448 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14449 <wilde@sha-bang.de>.
14450 (pgg-gpg-use-agent): New variable.
14451 (pgg-gpg-process-region): Use it.
14452 (pgg-gpg-encrypt-region): Likewise.
14453 (pgg-gpg-encrypt-symmetric-region): Likewise.
14454 (pgg-gpg-decrypt-region): Likewise.
14455 (pgg-gpg-sign-region): Likewise.
14456 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14457
14458 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14459
14460 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14461 bracket links.
14462
14463 2006-03-21 Kim F. Storm <storm@cua.dk>
14464
14465 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14466 fringe-indicator-alist instead of modifying global value.
14467 (gdb-frame-handler): Likewise.
14468
14469 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14470
14471 * diff-mode.el (diff-function): Make it inherit from diff-header
14472 instead of diff-context.
14473
14474 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14475 bitmap.
14476 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14477 change names in macro above for consistency.
14478 (gdb-frame-handler): Use hollow-right-triangle for all selected
14479 frames which except the innermost (where execution has stopped).
14480 (gdb-reset): Reset buffer-local values of overlay-arrow.
14481
14482 2006-03-20 Richard Stallman <rms@gnu.org>
14483
14484 * simple.el (set-mark-command): Doc fix.
14485
14486 * files.el (display-buffer-other-frame): New command.
14487 (ctl-x-4-map): Bind C-x 5 C-o to it.
14488
14489 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14492 rather than just defer-time, in case defer-time has been changed but
14493 the timer isn't running yet.
14494 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14495
14496 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14497
14498 * help-mode.el (help-follow-symbol): New function.
14499 Essentially identical to the old `help-follow', but do not let
14500 `push-button' do the work when on an xref.
14501 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14502
14503 2006-03-19 Richard Stallman <rms@gnu.org>
14504
14505 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14506 preceded by the word `program'.
14507 (help-follow-mouse, help-follow): Throw error if not on xref.
14508 Delete no longer used args.
14509
14510 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14511
14512 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14513 annotation ensure gud-overlay-arrow-position is redisplayed.
14514
14515 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14516
14517 * textmodes/bibtex.el (bibtex-include-OPTkey)
14518 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14519 (bibtex-autokey-name-case-convert)
14520 (bibtex-autokey-titleword-case-convert): Make these the aliases
14521 for the following two variables.
14522 (bibtex-autokey-name-case-convert-function)
14523 (bibtex-autokey-titleword-case-convert-function): Make these the
14524 real names.
14525 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14526 bibtex-font-lock-crossref sublists.
14527 (bibtex-mode): Revert 2005-12-30 change (which made
14528 completion-ignore-case buffer-local).
14529 (bibtex-url): Simplify.
14530
14531 2006-03-19 Kim F. Storm <storm@cua.dk>
14532
14533 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14534 cursor property value to 2 (to align with C level change).
14535
14536 2006-03-19 Bill Wohler <wohler@newt.com>
14537
14538 * image.el (image-load-path-for-library): Shorten first line in
14539 docstring.
14540
14541 2006-03-18 Richard Stallman <rms@gnu.org>
14542
14543 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14544
14545 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14546
14547 * isearch.el (isearch-other-meta-char): Handle user bindings for
14548 shifted control characters.
14549
14550 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14551
14552 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14553 part that matches email addresses, file names, etc.
14554
14555 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14556
14557 * term/w32-win.el (mouse-set-font):
14558 Mention w32-list-proportional-fonts in the doc string.
14559
14560 2006-03-18 Kim F. Storm <storm@cua.dk>
14561
14562 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14563 (ido-unc-hosts): New user option to explicitly define list of know
14564 UNC-style hosts for completion.
14565 (ido-cache-unc-host-shares-time): New user option.
14566 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14567 New helper functions for UNC file-name support.
14568 (ido-may-cache-directory): Check for UNC host. Simplify.
14569 (ido-wash-history): Clean out old UNC hosts.
14570 (ido-nonreadable-directory-p): UNC hosts are always readable.
14571 (ido-directory-too-big-p): UNC hosts are never too big.
14572 (ido-set-current-directory): Handle UNC root path.
14573 (ido-file-name-all-completions): Complete UNC host names from
14574 ido-unc-hosts list. Cache UNC host shares.
14575 (ido-make-file-list-1): Don't filter UNC root.
14576 (ido-exhibit): Check for // in root directory, and switch to UNC
14577 mode by setting ido-current-directory to //.
14578
14579 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14580
14581 * cus-edit.el (customize-changed-options): Mention explicit
14582 version number as default in prompt.
14583
14584 2006-03-17 Bill Wohler <wohler@newt.com>
14585
14586 * image.el (image-load-path-for-library): Minor docstring fix.
14587
14588 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14589
14590 * textmodes/org.el (org-read-date): Include subgroup 5 into
14591 replacement text.
14592 (org-popup-calendar-for-date-prompt): Fix customization type.
14593
14594 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14595
14596 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14597 (gdb-continuation): New variable.
14598 (gdb-send): Deal with continuation lines.
14599
14600 * progmodes/gud.el (gud-gdb-complete-command)
14601 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14602 expressions.
14603 (gud-tooltip-mode): Use buffer-local value.
14604
14605 2006-03-16 Kim F. Storm <storm@cua.dk>
14606
14607 * ido.el (ido-edit-input): Use selected match, if any.
14608
14609 2006-03-16 Bill Wohler <wohler@newt.com>
14610
14611 * image.el (image-load-path-for-library): Prefer user's images in
14612 image-load-path.
14613
14614 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14615
14616 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14617 when checking for attempt to drag leftmost or rightmost scrollbar.
14618
14619 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14620
14621 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14622 (gdb-force-mode-line-update): New function.
14623 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14624 (gdb-exited): Use them.
14625 (gdb-signal): New function.
14626 (gdb-annotation-rules): Provide a rule for it.
14627
14628 2006-03-16 Kenichi Handa <handa@m17n.org>
14629
14630 * international/mule.el (auto-coding-regexp-alist): Add entries
14631 for Unicode BOM.
14632
14633 * sort.el (sort-build-lists): Temporarily bind
14634 inhibit-field-text-motion to t.
14635
14636 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14637
14638 * locate.el (locate-command, locate-make-command-line)
14639 (locate-fcodes-file, locate-update-command)
14640 (locate-prompt-for-command, locate, locate-with-filter)
14641 (locate-get-file-positions): Doc fixes.
14642 (locate-buffer-name, locate-header-face): Remove leading `*' in
14643 defcustom.
14644 (locate-filter-output): Use `keep-lines' instead of its alias
14645 `delete-non-matching-lines'.
14646 (locate-get-filename, locate-get-dirname): Add introductory comment.
14647 (locate-find-directory-other-window): Give appropriate error
14648 message if used outside main listing.
14649
14650 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14653 the new extend-region feature.
14654 (font-lock-after-change-function): Update correspondingly.
14655 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14656 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14657
14658 2006-03-15 Bill Wohler <wohler@newt.com>
14659
14660 * image.el (image-load-path-for-library): Fix example by not
14661 recommending that one binds image-load-path. Just defvar it to
14662 placate compiler and only use it if previously defined.
14663
14664 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14665
14666 * textmodes/org.el (org-insert-centered): Use `string-width' to
14667 make underlining work for wide characters.
14668 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14669 TAB to `org-cycle', to make sure that no binding in
14670 `outline-mode-map' can supercede it.
14671
14672 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14673
14674 * allout.el: Increment version to 2.2.1 in file commentary.
14675
14676 (allout-version): Increment to 2.2.1.
14677
14678 (allout-default-layout): New customization variable, used when the
14679 file lacks a specific allout-layout. Uses allout-layout-type for
14680 recursively nested definition.
14681
14682 (allout-layout-type): Widget defining allout layouts, necessary for
14683 self-recursive definition.
14684
14685 (allout-mode): Incorporate allout-default-layout as fallback for
14686 allout-layout.
14687
14688 (allout-layout): Mark as 'safe-local-variable', and refer mention
14689 fallback to `allout-default-layout' in absence of a specified value.
14690 (allout-passphrase-verifier-string)
14691 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14692
14693 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14694
14695 (allout-get-encryption-passphrase-verifier): Use correct name of
14696 passphrase verifier in docstring.
14697
14698 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14699
14700 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14701 elements.
14702 (gdb-find-watch-expression): Make it work for arrays too.
14703 Follow change to gdb-var-list.
14704 (gud-watch): Allow the user to enter variable name with a prexix
14705 arg. Create keybindings.
14706 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14707 (gdb-var-list-children-handler, gdb-var-update-handler)
14708 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14709 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14710 Follow change to gdb-var-list.
14711 (gdb-starting): Don't show the overlay arrows when program is running.
14712
14713 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14714 gdb-var-list.
14715
14716 2006-03-14 Bill Wohler <wohler@newt.com>
14717
14718 * image.el (image-load-path-for-library): Pass value of path
14719 rather than symbol. Always return list of directories.
14720 Guarantee that image directory comes first.
14721
14722 2006-03-14 Alan Mackenzie <acm@muc.de>
14723
14724 * font-core.el (font-lock-extend-region\(-function\)?.):
14725 New function/variable.
14726
14727 * font-lock.el (font-lock-after-change-function):
14728 Call font-lock-extend-region. Obey font-lock-lines-before.
14729 (font-lock-default-fontify-region): Remove reference to
14730 font-lock-lines-before.
14731
14732 * jit-lock.el (jit-lock-after-change):
14733 Call font-lock-extend-region. Obey font-lock-lines-before.
14734
14735 2006-03-14 David Ponce <david@dponce.com>
14736
14737 * tree-widget.el (tree-widget-themes-load-path)
14738 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14739
14740 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14741
14742 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14743 (rcirc-print): Mark the start of text at the end of the prompt.
14744 (rcirc-track-minor-mode): Add autoload cookie.
14745 (rcirc-update-activity-string): Add space to front of mode-line
14746 indicator.
14747
14748 2006-03-13 Miles Bader <miles@gnu.org>
14749
14750 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14751 (rcirc-abbrev-nick): Remove function.
14752 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14753
14754 2006-03-13 David Ponce <david@dponce.com>
14755
14756 * tree-widget.el: Handle themes across all occurrences of the main
14757 themes sub-directory found in tree-widget-themes-load-path.
14758 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14759 (tree-widget--locate-sub-directory): Return all occurrences.
14760 (tree-widget-themes-path): New function.
14761 Replace tree-widget-themes-directory, and return a list of directories.
14762 (tree-widget-set-parent-theme)
14763 (tree-widget-lookup-image): Use it.
14764
14765 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14766
14767 * textmodes/org.el (org-link-search): Avoid self-matching of
14768 links, allow target text to be distributed over several lines.
14769 (org-search-not-link): New function.
14770 (org-set-regexps-and-options, org-get-current-options):
14771 New startup options.
14772 (org-export-as-html): Take odd-level setting from local variable.
14773 (org-fontify-emphasized-text): New option.
14774 (org-set-font-lock-defaults): Include emphasized text.
14775 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14776 (org-font-lock): Customize group renamed from `org-faces'.
14777
14778 2006-03-13 John Paul Wallington <jpw@pobox.com>
14779
14780 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14781 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14782
14783 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14784
14785 * cus-start.el (all): Delete :version keyword for members of the
14786 fringe group, since the entire group is new in 22.1.
14787
14788 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14789
14790 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14791 map if value is hexadecimal (an address).
14792 (gud-watch): Only search roots for existing watch expressions.
14793 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14794 prevent caching problems with speedbar-update-directory-contents.
14795
14796 2006-03-12 Juri Linkov <juri@jurta.org>
14797
14798 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14799 before comparing with `low' and `warn'.
14800
14801 * info.el (Info-dir-remove-duplicates): Move point to the
14802 beginning of the current line after deleting the entries from
14803 redundant heading. Use marker for `limit' and compare it with
14804 point before calling `re-search-forward'.
14805
14806 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14807
14808 * simple.el (yank): Fix typo in docstring.
14809
14810 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14811
14812 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14813 messages, where "D" is the 6th character.
14814
14815 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14816
14817 * simple.el (yank): Fix last change.
14818
14819 2006-03-11 David Ponce <david@dponce.com>
14820
14821 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14822 before merging elements from the standard ispell-dictionary-alist.
14823 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14824 alist, and return the new alist.
14825
14826 2006-03-11 Richard Stallman <rms@gnu.org>
14827
14828 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14829
14830 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14831 the way it is implemented is too unclean.
14832
14833 * simple.el (kill-region, yank): Doc fix.
14834
14835 * battery.el (battery-echo-area-format): Doc fix.
14836 (battery-mode-line-format): Likewise.
14837 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14838 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14839
14840 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14841
14842 * progmodes/octave-mod.el (octave-indent-for-comment):
14843 Behave according to do string.
14844
14845 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14846
14847 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14848 Be visible only if major mode is Mail Mode.
14849
14850 * textmodes/flyspell.el (flyspell-external-point-words)
14851 (flyspell-process-localwords): Fix last changes.
14852
14853 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14854
14855 * calendar/holidays.el (list-holidays): Doc fix.
14856
14857 * international/mule.el (auto-coding-alist): Add .odt
14858 (OpenOffice's open document) files.
14859
14860 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14861 document) files. Mention in the doc string the need to sync with
14862 auto-coding-alist.
14863
14864 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14865
14866 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14867 enable-local-variables is set to always query, or there is no
14868 savable variable.
14869
14870 2006-03-10 Bill Wohler <wohler@newt.com>
14871
14872 * image.el (image-load-path-for-library): Merge at least three
14873 functions from Gnus and MH-E into this one function that can now
14874 be shared.
14875
14876 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14877
14878 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14879 gdb-remove-mouse-face and remove help-echo too.
14880 (gdb-enqueue-input): Correct conditional clause.
14881
14882 2006-03-10 Glenn Morris <rgm@gnu.org>
14883
14884 * calendar/calendar.el (calendar-holidays): Doc fix.
14885 * calendar/holidays.el (list-holidays): Doc fix.
14886
14887 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14888
14889 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14890 it gets called in gdb-prompt anyway.
14891 (gdb-use-separate-io-buffer): Only restore window arrangement for
14892 gdb-many-windows.
14893 (gdb-enqueue-input): Make it harder to send GDB input when program
14894 is running.
14895 (gdb-buffer-list): New variable.
14896 (gdb-remove-mouse-face): New function.
14897 (gdb-starting): Use it when GDB input won't get sent.
14898
14899 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14900
14901 * help.el (view-lossage): Remove trailing whitespace before
14902 inserting "\n".
14903
14904 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14905
14906 * files.el (hack-local-variables-confirm):
14907 Set coding-system-for-read to nil before writing to .emacs.
14908
14909 * arc-mode.el (archive-extract): Check if an existing buffer name
14910 comes from a different archive.
14911
14912 * help.el (describe-key-briefly): If KEY is a down event, read and
14913 discard the up event.
14914
14915 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14916
14917 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14918 be edited and use font-lock-warning-face for any changes.
14919
14920 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14921 (gdb-edit-value): Use it to report any errors.
14922
14923 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14924
14925 * help.el (describe-key): Remove leftover test code.
14926
14927 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14928
14929 * textmodes/org.el: Move defvars out of eval-when-compile.
14930 Use buffer-file-name variable.
14931 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14932 arg `file'.
14933 (org-level-faces): Remove startup dependency.
14934 (org-cycle, org-map-tree, org-scan-tags)
14935 (org-remember-handler): Don't call `outline-level' directly.
14936 (org-mhe-search-all-folders): New option.
14937 (org-mhe-get-message-folder-from-index)
14938 (org-mhe-get-message-folder): Fix indexing search.
14939 (org-format-agenda-item): Handle nil TAGS argument.
14940 (org-cleaned-string-for-export, org-activate-target-links)
14941 (org-make-target-link-regexp): Deal with empty radio target list.
14942 (org-tag): New face.
14943 (org-get-level-face): New function.
14944 (org-set-font-lock-defaults): Simplify setup for headlines.
14945 (org-complete): Pass common substring to `display-completion-list'.
14946
14947 2006-03-06 David Ponce <david@dponce.com>
14948
14949 * tree-widget.el: Update Commentary header.
14950 (tree-widget-theme-name): Ignore parent themes.
14951 (tree-widget-set-parent-theme): New function.
14952 (tree-widget-set-theme): Use it.
14953 (tree-widget-set-image-properties): Move definition. Does nothing
14954 if image properties have already been set.
14955 (tree-widget-image-properties): Move definition. Receive an image
14956 name. Set the :pointer property.
14957 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14958 Don't set the :pointer image property.
14959 (tree-widget-convert-widget): New function. Handle :dynargs
14960 compatibility here.
14961 (tree-widget): Use it to :convert-widget. Add the :expander-p
14962 predicate to control when the :expander function is entered.
14963 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14964 (tree-widget-value-create): Handle :expander-p. widget-apply
14965 :expander.
14966 (tree-widget-expander-p): New function. Default value of the
14967 :expander-p property.
14968
14969 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14970
14971 * help.el (describe-key): Properly handle the return value of
14972 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14973 remaps. Handle string and vector `follow-link' values.
14974
14975 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * complete.el (PC-expand-many-files): Try be more careful when parsing
14978 the shell's output.
14979
14980 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * outline.el (hide-sublevels): Provide better interactive default.
14983
14984 2006-03-06 Kenichi Handa <handa@m17n.org>
14985
14986 * international/fontset.el (create-fontset-from-fontset-spec):
14987 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14988
14989 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14990
14991 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14992 backslashes instead of one in regexp.
14993 (gud-tooltip-dereference): Add missing optional argument.
14994
14995 2006-03-04 John Paul Wallington <jpw@pobox.com>
14996
14997 * wdired.el (toplevel): Require `cl' at compile-time.
14998
14999 2006-03-04 Andreas Schwab <schwab@suse.de>
15000
15001 * server.el (server-process-filter): Handle errors during
15002 evaluation of the argument.
15003
15004 2006-03-03 John Paul Wallington <jpw@pobox.com>
15005
15006 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15007 escape parentheses at beginning of line.
15008 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15009 (t-mouse-mode): Remove period from end of error message.
15010
15011 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15012
15013 * textmodes/flyspell.el (flyspell-process-localwords):
15014 Be case-sensitive.
15015
15016 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15017
15018 * cus-edit.el (custom-quote): Remove function, since it has been
15019 moved to custom.el.
15020
15021 * font-lock.el (lisp-font-lock-keywords-2)
15022 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15023 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15024 they have no special meaning.
15025
15026 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15027 indirect buffer gets killed before indirect buffer. Use dolist.
15028
15029 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15030
15031 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15032 value instead of a literal constant (1) on more pauses.
15033
15034 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15035
15036 * textmodes/flyspell.el (flyspell-external-point-words):
15037 Be case-sensitive.
15038
15039 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15040
15041 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15042 with "www".
15043
15044 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15045
15046 * allout.el: Restablish intermediate missing comment header to
15047 preserve outline structure.
15048 (allout-beginning-of-current-entry): Skip invisible text.
15049 (allout-open-topic): Fix opening a topic at end-of-buffer.
15050 (allout-minor-mode): Move nearer to allout-mode function.
15051
15052 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15053
15054 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15055
15056 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15057
15058 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15059 is nil.
15060
15061 * progmodes/gud.el (gud-speedbar-menu-items):
15062 Use buffer-local-value and add missing :visible keyword.
15063
15064 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15065
15066 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15067
15068 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15069 must be `follow-link'.
15070
15071 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15072
15073 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15074 formatting: No nested anchors.
15075 (org-all-targets): Fix bug with XEmacs compatibility.
15076 (org-read-date): Add (require 'parse-time).
15077 (org-set-tags): Fix bug with extra inserted space.
15078 (org-export-html-style): Define a style class for targets.
15079 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15080 (org-hide-leading-stars): New option.
15081 (org-hide): New face.
15082 (org-set-font-lock-defaults): Allow to hide leading stars.
15083 (org-get-legal-level, org-tr-level): New functions.
15084 (org-odd-levels-only): New option.
15085 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15086 (org-demote, org-promote): Deal with double-star levels.
15087 (org-convert-to-odd-levels): New command.
15088
15089 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15090
15091 * speedbar.el (speedbar-update-localized-contents): Try to
15092 preserve window-start.
15093 (speedbar-update-directory-contents): Try to preserve window-start
15094 and window-point.
15095 (speedbar-update-special-contents): Don't move back to start of window.
15096
15097 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15098 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15099 speedbar-timer-fn.
15100 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15101 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15102 instead of gdb-speedbar-timer-fn.
15103
15104 2006-02-28 Jay Belanger <belanger@truman.edu>
15105
15106 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15107 (math-compose-expr): Use latex option when calling
15108 `math-compose-tex-matrix' for latex mode.
15109
15110 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15111
15112 * speedbar.el: Re-instate comments about developing for speedbar
15113 [this is what info and gdb-ui use even if better methods exist now].
15114
15115 * t-mouse.el: New file.
15116 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15117 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15118 (t-mouse-make-event-element): Use posn-at-x-y instead.
15119 (t-mouse-make-event): Deal with Fedora Core 3.
15120 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15121 (t-mouse-mouse-position-function): New function. Use it instead
15122 of advising mouse-position.
15123 (t-mouse-mode): New minor mode.
15124 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15125
15126 2006-02-27 Glenn Morris <rgm@gnu.org>
15127
15128 * calendar/calendar.el (calendar-holidays): Doc fix.
15129
15130 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15131
15132 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15133 Re-introduce the concept of a source window.
15134 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15135 consistency with get-buffer-create.
15136 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15137 (gdb-data-list-register-values-handler)
15138 (gdb-stack-list-locals-handler): Try to preserve window-start as
15139 well as window-point.
15140 (gdb-display-source-buffer): New function (old concept).
15141 (gdb-goto-breakpoint): Use it.
15142
15143 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15144 for gdb-ui/gdb-mi (old concept).
15145
15146 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15147
15148 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15149 binding.
15150
15151 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15152
15153 * textmodes/reftex-sel.el (reftex-select-label-map)
15154 (reftex-select-bib-map): Add `follow-mouse' binding.
15155
15156 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15157
15158 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15159 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15160 Give :set functions to provide automatic updating.
15161 Update docstring. Give compiler defvars early in the file
15162 and move the defcustoms to a later spot where all called functions
15163 are defined.
15164 (jka-compr-file-name-handler-entry): Doc fix.
15165 (jka-compr-compression-info-list--internal)
15166 (jka-compr-mode-alist-additions--internal)
15167 (jka-compr-load-suffixes--internal): New variables.
15168 (jka-compr-install): Set the three above variables.
15169 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15170 (jka-compr-update, jka-compr-set): New functions.
15171 (auto-compression-mode): Doc fix.
15172
15173 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15174 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15175 Use jka-compr-compression-info-list--internal,
15176 jka-compr-mode-alist-additions--internal and
15177 jka-compr-load-suffixes--internal.
15178
15179 * files.el (load-library):
15180 * loadhist.el (file-loadhist-lookup):
15181 * startup.el (command-line):
15182 * subr.el (locate-library):
15183 * emacs-lisp/autoload.el (update-directory-autoloads):
15184 * emacs-lisp/find-func.el (find-library-suffixes):
15185 Use `get-load-suffixes' instead of `load-suffixes'.
15186
15187 * subr.el (locate-library):
15188 * emacs-lisp/find-func.el (find-library-name):
15189 Use `load-file-rep-suffixes' instead of '("").
15190
15191 2006-02-26 Kim F. Storm <storm@cua.dk>
15192
15193 * ido.el (ido-save-history, ido-load-history): Simplify.
15194 Don't use find-file-noselect to avoid interference from other modes.
15195
15196 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15197
15198 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15199 to use the default shell if filename is not available.
15200 Reported by Giorgos Keramidas.
15201
15202 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15203
15204 * progmodes/etags.el (tags-completion-table): Do completion from
15205 all the tables in the current list, as documented in the manual.
15206
15207 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15208
15209 * CC Mode Update to 5.31.3.
15210
15211 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15212
15213 * progmodes/cc-mode.el (c-postprocess-file-styles):
15214 Bind inhibit-read-only to t, around the call to
15215 c-remove-any-local-eval-or-mode-variables, so that it works on a
15216 RO file.
15217
15218 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15219
15220 * progmodes/cc-awk.el: Correct a typo.
15221
15222 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15223
15224 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15225 c-hungry-delete-backwards, at the request of RMS. Leave the old
15226 name as an alias.
15227
15228 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15229
15230 * progmodes/cc-mode.el: Correct a typo.
15231
15232 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15233
15234 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15235
15236 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15237
15238 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15239 brace-else-brace (error due to mbeg, mend being undefined).
15240
15241 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15242
15243 * progmodes/cc-mode.el: File Local variables: Solve the problem
15244 where both `mode' and c-file-offsets are specified: `mode' will
15245 overwrite c-f-o's settings:
15246 (c-remove-any-local-eval-or-mode-variables): New function.
15247 (c-postprocess-file-styles): Call the above new function, within
15248 c-tentative-buffer-change, to splat `mode' and `eval' before the
15249 second hack-local-variables.
15250
15251 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15252
15253 * progmodes/cc-mode.el:
15254 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15255 (c-after-change): Protect the match data with save-match-data.
15256 It was getting corrupted by c-after-change-check-<>-operators.
15257
15258 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15259 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15260 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15261
15262 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15263 with save-match-data. It was being corrupted when Font Lock was
15264 not enabled.
15265
15266 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15267
15268 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15269 Mode and Subword Mode.
15270
15271 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15272 real labels ("case 1:" or "foo:") from non-labels ("public:").
15273 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15274 coding; c-f-t-2 doesn't move over a token at EOB.
15275
15276 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15277
15278 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15279 (c-update-modeline): Concatenate the minor mode indicators
15280 directly onto mode-name, removing c-submode-indicators.
15281 Sometimes, c-s-i got separated from the mode name on the mode line.
15282
15283 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15284 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15285
15286 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15287
15288 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15289 error message when there's an evaluation error to show whether
15290 it's loaded from source or not.
15291 (c-filter-ops): Make it available at runtime too to work when
15292 `c-make-init-lang-vars-fun' needs to evaluate from source.
15293
15294 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15295
15296 * help.el (help): Revert last part of 2006-02-23 change (deletion
15297 of the `provide' call).
15298
15299 2006-02-23 Juri Linkov <juri@jurta.org>
15300
15301 * compare-w.el (compare-windows-highlight): Add new value
15302 `persistent' and change :type from `boolean' to `choice'.
15303 (compare-windows-overlays1, compare-windows-overlays2):
15304 New internal variables.
15305 (compare-windows-highlight): If compare-windows-highlight is
15306 `persistent', add current overlays to compare-windows-overlays[12]
15307 instead of adding compare-windows-dehighlight to pre-command-hook.
15308 (compare-windows-dehighlight): Delete all overlays from
15309 compare-windows-overlays[12].
15310
15311 * info.el (Info-search): Don't bind search-spaces-regexp to
15312 Info-search-whitespace-regexp in non-regexp isearch mode.
15313
15314 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15317
15318 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15319
15320 * textmodes/org.el (org-xemacs-p)
15321 (org-export-html-show-new-buffer, org-table-may-need-update)
15322 (org-insert-item, org-mhe-get-message-real-folder)
15323 (org-mhe-get-message-folder-from-index)
15324 (org-mhe-get-message-folder, org-mhe-get-message-num)
15325 (org-mhe-get-header, org-make-org-heading-search-string)
15326 (org-make-org-heading-camel, org-table-sort-lines)
15327 (org-format-org-table-html, org-format-table-table-html):
15328 Fix typos in docstrings.
15329
15330 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15331
15332 * textmodes/org.el (org-cleaned-string-for-export)
15333 (org-solidify-link-text): New function.
15334 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15335 XEmacs, just to silence the compiler.
15336 (org-export-as-ascii, org-export-as-html-and-open):
15337 Use `org-cleaned-string-for-export' and create internal links.
15338 (org-follow-mhe-link): Require mh-e, use folder.
15339
15340 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15341
15342 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15343
15344 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15345 gdb-debug-log-length.
15346 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15347 it a real ring but...
15348 (gud-gdba-marker-filter): ...make it work like mark-ring.
15349 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15350 (gdb-mouse-jump): New function. Add bindings.
15351
15352 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15353
15354 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15355 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15356 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15357 (gdb-debug-log-length): Customize it's length.
15358 (gud-watch, gdb-var-create-handler): Display function::var format
15359 but don't use to create variable object.
15360 (gdb-var-create-handler): Use message-box in place of message.
15361 (gdb-stopped): Call gdb-exited if signalled.
15362
15363 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15364
15365 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15366
15367 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15368
15369 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15370 if `reftex-try-all-extensions' is set.
15371
15372 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15373 fail silently when there is no valid argument at point.
15374 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15375 `fail-silently' argument. From a patch by David Reiter.
15376
15377 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15378 New commands.
15379 (org-mark-ring): New variable.
15380 (org-mark-ring-length): New option.
15381 (org-open-at-point, org-goto, org-open-file): Push old position
15382 onto the mark ring.
15383 (org-add-hook): New function.
15384 (org-export-table-remove-special-lines): New option.
15385 (org-skip-comments, org-format-org-table-html): Respect new
15386 option `org-export-table-remove-special-lines'.
15387 (org-open-file): Allow special command configuration for
15388 directory link.
15389 (org-file-apps): Fix bugs in customize type, added setting
15390 for directories.
15391 (org-activate-tags, org-format-agenda-item, org-complete)
15392 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15393 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15394 (org-link-search, org-make-org-heading-search-string)
15395 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15396 (org-radio-targets, org-file-link-context-use-camel-case)
15397 (org-activate-camels): New options.
15398 (org-update-radio-target-regexp, org-all-targets)
15399 (org-make-target-link-regexp, org-activate-target-links):
15400 New functions.
15401 (org-make-org-heading-search-string): New function.
15402 (org-store-link, org-insert-link): Use new option
15403 `org-file-link-context-use-camel-case'.
15404 (org-activate-camels): Use new option `org-activate-camels'.
15405 (org-link-regexp): Add mhe prefix.
15406 (org-open-at-point, org-store-link): Support for mhe links.
15407 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15408 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15409 (org-mhe-get-header, org-follow-mhe-link): New functions.
15410 (org-remove-angle-brackets, org-add-angle-brackets):
15411 New functions.
15412 (org-bracket-link-regexp): New constant.
15413 (org-read-date): Fix bug that was rejecting all typed dates.
15414 (org-link-search): Make hierarchy above visible after a match.
15415 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15416 (org-store-link): Fix bug with link creation when cursor is in
15417 an empty line.
15418 (org-open-at-point): Fix bug with matching a link.
15419 Fixed buggy argument sequence in call to `org-view-tags'.
15420 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15421 (org-prefix-has-tag): New variable.
15422 (org-format-agenda-item): Remove tags from headline
15423 if appropriate.
15424 (org-agenda-remove-tags-when-in-prefix): New option.
15425
15426 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15427
15428 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15429 Fix the regular expressions.
15430
15431 2006-02-21 Richard M. Stallman <rms@gnu.org>
15432
15433 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15434 if there's no other specific basis.
15435
15436 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15437 as variables at all.
15438 (unsafep-variable): Rename arg; doc fix.
15439
15440 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15441
15442 * calendar/appt.el (diary-selective-display): Add defvar.
15443
15444 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15445
15446 * isearch.el (search-whitespace-regexp): Fix custom type.
15447
15448 * help.el (describe-key-briefly): Compute interactive args
15449 in same was as before previous change.
15450
15451 * files.el (enable-local-variables): Doc fix.
15452
15453 2006-02-21 Kim F. Storm <storm@cua.dk>
15454
15455 * fringe.el: Cleanup as file is now pre-loaded.
15456 (fringe-bitmaps): Initialize unconditionally.
15457 (fringe-mode, set-fringe-style): Remove autoload cookies.
15458
15459 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15460
15461 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15462 `horizontal-bar'.
15463 (fringe-cursor-alist): Use `horizontal-bar'.
15464
15465 2006-02-20 Kim F. Storm <storm@cua.dk>
15466
15467 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15468 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15469
15470 * loadup.el: Load "fringe" on window systems.
15471
15472 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15473
15474 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15475 out of scope components.
15476
15477 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15478 default.
15479
15480 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15481
15482 * custom.el (customize-mark-to-save, customize-mark-as-set):
15483 Load the symbol first.
15484
15485 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15486
15487 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15488 strech spec so it doesn't display as "^J" on the header line
15489 when `Buffer-menu-use-header-line' is t.
15490
15491 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15492
15493 * speedbar.el (speedbar-make-button): Keep text properties
15494 of string arguments if desired.
15495
15496 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15497 expessions.
15498
15499 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15500 of speedbar.
15501
15502 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15503
15504 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15505 to value of `read-file-name-completion-ignore-case'.
15506
15507 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15508
15509 * custom.el (customize-mark-as-set): Push to `user' theme.
15510
15511 * cus-edit.el (custom-save-variables): Allow unthemed values.
15512 (customize-set-variable): Push setting to `user' theme.
15513
15514 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15515
15516 * progmodes/gud.el: Don't require font-lock as it's now
15517 automatically loaded.
15518 (gud-speedbar-buttons): Replace gdb-var-changed with
15519 gdb-force-update.
15520
15521 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15522 gdb-var-changed.
15523 (gdb-post-prompt): Use it.
15524 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15525 (gdb-var-update-handler, gdb-var-delete)
15526 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15527 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15528 gdb-force-update in gdb-post-prompt.
15529 (gdb-reset): Clear watch expressions from speedbar when quitting.
15530
15531 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15532
15533 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15534 (viper-change-state-to-vi, viper-change-state-to-emacs):
15535 Make aware of cursor coloring in the Emacs state.
15536 (viper-special-read-and-insert-char): Use read-char-exclusive.
15537 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15538
15539 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15540 New variable.
15541
15542 * emulation/viper-util.el (viper-save-cursor-color)
15543 (viper-get-saved-cursor-color-in-replace-mode)
15544 (viper-get-saved-cursor-color-in-insert-mode)
15545 (viper-restore-cursor-color): Make aware of the cursor color
15546 in Emacs state.
15547 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15548
15549 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15550 (ediff-ignore-case-option3, ediff-actual-diff-options)
15551 (ediff-actual-diff3-options): New variables to control case sensitivity.
15552 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15553 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15554 (ediff-toggle-ignore-case): New function.
15555 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15556
15557 * ediff-help.el (ediff-long-help-message-narrow2)
15558 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15559 (ediff-long-help-message-word-mode): Add ignore-case command.
15560 (ediff-help-for-quick-help): Add ignore-case command.
15561
15562 * ediff-merg.el: Move provide to the end.
15563
15564 * ediff-ptch.el: Move provide to the end.
15565
15566 * ediff-wind.el: Move provide to the end.
15567
15568 * ediff-mult.el: Move provide to the end.
15569 (ediff-set-meta-overlay): Enable follow-link.
15570
15571 * ediff.el: Move provide to the end.
15572 Break recursive load cycle in eval-when-compile.
15573 (ediff-patch-buffer): Better heuristics.
15574
15575 * ediff-util.el: Move provide to the end.
15576 Break recursive load cycle in eval-when-compile.
15577 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15578 defuns.
15579 (ediff-submit-report): Pass the values of ediff-diff3-program,
15580 ediff-diff3-options.
15581
15582 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15583
15584 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15585 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15586 `' (for example, in the docstring of `windmove-default-keybindings').
15587
15588 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15589
15590 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15591 shadow face. Don't provide binding to edit variable when it is
15592 out of scope.
15593
15594 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15595 (gdb-var-update-handler): Detect out of scope variables with pre
15596 GDB 6.4 too.
15597 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15598 Reset status of variable objects to nil in update handlers.
15599 (gdb-var-update-handler-1): Detect when a variable object comes
15600 in scope. setcar on var changes gdb-var-list directly.
15601
15602 2006-02-17 Juri Linkov <juri@jurta.org>
15603
15604 * ffap.el (ffap) <defface>: Add explicit face declaration.
15605 (ffap-highlight): Use face `ffap' directly instead of checking
15606 for its existence.
15607
15608 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15609 `visible-ok' of `other-buffer' to find the right original buffer.
15610
15611 * info.el (Info-search): Skip `Local Variables' node.
15612
15613 2006-02-17 Juri Linkov <juri@jurta.org>
15614
15615 * info.el (Info-find-file): Check for symbols `apropos', `history',
15616 `toc' in the input filename, and return these symbols as is.
15617 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15618 `history', `toc' instead of strings.
15619 (Info-set-mode-line): For non-string Info-current-file use the
15620 symbol's name inside **.
15621 (Info-isearch-push-state): Add quote before Info-current-file and
15622 Info-current-node.
15623 (Info-isearch-pop-state): Use `equal' instead of `string='.
15624 (Info-extract-pointer, Info-following-node-name): Use
15625 `match-string-no-properties' instead of `match-string'.
15626 (Info-up): Check `old-file' for `stringp'.
15627 (Info-history): Use `equal' instead of `string-equal'.
15628 Check `file' for `stringp'.
15629 (Info-history): Use symbol `history' instead of string as first arg
15630 of `Info-find-node'.
15631 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15632 `toc' instead of string.
15633 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15634 instead of `buffer-substring', and `match-string-no-properties'
15635 instead of `match-string'.
15636 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15637 instead of strings.
15638 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15639 Use symbol `apropos' instead of string.
15640 (Info-copy-current-node-name): Check `Info-current-file' for
15641 `stringp' and construct a command with `Info-find-node' from it.
15642 (Info-fontify-node): Use `match-string-no-properties' instead of
15643 `match-string' and check file names for `stringp'.
15644 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15645 `history', `toc' instead of strings.
15646
15647 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15648
15649 * files.el: Rearrange functions and variables in the file local
15650 variables section.
15651
15652 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15653
15654 * files.el: Add truncate-lines, ispell-check-comments and
15655 ispell-local-dictionary as safe local variables.
15656
15657 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15658
15659 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15660 out of scope variables.
15661 (gud-speedbar-buttons): Use unless.
15662
15663 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15664 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15665 (gdb-show-changed-values): Also use for out of scope variables.
15666 (gdb-var-update-handler-1): Note if variable goes out of scope.
15667
15668 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15669
15670 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15671 default to global variable values for unsupplied args.
15672 (rcirc-get-buffer-create): Fix bug with setting the target.
15673 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15674 test for rcirc-always-use-server-buffer-flag here.
15675 (rcirc-response-formats): Add %N, which is a facified nick. %n
15676 uses the default face. Change the ACTION format string. If the
15677 "nick" is the server, don't print anything for that field.
15678 Comment fixes.
15679 (rcirc-target-buffer): Don't test
15680 rcirc-always-use-server-buffer-flag here.
15681 (rcirc-print): Squeeze extra spaces out of the text before message.
15682 (rcirc-put-nick-channel): Strip potential "@" char from nick
15683 before adding them to nick table.
15684 (rcirc-url-regexp): Improve to match address like "foo.com".
15685
15686 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15687
15688 * allout.el (allout-hidden-p): Move this defsubst before
15689 allout-overlay-interior-modification-handler, where it is first
15690 used.
15691
15692 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15693
15694 * allout.el: Use allout invisible-text overlays instead of
15695 selective display for concealed text. Also, lots of general
15696 cleanup, and improved compatibility code.
15697
15698 (allout-version): Incremented, corrected, revised, and refined
15699 module commentary.
15700
15701 (provide 'allout): Moved to the bottom, added a require of overlay.
15702
15703 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15704 `except-current'.
15705 (allout-write-file-hook-handler): Minimize delay.
15706 (count-trailing-whitespace-region): New function so
15707 auto-encryption of current topic can resituate cursor exactly.
15708 PGP/GPG encryption trims trailing whitespace from lines, which
15709 must be accounted for across encryption then decryption.
15710
15711 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15712 just plain "\C-c", to avoid intruding on user's keybinding space.
15713
15714 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15715 parameter, so user request to provide a new password is done.
15716
15717 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15718 Refined mechanism for auto-filling behavior while in allout mode.
15719
15720 (allout-mode): Explicitly specify the mode map in the docstring.
15721 Clarify provision for various write-file hook var names.
15722 Adjusted for invisible-text overlays instead of selective-display.
15723
15724 (allout-depth): Really return 0 if not within any topic. This
15725 rectifies `allout-beginning-of-level' and sequence numbering
15726 errors that occur when cutting and pasting numbered topics.
15727 Changed from a in-line subst to a regular function, as well.
15728
15729 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15730
15731 (allout-end-of-subtree, allout-end-of-subtree)
15732 (allout-end-of-entry, allout-end-of-current-heading)
15733 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15734 (allout-show-children, allout-show-to-offshoot)
15735 (allout-hide-current-entry, allout-show-current-entry): Rectified
15736 handling of trailing blank lines between items.
15737
15738 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15739 (allout-current-depth, allout-unprotected, allout-hidden-p)
15740 (allout-on-current-heading-p, allout-listify-exposed)
15741 (allout-chart-subtree, allout-goto-prefix)
15742 (allout-back-to-current-heading, allout-get-body-text)
15743 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15744 (allout-hide-region-body, allout-toggle-subtree-encryption)
15745 (allout-encrypt-string, allout-encrypted-key-info)
15746 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15747 (allout-file-vars-section-data): Adjusted for use with
15748 invisible-text overlays instead of selective-display.
15749
15750 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15751 Reworked for use with invisible text overlays.
15752
15753 (allout-current-topic-collapsed-p): New function.
15754
15755 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15756 to know when to close the containing topic.
15757
15758 (allout-pre-command-business, allout-post-command-business):
15759 Simplify undo-batching and dynamic isearch exposure.
15760
15761 (allout-set-overlay-category): New for invisible-text overlays.
15762 Sets properties of allout-overlay-category, used by
15763 allout-flag-region to set invisible-text overlay properties.
15764 (allout-get-invisibility-overlay): Get the first qualifying
15765 invisibility overlay, so we can find the extent of it.
15766 (allout-back-to-visible-text): Get to just before the beginnining
15767 of the current invisibility overlay, if any.
15768
15769 (allout-overlay-insert-in-front-handler)
15770 (allout-overlay-interior-modification-handler)
15771 (allout-before-change-handler, allout-isearch-end-handler): New
15772 functions to handle extraordinary actions affecting concealed
15773 text.
15774
15775 (allout-flag-region): Use overlays instead of selective-display
15776 for invisible text - by inheritence from the properties of
15777 allout-overlay-category in mainline Emacs, and applied
15778 property-by-property in XEmacs, some recent versions of which
15779 don't inherit the properties from the category. Provisions to
15780 respond to concealed-text edits simplified drastically.
15781
15782 (allout-isearch-rectification, allout-isearch-was-font-lock)
15783 (allout-isearch-expose, allout-enwrap-isearch)
15784 (allout-isearch-abort, allout-pre-was-isearching)
15785 (allout-isearch-prior-pos, allout-isearch-did-quit)
15786 (allout-isearch-dynamic-expose)
15787 (allout-hide-current-entry-completely): Functions deleted.
15788
15789 (allout-undo-aggregation): Explicit undo aggregation no longer
15790 necessary due to transition away from selective-display.
15791
15792 (set-allout-regexp, allout-up-current-level)
15793 (allout-next-visible-heading, allout-forward-current-level)
15794 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15795 (allout-kill-line, allout-yank-processing, allout-show-children)
15796 (allout-expose-topic, allout-old-expose-topic)
15797 (allout-listify-exposed, allout-insert-latex-header)
15798 (allout-toggle-subtree-encryption, allout-encrypt-string)
15799 (remove-from-invisibility-spec, allout-hide-current-subtree):
15800 Ditched unused variables.
15801
15802 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15803
15804 * textmodes/ispell.el (ispell-change-dictionary): Call
15805 ispell-buffer-local-dict instead of
15806 ispell-accept-buffer-local-defs.
15807 (ispell-local-dictionary-alist): Accept as valid any coding-system
15808 supported by Emacs.
15809 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15810 changed to iso-8859-3.
15811
15812 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15813
15814 * speedbar.el (speedbar-frame-width): Make an inline function
15815 instead of a macro. Use frame-width.
15816 (speedbar-try-completion, speedbar-update-contents)
15817 (speedbar-timer-fn): Use consp.
15818 (speedbar-update-localized-contents): Try to preserve point.
15819
15820 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15821 (menu): Re-order menu items.
15822 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15823 field.
15824 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15825 (gdb-post-prompt): Speed things by not forcing update.
15826
15827 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15828
15829 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15830 press and perform default action if we get a mouse movement event.
15831
15832 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * calendar/icalendar.el (icalendar--get-event-property)
15835 (icalendar--get-event-property-attributes): Fix typos in
15836 docstrings.
15837
15838 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15839 docstring.
15840
15841 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15842
15843 * bs.el (bs-mode): Use `buffer-disable-undo'.
15844 (bs--get-file-name): Simplify.
15845 (bs-show-in-buffer): Mark the buffer as not modified.
15846
15847 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15848
15849 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15850 widget-button-click.
15851
15852 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15853 (custom-mode): Update docstring.
15854
15855 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15856 binding.
15857
15858 * files.el (hack-local-variables-confirm): Allow scrolling if the
15859 file variable list is too long. Kill temp buffer after use.
15860
15861 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15862
15863 * progmodes/gud.el (gdb): Improve doc string.
15864 (gdb-script-font-lock-keywords): Expand allowed character set.
15865
15866 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15867 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15868 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15869 (gdb-separate-io-stop, gdb-separate-io-eof):
15870 Rename from gdb-inferior-* to gdb-separate-*.
15871 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15872
15873 2006-02-14 Jay Belanger <belanger@truman.edu>
15874
15875 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15876 expression is a symbol before checking that it is bound.
15877
15878 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15879 test to see if equation can be solved.
15880
15881 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15882
15883 * wid-edit.el (widget-button-click): Use :pressed-face property
15884 for overlay face, if it exists.
15885
15886 * cus-edit.el (custom-manual, custom-add-see-also)
15887 (custom-add-parent-links, custom-group-link): Add :pressed-face
15888 property to links.
15889
15890 * files.el (hack-local-variables): Remove ignored variables before
15891 checking if any variables need setting.
15892
15893 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15894
15895 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15896
15897 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15898
15899 * help.el (where-is): Fix message for remapped commands.
15900
15901 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15902 Fix typos in docstrings.
15903
15904 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15905
15906 * files.el (safe-local-variable-values): New option.
15907 (hack-local-variables-prop-line): Return a list of variable-value
15908 pairs if MODE-ONLY is non-nil.
15909 (hack-local-variables): Construct list of variable-value pairs,
15910 and apply or reject them in one go. Ask for confirmation if
15911 variables are not known safe.
15912 (hack-local-variables-confirm): Complete rewrite. Support
15913 `safe-local-variable-values'.
15914 (enable-local-variables): Update docstring to reflect new
15915 behavior.
15916 (ignored-local-variables): Ignore ignored-local-variables and
15917 safe-local-variable-values.
15918 (safe-local-variable-p): New function.
15919 (risky-local-variable-p): `safe-local-variable' property check
15920 moved to safe-local-variable-p.
15921 (hack-one-local-variable): Checks moved to hack-local-variables.
15922
15923 (byte-compile-dynamic, c-basic-offset, c-file-style)
15924 (c-indent-level, comment-column, fill-column, fill-prefix)
15925 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15926 (no-update-autoloads, outline-regexp, page-delimiter)
15927 (paragraph-start, paragraph-separate, sentence-end)
15928 (sentence-end-double-space tab-width, version-control):
15929 Add `safe-local-variable' property.
15930
15931 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15932
15933 * icomplete.el, play/landmark.el: Change nonexistent
15934 `outline-layout' file variable to `allout-layout'.
15935
15936 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15937
15938 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15939 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15940 to gud-comint-buffer.
15941 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15942 gdb-ui.el for gdb-mi.el.
15943 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15944 registers buffer to gdb-get-changed-registers.
15945 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15946 deletion of catchpoints (throw and catch).
15947 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15948 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15949 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15950 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15951 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15952
15953 2006-02-13 Jay Belanger <belanger@truman.edu>
15954
15955 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15956 expression is a symbol before checking that it is bound.
15957
15958 2006-02-13 Richard M. Stallman <rms@gnu.org>
15959
15960 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15961 for the minibuffer too, but not if resize-mini-windows will interfere.
15962
15963 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15964 inside `interactive' spec.
15965 (describe-key-briefly-internal, describe-key-internal):
15966 Functions merged back into their callers.
15967
15968 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15969
15970 * info.el (info-xref-visited): Inherit from info-xref too.
15971 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15972 when propertizing Info-current-file and Info-current-node.
15973
15974 2006-02-13 Juri Linkov <juri@jurta.org>
15975
15976 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15977 (tumme-thumb-name): Fix per-directory format.
15978
15979 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15980
15981 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15982
15983 2006-02-12 Miles Bader <miles@gnu.org>
15984
15985 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15986
15987 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15988
15989 * tumme.el: Remove history section. If someone needs the it, it
15990 can always be found in CVS.
15991
15992 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15993
15994 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15995 about the Thumbnail Managing Standard option.
15996
15997 2006-02-12 Richard M. Stallman <rms@gnu.org>
15998
15999 * subr.el (substitute-key-definition): Doc fix.
16000
16001 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16002
16003 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16004
16005 * info.el (Info-mode): Doc fix.
16006
16007 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16008
16009 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16010
16011 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16012 because on Solaris a POSIX compatible "id" is needed. Reported by
16013 Magnus Henoch <mange@freemail.hu>.
16014
16015 2006-02-12 Juri Linkov <juri@jurta.org>
16016
16017 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16018 (tumme) <defgroup>: Change :group to `multimedia'.
16019 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16020 Managing Standard.
16021 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16022 Fix dostring.
16023 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16024 and %y. Fix docstring.
16025 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16026 (tumme-cmd-create-standard-thumbnail-command): New user options.
16027 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16028 is `standard'. Fix docstring.
16029 (tumme-thumb-width, tumme-thumb-height): New user options.
16030 (tumme-external-viewer): Try to find various viewers.
16031 (tumme-get-thumbnail-image): Use `create-image' instead of
16032 constructing the `image' structure.
16033 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16034 `standard'.
16035 (tumme-thumb-name): Add file name generation for standard storage.
16036 Simplify code for other storages.
16037 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16038 Add modification time %m and thumbnail-nq8 %q.
16039 Use `tumme-cmd-create-standard-thumbnail-command' if
16040 tumme-thumbnail-storage is `standard'.
16041 (tumme-dired-insert-marked-thumbs): New autoload command.
16042 (tumme-dired-after-readin-hook): New function.
16043 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16044 `tumme-thumb-size'.
16045 (tumme-display-image): Replace size-x %x and size-y %y with
16046 width %w and height %h.
16047
16048 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16049 `tumme-dired-insert-marked-thumbs'.
16050
16051 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16052
16053 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16054 include path).
16055 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16056 matching tag.
16057
16058 2006-02-12 Miles Bader <miles@gnu.org>
16059
16060 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16061 New variables.
16062 (rcirc-abbrev-nick): New function.
16063 (rcirc-format-response-string): Rewrite to use the formats in
16064 `rcirc-response-formats' and expand escape sequences therein.
16065 A text-property `rcirc-text' is added over the actual response
16066 text to make easy to find inside the returned string.
16067 (rcirc-print): When filling, just look for the `rcirc-text'
16068 text-property to find the appropriate fill prefix, instead of
16069 using hardwired patterns.
16070
16071 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16072
16073 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16074 Managing Standard.
16075
16076 2006-02-11 Kim F. Storm <storm@cua.dk>
16077
16078 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16079 Don't use insert-buffer; do insert-buffer-substring directly.
16080 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16081
16082 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16083
16084 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16085 with inhibit-read-only. Suggested by Stefan Monnier.
16086 (revert-buffer): Let insert-file-contents discard
16087 buffer-undo-list. Simplify code.
16088 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16089
16090 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16091
16092 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16093
16094 * help.el (describe-key-briefly): Now a wrapper for
16095 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16096 to t. Populate yank-menu if empty.
16097 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16098 (describe-key): Now a wrapper for describe-key-internal. Bind
16099 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16100 (describe-key-internal): Renamed from describe-key.
16101
16102 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16103
16104 * progmodes/glasses.el (glasses-separator): Doc fix.
16105 (glasses-original-separator): New defcustom.
16106 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16107
16108 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16109
16110 * mwheel.el (mouse-wheel-up-event): Doc fix.
16111
16112 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16113
16114 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16115 (tumme-dir): New function. Copied from thumbs.el.
16116
16117 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16118
16119 * desktop.el (desktop-outvar): Fix typo.
16120 (desktop-save-buffer-p): Doc fix.
16121
16122 * subr.el (substitute-key-definition): Fix typo.
16123
16124 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16125
16126 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16127 when window-system is mac.
16128
16129 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16130
16131 2006-02-10 Kim F. Storm <storm@cua.dk>
16132
16133 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16134 indirect-function instead of using condition-case.
16135
16136 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16137
16138 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16139 less `colloquial'...
16140
16141 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16142
16143 * tumme.el: Add a couple of todo items.
16144
16145 2006-02-09 Lars Hansen <larsh@soem.dk>
16146
16147 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16148 (highlight-changes-mode): Don't change desktop-locals-to-save.
16149
16150 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16151
16152 * image-mode.el (image-toggle-display): Clear image cache if using
16153 filename.
16154
16155 2006-02-09 Masatake YAMATO <jet@gyve.org>
16156
16157 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16158 a `dired-man' target.
16159
16160 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16161 boundary of symbols.
16162
16163 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16164
16165 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16166
16167 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16168
16169 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16170 `mapcar'; return nil.
16171
16172 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16173
16174 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16175 some other event.
16176
16177 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16178
16179 * net/rcirc.el (rcirc-startup-channels-alist):
16180 Add irc.freenode.net and #emacs as defaults.
16181 (rcirc-ignore-all-activity-flag): Remove variable.
16182 (rcirc-authinfo): New variable.
16183 (rcirc-authinfo-filename): Remove variable.
16184 (rcirc-always-use-server-buffer-flag): New flag.
16185 (rcirc): M-x rcirc will automatically connect without prompting.
16186 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16187 connection in lisp.
16188 (rcirc-process-server-response-1): Remove everything but the nick
16189 portion of the sender so it doesn't need to be done everywhere
16190 else. Update related code.
16191 (global-map): Remove global keybindings.
16192 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16193 (rcirc-send-input): Split into several functions.
16194 (rcirc-process-input-line, rcirc-process-message)
16195 (rcirc-process-command): New functions.
16196 (rcirc-target-buffer): New function to determine where to route
16197 messages.
16198 (rcirc-user-nick): Save match data.
16199 (rcirc-toggle-ignore-buffer-activity)
16200 (rcirc-update-activity-string): Remove global ignore functionality,
16201 which can be done now by toggling rcirc-track-minor-mode.
16202 (rcirc-track-minor-mode-map): New keymap.
16203 (rcirc-track-minor-mode): New minor-mode.
16204 (ignore): Make the ignore output nicer. Always print it when
16205 adding or removing nicks.
16206 (rcirc-url-regexp): Improve.
16207 (rcirc-mangle-text): Remove properties before using text in the
16208 modeline.
16209 (rcirc-authenticate): Authentication data comes from
16210 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16211 (rcirc-server-prefix): Inherit from rcirc-server.
16212
16213 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16214
16215 * Makefile.in (compile): Append "|| true" to the end of the `find'
16216 command, like compile-always does.
16217
16218 2006-02-08 Sam Steingold <sds@gnu.org>
16219
16220 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16221 output from a dead connection.
16222
16223 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16224
16225 * dired.el (dired-mode-map): Add more bindings for tumme.
16226
16227 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16228
16229 * wdired.el (wdired-mode-map): Use remap.
16230 (wdired-get-filename): Massage.
16231 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16232 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16233 `keymap' property rather than `local-map'.
16234
16235 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16236
16237 * tumme.el (tumme-get-thumbnail-image): New utility function.
16238 Suggested by from Chong Yidong.
16239 (tumme-dired-with-window-configuration): Rename from
16240 `tumme-dired'. Add code to save window configuration.
16241 (tumme-restore-window-configuration): New command to restore the
16242 window configuration that `tumme-dired-with-window-configuration'
16243 saves before it changes the window configuration.
16244 (tumme-show-all-from-dir): New command to display thumbnails for
16245 all files in a directory entered by the user, like M-x thumbs.
16246 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16247 have been created.
16248 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16249 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16250 Remove obsolete test function.
16251
16252 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * vc.el (small-temporary-file-directory): Remove defvar; there's
16255 a defcustom for it in files.el.
16256
16257 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16258 Fix typo in message.
16259 (tumme-gallery-generate): Fix typo in `error' message.
16260 (tumme-display-window-height-correction)
16261 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16262 (tumme-line-up-interactive): Dox fixes.
16263 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16264 (tumme-restore-window-configuration, tumme-format-properties-string)
16265 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16266 Fix typos in docstrings.
16267
16268 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16269
16270 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16271
16272 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16273
16274 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16275 User should use hook if desired.
16276
16277 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16278 buffer if necessary.
16279 (gdb-delete-frame-or-window): New function.
16280 (gdb-breakpoints-mode-map): Bind "q" to it.
16281
16282 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16283
16284 * textmodes/nroff-mode.el: Clean up name space.
16285 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16286 (nroff-mode): Obey the global setting of nroff-electric-mode.
16287 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16288
16289 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16290
16291 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16292
16293 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16294
16295 2006-02-06 Lars Hansen <larsh@soem.dk>
16296
16297 * generic-x.el (etc-fstab-generic-mode): Add file system types
16298 cifs and usbdevfs. Allow special chars in file names.
16299
16300 2006-02-05 Jay Belanger <belanger@truman.edu>
16301
16302 Update copyright notices of the files in lisp/calc.
16303
16304 2006-02-05 Romain Francoise <romain@orebokech.com>
16305
16306 Update copyright notices of all files in the lisp/play directory.
16307
16308 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16309
16310 * ldefs-boot.el: Regenerate.
16311
16312 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16313
16314 2006-02-05 Kim F. Storm <storm@cua.dk>
16315
16316 * files.el (magic-mode-regexp-match-limit): New defvar.
16317 (set-auto-mode): Use it to limit magic-mode-alist matching.
16318
16319 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16320
16321 * info.el (Info-index, Info-mode): Improve the description of the
16322 `i' command.
16323
16324 * ldefs-boot.el: Regenerate.
16325
16326 2006-02-03 Werner Lemberg <wl@gnu.org>
16327
16328 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16329 greedy to find the closing bracket in \*[...] and similar
16330 expressions. This is a first rough fix -- many additional
16331 refinements are necessary to make nroff mode really usable with groff.
16332
16333 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16334
16335 * international/mule-cmds.el (set-locale-environment):
16336 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16337 libX11.
16338
16339 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16340
16341 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16342 archive are created in archive-tmpdir.
16343
16344 2006-02-02 John Paul Wallington <jpw@pobox.com>
16345
16346 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16347 (ibuffer-fontification-alist): Use it.
16348 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16349 to "* z" and the Ibuffer Mark menu.
16350
16351 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16352
16353 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * textmodes/table.el (*table--cell-describe-mode)
16356 (*table--cell-describe-bindings): Undo last change since
16357 print-help-return-message is not obsoleted by anything at all.
16358
16359 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16360
16361 * emulation/cua-base.el (cua-mode): Doc fix.
16362
16363 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16364
16365 * dframe.el (dframe-handle-make-frame-visible)
16366 (dframe-handle-iconify-frame, dframe-get-focus)
16367 (dframe-select-attached-frame, dframe-power-click)
16368 (dframe-frame-mode): Fix typos in docstrings.
16369
16370 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16371 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16372 Fix typos in docstrings.
16373
16374 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16375 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16376 (hi-lock-archaic-interface-message-used)
16377 (hi-lock-file-patterns-range): Fix typos in docstrings.
16378
16379 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16380 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16381
16382 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16383 Fix typo in docstring.
16384
16385 * net/newsticker.el (newsticker--decode-iso8601-date)
16386 (newsticker--set-customvar, newsticker--buffer-insert-item)
16387 (newsticker--do-run-auto-mark-filter)
16388 (newsticker--parse-generic-feed): Doc fixes.
16389 (newsticker--retrieval-timer-list, newsticker-url-list)
16390 (newsticker-hide-immortal-items-in-echo-area)
16391 (newsticker-hide-obsolete-items-in-echo-area)
16392 (newsticker-new-item-face, newsticker--enclosure)
16393 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16394 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16395 (newsticker--parse-generic-feed, newsticker--cache-contains)
16396 (newsticker--stat-num-items, newsticker-download-enclosures):
16397 Fix typos in docstrings.
16398
16399 * net/rcirc.el (rcirc-debug): Doc fix.
16400 (rcirc-fill-column, rcirc-receive-message-hooks)
16401 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16402 (rcirc-mode, rcirc-generate-new-buffer-name)
16403 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16404 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16405 Fix typos in docstrings.
16406 (rcirc-print): "?\ " -> "?\s".
16407 (rcirc-cmd-join): Improve argument/docstring consistency.
16408
16409 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16410
16411 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16412 before narrow-to-region.
16413
16414 2006-02-01 Richard M. Stallman <rms@gnu.org>
16415
16416 * simple.el (move-beginning-of-line): Scan properly for invis change.
16417
16418 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16419
16420 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16421
16422 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16423 change bit only when id-format is 'integer. Reported by Matt
16424 Hodges <M.P.Hodges@rl.ac.uk>.
16425
16426 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16427
16428 * hilit-chg.el (highlight-changes-initial-state)
16429 (highlight-changes-global-initial-state): Doc fixes.
16430 (highlight-changes-global-modes, global-highlight-changes):
16431 Fix typos in docstrings.
16432
16433 2006-02-01 Kim F. Storm <storm@cua.dk>
16434
16435 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16436 transient-mark-mode in doc string.
16437
16438 2006-01-31 Richard M. Stallman <rms@gnu.org>
16439
16440 * replace.el (multi-occur): Doc fix.
16441 (multi-occur-in-matching-buffers): Rename from
16442 multi-occur-by-filename-regexp. Prefix arg says match
16443 buffer names instead of file names.
16444
16445 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16446
16447 * bs.el: Allow non-default values of `bs-header-lines-length'.
16448 (bs--running-in-xemacs): Remove (not needed anymore).
16449 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16450 instead of `shrink-window', thus avoiding having to compute the
16451 height of the window.
16452 (bs--up): Wrap around even when there's no header.
16453 (bs--down): Use `forward-line' instead of `next-line'.
16454
16455 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16456
16457 * image-mode.el (image-toggle-display): Use file name if possible,
16458 instead of unnecessarily allocating a (possibly huge) lisp string.
16459
16460 2006-01-30 John Paul Wallington <jpw@pobox.com>
16461
16462 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16463 because the `assert' macro signals it at runtime.
16464
16465 * emacs-lisp/cl.el (toplevel): Remove definition of
16466 `cl-assertion-failed' condition.
16467
16468 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16469
16470 * thumbs.el (thumbs-marked-list): Make buffer-local and
16471 permanent-local.
16472 (thumbs-insert-thumb): Make help-echo non-sticky.
16473 (thumbs-file-alist): Use eolp as check for (non)-image.
16474
16475 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16476
16477 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16478 (ediff-before-session-group-setup-hooks)
16479 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16480 Fix typos in docstrings.
16481
16482 * window.el (bw-dir, bw-eqdir, balance-windows)
16483 (split-window-keep-point): Fix typos in docstrings.
16484
16485 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16486 (org-quote-string, org-calendar-to-agenda-key)
16487 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16488 (org-show-following-heading, org-tags-column)
16489 (org-use-tag-inheritance, org, org-allow-space-in-links)
16490 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16491 (org-enable-table-editor, org-calc-default-modes)
16492 (org-table-allow-automatic-line-recalculation)
16493 (org-export-html-style, org-export-with-fixed-width)
16494 (org-export-with-sub-superscripts, org-special-keyword)
16495 (org-formula, org-time-grid, org-table-may-need-update)
16496 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16497 (org-goto-quit, org-get-indentation, org-end-of-item)
16498 (org-move-item-down, org-move-item-up)
16499 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16500 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16501 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16502 (org-agenda-log-mode, org-agenda-toggle-diary)
16503 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16504 (org-agenda-file-to-end, org-agenda-no-heading-message)
16505 (org-agenda-get-closed, org-format-agenda-item)
16506 (org-cmp-priority, org-cmp-category, org-cmp-time)
16507 (org-agenda-change-all-lines, org-agenda-diary-entry)
16508 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16509 (org-link-search, org-camel-to-words, org-open-file)
16510 (org-remember-handler, org-table-convert-region)
16511 (org-table-move-row-down, org-table-move-row-up)
16512 (org-table-copy-region, org-table-wrap-region)
16513 (org-table-toggle-vline-visibility)
16514 (org-table-get-vertical-vector, org-table-modify-formulas)
16515 (org-table-get-specials, org-recalc-commands)
16516 (org-table-rotate-recalc-marks, org-table-eval-formula)
16517 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16518 (org-level-color-stars-only, org-insert-heading):
16519 Fix typos in docstrings.
16520 (last-arg): Add defvar.
16521
16522 * makefile.w32-in (WINS): Add erc.
16523 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16524
16525 2006-01-29 Bill Wohler <wohler@newt.com>
16526
16527 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16528 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16529 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16530 (mh-autoloads): Don't use comments on otherwise empty lines.
16531
16532 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16533
16534 * emulation/viper.el (viper-major-mode-modifier-list):
16535 Add insert-state and vi-state entries for erc-mode.
16536 (viper-go-away, viper-set-hooks): Add and remove
16537 viper-comint-mode-hook from erc-mode-hook as appropriate.
16538
16539 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16540
16541 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16542
16543 * bs.el (bs--format-aux): Implement `middle' alignment as
16544 described in the docstring for `bs-attributes-list'.
16545 (bs--get-name): Simplify. Don't pad the buffer name.
16546
16547 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16548
16549 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16550 English aspell dictionary is installed, use the first entry of
16551 ispell-dictionary-alist-1.
16552
16553 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16554
16555 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16556 Doc fix.
16557
16558 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16559
16560 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16561 for `process-file', in order to let it work for older Emacsen too.
16562
16563 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16564
16565 * international/latexenc.el: Add a suitable `coding:' tag.
16566 (latexenc-find-file-coding-system): Undo last change.
16567
16568 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16569
16570 * international/latexenc.el (latexenc-find-file-coding-system):
16571 Make sure latexenc-main-file is a regular file and is readable.
16572
16573 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16574
16575 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16576 Pass FILE to vc-user-login-name.
16577
16578 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16579
16580 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16581
16582 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16583 there are no more images to display.
16584 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16585 the next image.
16586
16587 2006-01-26 Richard M. Stallman <rms@gnu.org>
16588
16589 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16590
16591 * wid-edit.el (advertised-widget-backward): New alias.
16592 (widget-keymap): Use advertised-widget-backward for S-TAB.
16593
16594 * tumme.el: Correct the keywords.
16595 (tumme-dir-max-size): Use defvar.
16596 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16597
16598 * simple.el (move-beginning-of-line): Take account of fields.
16599 (clone-indirect-buffer-other-window): Take args like
16600 clone-indirect-buffer, and work like it.
16601
16602 * help-fns.el (describe-function): Don't pass `nil' as default.
16603
16604 * files.el (risky-local-variable-p): Follow var aliases.
16605
16606 * subr.el (lazy-completion-table): Doc fix.
16607
16608 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16609 global binding of `line'.
16610
16611 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16612
16613 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16614 Tramp.
16615
16616 * vc.el (vc-default-dired-state-info): Pass FILE to
16617 vc-user-login-name.
16618 (vc-default-update-changelog): Don't use vc-user-login-name, we
16619 don't need it here.
16620
16621 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16622 no longer necessary.
16623
16624 2006-01-25 Kenichi Handa <handa@m17n.org>
16625
16626 * international/mule.el (decode-char): Avoid the overhead of
16627 calling utf-lookup-subst-table-for-decode if
16628 utf-translate-cjk-mode is nil.
16629 (encode-char): Avoid the overhead of calling
16630 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16631 nil.
16632
16633 2006-01-22 Kenichi Handa <handa@m17n.org>
16634
16635 * international/mule.el (make-subsidiary-coding-system): Reset
16636 `coding-system-define-form' property of subsidiaries to nil.
16637 Avoid duplicated entry in coding-system-alist.
16638 (make-coding-system): Avoid duplicated entry in
16639 coding-system-alist.
16640 (define-coding-system-alias): Likewise.
16641
16642 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16643
16644 * completion.el: Minor fixes in introductory comment.
16645 (completion-def-wrapper): Fix alist.
16646
16647 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16648
16649 * thumbs.el (thumbs-new-image-size): New function.
16650 (thumbs-increment-image-size-element)
16651 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16652 (thumbs-decrement-image-size): Delete.
16653 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16654 temp files and use to resize.
16655 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16656 Use increment argument to enlarge/shrink. Preserve point.
16657 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16658 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16659 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16660 (thumbs-mark, thumbs-unmark): Preserve point.
16661 (thumbs-modify-image): Keep old temp files and use to modify.
16662 Cleanup old temp files at load time. Preserve point.
16663 (thumbs-view-image-mode-map): Use new command names.
16664
16665 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16666
16667 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16668
16669 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16670 the nastiest part of the cyclic dependency.
16671 (cal-menu-update): Use dotimes and calendar-increment-month.
16672
16673 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16674 (calendar-week-start-day): Add an :initializer.
16675 (calendar-mode-map): Use suppress-keymap, and command remapping.
16676 (describe-calendar-mode): Setup xref-stack info for the back button.
16677 (calendar-star-date): Insert before delete.
16678 (calendar-set-mode-line): Add file-modified info if applicable.
16679 (calendar-increment-month): New function.
16680
16681 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16682
16683 * font-lock.el (lisp-font-lock-keywords-2):
16684 Recognize "& keywords" only at word boundaries.
16685
16686 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16687
16688 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16689 and permanent-local.
16690 (thumbs-max-image-number): New variable.
16691 (thumbs-do-thumbs-insertion): Use them.
16692 (thumbs-per-line): Change default to 4.
16693 (thumbs-marked-list): Rename from thumbs-markedL.
16694 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16695 (thumbs-rename-images): Use -list instead of L for internal variables.
16696 (thumbs-call-convert): Use call-process instead of shell-command.
16697 (thumbs-insert-thumb): Add filename as help-echo to each image.
16698 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16699 Give dir to thumbs-show-thumbs-list.
16700 (thumbs-show-thumbs-list): Set default-directory to that of images.
16701 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16702 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16703 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16704 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16705
16706 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16707
16708 * ses.el (ses-read-cell): Provide a default value.
16709
16710 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16711
16712 * term/w32-win.el (image-library-alist): Add additional names for
16713 GIF library.
16714
16715 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16716
16717 * international/latexenc.el (latexenc-find-file-coding-system):
16718 Add file-regular-p check.
16719
16720 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16721
16722 * simple.el (clone-buffer): Don't show the new buffer in the same
16723 window.
16724
16725 2006-01-23 Juri Linkov <juri@jurta.org>
16726
16727 * faces.el (link, link-visited): New faces based on default values
16728 of `info-xref' and `info-xref-visited'.
16729
16730 * info.el (info-xref): Inherit from `link'.
16731 (info-xref-visited): Inherit from `link-visited'.
16732
16733 * cus-edit.el (custom-buffer-create-internal): Use widget type
16734 `custom-manual' instead of `info-link' and don't set properties
16735 `button-face' and `mouse-face' explicitly.
16736 (custom-browse-group-tag, custom-browse-variable-tag)
16737 (custom-browse-face-tag): Inherit from widget class
16738 `custom-group-link' instead of `push-button'.
16739 (custom-button-unraised): Inherit from `underline' face.
16740 (custom-link): Inherit from `link' face. Fix doc and group.
16741 (custom-add-parent-links, custom-group-value-create): Don't set
16742 properties `button-face' and `mouse-face' explicitly for
16743 `custom-group-link' widget.
16744 (custom-group-link): Add properties `button-face' and `mouse-face'
16745 to widget definition.
16746 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16747 editable-field's :keymap property.
16748 (custom-mode): Fix docstring: substitute keybindings for
16749 `widget-forward' and `widget-backward' from `widget-keymap',
16750 `widget-complete' from `custom-field-keymap', replace old
16751 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16752
16753 * desktop.el (desktop-load-file): Check for `fboundp' before
16754 calling `symbol-function'.
16755
16756 * simple.el (clone-buffer, clone-indirect-buffer)
16757 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16758 `read-string'. Fix prompts.
16759
16760 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16761
16762 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16763
16764 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16765
16766 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16767
16768 * startup.el (inhibit-splash-screen, initial-scratch-message):
16769 Doc fixes.
16770
16771 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16772
16773 Sync with Tramp 2.0.52.
16774
16775 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16776 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16777 `tramp-unload-tramp' for checklist.
16778
16779 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16780 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16781 (tramp-unload-file-name-handler-alist)
16782 (tramp-unload-tramp): New defuns.
16783 (tramp-advice-PC-expand-many-files): New defadvice.
16784 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16785 removed.
16786 (tramp-handle-expand-file-name): Remove double slash.
16787 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16788 It doesn't matter, because it will be converted later on.
16789 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16790 implementation was just heuristic.
16791 (tramp-post-connection): Set uid and gid properties.
16792 (tramp-convert-file-attributes): Set file's gid change bit.
16793 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16794 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16795 in case of su(do)? methods. The home directory of the local user
16796 will be taken else.
16797 (tramp-open-connection-telnet)
16798 (tramp-open-connection-rsh, tramp-open-connection-su)
16799 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16800 local shell prompt could hurt. Reported by Romain Francoise
16801 <romain@orebokech.com>.
16802 (tramp-let-maybe): Add `edebug-form-spec' property.
16803 (tramp-handle-expand-file-name): Bind `default-directory' locally
16804 to "/" in order to avoid problems with UNC shares or Cygwin
16805 mounts.
16806 (tramp-md5-function): Fix typo in error message.
16807
16808 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16809
16810 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16811 for byte-compiler pacification.
16812
16813 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16814
16815 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16816 ID-FORMAT `string'. This allows us to get rid of
16817 `vc-user-login-name UID'.
16818
16819 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16820
16821 2006-01-22 John Paul Wallington <jpw@pobox.com>
16822
16823 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16824
16825 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16826
16827 * emacs-lisp/find-func.el (find-definition-noselect)
16828 (find-variable-noselect): Search variables in C source code too.
16829 (find-function-C-source, find-function-noselect, find-function)
16830 (find-function-other-frame, find-variable-noselect, find-variable)
16831 (find-variable-other-frame, find-variable-at-point):
16832 Fix docstrings.
16833
16834 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16835
16836 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16837
16838 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16839
16840 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16841 Default to disabling the "Save affix" question.
16842
16843 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16844
16845 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16846 the first arg to run-python.
16847
16848 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16849
16850 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16851 is not loaded.
16852
16853 2006-01-20 Jay Belanger <belanger@truman.edu>
16854
16855 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16856 limit is 0.
16857
16858 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16859 the correct variable.
16860
16861 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16862
16863 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16864 link. Fixed buggy argument sequence in call to `org-view-tags'.
16865 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16866 (org-prefix-has-tag): New variable.
16867 (org-format-agenda-item): Remove tags from headline if
16868 appropriate.
16869 (org-agenda-remove-tags-when-in-prefix): New option.
16870 (org-get-tags-at): New function.
16871
16872 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16873
16874 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16875 (thumbs-find-image): Move image name and number from buffer name
16876 to mode name. Set thumbs-buffer. Preserve point so that large
16877 images remain visible.
16878 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16879 order.
16880 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16881 mode name.
16882 (thumbs-next-image, thumbs-previous-image): Make them work.
16883
16884 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16885
16886 * cus-edit.el (custom-buffer-create-internal): State in the text above
16887 the whole buffer buttons that they do not operate on hidden items.
16888 (custom-face-menu): Use `custom-face-save' instead of
16889 `custom-face-save-command'.
16890 (custom-face-save-command): Make it an alias for `custom-face-save'
16891 and declare it obsolete.
16892 (custom-face-save): Doc fix.
16893
16894 * dired.el (dired-no-confirm): Add quote.
16895 (dired-subdir-alist-pre-R): Add quote in
16896 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16897
16898 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * textmodes/table.el (table-mode-indicator): Typo in last change.
16901
16902 2006-01-19 Richard M. Stallman <rms@gnu.org>
16903
16904 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16905 Fixes bug reported in Nov 2005.
16906
16907 * isearch.el (isearch-forward): Doc fix.
16908
16909 * dired.el (dired-move-to-filename-regexp): Define as alias.
16910 (dired-no-confirm): Use defcustom.
16911 (dired-subdir-alist-pre-R): Put defvar at top level.
16912
16913 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16914
16915 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16916 Mark as risky.
16917
16918 * simple.el (set-mark-command): Doc fix.
16919 (clone-indirect-buffer-other-window):
16920 Read arg like clone-indirect-buffer.
16921 (move-beginning-of-line): Skip invisible newlines.
16922
16923 2006-01-19 Masatake YAMATO <jet@gyve.org>
16924
16925 * progmodes/cpp.el (cpp-edit-load): Make the order of
16926 listed conditions in a base C code buffer and its associate
16927 CPP Edit buffer the same.
16928
16929 2006-01-19 Kenichi Handa <handa@m17n.org>
16930
16931 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16932 (rmail-mime-feature): Likewise.
16933 (rmail-require-mime-maybe): Use display-warning to show a warning
16934 message.
16935
16936 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16937 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16938
16939 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * array.el: Move defvars out of eval-when-compile.
16942 (array-make-template): Replace undeclared global var with a local one.
16943 (array-mode): Inline initialization functions.
16944 (array-init-local-variables, array-init-max-row)
16945 (array-init-max-column, array-init-columns-per-line)
16946 (array-init-field-width, array-init-rows-numbered)
16947 (array-init-line-length, array-init-lines-per-row): Remove.
16948
16949 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16950 (doc-mode-map): Define explicitly.
16951 (doctor-txtype): Use mapc.
16952
16953 * textmodes/table.el: Move defvars out of eval-when-compile.
16954 Remove harmful code meant to avoid byte-compiler warnings.
16955 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16956 specification that checks table-fixed-width-mode directly.
16957 (table-recognize-region, table-recognize-cell):
16958 Use restore-buffer-modified-p.
16959 (table-fixed-width-mode): Remove code that refreshes
16960 table-fixed-mode-indicator.
16961 (*table--cell-describe-bindings, *table--cell-describe-mode):
16962 Avoid obsolete name print-help-return-message.
16963 (table--test-cell-list): Don't use replace-regexp from elisp.
16964 (table--point-entered-cell-function, table--point-left-cell-function):
16965 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16966
16967 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16968 that was after the end of file. Use buffer-file-name variable.
16969 (org-timestamp-change): Use with-current-buffer.
16970 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16971 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16972 `file'.
16973
16974 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16975 (fortran-break-line): Remove unused var `opoint'.
16976 (fortran-abbrev-start): Obey help-event-list.
16977
16978 2006-01-18 Jesper Harder <harder@phys.au.dk>
16979
16980 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16981
16982 2006-01-18 Masatake YAMATO <jet@gyve.org>
16983
16984 * progmodes/make-mode.el (makefile-imake-mode): New mode
16985 derived from makefile-mode.
16986 (makefile-imake-mode-syntax-table): New syntax table
16987 derived from makefile-mode-syntax-table.
16988 (makefile-mode): Write about makefile-imake-mode in doc string.
16989 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16990 (makefile-imake-font-lock-keywords): New font lock keywords.
16991
16992 * files.el (auto-mode-alist): Add Imakefile.
16993
16994 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16995
16996 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16997 loading the file rather than when turning on flyspell-mode.
16998
16999 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17000
17001 * cus-edit.el (customize-rogue): Minor doc fix.
17002
17003 2006-01-17 Juri Linkov <juri@jurta.org>
17004
17005 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17006 instead of the file at the mark as default if the file at the mark
17007 is the same as the file at point or if dired-dwim-target-directory
17008 is not the same as the current directory and the mark is not active.
17009
17010 * log-view.el (log-view-minor-wrap): Use the same logic to get
17011 revisions as `log-view-diff'.
17012
17013 * info.el (Info-revert-find-node): Check for Info-current-file
17014 before preserving new-history.
17015
17016 * man.el (Man-heading-regexp): Add `/'.
17017
17018 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17019 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17020
17021 2006-01-16 Juri Linkov <juri@jurta.org>
17022
17023 * faces.el (mode-line-faces): New defgroup.
17024 (mode-line-highlight): Move definition after new defgroup.
17025 (mode-line, mode-line-inactive, mode-line-highlight):
17026 Replace :group `modeline' with `mode-line-faces'.
17027 (mode-line-buffer-id): New face.
17028 (modeline-buffer-id): New face alias.
17029 (vertical-border): Remove :group `modeline'.
17030
17031 * bindings.el (propertized-buffer-identification): Use face
17032 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17033 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17034 (mode-line-buffer-identification-keymap): For mouse-1 replace
17035 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17036 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17037 mouse-3.
17038
17039 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17040 Buffer-menu-buffer. Doc fix.
17041 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17042 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17043 `Buffer-menu-buffer'.
17044
17045 * info.el (Info-mode-line-node-keymap): New defvar.
17046 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17047 Propertize Info-current-node with `mode-line-buffer-id' and
17048 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17049
17050 * time.el (display-time-mail-face): Replace :group `faces' with
17051 `mode-line-faces'.
17052
17053 2006-01-16 Kenichi Handa <handa@m17n.org>
17054
17055 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17056
17057 * language/european.el (cp1252): New alias for windows-1252.
17058
17059 * international/mule.el (autoload-coding-system): Prepare for EOL
17060 variants.
17061
17062 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17063
17064 * term.el (term-raw-map): Add mapping for insert.
17065 (term-send-insert): New.
17066 (term-mode): Make variables local here instead of doing it in
17067 `term-emulate-terminal'.
17068 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17069 Scroll reverse needs to take into account the scroll region.
17070 Saving and restoring the cursor should save the color attributes too.
17071 (term-reset-terminal): Reset the scroll region.
17072 (term-handle-ansi-escape): Cursor up and down should take into
17073 account the scroll region.
17074 (term-set-scroll-region): Rename from `term-scroll-region'.
17075 Move to 0,0 after setting the region.
17076 (term-handle-scroll): Handle scroll up.
17077 (term-down): Fix off by one error.
17078 (term-delete-lines): Do not delete outside the scroll region.
17079 (term-insert-lines): Take into account the scroll region.
17080
17081 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * textmodes/ispell.el (ispell-internal-change-dictionary)
17084 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17085 (start, end): Move declaration outside of eval-when-compile.
17086
17087 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17088 (flyspell-mode-on): Use it.
17089
17090 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17091 ispell-kill-ispell-hook.
17092
17093 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17094
17095 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17096 (Custom-reset-saved): Do not ask for confirmation in single option
17097 buffers.
17098
17099 2006-01-13 Richard M. Stallman <rms@gnu.org>
17100
17101 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17102
17103 2006-01-13 Romain Francoise <romain@orebokech.com>
17104
17105 * add-log.el (add-change-log-entry, change-log-merge):
17106 Conditionally use `hard-newline'.
17107
17108 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17109
17110 * wid-edit.el (widget-field-end): If the overlay is no longer
17111 associated with a buffer, behave as if the overlay didn't exist.
17112
17113 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17114 Make sure the links use the `custom-link' face.
17115
17116 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17117
17118 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17119 (ld-script-mode): Don't set indent-line-function since we don't
17120 have one.
17121
17122 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17123
17124 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17125 application.
17126 (org-file-apps-defaults-gnu): Use mailcap as the default for
17127 selecting an application on a UNIX system.
17128 (org-agenda-show-tags): New command.
17129 (org-table-insert-hline): Keep cursor in current table line.
17130 (org-table-convert): Offset effect of modifying
17131 `org-table-insert-hline'.
17132 (org-format-agenda-item): New optional argument TAG.
17133 (org-compile-prefix-format): Handle %T format for the tag.
17134 (org-expand-wide-chars): New function.
17135 (org-table-insert-row, org-table-insert-hline):
17136 Use `org-expand-wide-chars'.
17137 (org-open-file): Fix bug in program launch.
17138 (org-get-time-of-day): Fix bug with times before 1am.
17139 (org-agenda-menu): Add tags commands.
17140
17141 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17142
17143 * textmodes/ispell.el (ispell-init-process): Include the used
17144 dictionary in ispell process start message.
17145 (ispell-internal-change-dictionary): When flyspell-mode is active
17146 and dictionary is changed, make sure ispell process is restarted
17147 and flyspell word cache cleared out for the current buffer.
17148 (ispell-change-dictionary): Make sure flyspell word cache is
17149 cleared out in all buffers with active flyspell mode when
17150 dictionary is globally changed.
17151 Call ispell-internal-change-dictionary after dictionary change.
17152
17153 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17154
17155 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17156
17157 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17158 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17159 years. Fix small differences wrt Makefile.in.
17160 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17161 Makefile.in does.
17162
17163 2006-01-12 Bill Wohler <wohler@newt.com>
17164
17165 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17166 mh-search.el.
17167
17168 2006-01-12 Masatake YAMATO <jet@gyve.org>
17169
17170 * progmodes/ld-script.el: Update copyright year.
17171
17172 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17173
17174 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17175 Don't add widget if setting undefined.
17176
17177 2006-01-12 John Paul Wallington <jpw@pobox.com>
17178
17179 * help-fns.el (describe-variable): Remove newlines from void
17180 variable output.
17181
17182 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17183
17184 * wdired.el (wdired-mode-map): Add help echo for
17185 wdired-abort-changes.
17186
17187 * man.el (Man-file-name-regexp): Adjust for a list of files.
17188
17189 2006-01-12 Masatake YAMATO <jet@gyve.org>
17190
17191 * progmodes/ld-script.el (auto-mode-alist): Support
17192 suffix conventions used in netbsd and eCos.
17193
17194 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17195
17196 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17197 (custom-variable-menu, custom-face-menu, custom-group-menu)
17198 (Custom-mode-menu): Change names of menu items. (As discussed on
17199 emacs-devel.)
17200 (custom-face-menu): Add "Undo Edits" item.
17201
17202 * startup.el (init-file-user): defcustom -> defvar.
17203
17204 * tooltip.el (tooltip-mode): Doc fix.
17205
17206 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * reveal.el (reveal-post-command): window-buffer signals an error on
17209 dead windows rather than returning nil.
17210 (reveal-open-new-overlays): An overlay might die while we open others.
17211
17212 2006-01-11 Bill Wohler <wohler@newt.com>
17213
17214 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17215 phrasing in docstring.
17216
17217 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17218 can give some systems gas. Add new file mh-buffers.el.
17219
17220 2006-01-06 Masatake YAMATO <jet@gyve.org>
17221
17222 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17223 C preprocessor forward ported from GNU Emacs 21.2.
17224
17225 * progmodes/asm-mode.el (asm-font-lock-keywords):
17226 Use `cpp-font-lock-keywords'.
17227
17228 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17229
17230 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17231 of $ for "\\.ld[s]?".
17232
17233 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17234
17235 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17236 (tcl-indent-line): Return `noindent' if inside a string.
17237
17238 * progmodes/flymake.el (flymake-split-string): Remove more than one
17239 empty string at beg/end of the result.
17240 (flymake-find-buildfile, flymake-find-possible-master-files):
17241 Use expand-file-name.
17242 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17243 since expand-file-name does it for us. Use directory-file-name.
17244 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17245 (flymake-ler-get-type, flymake-ler-get-text)
17246 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17247 (flymake-current-line-no): Remove spurious interactive spec.
17248 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17249 (flymake-check-include): Remove arg inc-path merged into inc-name.
17250 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17251 Arg regexp-list replaced by a simple regexp.
17252 (flymake-master-make-header-init, flymake-master-tex-init):
17253 Correspondingly replace regexp-list with a regexp. Fix regexp.
17254
17255 2006-01-10 Simon Josefsson <jas@extundo.com>
17256
17257 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17258 describing AUTH PLAIN fix.
17259
17260 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17261
17262 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17263 (report-emacs-bug): Don't record initial prompt text.
17264 Instead, add text properties to prompting text.
17265 (report-emacs-bug-hook): Delete prompting text.
17266
17267 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17270 `dirs'. Adjust callers.
17271
17272 2006-01-09 John Paul Wallington <jpw@gnu.org>
17273
17274 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17275
17276 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * reveal.el (reveal-open-new-overlays): New extracted fun.
17279 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17280 using them. Simplify the code.
17281 (reveal-post-command): Use them. Fix up obsolete windows in
17282 reveal-open-spots.
17283
17284 * progmodes/flymake.el: Use `require' rather than autoload for
17285 XEmacs's overlays.
17286 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17287 Delete. Use file-relative-name instead.
17288 (flymake-get-syntax-check-program-args, flymake-perl-init):
17289 Simplify the resulting code.
17290
17291 * log-view.el (log-view-file-re, log-view-message-re): Add support
17292 for DaRCS output.
17293
17294 2006-01-09 Alex Schroeder <alex@gnu.org>
17295
17296 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17297 identifiers sometimes added in square brackets at the beginning of
17298 subject lines.
17299
17300 2006-01-07 Richard M. Stallman <rms@gnu.org>
17301
17302 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17303 (Custom-reset-current, Custom-reset-saved): Change question text.
17304 (Custom-reset-standard): Likewise.
17305 (custom-variable-reset-saved): Doc fix.
17306
17307 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17308
17309 * startup.el (init-file-user): Doc fix.
17310
17311 2006-01-07 Alex Schroeder <alex@gnu.org>
17312
17313 * mail/rmail.el (rmail-current-subject): New function.
17314 (rmail-current-subject-regexp): New function.
17315 (rmail-next-same-subject): Use it.
17316
17317 * mail/rmailsum.el (rmail-summary-by-topic):
17318 Use rmail-current-subject and rmail-current-subject-regexp.
17319 (rmail-summary-next-same-subject): Ditto.
17320
17321 * net/rcirc.el (rcirc-send-input): No longer check whether the
17322 process is open, since not all commands need an open process.
17323 (rcirc-send-string): Check whether the process is open before
17324 sending anything.
17325 (rcirc-ignore-list): New option.
17326 (rcirc-ignore-list-automatic): New variable.
17327 (rcirc-print): Take rcirc-ignore-list into account.
17328 (rcirc-cmd-ignore): New command.
17329 (rcirc-ignore-update-automatic): New function.
17330 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17331 list if ignored nicks.
17332 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17333
17334 2006-01-06 David Reitter <david.reitter@gmail.com>
17335
17336 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17337 reflect the address to which the report will be sent.
17338
17339 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17340
17341 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17342 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17343
17344 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17345
17346 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17347
17348 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17349 the doc string: "functoin" => "function".
17350 * ldefs-boot.el: Likewise.
17351
17352 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17353 message text: "Duplicat" => "Duplicate".
17354
17355 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17356
17357 * files.el (basic-save-buffer-2): If backing-up failed, reset
17358 buffer-backed-up to nil.
17359
17360 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17361
17362 * progmodes/gud.el (gdb-script-skip-to-head)
17363 (gdb-script-calculate-indentation): Indent for breakpoint command
17364 lists also.
17365
17366 2006-01-05 Bill Wohler <wohler@newt.com>
17367
17368 * Makefile.in (compile-always): Add mh-autoloads dependency.
17369 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17370 provides it.
17371 (updates): Remove mh-autoloads dependency, since it probably has
17372 already run recently (via recompile).
17373
17374 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17375
17376 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17377 argument `force' to disable the flyspell-last-buffer optimization.
17378 (flyspell-mode-on): Use it.
17379
17380 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17381 flymake-simple-cleanup.
17382 (flymake-allowed-file-name-masks): Use this new default.
17383 All the functions are now called in the right buffer rather than
17384 passing the buffer as argument.
17385 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17386 (flymake-parse-err-lines): Remove redundant buffer arg.
17387 (flymake-get-program-dir): Comment out unused function.
17388 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17389 Remove redundant buffer argument.
17390 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17391 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17392
17393 2006-01-05 Richard M. Stallman <rms@gnu.org>
17394
17395 * info.el (Info-find-node): Don't record previous node if have none.
17396 (info): Go to directory only if history is empty.
17397
17398 * simple.el (mark): Doc fix.
17399
17400 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17401
17402 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17403 already of desired type.
17404 (mac-ae-list): Coerce parameter to "list" type.
17405 (mac-dispatch-apple-event): Replace cadr part of event with a
17406 dummy position so that event-start returns it.
17407
17408 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17409
17410 * textmodes/org.el (org-end-of-subtree): New function.
17411 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17412 Use `org-end-of-subtree'.
17413 (org-agenda, org-agenda-convert-date): Protect calls to
17414 `fit-window-to-buffer'.
17415 (org-tags-view): Force matching of sublevels when doing a
17416 todo-only search. Define the correct redo command, including the
17417 arguments.
17418 (org-agenda-redo): Display message.
17419 (org-check-for-org-mode): New function.
17420 (org-agenda-type): New variable.
17421 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17422 Set `org-agenda-type'.
17423 (org-agenda-check-type): New function.
17424 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17425 (org-agenda-week-view, org-agenda-day-view)
17426 (org-agenda-next-date-line, org-agenda-previous-date-line)
17427 (org-agenda-log-mode, org-agenda-toggle-diary)
17428 (org-agenda-toggle-time-grid, org-agenda-date-later)
17429 (org-agenda-date-prompt, org-agenda-diary-entry)
17430 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17431 (org-agenda-convert-date, org-agenda-menu):
17432 Use `org-agenda-check-type'.
17433 (org-make-overlay, org-delete-overlay)
17434 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17435 New compatibility functions.
17436 (org-calendar-select-mouse): New command.
17437
17438 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17441 (Custom-reset-standard): Fix y-or-n-p messages.
17442 (custom-link): New face for links.
17443 (custom-buffer-create-internal, custom-manual): Use it.
17444 (custom-face-save): Push to theme-face before setting face spec.
17445
17446 * wid-edit.el (widget-default-mouse-face-get): New function.
17447 (widget-specify-button): Handle mouse-face like button-face.
17448
17449 * custom.el (load-theme): Clear old theme settings if reloading.
17450
17451 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17452
17453 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17454 "Erase Customization" button back to same position it occupies in
17455 the individual State menus.
17456
17457 2006-01-04 Kim F. Storm <storm@cua.dk>
17458
17459 * wid-edit.el (key-sequence): Rework widget to read key binding
17460 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17461 (widget-key-sequence-default-value): Default value for empty sequence.
17462 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17463 (widget-key-sequence-read-event): New command for C-q.
17464 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17465 (widget-key-sequence-value-to-external): New functions.
17466
17467 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17468
17469 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17470 Use expand-file-name.
17471 (flymake-delete-temp-directory): Use expand-file-name,
17472 file-name-directory, and directory-file-name.
17473 (flymake-strrchr): Delete.
17474 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17475 to the init-f function.
17476 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17477 (flymake-init-find-buildfile-dir)
17478 (flymake-init-create-temp-source-and-master-buffer-copy)
17479 (flymake-simple-make-init-impl, flymake-simple-make-init)
17480 (flymake-master-make-init, flymake-master-make-header-init)
17481 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17482 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17483 (flymake-xml-init): Remove corresponding redundant buffer argument.
17484 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17485 the default anyway. Clean up regexps.
17486
17487 * progmodes/flymake.el (flymake-temp-source-file-name)
17488 (flymake-master-file-name, flymake-temp-master-file-name)
17489 (flymake-base-dir): New buffer-local vars.
17490 (flymake-buffer-data, flymake-get-buffer-value)
17491 (flymake-set-buffer-value): Replace those hash-tables by the new
17492 buffer-local vars. Update callers.
17493
17494 * progmodes/flymake.el (flymake-check-start-time)
17495 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17496 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17497 Move definition, so we can remove redundant earlier declaration.
17498 (flymake-replace-regexp-in-string, flymake-split-string)
17499 (flymake-get-temp-dir): Use defalias.
17500 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17501 (flymake-xemacs-window-edges): Remove unused function.
17502 (flymake-get-point-pixel-pos): Move.
17503 (flymake-pid-to-names, flymake-reg-names)
17504 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17505 Replace by a simple list flymake-processes and by process-buffer.
17506 Update callers. Other than simplify the code, it uses buffers rather
17507 than buffer-names so it doesn't get confused by uniquify.
17508 (flymake-buffer-data): The global value should just be nil.
17509
17510 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17511 Optimize the body of a defalias like any other code.
17512
17513 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17514 Make sure we've setup font-lock's vars. It may influence which
17515 function we then call.
17516 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17517 here since it's too late anyway.
17518
17519 2006-01-03 Romain Francoise <romain@orebokech.com>
17520
17521 * startup.el (fancy-splash-tail, normal-splash-screen):
17522 Update copyright year.
17523
17524 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17525
17526 * mouse.el (mouse-drag-track): Rename, from
17527 `mouse-drag-region-1'. Includes optional argument required to
17528 enable post-drag event processing (e.g. delete region keys).
17529 Can be used without this argument to track a mouse region and operate
17530 on it as soon as the drag completes.
17531 (mouse-drag-region): Use `mouse-drag-track'.
17532
17533 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17534
17535 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17536 Move to `custom-buffer' group.
17537
17538 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17539 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17540 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17541 (custom-theme-face-menu): New variables.
17542 (custom-theme-add-variable, custom-theme-variable-action)
17543 (custom-variable-reset-theme, custom-theme-delete-variable)
17544 (custom-face-reset-theme, custom-theme-face-action)
17545 (custom-theme-delete-face, custom-theme-merge-theme)
17546 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17547
17548 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17549
17550 * custom.el: Move Custom Themes commentary to start of theme code.
17551 (custom-known-themes): Rename `standard' theme to `changed'.
17552 (custom-push-theme): Caller no longer specifies what theme to use
17553 when doing `reset'---the setting is simply removed from the theme.
17554 Delete MODE from `theme-value' and `theme-settings' properties.
17555 (custom-declare-theme): Ignore &rest args since we don't use them.
17556
17557 (custom-loaded-themes): Delete variable.
17558 (custom-theme-load-themes, custom-theme-loaded-p)
17559 (custom-theme-value): Delete functions.
17560
17561 (custom-declare-theme): Signal error on invalid theme names.
17562 (provide-theme): custom-loaded-themes was deleted.
17563 (load-theme): Load the file unconditionally.
17564 (enable-theme): Call `load-theme' if theme is undefined.
17565 (custom-enabled-themes): Only update value for successful loads.
17566 (disable-theme): Complete from enabled themes when interactive.
17567 (custom-variable-theme-value): Calculate theme value directly.
17568
17569 (custom-theme-reset-variables, custom-reset-variables): Mark as
17570 XEmacs compatibility functions. We don't actually use these.
17571
17572 * cus-edit.el (custom-variable-state-set):
17573 Use custom-variable-theme-value instead of custom-theme-value.
17574 (custom-face-state-set): Rename `standard' theme to `changed'.
17575 (custom-save-variables, custom-save-faces): Delete unneeded
17576 references to custom-reset-variables.
17577 (custom-save-resets): Delete function.
17578 (custom-save-variables, custom-save-faces): MODE argument deleted.
17579 (custom-save-variables, custom-save-faces): Ignore theme values.
17580
17581 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17582 compatibility function.
17583
17584 2006-01-01 Richard M. Stallman <rms@gnu.org>
17585
17586 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17587 (Custom-reset-current, Custom-reset-saved): Likewise.
17588 (Custom-reset-standard): Show message if aborted.
17589 (custom-mode): Doc fix, describing those commands.
17590
17591 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17592 put on event-kind property.
17593
17594 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17595
17596 * custom.el (provide-theme): Ban `user' theme name.
17597 (custom-enabling-themes): New variable.
17598 (enable-theme): Don't enable user if custom-enabling-themes is t.
17599 (custom-enabled-themes): Make it a defcustom.
17600 (custom-theme-recalc-face): No-op if face is undefined.
17601
17602 * cus-edit.el (custom-button-mouse): New variable.
17603 (custom-button-mouse): New face.
17604 (custom-raised-buttons, custom-mode): Use it.
17605
17606 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17607
17608 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17609
17610 * progmodes/gud.el (gud-display-line): Support hl-line in the
17611 source buffer.
17612
17613 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17614
17615 * mouse.el (mouse-drag-window-above): Verify that the found window
17616 overlaps with the given window in the horizontal dimension.
17617
17618 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17619
17620 * Makefile.in (cvs-update): New target.
17621
17622 * makefile.w32-in (cvs-update): Ditto.
17623
17624 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17625
17626 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17627 (custom-new-theme-mode-map): New variable.
17628
17629 2005-12-30 Richard M. Stallman <rms@gnu.org>
17630
17631 * custom.el (custom-load-themes): Function deleted.
17632
17633 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17634 (custom-save-variables): Don't delete or add custom-load-themes call.
17635
17636 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17637
17638 * cus-start.el: Add `visible-cursor'.
17639
17640 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17641 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17642 (flymake-process-filter): Switch to buffer before calling it instead.
17643 (flymake-post-syntax-check, flymake-highlight-err-lines)
17644 (flymake-delete-own-overlays, flymake-parse-err-lines)
17645 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17646 (flymake-count-lines, flymake-parse-residual):
17647 Remove constant buffer argument.
17648 (flymake-start-syntax-check-for-current-buffer): Remove.
17649 Update callers to use flymake-start-syntax-check instead.
17650 (flymake-display-err-menu-for-current-line):
17651 Remove unused var `mouse-pos'.
17652 (flymake-restore-formatting): Comment out unused function.
17653 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17654 argument, use current-buffer instead. Update callers.
17655
17656 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17657
17658 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17659 buffer-local because choose-completion-delete-max-match requires
17660 that we set completion-ignore-case (i.e., binding via let is not
17661 sufficient).
17662 (bibtex-complete): Always set completion-ignore-case and
17663 choose-completion-string-functions. The latter is needed because
17664 choose-completion-string-functions keeps its value if we quit the
17665 *Completions* buffer without requesting a completion.
17666
17667 2005-12-30 Andreas Schwab <schwab@suse.de>
17668
17669 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17670
17671 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17672
17673 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17674
17675 2005-12-30 Juri Linkov <juri@jurta.org>
17676
17677 * locate.el (locate-fcodes-file, locate-header-face)
17678 * progmodes/delphi.el (delphi-other-face)
17679 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17680
17681 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17682 group `paren-showing-faces'.
17683
17684 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17685 (goto-address): Fix docstring.
17686
17687 * net/webjump.el (webjump-sample-sites): Update URLs.
17688
17689 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17690
17691 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17692
17693 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17694
17695 * font-lock.el (font-lock-compile-keywords): Signal an error when
17696 font-lock-set-defaults hasn't been called.
17697
17698 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17699
17700 * subr.el (noreturn, 1value): Doc fixes.
17701
17702 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17703
17704 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17705 that assoc-string returns nil.
17706
17707 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17708
17709 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17710 (bibtex-entry-type-str, bibtex-empty-field-re)
17711 (bibtex-search-backward-string, bibtex-preamble-prefix)
17712 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17713 (bibtex-any-valid-entry-type): New variable.
17714 (bibtex-parse-field-name): Simplify.
17715 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17716 (bibtex-preamble-prefix): Include left delimiter.
17717 (bibtex-search-forward-field, bibtex-search-backward-field):
17718 Allow unbounded search past entry boundaries (required by bibtex-pop).
17719 (bibtex-text-in-field-bounds): Use push.
17720 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17721 (bibtex-parse-preamble, bibtex-valid-entry)
17722 (bibtex-beginning-first-field): New functions.
17723 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17724 (bibtex-map-entries): Fix docstring.
17725 (bibtex-flash-head): New arg prompt. Simplify.
17726 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17727 (bibtex-insert-kill): Simplify. Always insert text past the
17728 current field or entry.
17729 (bibtex-format-entry): Use bibtex-parse-field.
17730 (bibtex-pop): Use bibtex-beginning-of-entry and
17731 bibtex-end-of-entry to initiate the search. Insert empty field if
17732 we found ourselves.
17733 (bibtex-print-help-message): New args field and comma.
17734 Handle entry keys.
17735 (bibtex-make-field): Use bibtex-beginning-of-entry.
17736 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17737 invalid entry.
17738 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17739 Handle preambles. Simplify code for thorough test.
17740 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17741 New arg comma. Handle entry heads.
17742 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17743 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17744 New arg comma.
17745 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17746 (bibtex-fill-field): Simplify.
17747 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17748 bibtex-parse-field.
17749 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17750 (bibtex-complete): Use bibtex-parse-preamble.
17751
17752 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17753
17754 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17755 Display name of expression instead of convenience variable.
17756 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17757
17758 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17759 toggle-gud-tooltip-dereference.
17760 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17761 (gud-tooltip-tips): ...here when dereferencing.
17762
17763 2005-12-28 Bill Wohler <wohler@newt.com>
17764
17765 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17766
17767 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17770 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17771 (vc-annotate-display-autoscale): Adjust call.
17772 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17773 Fix interactive spec.
17774 (vc-annotate-time-span): Remove.
17775 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17776 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17777 (vc-annotate-display-select): Use new name.
17778
17779 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17780 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17781 Correct the construction of span entries. Simplify.
17782 (vc-annotate-display-select): Fix the nil case.
17783 (vc-annotate): Remove obsolete (and now broken) code.
17784 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17785 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17786
17787 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17788
17789 * subr.el (lazy-completion-table): Correct typo in docstring.
17790
17791 * startup.el (command-line): Use `custom-reevaluate-setting' for
17792 `send-mail-function'.
17793
17794 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17795
17796 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17797
17798 * mail/smtpmail.el (smtpmail-try-auth-methods):
17799 Send credentials together with "AUTH PLAIN" command.
17800
17801 2005-12-27 Richard M. Stallman <rms@gnu.org>
17802
17803 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17804 mouse-2, go back to previously selected window, so it's selected
17805 when mouse-2 command runs.
17806
17807 2005-12-27 Juri Linkov <juri@jurta.org>
17808
17809 * descr-text.el (describe-text-sexp): Use square brackets for
17810 button [Show] to distinguish it from the property value `show'.
17811 (describe-property-list): Use `insert-text-button' with
17812 `help-face' type instead of putting face in quotes, because button
17813 is not created automatically for a list of faces.
17814 (describe-text-properties-1): Put button-type value in quotes to
17815 distinguish from plain text "button".
17816 (describe-char): Display code point values in hex. Don't use
17817 `symbol-name' for `current-input-method' because it is a string.
17818 Use `insert-text-button' with `help-face' type instead of putting
17819 hardcoded face in quotes, because button is not created automatically.
17820
17821 2005-12-27 Richard M. Stallman <rms@gnu.org>
17822
17823 * progmodes/glasses.el (glasses-face): More specific custom type.
17824
17825 * files.el (set-visited-file-name): Doc fix.
17826
17827 * textmodes/flyspell.el (flyspell-external-point-words):
17828 Use local var buffer-scan-pos to advance scan for next misspelling.
17829 Advance it only after we find the misspelling.
17830
17831 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17832
17833 * textmodes/flyspell.el (flyspell-external-point-words):
17834 New criteria for finding the misspelling in the buffer.
17835
17836 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17837
17838 * help-mode.el (help-insert-string): Set help-xref-stack-item
17839 rather than call help-setup-xref.
17840
17841 * descr-text.el (describe-char): Revert previous changes for
17842 optional buffer argument.
17843
17844 2005-12-27 Juri Linkov <juri@jurta.org>
17845
17846 * help-mode.el (help-insert-string): New function. Save buffer
17847 contents in cases where it is impossible to recompute the old contents.
17848
17849 * descr-text.el (describe-char): Set help-xref-stack-item
17850 explicitly after buffer has been generated.
17851
17852 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17853
17854 * cus-start.el (all): Add x-gtk-show-hidden-files.
17855
17856 2005-12-26 Richard M. Stallman <rms@gnu.org>
17857
17858 * replace.el (perform-replace): Calculate match-again
17859 before skipping read-only matches.
17860
17861 * paren.el (paren-showing-faces): New group.
17862 (show-paren-match, show-paren-mismatch): Move to that group.
17863
17864 * button.el (button): Put into group `basic-faces'.
17865
17866 * progmodes/make-mode.el: Remove faces from group `faces'.
17867
17868 * apropos.el (apropos, apropos-value): Doc fix.
17869 (apropos-documentation): Doc fix.
17870
17871 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17872
17873 * subr.el (lazy-completion-table): Remove argument `args'.
17874
17875 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17876 Don't use the `args' argument of lazy-completion-table.
17877
17878 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17879
17880 * descr-text.el (describe-char): Add optional argument for buffer.
17881 Set buffer appropriately. Call help-setup-xref.
17882 Suggested by Stefan Monnier.
17883
17884 2005-12-26 Juri Linkov <juri@jurta.org>
17885
17886 * descr-text.el: Require `help-fns' at runtime. Don't require
17887 `button' for byte compilation.
17888 (describe-text-widget): Add `help-echo' for first button.
17889 Use `help-info' for second.
17890 (describe-property-list): Use `help-argument-name' instead of `italic'.
17891 (describe-text-category): Add prompt to interactive spec.
17892 Call `help-setup-xref'.
17893 (describe-char): Use `help-character-set'. Add `help-echo' for
17894 code point. Use `help-input-method'. Remove superfluous insert.
17895
17896 2005-12-25 Richard M. Stallman <rms@gnu.org>
17897
17898 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17899 at point, in case of narrowing.
17900
17901 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17902
17903 * locate.el (locate-header-face): Allow nil in type.
17904
17905 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17906
17907 2005-12-25 Romain Francoise <romain@orebokech.com>
17908
17909 * battery.el (battery-linux-proc-acpi): Also try
17910 `/proc/acpi/thermal_zone/THM0/temperature'.
17911
17912 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17913
17914 * custom.el (custom-push-theme): Fix docstring.
17915
17916 * cus-edit.el (custom-variable-set, custom-variable-save)
17917 (custom-variable-save): Custom-quote widget values.
17918 (customize-save-variable): Fix custom-push-theme call.
17919
17920 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17921
17922 * w32-fns.el (w32-batch-update-autoloads): New function.
17923
17924 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17925 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17926 from the command line.
17927
17928 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17929
17930 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17931 reset means to remove setting from theme entirely. Don't keep
17932 expanding theme-settings list; delete old entries if necessary.
17933
17934 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17935 customization" button one line up.
17936 (custom-themed): New face.
17937 (custom-magic-alist): New value, THEMED, for theme settings.
17938 (custom-variable-state-set, custom-face-state-set):
17939 Check theme-value instead of saved-value.
17940 (custom-variable-reset-standard, custom-face-reset-standard):
17941 Remove theme setting entirely. Recalculate new values.
17942 (custom-variable-set, custom-variable-set)
17943 (custom-variable-reset-saved, custom-variable-reset-backup)
17944 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17945 (custom-variable-save): Fix typos.
17946
17947 2005-12-23 Juri Linkov <juri@jurta.org>
17948
17949 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17950 Add autoload cookies.
17951 (edebug-outside-d-c-i-n-s-w): New variable.
17952 (edebug-display, edebug-outside-excursion): Use it to save the
17953 original value of default-cursor-in-non-selected-windows.
17954 Set default-cursor-in-non-selected-windows to t while Edebug
17955 is active.
17956 (edebug-mode, edebug-eval-mode): Doc fix.
17957
17958 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17959 with `buffer-substring-no-properties' to remove common substring
17960 highlighting.
17961
17962 * info.el (info-other-window, info): Rename function argument
17963 `file' to `file-or-node'.
17964 (Info-complete-menu-item): Use local variable `complete-nodes' to
17965 keep the global value of `Info-complete-nodes' unchanged for
17966 subsequent completions.
17967 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17968
17969 * simple.el (get-next-valid-buffer, last-buffer)
17970 (next-error-buffer-p, next-error-find-buffer)
17971 (minibuffer-history-sexp-flag): Doc fix.
17972
17973 * savehist.el (savehist-mode-hook): Add `:group'.
17974
17975 * log-view.el: Call autoload for vc-find-version.
17976 (log-view-current-file): Adjust subgroup numbers.
17977 (log-view-current-tag): Add `length'.
17978
17979 2005-12-23 Richard M. Stallman <rms@gnu.org>
17980
17981 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17982
17983 2005-12-23 Juri Linkov <juri@jurta.org>
17984
17985 * hi-lock.el (hi-lock-archaic-interface-message-used)
17986 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17987 (hi-lock-mode): Display "Hi" in the mode line only when
17988 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17989 (hi-lock-write-interactive-patterns):
17990 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17991 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17992 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17993 font-lock-add-keywords to t.
17994
17995 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17996
17997 * hi-lock.el (hi-lock-highlight-range): New variable.
17998 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17999 only if font-lock-fontified is non-nil. Remove overlays.
18000 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18001 font-lock-fontified is non-nil, otherwise use overlays (instead of
18002 text properties).
18003 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18004 New variables.
18005 (hi-lock-string-serialize): New function.
18006
18007 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18008
18009 * menu-bar.el (menu-find-file-existing): New function.
18010 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18011
18012 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18013
18014 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * vc.el: Remove unnecessary leading * in docstrings.
18017 (vc-annotate-mode-map): Move initialization into declaration.
18018 (vc-static-header-alist): Nitpick on the regexp.
18019 (vc-default-init-version): New fun.
18020 (vc-register): Use it.
18021 (vc-insert-headers): Use dolist.
18022 (vc-annotate-get-backend): Remove unused function.
18023 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18024 (vc-annotate-mode): Remove corresponding call.
18025 (vc-annotate-car-last-cons): Simplify.
18026 (vc-annotate-buffers): Remove var.
18027 (vc-annotate-backend): Make it buffer-local.
18028 (vc-annotate): Move the interaction to the interactive spec.
18029 Add a `buf' argument.
18030 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18031 killing&creating a vc-annotate buffer, which is very disruptive when
18032 the buffers are shown in dedicated frames.
18033
18034 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18035
18036 * descr-text.el: Add FSF as maintainer.
18037 (describe-text-mode, describe-text-mode-map)
18038 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18039 help-mode.
18040 (describe-text-widget, describe-text-sexp)
18041 (describe-property-list, describe-text-category)
18042 (describe-text-properties, describe-text-properties-1)
18043 (describe-char): Use help buttons instead of widgets.
18044 (describe-char-unicodedata-file): Make URL link in doc string.
18045
18046 2005-12-22 Richard M. Stallman <rms@gnu.org>
18047
18048 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18049 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18050 Don't include buttons that write a file when there's no file.
18051 (custom-variable-menu, custom-face-menu, custom-group-menu):
18052 Don't include commands that write a file when there's no file.
18053 (customize-browse): Reword the top-of-buffer help intro.
18054 (custom-buffer-create-internal): Fix previous change.
18055 (customize-changed-options-previous-release): Prev release is 21.1.
18056 (customize-changed-options): Doc fix.
18057 (customize-changed): New alias.
18058 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18059 Say "standard values".
18060 (Custom-reset-standard): Doc fix.
18061 (custom-face-reset-standard): Doc fix.
18062
18063 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18066 even if font-lock-mode is non-nil since it may be t without having
18067 turned on font-lock-mode-internal.
18068 (font-lock-choose-keywords): Minor optimization.
18069 (font-lock-add-keywords, font-lock-remove-keywords)
18070 (font-lock-set-defaults): Don't call make-local-variable on a variable
18071 that we know to already be local.
18072
18073 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18074
18075 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18076 messages if in the minibuffer.
18077
18078 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18079
18080 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18081 (tex-mode-flyspell-verify, flyspell-get-word)
18082 (flyspell-external-point-words): Don't use point-min/max uselessly.
18083
18084 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18085 by Kevin Rodgers. Instead, just hide the completions buffer if we
18086 don't need to show it.
18087
18088 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18089
18090 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18091
18092 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18093
18094 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18095 delete-windows-on with an inexistent buffer.
18096
18097 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18098
18099 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18100 Delete defcustom variable :tag names.
18101
18102 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18105 (log-view-font-lock-keywords): Ajust subgroup numbers.
18106 (log-view-current-tag): Don't hard code the number of subgroups.
18107
18108 2005-12-20 Juri Linkov <juri@jurta.org>
18109
18110 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18111 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18112
18113 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18114 (menu-bar-non-minibuffer-window-p): Instead of checking
18115 display-multi-frame-p, use selected-frame when menu-updating-frame
18116 is nil.
18117
18118 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18119
18120 * align.el (align-rules-list): Use [ \t] instead of \s-
18121 for column separators in text mode.
18122
18123 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18124
18125 * help-mode.el (help-customize-variable, help-customize-face):
18126 Don't pop help-xref-stack as help-follow no longer pushes
18127 anything on to it.
18128
18129 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18130
18131 * textmodes/org.el (org-agenda-custom-commands): New option.
18132 (org-agenda): Offer custom commands on splash screen.
18133 (org-make-tags-matcher): Parser for Boolean logic added.
18134 (org-agenda-set-tags): New command.
18135 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18136 (org-set-tags): Efficiency improvements.
18137 (org-auto-align-tags): New option.
18138 (org-todo, org-demote, org-promote): Realign tags.
18139 (org-tags-completion-function): Use also "&" and "|" as separators.
18140 (org-org-menu): Agenda commands simplified.
18141
18142 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18143
18144 * cus-edit.el (customize-apropos, customize-apropos-options):
18145 Docstring changes.
18146
18147 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18148
18149 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18150
18151 * longlines.el (longlines-mode): Wrap while widened.
18152 (longlines-decode-region, longlines-encode-region): Compute max
18153 just once.
18154
18155 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18156
18157 * cus-edit.el (mac): New group.
18158
18159 * cus-start.el (all): Add user options in macterm.c. Add test for
18160 Mac-related built-ins. Fix test for GTK-related built-ins.
18161
18162 * term/mac-win.el (mac-handle-language-change)
18163 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18164 (mac-services-open-selection, mac-services-mail-selection)
18165 (mac-services-mail-to, mac-services-insert-text)
18166 (mac-dispatch-apple-event): Add docstrings.
18167 (x-get-selection, mac-select-convert-to-string): Select coding
18168 system from `utf-16be' and `utf-16le' using `byteorder'.
18169
18170 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18171
18172 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18173 a "list" (lambda ...) rather than a real completion list.
18174
18175 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18176 lexical-let when encountering ((lambda (...) ...) ...).
18177
18178 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18179
18180 * progmodes/sh-script.el (sh-mode):
18181 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18182 * textmodes/picture.el (picture-mode): Update docstrings.
18183
18184 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18185
18186 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18187 commands enclosed in $(ARGQUOTE)s should not be split between two
18188 lines, as that will break with GNU Make >3.80, when sh.exe is used
18189 and arg quoting is with '..'.
18190 (autoloads): Don't break the quoted --eval expression between
18191 several lines.
18192
18193 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18194
18195 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18196 Capture error from printing circular structures.
18197
18198 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18199
18200 * wid-edit.el (widget-checkbox-action): Clear undo info.
18201
18202 2005-12-16 Bill Wohler <wohler@newt.com>
18203
18204 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18205 bar, not menubar in comment.
18206
18207 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18210 After-change-functions should not clobber the match data.
18211
18212 2005-12-16 Juri Linkov <juri@jurta.org>
18213
18214 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18215 instead of `buffer-substring'.
18216 (completion-common-substring): Doc fix.
18217 (completion-setup-function): Use minibuffer-completion-contents
18218 instead of minibuffer-contents. Don't set common-string-length
18219 initially. Remove special handling of partial-completion-mode.
18220 Move computation of completion-base-size into one cond.
18221 Call completion-base-size-function in mainbuf. In computation of
18222 completion-base-size for file name completion don't move point to
18223 the end of the minibuffer. Move computation of common-string-length
18224 into one cond. Start putting faces only when common-string-length>=0.
18225 Add condition to put completions-common-part when
18226 common-string-length>0.
18227
18228 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18229 place point at the first different character in the minibuffer
18230 even if this position is at the beginning of the minibuffer.
18231
18232 * info.el (Info-read-node-name-1): In completion-base-size-function's
18233 lambda return 1 if common-substring or minibuffer-completion-contents
18234 starts with (, and 0 otherwise.
18235
18236 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18237 Use `crm-current-element' for second arg of `display-completion-list'.
18238
18239 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18240
18241 * files.el (set-auto-mode): Look for an interpreter specified on
18242 the first line also if search for mode specification succeeded,
18243 but the mode is not known.
18244
18245 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18246
18247 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18248 (org-open-at-point): Implement tag searches as links.
18249 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18250 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18251 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18252 (org-agenda-dispatch): New commands.
18253 (org-use-tag-inheritance, org-tags-column): New options.
18254 (org-tab-follows-link, org-return-follows-link): New options.
18255 (org-tags): New customize group.
18256 (org-start-icalendar-file): Get local time zone.
18257 (org-tags-completion-function): New function.
18258 (org-set-font-lock-defaults): Make sure links will also be
18259 highlighted inside headlines.
18260
18261 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18262
18263 * term.el (term-emulate-terminal):
18264 Let term-handle-ansi-terminal-messages override what Bash says about
18265 its current directory.
18266
18267 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18268
18269 * bindings.el (last-buffer): Move to simple.el.
18270 * simple.el (last-buffer): Move here.
18271 (get-next-valid-buffer): New function.
18272 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18273 (prev-buffer): Ditto. Rename to `previous-buffer'.
18274
18275 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18276 * bindings.el (global-map): Ditto.
18277
18278 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18279
18280 * cus-edit.el: Introductory comment change.
18281 (custom-magic-alist): Change message string for the `rogue' state.
18282
18283 2005-12-15 Richard M. Stallman <rms@gnu.org>
18284
18285 * tooltip.el: Delete defcustom variable :tag names.
18286
18287 * complete.el (partial-completion-mode): Doc fix.
18288
18289 * textmodes/flyspell.el (flyspell-external-point-words):
18290 Use save-excursion to ensure we don't move backward in the
18291 search loop, not even one character.
18292 (flyspell-delete-all-overlays): Use remove-overlays directly.
18293
18294 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18295 (ispell-start-process): Set that variable.
18296 Clear ispell-buffer-local-name.
18297 (ispell-internal-change-dictionary):
18298 Set ispell-current-dictionary after killing process.
18299 (ispell-buffer-local-dict):
18300 Don't set spell-personal-dictionary after killing process.
18301 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18302 (ispell-tex-skip-alists, ispell-html-skip-alists)
18303 (ispell-skip-region-alist): Mark as risky.
18304
18305 * net/newsticker.el (newsticker--retrieval-timer-list)
18306 (newsticker--display-timer, newsticker-running-p)
18307 (newsticker-ticker-running-p): Definitions moved up.
18308
18309 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18310
18311 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18312
18313 2005-12-15 David Ponce <david@dponce.com>
18314
18315 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18316 (recentf-edit-list, recentf-open-files): Signal an error when
18317 there is no recent file.
18318
18319 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18320
18321 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18322 read-only except for texinfo-format-region evaluation.
18323
18324 2005-12-14 Richard M. Stallman <rms@gnu.org>
18325
18326 * vc.el (vc-default-previous-version, vc-default-next-version)
18327 (vc-do-command): Doc fixes.
18328
18329 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18330
18331 * textmodes/bibtex.el (bibtex-expand-strings)
18332 (bibtex-autokey-expand-string, bibtex-name-part)
18333 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18334 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18335 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18336 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18337 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18338 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18339 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18340 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18341 (bibtex-beginning-of-last-entry): Remove.
18342 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18343 message if comma is missing but buffer is read-only.
18344 (bibtex-parse-field-text): Handle whitespaces at the end of field
18345 text. Return 3-element list with beginning and end of field text
18346 and end of field.
18347 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18348 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18349 (bibtex-search-forward-field, bibtex-search-backward-field):
18350 Search always delimited by limits of entry. Use more efficient
18351 search algorithms.
18352 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18353 bibtex-end-of-name-in-field.
18354 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18355 extracting the content of a field.
18356 (bibtex-text-in-field): Use search limits.
18357 (bibtex-parse-string-prefix): Handle empty string keys based on
18358 bibtex-string-empty-key.
18359 (bibtex-parse-string): Fix docstring.
18360 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18361 (bibtex-preamble-prefix, bibtex-strings): New functions.
18362 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18363 BibTeX entries (consistent with other BibTeX functions).
18364 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18365 (bibtex-search-entry): Fix docstring. Simplify.
18366 (bibtex-flash-head, bibtex-complete-string-cleanup)
18367 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18368 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18369 (bibtex-parse-entry): New optional arg content.
18370 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18371 Use bibtex-text-in-field-bounds.
18372 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18373 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18374 bibtex-parse-string-postfix.
18375 (bibtex-find-text-internal): New function.
18376 (bibtex-remove-delimiters): Use it.
18377 (bibtex-find-text): Use it. New optional arg help.
18378 (bibtex-complete): Handle BibTeX string and preamble entries.
18379 (bibtex-Preamble): Fix order of closing delimiters.
18380
18381 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18382
18383 * vc.el (vc-default-revert): New fun.
18384
18385 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18386
18387 2005-12-14 Romain Francoise <romain@orebokech.com>
18388
18389 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18390 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18391 (font-lock-remove-keywords): Likewise.
18392
18393 2005-12-14 Juri Linkov <juri@jurta.org>
18394
18395 * log-view.el (log-view-diff): Doc fix.
18396
18397 * isearch.el (isearch-query-replace): Use (mark) instead of
18398 isearch-opoint if mark is active in transient-mark-mode.
18399
18400 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18401
18402 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18403
18404 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18405
18406 * progmodes/cpp.el (cpp-face): New widget.
18407 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18408
18409 2005-12-14 Juri Linkov <juri@jurta.org>
18410
18411 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18412 around `erase-buffer' and `insert'.
18413
18414 * descr-text.el (describe-text-properties): Replace buffer name
18415 "*Help-2*" with "*Help*<2>".
18416 (describe-char): Add functions print-help-return-message,
18417 toggle-read-only. Use help-setup-xref with nil to not store
18418 describe-char in help-xref-stack. Use help-make-xrefs to
18419 make [back] button.
18420
18421 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18422
18423 * wdired.el (wdired-old-point): New internal variable.
18424 (wdired-change-to-wdired-mode): Set it buffer-locally.
18425 (wdired-abort-changes): Restore point after aborting changes.
18426
18427 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * vc.el (vc-do-command): Add a new value t for okstatus.
18430
18431 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18432 frame in case of errors.
18433
18434 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18435
18436 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18437 so it comes after "On the Left" in the menu.
18438
18439 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18440
18441 * cus-edit.el (customize-apropos, customize-apropos-options)
18442 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18443
18444 2005-12-12 Bill Wohler <wohler@newt.com>
18445
18446 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18447 non-writable Subversion-controlled files by saving window
18448 configuration before calling vc-do-command. vc-do-command calls
18449 pop-to-buffer on error which is unexpected during registration.
18450
18451 2005-12-12 Jay Belanger <belanger@truman.edu>
18452
18453 * calc/README: Update the summary of changes.
18454
18455 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18456
18457 * descr-text.el (describe-char): Rework last fix to solve the problem
18458 is the same way it's solved for everything else in that function
18459 (i.e. by extracting the info before setting up the *Help* buffer).
18460
18461 2005-12-12 Kim F. Storm <storm@cua.dk>
18462
18463 * subr.el (version-regexp-alist): Allow space as separator before
18464 non-numeric part, e.g. "1.0 alpha".
18465 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18466
18467 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18468
18469 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18470 Implement Logging and the keep-modes setting.
18471 (org-get-category): Make sure a string is returned.
18472 (org-log-done): New function.
18473 (org-log-done, org-closed-string): New options.
18474
18475 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18476
18477 * tooltip.el (tooltip-y-offset): Change default to 20.
18478
18479 2005-12-12 Richard M. Stallman <rms@gnu.org>
18480
18481 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18482
18483 * frame.el (display-hourglass): Doc fix.
18484
18485 * help.el (help-for-help-internal): Simplify entry for `a'.
18486
18487 * info.el (Info-on-current-buffer): Doc fix.
18488 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18489
18490 * startup.el (inhibit-splash-screen): Make this the real name.
18491 (inhibit-startup-message): Make this the alias.
18492 (command-line): Find only simple.el, and use its directory
18493 to fill in other preloaded files' names.
18494 (command-line): Deactivate the mark if deactivate-mark is set.
18495
18496 * international/mule.el (load-with-code-conversion):
18497 Bind deactivate-mark.
18498
18499 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18500
18501 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18502
18503 * cus-edit.el (customize-apropos): Avoid listing an option more
18504 than once under different aliases. No longer list user options
18505 that are not defined with defcustom (unless a prefix arg is given).
18506 Doc fix.
18507 (customize-apropos-options): Doc fix.
18508
18509 2005-12-11 Juri Linkov <juri@jurta.org>
18510
18511 * frame.el (set-background-color, set-foreground-color)
18512 (set-cursor-color, set-mouse-color, set-border-color):
18513 Add explicit prompts to read colors by `facemenu-read-color'.
18514 (show-trailing-whitespace, blink-cursor-delay)
18515 (blink-cursor-interval, display-hourglass, hourglass-delay):
18516 Remove tags.
18517 (display-hourglass, hourglass-delay): Doc fix.
18518 (cursor-in-non-selected-windows): Capitalize words in tag.
18519
18520 * faces.el (frame-background-mode): Replace `choice-item' keywords
18521 with `const' to not make [default] button. Change default value tag
18522 from `default' to `automatic'. Doc fix.
18523 (trailing-whitespace) <defface>: Change group `whitespace' to
18524 `whitespace-faces'.
18525
18526 2005-12-11 Richard M. Stallman <rms@gnu.org>
18527
18528 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18529
18530 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18531
18532 * term/mac-win.el: Create keymap for mac-apple-event-map.
18533
18534 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18535
18536 * tooltip.el (tooltip-mode): Move to start of file so that it
18537 appears at top of customize buffer.
18538
18539 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18540 Add the gud groupname.
18541 (gud-tooltip-mode): Add the tooltip groupname.
18542 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18543 avoid conflict with tooltip-use-echo-area.
18544
18545 2005-12-10 Romain Francoise <romain@orebokech.com>
18546
18547 * help.el (help-for-help-internal): Add `r' in doc string.
18548
18549 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18550
18551 * align.el (align-regexp, align-highlight-rule):
18552 Use region-beginning and region-end instead of point and mark, so that
18553 repetition (with `repeat-complex-command') recomputes the region
18554 bounds.
18555
18556 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18557
18558 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18559 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18560 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18561 (balance-windows): Rewrite using the above new functions.
18562
18563 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18564
18565 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18566 react if global-hi-lock-mode seems intended.
18567 (global-hi-lock-mode): Renamed from hi-lock-mode.
18568 (hi-lock-archaic-interface-message-used)
18569 (hi-lock-archaic-interface-deduce): New variables.
18570 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18571 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18572 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18573 Replace hi-lock-buffer-mode with hi-lock-mode.
18574
18575 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18576
18577 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18578 completion list, even after a partial completion has been
18579 inserted in the current buffer. If there are more than 1
18580 completion, redisplay the *Completions* buffer; if the
18581 completion is unique, delete the *Completions* window.
18582
18583 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18584
18585 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18586 strings and long subject lines that were broken into multiple
18587 lines at arbitrary places. Handle subjects that have "Re: " in
18588 the middle.
18589
18590 2005-12-10 John W. Eaton <jwe@octave.org>
18591
18592 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18593 comments or strings if octave-auto-indent is nil.
18594
18595 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18596
18597 * term/mac-win.el: Require url when compiling.
18598 Call mac-process-deferred-apple-events after loading init files.
18599 (mac-apple-event-map): New defvar. Define event handlers in it.
18600 (core-event, internet-event): New Apple event class symbols.
18601 (open-application, reopen-application, open-documents)
18602 (print-documents, open-contents, quit-application)
18603 (application-died, show-preferences, autosave-now, get-url):
18604 New Apple event ID symbols.
18605 (about): New HICommand ID symbol.
18606 (mac-event-spec, mac-event-ae): New macros.
18607 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18608 (mac-ae-selection-range, mac-ae-text-for-search)
18609 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18610 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18611 and Services menu events are now defined in mac-apple-event-map.
18612 (mac-drag-n-drop): Remove selection range handling.
18613
18614 2005-12-10 Kenichi Handa <handa@m17n.org>
18615
18616 * simple.el (zap-to-char):
18617 * isearch.el (isearch-process-search-char): Translate CHAR by
18618 translation-table-for-input.
18619
18620 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18621
18622 * foldout.el (foldout-exit-fold): Properly hide subtree.
18623
18624 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18625
18626 * files.el (save-buffer):
18627 * international/ucs-tables.el (ucs-set-table-for-input):
18628 * mail/mail-extr.el (mail-extract-address-components):
18629 * mail/sendmail.el (mail-mode): Reformat doc string.
18630
18631 2005-12-09 Juri Linkov <juri@jurta.org>
18632
18633 * isearch.el (isearch-highlight): Change main overlay priority
18634 from 1 to 1001. Simplify.
18635 (isearch-lazy-highlight-update): Change lazy overlay priority
18636 from 0 to 1000.
18637
18638 * replace.el (replace-highlight): Change overlay priority from
18639 1 to 1001.
18640
18641 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18642 Change overlay priority from 1 to 1001. Reuse existing overlay.
18643
18644 * compare-w.el (compare-windows-highlight): Change overlay
18645 priority from 1 to 1000.
18646
18647 * menu-bar.el (menu-bar-edit-menu): Add listp around
18648 pending-undo-list to disable menu item "undo" when pending
18649 undo list is empty.
18650
18651 * locate.el (locate): Disable undo in *Locate* buffer.
18652
18653 2005-12-09 Kim F. Storm <storm@cua.dk>
18654
18655 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18656
18657 2005-12-09 David Ponce <david@dponce.com>
18658
18659 * recentf.el: Improvement of the menu code.
18660 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18661 instead of menu hook.
18662 (recentf-show-menu, recentf-hide-menu): New functions.
18663 (recentf-menu-customization-changed, recentf-mode): Use them.
18664 (recentf-menu-action, recentf-max-menu-items)
18665 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18666 (recentf-arrange-by-rule-others)
18667 (recentf-arrange-by-rules-min-items)
18668 (recentf-arrange-by-rule-subfilter): Don't use
18669 `recentf-menu-customization-changed'.
18670 (recentf-arrange-rules): Likewise. Accept functions to compute
18671 sub-menu titles.
18672 (recentf-menu-filter): Likewise. Doc fix.
18673 (recentf-menu-value-shortcut): Doc fix.
18674 (recentf-dump-variable): Quote atom value.
18675 (recentf-make-menu-items): Update to use it as a menu filter.
18676 (recentf-match-rule): New function.
18677 (recentf-arrange-by-rule): Use it.
18678 (recentf-indirect-mode-rule): New function.
18679 (recentf-build-mode-rules): Use it.
18680 (recentf-dir-rule): New function.
18681 (recentf-arrange-by-dir): Use it.
18682 (recentf-filter-changer-current): Rename from
18683 `recentf-filter-changer-state'. All references updated.
18684 (recentf-filter-changer-alist): Update filter names.
18685 (recentf-filter-changer-select): New function.
18686 (recentf-filter-changer): Use it. Make a sub-menu from filters
18687 available in `recentf-filter-changer-alist'.
18688 (recentf-data-cache, recentf-clear-data)
18689 (recentf-update-menu): Remove. All references updated.
18690 (recentf-match-rule-p, recentf-build-dir-rules)
18691 (recentf-filter-changer-goto-next)
18692 (recentf-filter-changer-get-current)
18693 (recentf-filter-changer-get-next): Remove.
18694
18695 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18696
18697 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18698 buffer "Reset" button to "Reset to Current" for consistency with
18699 the State buttons.
18700
18701 2005-12-08 John Paul Wallington <jpw@pobox.com>
18702
18703 * ibuf-ext.el (define-ibuffer-filter filename):
18704 If `dired-directory' is a list then really use its car.
18705
18706 2005-12-08 Kim F. Storm <storm@cua.dk>
18707
18708 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18709 Fix indention of text on right side of replaced rectangle.
18710
18711 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18712
18713 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18714 No need to check gud-comint-buffer is bound.
18715 (gdb): Prevent multiple debugging when first session uses gdba.
18716
18717 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18718
18719 CC Mode update to 5.31.
18720
18721 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18722 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18723 We might do this function properly in the future).
18724
18725 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18726 New macros c-sentence-end and c-default-value-sentence end, to cope
18727 with Emacs 22's new function `sentence-end'.
18728
18729 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18730
18731 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18732 compat issue using `c-put-overlay' and `c-delete-overlay'.
18733
18734 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18735 New compat macros to handle overlays/extents.
18736
18737 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18738
18739 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18740 (for GNU Emacs 20.4).
18741
18742 * progmodes/cc-defs.el
18743 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18744
18745 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18746 highlighting mechanism so it will work in XEmacs too.
18747
18748 * progmodes/cc-defs.el: Insert c-int-to-char.
18749
18750 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18751 call to the new macro c-int-to-char. This solves XEmacs's
18752 regarding characters as different from integers.
18753
18754 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18755
18756 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18757 New internal helper.
18758
18759 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18760 construct to make the indirect face lookup work in XEmacs.
18761
18762 (c-cpp-matchers): Append the negation char face to the existing
18763 fontification, so that the cpp face doesn't disappear.
18764 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18765 and strings.
18766
18767 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18768 to map to `font-lock-negation-char-face' in emacsen where it exists.
18769
18770 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18771
18772 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18773
18774 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18775 Rename "c-subword-move-mode" as "c-subword-mode".
18776
18777 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18778 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18779
18780 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18781
18782 * progmodes/cc-mode.el: Added autoload directive for
18783 `c-subword-move-mode' for use in older emacsen.
18784
18785 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18786
18787 * progmodes/cc-mode.el:
18788 (i): Insert a binding for C-c C-backspace into
18789 c-bind-special-erase-keys which works in TTYs.
18790 (ii): Make sure that when file styles are used, any explicitly
18791 given style variables take priority over those in the style.
18792 Do this by calling `hack-local-variables' a second time.
18793
18794 * progmodes/cc-vars.el: Add language specific customization
18795 widgets for AWK to c-doc-comment-style, c-require-final-newline
18796 and c-default-style. Add a defcustom for awk-mode-hook.
18797 Give c-syntactic-element and c-syntactic-context doc-strings by
18798 directly setting their `variable-documentation' propery.
18799 This allows Emacs 22.1 to read these with C-h v.
18800
18801 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18802
18803 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18804
18805 * progmodes/cc-fonts.el, cc-vars.el
18806 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18807 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18808 Masatake YAMATO.
18809
18810 (c-doc-comment-style): Made GtkDoc default in C mode.
18811
18812 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18813 and C-c C-<delete>.
18814
18815 (c-bind-special-erase-keys): New function for use on
18816 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18817
18818 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18819 <delete> key behavior in XEmacs according to `delete-forward-p'.
18820 C.f. `c-electric-delete'.
18821
18822 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18823
18824 * progmodes/cc-mode.el: Give c-hungry-backspace and
18825 c-hungry-delete-forward permanent key bindings.
18826
18827 * progmodes/cc-cmds.el (c-electric-semi&comma):
18828 Bind c-syntactic-context for calls to "criteria functions", for
18829 consistency with other calls to user functions.
18830
18831 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18832 `current-prefix-arg', since this might be the prefix arg to a
18833 command which calls c-indent-command as a function. Change the
18834 interactive spec from "p" to "P".
18835
18836 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18837 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18838 was difficult to understand.
18839
18840 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18841
18842 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18843 first char of an identifier.
18844
18845 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18846 +" syntax in C++.
18847
18848 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18849
18850 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18851 auto-fill doesn't split a c-comment's last word from a hanging
18852 "*/" when a space is typed between them after fill-column.
18853
18854 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18855
18856 * progmodes/cc-styles.el (c-set-style)
18857 (c-setup-paragraph-variables): Abort the command if we're not in a
18858 CC Mode buffer.
18859
18860 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18861 with blank comment-prefix, and a blank line as the comment's
18862 second line.
18863
18864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18865
18866 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18867 Incorporate the patterns added in the Emacs development branch
18868 for the new Emacs 22 face `font-lock-negation-char-face'.
18869
18870 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18871 of "red" since it stands out better in xterms and DOS terminals.
18872
18873 * progmodes/cc-engine.el (c-literal-faces):
18874 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18875
18876 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18877
18878 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18879 forcibly enable c-electric-flag.
18880
18881 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18882 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18883 after the comment-prefix of a C-style comment will close that comment.
18884
18885 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18886
18887 * progmodes/cc-fonts.el (c-basic-matchers-before)
18888 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18889 in Pike.
18890
18891 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18892 digraphs.
18893
18894 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18895 (c-cpp-message-directives, c-cpp-include-directives)
18896 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18897 (c-cpp-expr-directives): Introduce new language constants to
18898 control cpp syntax in a cleaner way.
18899
18900 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18901
18902 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18903
18904 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18905 (c-multiline-string-start-char): New language constants and
18906 variables to specify how newlines in string literals work.
18907
18908 (c-font-lock-invalid-string): Use them.
18909
18910 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18911 unbalanced close brace is entered. Optimization by avoiding going
18912 back over arbitrarily large blocks. Removed hints that this
18913 function only would be relevant/useful in AWK.
18914
18915 (c-electric-brace): Indent syntactically after the cleanups since
18916 lineup functions might do it differently then.
18917
18918 * progmodes/cc-engine.el, cc-langs.el
18919 (c-opt-op-identifier-prefix): New language constant and variable.
18920
18921 (c-just-after-func-arglist-p, c-after-special-operator-id)
18922 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18923
18924 * progmodes/cc-align.el, cc-engine.el
18925 (c-after-special-operator-id): New helper to handle C++ operator
18926 identifiers.
18927
18928 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18929 (c-guess-basic-syntax): Handle C++ operator identifiers in
18930 declarations.
18931
18932 * progmodes/cc-langs.el (c-assignment-operators): Add the
18933 trigraph version of ^= too.
18934
18935 * progmodes/cc-langs.el (c-assignment-operators): Add the
18936 trigraph version of |= in C++.
18937
18938 * progmodes/cc-fonts.el (c-font-lock-declarators):
18939 Handle `c-decl-hangon-kwds' after the identifier name.
18940
18941 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18942 whether an arglist is "nonempty", ignore a comment after the open
18943 paren if it isn't followed by a non-comment token on the same line.
18944
18945 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18946 Enable heuristics below the point to cope with classes inside special
18947 brace lists in Pike.
18948
18949 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18950
18951 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18952
18953 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18954
18955 * progmodes/cc-guess.el (cc-guess-install): New function to
18956 install an already guessed style in another buffer.
18957
18958 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18959 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18960 anyway if the change always is undone.
18961
18962 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18963
18964 Implement togglable electricity:
18965
18966 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18967 saying when it should be used.
18968
18969 * progmodes/cc-engine.el: Add the new buffer-local variable,
18970 c-electric-flag.
18971
18972 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18973 c-toggle-auto-newline.
18974
18975 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18976 c-toggle-auto-newline. Remove the binding for
18977 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18978 c-toggle-electric-state.
18979
18980 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18981
18982 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18983 c-\(forward\|backward\)-subword.
18984 (c-update-modeline): Add the new modeline flag `l' for
18985 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18986 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18987 Make the old name an alias of the new name.
18988 (c-toggle-electric-state): New function.
18989 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18990 Adapt these functions to do electric things only when
18991 c-electric-flag is non-nil.
18992 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18993 new functions from c-electric-brace.
18994 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18995 mode, so that the tentative extra newline doesn't change the
18996 syntax of the following brace.
18997 (c-electric-brace): Restructure by extracting the above functions.
18998 Tidy up the coding somewhat.
18999 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19000 restructure a bit.
19001
19002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19003
19004 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19005 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19006
19007 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19008 (c-submode-indicators): Change name from `c-auto-hungry-string'
19009 since it's now used to track another submode.
19010
19011 (c-update-modeline): Convert to function and extended to check
19012 `c-subword-move-mode'.
19013
19014 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19015 Convert to compat aliases for `c-forward-subword' and
19016 `c-backward-subword'.
19017
19018 * progmodes/cc-subword.el: New functions and minor mode to handle
19019 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19020
19021 (c-forward-subword, c-backward-subword, c-mark-subword)
19022 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19023 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19024 Functions corresponding to the standard word handling functions.
19025
19026 (c-subword-move-mode): Minor mode that replaces all the standard
19027 word handling functions with their subword equivalences.
19028
19029 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19030
19031 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19032 entry for one-liner-defun.
19033
19034 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19035 name in its def-edebug-spec.
19036
19037 * progmodes/cc-cmds.el (c-electric-brace): Make the
19038 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19039 compacts space before a comment, if this will make things fit on
19040 one line.
19041
19042 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19043
19044 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19045
19046 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19047 clean-up one-liner-defun.
19048
19049 * progmodes/cc-styles.el: Add the new "awk" style.
19050
19051 * progmodes/cc-vars.el: Add description of one-liner-defun to
19052 c-cleanup-list's doc-string. New user options,
19053 c-max-one-liner-length. In c-default-style, set the default style
19054 for AWK to "awk".
19055
19056 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19057
19058 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19059 macros inside labels.
19060
19061 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19062 `c-at-statement-start-p' and `c-at-expression-start-p'.
19063
19064 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19065 error if the mark isn't set.
19066
19067 * progmodes/cc-engine.el (c-guess-continued-construct)
19068 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19069 accurately detect functions inside functions.
19070
19071 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19072 like `c-at-statement-start-p' that additionally recognizes commas
19073 and expression parentheses as delimiters.
19074
19075 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19076 to avoid heuristics that doesn't work for unclosed blocks.
19077 (c-at-statement-start-p): New function.
19078
19079 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19080 Objective-C directives, e.g. directives spanning lines should work
19081 reasonably well now.
19082
19083 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19084
19085 (c-forward-objc-directive): New function to move over any ObjC
19086 directive.
19087
19088 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19089 (c-basic-matchers-before): Use it.
19090
19091 (c-font-lock-objc-iip-decl): Remove.
19092
19093 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19094 in the template arglist recognition.
19095
19096 * progmodes/cc-styles.el (c-style-alist): Fix several
19097 inconsistencies in the Whitesmith style.
19098
19099 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19100 New lineup function to get lines after Whitesmith style blocks
19101 correctly indented.
19102
19103 (c-lineup-whitesmith-in-block): Back out the compensation for
19104 opening parens since it's done using `add' lists in the style
19105 definition instead. Don't use the anchor position since it varies
19106 too much between the syntactic symbols. :P
19107
19108 * progmodes/cc-vars.el (c-valid-offset): Update.
19109
19110 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19111 lists where the offsets are combined according to several
19112 different methods: `first', `min', `max', and `add'.
19113 Report offset evaluation errors with `c-benign-error' so that some kind
19114 of reindentation still is done.
19115
19116 * progmodes/cc-engine.el (c-guess-basic-syntax):
19117 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19118 `arglist-close'.
19119
19120 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19121 situations for `arglist-cont-nonempty' and `arglist-close'.
19122
19123 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19124
19125 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19126 cc-bytecomp-boundp' in a number of places.
19127
19128 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19129 macro related issue.
19130
19131 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19132
19133 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19134 list is now [asdf], a char class [:alpha:].
19135 Include code for char classes.
19136 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19137 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19138
19139 Remove (nearly all of) the cruft associated with AWK Mode's former
19140 concept of "virtual semicolons":
19141
19142 Adapt c-beginning-of-statement, c-end-of-statement (together with
19143 subfunctions) to use the new notion of "virtual semicolon" in
19144 place of the old awkward special handling for AWK. There remains
19145 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19146 * progmodes/cc-cmds.el:
19147 (c-ascertain-adjacent-literal): In the backwards direction, now
19148 recognises AWK regexp delimiters as string delimiters.
19149 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19150 check more rigorously for "end of macro".
19151 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19152 virtual semicolons;
19153 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19154 out the code for forward movement into ...
19155 (c-end-of-statement): Now contains the code for forward movement,
19156 adapted for virtual semicolons.
19157
19158 * progmodes/cc-engine.el:
19159 (c-ws*-string-limit-regexp): New regexp.
19160 (c-forward-single-comment, c-backward-single-comment): Comment out
19161 the (now redundant) "special" AWK stuff.
19162
19163 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19164 c-string-par-start, c-string-par-separate to be more like Text
19165 Mode than Fundamental Mode.
19166
19167 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19168
19169 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19170 to the fontified region so that fontification doesn't occur
19171 outside it (could happen e.g. when fontifying a line with an
19172 unfinished declaration).
19173
19174 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19175
19176 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19177 start of the file. ^L now separate sections of the file.
19178 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19179 (c-awk-one-line-possibly-open-string-re)
19180 (c-awk-regexp-one-line-possibly-open-char-class-re)
19181 (c-awk-one-line-possibly-open-regexp-re)
19182 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19183 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19184
19185 Amend the concept of "virtual semicolons" (in the indentation
19186 engine) for languages like AWK, such that they are now
19187 conceptually attached to end of the last token of a statement, not
19188 the end of the line. (In AWK Mode, however, the pertinent text
19189 property is still physically set on the EOL.) Remove the specific
19190 tests for awk-mode, thus facilitating the introduction of other
19191 language modes where EOLs can end statements.
19192 (Note: The funtionality in cc-cmds.el, specifically
19193 c-beginning/end-of-statement has yet to be amended.)
19194
19195 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19196 New macros.
19197
19198 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19199 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19200 c-vsemi-status-unknown-p-fn (in a new page).
19201
19202 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19203 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19204 numerous awkward forms like
19205 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19206 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19207 variable before-ws-ip, the place just after char-before-ip appears.
19208
19209 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19210 a comment.
19211
19212 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19213
19214 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19215 `c-tentative-buffer-changes'.
19216
19217 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19218 convert to macro to choose between Emacs and XEmacs at compile time.
19219
19220 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19221
19222 (c-tentative-buffer-changes): New macro to handle temporary buffer
19223 changes in a convenient way.
19224
19225 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19226 for `c-tentative-buffer-changes'.
19227
19228 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19229 the checks for paren sexps between the point and the keyword, to
19230 avoid some false alarms.
19231
19232 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19233 Fixed a situation where an error could be thrown for unbalanced
19234 parens. Changed to make use of c-keyword-member' to avoid some
19235 repeated regexp matches.
19236
19237 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19238 These language variable are no longer necessary.
19239
19240 (c-block-stmt-kwds): New language constant used by
19241 c-looking-at-inexpr-block'.
19242
19243 (c-guess-basic-syntax): Remove an optional check that looked at
19244 the existence of the now removed language variables.
19245
19246 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19247 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19248 object instantiation expressions as declarations in some contexts.
19249 This bug only affected languages where the declarator can't be
19250 enclosed in parentheses.
19251
19252 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19253 insert newlines before and after substatement braces.
19254
19255 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19256 function declaration headers and the handling of C++ style member
19257 init lists.
19258
19259 (c-just-after-func-arglist-p): Rewritten to use
19260 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19261
19262 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19263
19264 (c-guess-basic-syntax): Adapt case 5B for the new
19265 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19266 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19267 covers all cases now).
19268
19269 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19270
19271 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19272
19273 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19274 c-string-par-start/separate c-sentence-end-with-esc-eol,
19275 initialised in c-setup-paragraph-variables, used in string
19276 scanning subroutines of c-beginning-of-statement.
19277
19278 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19279 which precedes the newly inserted `{'.
19280
19281 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19282
19283 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19284 function for declaration level blocks. It should now cope with
19285 templates better and also be a lot more comprehensible.
19286
19287 (c-looking-at-decl-block): The new function.
19288
19289 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19290 for compatibility.
19291
19292 (c-add-class-syntax, c-guess-continued-construct)
19293 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19294
19295 (c-decl-block-key): Change to tell apart ambiguous and
19296 unambiguous keywords. Pike specials are now handled directly in
19297 the code instead.
19298
19299 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19300 New language constants and variables to make the backward skip in
19301 `c-looking-at-decl-block' as tight as possible.
19302
19303 (c-nonsymbol-token-char-list): New language constant.
19304
19305 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19306 find balanced template arglists backwards.
19307
19308 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19309 making char classes for `c-syntactic-skip-backward'.
19310
19311 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19312 16D - can't be a class-close at that point.
19313
19314 * progmodes/cc-engine.el (c-guess-basic-syntax)
19315 (c-add-class-syntax): Don't narrow out the enclosing declaration
19316 level. This makes everything a lot easier, and it was actually
19317 only four small places that needed it to work. Some places that
19318 previously did `widen' are removed now, which has the effect that
19319 `c-guess-basic-syntax' never will look at things outside the
19320 current narrowment now. The anchor position for `topmost-intro'
19321 is affected by this, but it was so bogus it was basically useless
19322 before, and now it's equally bogus but in a slightly different way.
19323
19324 (c-narrow-out-enclosing-class): Gone.
19325
19326 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19327 the narrowed region.
19328
19329 (c-least-enclosing-brace): Remove silly optional argument.
19330
19331 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19332 the point could be left directly after an open paren when finding
19333 the beginning of the first decl in the block.
19334
19335 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19336 Specify which submatch to use.
19337
19338 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19339
19340 (c-decl-start-re): No longer any need for special treatment of
19341 ObjC due to the above.
19342
19343 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19344 presumably follows C in that regard.
19345
19346 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19347 New language constants to specify operator tokens inside
19348 identifiers in a more high level way.
19349
19350 (c-opt-identifier-prefix-key): New internal language constant.
19351
19352 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19353 (c-identifier-start, c-identifier-key): Now completely calculated
19354 from other constants.
19355
19356 (c-identifier-last-sym-match): Decommission since it's no longer used.
19357
19358 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19359
19360 * progmodes/cc-engine.el (c-forward-name): Remove the
19361 optimization when c-identifier-key is equal to c-symbol-key since
19362 it doesn't work in byte compiled files. Don't record empty
19363 regions as identifiers.
19364
19365 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19366 simplify access to `c-operators' and its likes.
19367
19368 (c-operator-list, c-all-op-syntax-tokens)
19369 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19370 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19371 (c-primary-expr-regexp, c-cast-parens): Use it.
19372
19373 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19374 an explicit language in functions.
19375
19376 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19377 variant of adornment.
19378
19379 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19380 variable.
19381
19382 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19383 the Pike value.
19384
19385 * progmodes/cc-engine.el (c-on-identifier)
19386 (c-simple-skip-symbol-backward): Small fix for handling "-"
19387 correctly in `skip-chars-backward'. Affected the operator lfun
19388 syntax in Pike.
19389
19390 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19391 diagnostic message about precompiled language vars not being used.
19392
19393 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19394 "__attribute__" is followed by a parenthesis.
19395
19396 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19397 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19398 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19399
19400 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19401 Internal cleanups to properly detect the declared identifiers in
19402 various declarations.
19403
19404 (c-decl-start-kwds): New language constant to recognize
19405 declarations that can start anywhere. Used for class declarations
19406 in Pike.
19407
19408 (c-specifier-key, c-not-decl-init-keywords)
19409 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19410 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19411
19412 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19413 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19414 handling of the compiler specific extension keywords into a new
19415 language constant `c-decl-hangon-kwds' that defines keyword
19416 clauses to be ignored in declarations.
19417
19418 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19419 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19420 Necessary to stop at the declared identifier in e.g. IDL valuetype
19421 declarations.
19422
19423 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19424 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19425 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19426 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19427 class and enum declarations as such and not as part of the type.
19428
19429 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19430 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19431
19432 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19433 declarations when there's some syntax error later on.
19434
19435 (c-complex-decl-matchers): Did away with a reference to
19436 `c-specifier-key'.
19437
19438 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19439 value - this variable is always dynamically bound.
19440
19441 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19442 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19443 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19444 functions that might do hidden buffer changes: All such internal
19445 functions are now marked instead of those that don't.
19446
19447 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19448 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19449 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19450 (c-literal-type): Allow these functions to make hidden buffer changes,
19451 so that they are free to use text property caching later on.
19452
19453 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19454 (c-electric-brace, c-electric-slash, c-electric-star)
19455 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19456 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19457 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19458 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19459 with the changed semantics of the functions above.
19460
19461 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19462 when macros occur in obscure places. Optimized the sexp movement
19463 a bit.
19464
19465 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19466
19467 Enhancements for c-beginning-of-statement to work in AWK Mode:
19468
19469 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19470 (completed statement) with `}' (statement completed by closing
19471 brace or semicolon) and `$' (statement completed by EOL).
19472
19473 (c-awk-virtual-semicolon-ends-prev-line-p)
19474 (c-awk-virtual-semicolon-ends-line-p)
19475 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19476 (c-awk-at-statement-end-p): New functions.
19477
19478 * progmodes/cc-cmds.el: Simplify the structure of functions
19479 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19480 two functions and c-beginning-of-statement to handle AWK Mode.
19481
19482 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19483 c-backward-single-comment for AWK mode. Attempt to clarify their
19484 doc-strings.
19485
19486 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19487
19488 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19489
19490 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19491 label handling. Labels are now recognized in a uniform and more
19492 robust way, regardless of context. Text properties are put on all
19493 labels to recognize the following declarations better.
19494 Multiword labels are handled both in indentation and fontification for
19495 the benefit of language extensions like Qt. For consistency, keywords
19496 in labels are now fontified with the label face instead.
19497 That also applies to "case" and "default".
19498
19499 (c-beginning-of-statement-1): Fix some bugs in the label
19500 handling. Disregard `c-nonlabel-token-key' in labels that begin
19501 with `c-label-kwds'.
19502
19503 (c-find-decl-spots): Support that the callback adds more
19504 `c-decl-end' spots to find.
19505
19506 (c-forward-decl-or-cast-1): Don't treat a list of plain
19507 identifiers followed by a colon as a declaration.
19508
19509 (c-forward-label): New function to recognize labels.
19510
19511 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19512 `c-forward-label'. Moved the label recognition cases (14 and 15)
19513 earlier since they aren't so context sensitive now. Handle labels
19514 on the top level gracefully. Moved access label recognition to
19515 the generic label case (CASE 15) - removed CASE 5E.
19516
19517 (c-font-lock-declarations): Add recognition of labels in the
19518 same round since we need to handle labels in parallell with other
19519 declarations to recognize both accurately. It should also improve
19520 speed.
19521
19522 (c-simple-decl-matchers, c-basic-matchers-after):
19523 Move `c-font-lock-labels' so that it only is used on decoration level 2
19524 since `c-font-lock-declarations' handles it otherwise.
19525
19526 (c-complex-decl-matchers): Remove the simplistic recognition of
19527 access labels.
19528
19529 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19530 with labels earlier.
19531
19532 (c-decl-start-re): New language variable to make
19533 `c-font-lock-declarations' stop for the special protection labels
19534 in Objective-C that start with `@'.
19535
19536 (c-label-key): Remove since it's no longer used.
19537
19538 (c-recognize-colon-labels, c-label-prefix-re): New language
19539 constants to support recognition of generic colon-terminated labels.
19540
19541 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19542 are colon terminated labels.
19543
19544 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19545 first argument starts with a special brace list.
19546
19547 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19548 (c-font-lock-declarations): Break out the declaration and cast
19549 recognition from `c-font-lock-declarations' to a new function, so
19550 that it can be used in the indentation engine.
19551
19552 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19553 up to the start of the literal. Fixed bug with the point on the
19554 wrong side of the search limit that could happen when the start
19555 position is inside a literal.
19556
19557 * progmodes/cc-engine.el (c-parse-state)
19558 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19559 so that it's kept a little bit back to increase the hit rate.
19560
19561 (c-parse-state): Change the macro handling and fixed some
19562 glitches. Macro context is checked more often than necessary now,
19563 but otoh less garbage conses are generated.
19564
19565 * progmodes/cc-engine.el (c-parse-state)
19566 (c-invalidate-state-cache): Cache the last position where
19567 `c-state-cache' applies. This can speed up refontification quite
19568 a bit in blocks where there are many non-brace parens before the point.
19569
19570 (c-state-cache-end): New variable for this.
19571
19572 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19573 cache variable.
19574
19575 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19576 get close initial continue positions when the start position is
19577 inside a literal or macro. Do not call the callback for spots
19578 before the start position (which can happen e.g. for `c-decl-end'
19579 spots inside comments). Optimize better in special cases when the
19580 region is a single line inside a literal or macro (typically when
19581 the current line is refontified).
19582
19583 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19584 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19585 entries from the paren state.
19586
19587 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19588 special case for "else if" clauses.
19589
19590 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19591 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19592
19593 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19594 New language variable to recognize the gcc extension with statement
19595 blocks inside expressions.
19596
19597 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19598 it somewhat more comprehensible. The argument AT-BLOCK-START is
19599 no longer used and hence removed.
19600
19601 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19602 to `c-add-stmt-syntax'.
19603
19604 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19605 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19606 This fixes bogus label recognition.
19607
19608 * progmodes/cc-engine.el (c-add-type, c-check-type)
19609 (c-forward-name, c-forward-type): Improve storage of template
19610 types in `c-found-types' so that they can be recognized better.
19611
19612 (c-syntactic-content): Add option to skip past nested parens.
19613
19614 * progmodes/cc-engine.el (c-forward-name):
19615 Set `c-last-identifier-range' all the time. It's less work that way.
19616 Handle that there might not be an identifier to store in
19617 `c-last-identifier-range'.
19618
19619 (c-forward-type): Handle that `c-last-identifier-range' might be
19620 nil from `c-forward-name'.
19621
19622 * progmodes/cc-defs.el (c-safe-scan-lists)
19623 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19624
19625 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19626 to work even if the form fails.
19627
19628 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19629 down in a large file in one go.
19630
19631 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19632
19633 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19634 function which is like `c-lineup-math' but returns nil instead of
19635 `c-basic-offset' when it doesn't match.
19636
19637 (c-lineup-math): Change to use `c-lineup-assignments'.
19638
19639 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19640
19641 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19642 c-beginning-of-statement. New subfunctions
19643 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19644
19645 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19646
19647 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19648 hardcoded char classes whereever possible. Changed a couple of
19649 places to use skip by syntax instead of skip by char class.
19650
19651 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19652 Fix a bug in the regexp that caused extreme backtracking.
19653
19654 * progmodes/cc-langs.el (c-block-comment-starter)
19655 (c-block-comment-ender): New language constants to specify in a
19656 single place how block comments look.
19657
19658 (c-comment-start-regexp, c-block-comment-start-regexp)
19659 (comment-start, comment-end, comment-start-skip)
19660 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19661 (c-syntactic-ws, c-nonempty-syntactic-ws)
19662 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19663 `c-line-comment-starter', `c-block-comment-starter' and
19664 `c-block-comment-ender'.
19665
19666 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19667 New language constants to break up things a bit.
19668
19669 (c-simple-ws): New language constant for simple whitespace.
19670
19671 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19672
19673 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19674 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19675 newlines. Allow and ignore nil elements in the list.
19676
19677 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19678
19679 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19680 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19681
19682 * progmodes/cc-cmds.el: Tidy up the comments in
19683 c-beginning-of-statement and subfunctions.
19684
19685 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19686 more flexible c-put-char-property and c-clear-char-properties.
19687 Add the author's email address.
19688
19689 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19690
19691 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19692 closing "*/" of a block comment.
19693
19694 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19695 subfunctions) so that it works at BOB and EOB.
19696
19697 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19698 c-beginning-of-statement, including new variable
19699 c-block-comment-start-regexp.
19700
19701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19702
19703 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19704 symbols from `*-font-lock-extra-types' so that there's no need to
19705 use `regexp-opt' on those lists.
19706
19707 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19708 `c-type-modifier-kwds' is empty.
19709
19710 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19711 there are several strings on the same line.
19712
19713 * progmodes/cc-engine.el (c-literal-limits): Remove the
19714 compatibility function for older emacsen. `c-literal-limits-fast'
19715 has now taken the place of this function.
19716
19717 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19718 with older emacsen: We now require `pps-extended-state'.
19719
19720 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19721
19722 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19723 which obviates the need to hack sentence-end. This now handles
19724 escaped newlines in strings correctly. Correct minor bugs in
19725 c-move-over-sentence and in c-beginning-of-statement.
19726
19727 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19728 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19729 that movement over macros and code are rigorously separated from
19730 eachother. Correct a few incidental bugs.
19731
19732 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19733 Improve its doc-string. Improve the handling of certain specific cases.
19734
19735 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19736
19737 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19738 (c-guess-basic-syntax): Change the way class-level labels are
19739 recognized; they can now contain essentially any symbols.
19740
19741 (c-opt-extra-label-key): New language variable to cope with the
19742 special protection label syntax in Objective-C.
19743
19744 (c-opt-access-key): Remove; this is now handled better by
19745 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19746
19747 (c-complex-decl-matchers): Update to handle that
19748 `c-opt-access-key' no longer exists.
19749
19750 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19751 improved label recognition in `c-beginning-of-statement-1'.
19752
19753 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19754 Recognize bitfields better.
19755
19756 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19757 Remove some cruft and fixed a bug that could cause it to go to a
19758 position further down.
19759
19760 * progmodes/cc-langs.el, cc-engine.el
19761 (c-beginning-of-statement-1): Improve detection of labels in
19762 declaration contexts.
19763
19764 (c-beginning-of-decl-1): Use it.
19765
19766 (c-nonlabel-token-key): New language constant and variable needed
19767 by `c-beginning-of-statement-1'.
19768
19769 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19770 manifested itself due to the correction in `c-forward-sexp'.
19771
19772 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19773 Make these behave as documented when used at the buffer limits.
19774
19775 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19776 (c-type-decl-end-used): Made this a language variable.
19777
19778 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19779 correctly when `combine-after-change-calls' is used together with
19780 temporary narrowings.
19781
19782 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19783 Report labels correctly when the start point is immediately after the
19784 colon.
19785
19786 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19787 Remove since it isn't used anymore.
19788
19789 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19790 bracket arglists such as template parens in C++.
19791
19792 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19793 in the last check-in. Some optimization.
19794
19795 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19796 where it could stop at the same level in a preceding sexp when
19797 PAREN-LEVEL is set.
19798
19799 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19800 text property lookup only when it's needed.
19801
19802 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19803 Change the policy for paren marked angle brackets to be more
19804 persistent; once marked they remain marked even when they're found
19805 to be unbalanced in the searched region. This should keep the
19806 paren syntax around even when individual lines are refontified in
19807 multiline template arglists.
19808
19809 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19810 to control markup so that incorrect angle bracket arglists aren't
19811 marked in contexts where the correct value for
19812 `c-disallow-comma-in-<>-arglists' isn't known.
19813
19814 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19815 argument has become `c-parse-and-markup-<>-arglists'.
19816
19817 (c-remove-<>-arglist-properties): Remove - no longer used.
19818
19819 (c-after-change-check-<>-operators): New function used on
19820 `after-change-functions' to avoid that "<" and ">" characters that
19821 are part of longer operators have paren syntax.
19822
19823 (c-<>-multichar-token-regexp): New language variable used by
19824 `c-after-change-check-<>-operators'.
19825
19826 (c-after-change): Call `c-after-change-check-<>-operators'.
19827
19828 (c-font-lock-<>-arglists): Use the context properties set by
19829 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19830 correctly to avoid doing invalid markup.
19831
19832 (c-font-lock-declarations): Remove code that undoes the invalid
19833 markup done by `c-font-lock-<>-arglists'.
19834
19835 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19836 after `c-font-lock-declarations'.
19837
19838 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19839 Add paren-level feature.
19840
19841 (c-guess-basic-syntax): Improve the anchor position for
19842 `template-args-cont' in nested template arglists. There's still
19843 much to be desired in this area, though.
19844
19845 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19846
19847 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19848 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19849
19850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19851
19852 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19853 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19854
19855 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19856 it doesn't work no longer are supported.
19857
19858 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19859 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19860 requires support for the syntax-table' text property, which rules
19861 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19862 cruft associated with those versions.
19863
19864 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19865 for the `syntax-table' text property, which rules out Emacs 19 and
19866 XEmacs < 21.4. Removed various compatibility cruft associated
19867 with those versions.
19868
19869 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19870 support for the `syntax-table' text property.
19871
19872 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19873 variable and use an extra quoted face name instead. All the
19874 emacsen flavors handle that correctly.
19875
19876 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19877 (c-font-lock-declarators, c-font-lock-declarations)
19878 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19879 property to mark the items in in declarator lists to handle
19880 refontification inside multiline declarations better.
19881
19882 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19883 construct like "a * b = c;" as a declaration.
19884
19885 2005-12-08 Kim F. Storm <storm@cua.dk>
19886
19887 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19888 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19889 select either meta, hyper, or super modifier for rectangle commands.
19890 (cua--rectangle-modifier-key): New defvar.
19891 (cua--M/H-key): Use it. Remove special case for `space'.
19892 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19893 on X, to meta otherwise. Always bind C-return to toggle
19894 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19895
19896 * emulation/cua-rect.el (cua-help-for-rectangle):
19897 Use cua--rectangle-modifier-key. Handle super modifier too.
19898 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19899 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19900
19901 * ido.el: Move Acknowledgements and History after Commentary.
19902 Minor changes to Commentary.
19903
19904 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19905 keymap if cua--prefix-override-timer is `shift'.
19906 (cua--shift-control-prefix): New function; emulate "type prefix
19907 key twice" functionality to handle shifted prefix key override.
19908 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19909 New commands.
19910 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19911
19912 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19913
19914 * textmodes/org.el (org-insert-heading): Try to do items before
19915 headings.
19916 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19917 (org-insert-item): New function.
19918 (org-renumber-ordered-list): Don't skip to higher level lists.
19919
19920 2005-12-08 Juri Linkov <juri@jurta.org>
19921
19922 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19923
19924 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19925
19926 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19927
19928 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19929 the constructed function name fun-1.
19930
19931 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19932 because such links don't lead to parent documentation.
19933
19934 2005-12-08 Kenichi Handa <handa@m17n.org>
19935
19936 * descr-text.el (describe-char): Use *Help-2* buffer if the
19937 current buffer is *Help*. Call describe-text-properties while
19938 setting the original buffer.
19939
19940 2005-12-07 Bill Wohler <wohler@newt.com>
19941
19942 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19943 and causes problems with non-MH users (such as Gnus users).
19944
19945 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19946
19947 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19948 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19949 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19950 command "info sources". Move calls to GDB command "list".
19951 (gdb-find-file-hook): Just use gdb-source-file-list.
19952 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19953 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19954 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19955 (gdb-data-list-register-values-handler): Use correct trigger name.
19956
19957 2005-12-07 Kim F. Storm <storm@cua.dk>
19958
19959 * ido.el (ido-completion-map): Rename from ido-mode-map.
19960 (ido-common-completion-map, ido-file-completion-map)
19961 (ido-file-dir-completion-map, ido-buffer-completion-map):
19962 Rename from ido-mode-....-map.
19963 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19964 (ido-setup-completion-map): Rename from ido-define-mode-map.
19965 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19966 to ido-completion-map.
19967
19968 2005-12-07 Kenichi Handa <handa@m17n.org>
19969
19970 * international/mule-cmds.el
19971 (set-display-table-and-terminal-coding-system): If the coding
19972 system specified in `unibyte-display' property is different from
19973 the arg coding-system, don't setup standard-display-table.
19974
19975 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19976
19977 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19978 that comments end at \n, regardless of selective-display.
19979
19980 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19981
19982 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19983 (gdb-version): New variables.
19984 (gdb-source-file-list, gdb-register-names)
19985 (gdb-changed-registers): New variables for use with GDB 6.4+.
19986 (gdb-ann3): Replace with...
19987 (gdb-init-1, gdb-init-2): ...two new functions.
19988 (gdba, gdb-prompt): Call gdb-init-1.
19989 (gdb-get-version): New function. Call gdb-init-2 from here.
19990 (gud-watch): Make it work with mouse events too.
19991 (gdb-post-prompt): Don't add to queue until GDB version is known.
19992 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19993 (gdb-locals-mode): Use gdb-version.
19994 (gdb-memory-format-map, gdb-memory-unit-map)
19995 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19996 (gdb-locals-font-lock-keywords-1)
19997 (gdb-locals-font-lock-keywords-2): New variables.
19998 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19999 (gdb-set-gud-minor-mode-existing-buffers-1)
20000 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20001 (gdb-var-update-1, gdb-var-update-handler-1)
20002 (gdb-data-list-register-values-handler)
20003 (gdb-data-list-register-values-custom)
20004 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20005 (gdb-stack-list-locals-handler, gdb-get-register-names):
20006 New functions for use with GDB 6.4+.
20007 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20008 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20009 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20010 (gdb-stack-list-locals-regexp)
20011 (gdb-data-list-register-names-regexp): New regexps for use with
20012 GDB 6.4+.
20013
20014 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20017
20018 2005-12-06 Nozomu Ando <nand@mac.com>
20019
20020 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20021 prompts work for AUTH PLAIN. Also reported by Steve Allan
20022 <seallan@verizon.net>.
20023
20024 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20025
20026 * frame.el (set-frame-parameter): Add doc string.
20027
20028 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20029
20030 * textmodes/org.el (org-occur-highlights): New variable.
20031 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20032 (org-highlight-sparse-tree-matches): New option.
20033 (org-do-occur): New function.
20034 (org-get-heading): Make it work also at beginning of line.
20035 (org-category-table): New variable.
20036 (org-get-category-table, org-get-category)
20037 (org-camel-to-words, org-link-search): New functions.
20038 (org-select-this-todo-keyword): New variable.
20039 (org-todo-list): New command.
20040 (org-shiftright, org-shiftleft): New commands.
20041 (org-agenda-todo): Add prefix argument.
20042 (org-show-hierarchy-above): New option.
20043 (org-show-todo-tree): Numerical prefix creates tree for specific
20044 TODO keyword.
20045 (org-outline-level): New function, to assign a level to plain
20046 lists items.
20047 (org-cycle-include-plain-lists): New option.
20048 (org-mode): Use `org-outline-level' as value of `outline-level'.
20049 (org-cycle): Temporarily switch `outline-regexp' if
20050 `org-cycle-include-plain-lists' is non-nil.
20051 (org-start-icalendar-file): Fix format bug.
20052 (org-agenda-get-day-entries): Create category table.
20053 (org-agenda-get-todos, org-agenda-get-timestamps)
20054 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20055 (org-agenda-get-blocks): Use `org-get-category'.
20056 (org-context-in-file-links): Rename from
20057 `org-line-numbers-in-file-links'.
20058
20059 2005-12-06 Romain Francoise <romain@orebokech.com>
20060
20061 * window.el (balance-windows): Delete extraneous third arg in call
20062 to `enlarge-window'.
20063
20064 2005-12-06 Kenichi Handa <handa@m17n.org>
20065
20066 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20067
20068 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20069
20070 * progmodes/gdb-ui.el (gdb-var-create-handler)
20071 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20072 (gdb-var-list-children-handler, gdb-var-update-handler):
20073 Current buffer is already gdb-partial-output-buffer, don't
20074 make it current again.
20075
20076 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20077
20078 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20079 (list-buffers-noselect): Use it.
20080
20081 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20084 (mail-yank-ignored-headers): Use regexp-opt.
20085 (mail-mode-map): Move initialization into declaration.
20086 (mail-sent-via): Remove unused shadowed var `to-line'.
20087 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20088 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20089 (mail-do-fcc): Use dolist and push.
20090 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20091 (mail-yank-ignored-headers): Don't autoload.
20092
20093 2005-12-05 Kenichi Handa <handa@m17n.org>
20094
20095 * international/mule-cmds.el (set-language-info-internal): New fun.
20096 (set-language-info): Call set-language-info-internal to update
20097 language-info-alist. If LANG-ENV is the current one, call
20098 set-language-environment to make INFO effective now.
20099 (set-language-info-alist): Likewise.
20100 (locale-language-names): With locale "en", use English
20101 lang. env. but set the default codings to iso-8859-1.
20102
20103 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20104
20105 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20106 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20107 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20108 for plain strings.
20109 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20110 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20111 Create registers buffer if necessary. Echo new state in minibuffer.
20112 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20113
20114 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20115
20116 * info.el (Info-fontify-node): Match external links using
20117 non-directory part of filename.
20118
20119 2005-12-04 Juri Linkov <juri@jurta.org>
20120
20121 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20122 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20123 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20124 because there is no customization option for it.
20125
20126 * font-lock.el (lisp-font-lock-keywords-1):
20127 Add define-global-minor-mode.
20128
20129 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20130
20131 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20132 properties on the constructed variable names.
20133
20134 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20135 Put `definition-name' properties on the constructed function names
20136 next-sym and prev-sym.
20137
20138 * emacs-lisp/find-func.el (find-function-regexp):
20139 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20140 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20141 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20142 and easy-menu-define.
20143
20144 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20145 easy-mmode-define-global-mode and define-global-minor-mode.
20146 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20147
20148 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20149 instead of easy-mmode-define-global-mode.
20150
20151 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20152 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20153
20154 * cus-edit.el (customize-group, customize-group-other-window):
20155 Filter out autoloaded options from the group completion list by
20156 using heuristics that autoloaded groups don't have `custom-autoload'
20157 property on their symbols (they have only `custom-loads').
20158
20159 * simple.el (completion-setup-function): Put completions-common-part
20160 face on complete completion string too (i.e. completion string
20161 without completions-first-difference face).
20162
20163 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20164
20165 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20166
20167 * view.el (view-mode): Doc fix.
20168
20169 * disp-table.el (standard-display-european): Add to the warning
20170 message a reference to the doc string.
20171
20172 * play/yow.el (apropos-zippy): Call print-help-return-message,
20173 similar to other Help and Apropos commands.
20174
20175 * help.el (print-help-return-message): If pop-up-frames is
20176 non-nil, set up help-return-method to delete the help window and,
20177 possibly, its frame as well, and don't display message about
20178 scrolling the help window. Doc fix.
20179 (help-return-method): Doc fix.
20180
20181 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20182
20183 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20184 whereby names of length one or names starting with a
20185 symbol-constituent character would not be returned.
20186
20187 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20188
20189 * subr.el (atomic-change-group): Add edebug and indentation spec.
20190
20191 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20192
20193 * completion.el (save-completions-file-name): Fix typo in last change.
20194
20195 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20196
20197 * info.el: Move back/forward history to the beginning of the tool bar.
20198
20199 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20200
20201 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20202 Add fset of allout-real-isearch-abort during compile to fix
20203 byte-compilation warnings.
20204 (allout-mode-p): Move definition of this macro above all uses, or
20205 byte compilation in barren Emacs (eg, during Emacs build) will
20206 lack the definition.
20207 (allout-mode): Move this variable above any uses, or byte
20208 compilation will fail.
20209 (allout-resolve-xref): Remove use of personal file-reference function.
20210 (allout-toggle-current-subtree-encryption): Do the current (ie,
20211 visible containing) topic, rather than nearest around point. Doc fix.
20212 (allout-toggle-subtree-encryption): New function, workhorse that
20213 works on nearest topic containing point.
20214 (allout-encrypt-string): Signal requirement for newer version of pgg.
20215 (allout-resumptions): Doc fix.
20216
20217 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20218
20219 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20220
20221 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20222
20223 * textmodes/flyspell.el (flyspell-external-point-words):
20224 Consider a misspelling as found in the string search if: (a) misspelling
20225 and found string lengths match, or (b) misspelling is found as
20226 element in a boundary-chars separated longer string, or (c)
20227 ispell-program-name is really ispell and misspelling is found as
20228 part of a TeX string. After successful match move beginning of
20229 search region to end of match. Warn about not found misspellings
20230 once the process is done.
20231 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20232
20233 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20234
20235 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20236 tool bar (removed inadvertently).
20237
20238 2005-12-02 Juri Linkov <juri@jurta.org>
20239
20240 * log-view.el (log-view-diff): Clarify doc string.
20241
20242 2005-12-01 Bill Wohler <wohler@newt.com>
20243
20244 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20245 triggers lm-verify errors.
20246
20247 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20248
20249 * simple.el (transient-mark-mode, line-number-mode)
20250 (column-number-mode, size-indication-mode): Remove `:require nil'.
20251
20252 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20253
20254 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20255 in the margin also.
20256 (gdb-breakpoints-mode-map): Use D instead of d for
20257 gdb-delete-breakpoint.
20258 (gdb-get-frame-number): Require a number to match on.
20259 (gdb-threads-mode-map): Add follow-link binding.
20260
20261 2005-11-30 Jason Rumney <jasonr@gnu.org>
20262
20263 * isearch.el (isearch-mode-map): Avoid exiting search on
20264 language-change event.
20265
20266 2005-11-30 Romain Francoise <romain@orebokech.com>
20267
20268 * speedbar.el (speedbar-default-position): New defcustom.
20269 (speedbar-frame-reposition-smartly): Use it.
20270
20271 * dframe.el (dframe-reposition-frame-emacs): Fix position
20272 computation for `left' location.
20273 Update copyright year.
20274
20275 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20276
20277 * help.el (help-map): Move initialization into declaration.
20278
20279 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20280
20281 * help-fns.el (help-argument-name): Don't autoload.
20282 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20283 to be re-loaded when customizing the `help' group.
20284
20285 2005-11-30 John Paul Wallington <jpw@gnu.org>
20286
20287 * help-fns.el (describe-function-1): Fill arglist output.
20288
20289 2005-11-30 Kim F. Storm <storm@cua.dk>
20290
20291 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20292 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20293 after revert-buffer (or anything else which kills all local variables).
20294
20295 * apropos.el (apropos-parse-pattern): Doc fix.
20296 Set apropos-regexp directly, rather than expecting callers to do so.
20297 (apropos-command, apropos, apropos-value, apropos-documentation):
20298 Simplify calls to apropos-parse-pattern.
20299
20300 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20301
20302 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20303 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20304 (hi-lock-write-interactive-patterns): Use comment-region.
20305
20306 * longlines.el (longlines-mode): Add mail-setup-hook.
20307
20308 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20309
20310 * simple.el (sendmail-user-agent-compose, next-line):
20311 Conditionally use hard-newline.
20312
20313 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20314
20315 * international/latexenc.el (latex-inputenc-coding-alist):
20316 Reword doc string.
20317
20318 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20319
20320 * help.el (describe-key-briefly, describe-key): Recognize default
20321 bindings.
20322
20323 2005-11-29 Romain Francoise <romain@orebokech.com>
20324
20325 * view.el (view-inhibit-help-message): New defcustom.
20326 (view-mode-enter): Use it.
20327
20328 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20329
20330 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20331 Preserve user position.
20332
20333 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20334
20335 * font-lock.el: Throw error if facemenu is not loaded to prevent
20336 accidental change of loading order in loadup.el. (Suggested by RMS.)
20337
20338 * loadup.el: Add comment explaining why facemenu must be loaded
20339 before font-lock.
20340
20341 2005-11-28 Jay Belanger <belanger@truman.edu>
20342
20343 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20344 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20345
20346 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20347
20348 * calc/calc-embed.el (calc-do-embedded): Update help message.
20349
20350 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20351
20352 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20355
20356 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20357 called-interactively-p.
20358 (elp-profilable-p): Rename from elp-not-profilable-p.
20359 Invert result and take into account macros and autoloaded functions.
20360 (elp-instrument-function): Update call.
20361 (elp-instrument-package): Update call. Add completion.
20362 (elp-pack-number): Use match-string.
20363 (elp-results-jump-to-definition-by-mouse): Merge into
20364 elp-results-jump-to-definition and then remove.
20365 (elp-output-insert-symname): Make help echo text single-line.
20366
20367 * replace.el (query-replace-map): Move initialization into declaration.
20368 (occur-engine): Use with-current-buffer.
20369 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20370 (occur-mode-mouse-goto): Replace with an alias.
20371
20372 2005-11-28 Juri Linkov <juri@jurta.org>
20373
20374 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20375
20376 * term/w32-win.el: Bind [S-tab] to [backtab].
20377
20378 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20379 `Info-find-file' to t.
20380
20381 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20382 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20383 and same-window-regexps.
20384 (occur-next-error): Don't move point for arg 0.
20385
20386 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20387
20388 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20389
20390 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20391
20392 * log-edit.el (log-edit-changelog-use-first): New var.
20393 (log-edit-changelog-ours-p): Use it.
20394 (log-edit-insert-changelog): Set it with new arg `use-first'.
20395 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20396 (log-edit-hook): Add them to the list of suggested options.
20397
20398 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20399 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20400 redundant work.
20401 (flyspell-mode-on): Use add-hook for after-change-functions.
20402 (flyspell-mode-off): Use remove-hook for after-change-functions.
20403 (flyspell-changes): Make it buffer-local.
20404 (flyspell-after-change-function): Make it non-interactive. Use push.
20405 (flyspell-post-command-hook): Check input-pending-p while processing
20406 the potentially long list of buffer changes.
20407
20408 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20409
20410 * buff-menu.el (list-buffers-noselect): Display the selected
20411 frame's buffer list, not the global one.
20412
20413 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20414
20415 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20416 that (list last-input-event) works as in interactive spec.
20417
20418 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20419
20420 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20421 `facemenu-keymap' needs to be defined when font-lock is loaded.
20422 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20423
20424 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * completion.el: Remove useless leading * in defcustom docstrings.
20427 (save-completions-file-name): Use ~/.emacs.d if available.
20428 (completion-standard-syntax-table): Rename from
20429 cmpl-standard-syntax-table and fold initialization into declaration,
20430 thus removing cmpl-make-standard-completion-syntax-table.
20431 (completion-lisp-syntax-table, completion-c-syntax-table)
20432 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20433 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20434 (symbol-under-point, symbol-before-point)
20435 (symbol-under-or-before-point, symbol-before-point-for-complete)
20436 (add-completions-from-c-buffer): Use with-syntax-table.
20437 (make-completion): Don't return a list of completion entries.
20438 Update callers.
20439 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20440 (completion-initialize): Rename from initialize-completions.
20441 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20442 (kill-emacs-save-completions): Collect stats here.
20443 (save-completions-to-file, load-completions-from-file):
20444 Use with-current-buffer.
20445 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20446 into a function. Move all calls to toplevel.
20447 (completion-lisp-mode-hook): New fun.
20448 (completion-c-mode-hook, completion-setup-fortran-mode):
20449 Set the syntax-table here. Use local-set-key.
20450 (completion-saved-bindings): New var.
20451 (dynamic-completion-mode): Make it into a proper minor mode.
20452 (load-completions-from-file): Remove unused var `num-uses'.
20453
20454 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20455 constructor if it is explicitly overridden.
20456
20457 * complete.el (PC-completion-as-file-name-predicate):
20458 Use minibuffer-completing-file-name.
20459 (partial-completion-mode): Use find-file-not-found-functions.
20460 (PC-lisp-complete-symbol): Use with-syntax-table.
20461 (PC-look-for-include-file): Remove dead setq.
20462 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20463 (PC-complete): Use with-current-buffer.
20464
20465 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20466 escape single quotes.
20467
20468 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20469
20470 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20471 of `if' whose condition always returned nil. Doc fix.
20472
20473 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20474 window's buffer the current buffer around the call to
20475 `list-buffers-noselect'. This is necessary to mark that buffer
20476 with a `.' in the Buffer Menu when called from Lisp, for instance
20477 by Auto Revert Mode.
20478
20479 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20480
20481 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20482 attaching to it.
20483 (gdb-pre-prompt): Make sure gdb-error is reset.
20484
20485 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20486 with a child process, detect it.
20487 (gud-speedbar-buttons): Match regexp more carefully.
20488
20489 2005-11-27 Richard M. Stallman <rms@gnu.org>
20490
20491 * mouse.el (mouse-drag-move-window-bottom):
20492 Use adjust-window-trailing-edge.
20493
20494 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20495
20496 * simple.el (blink-matching-open): Ignore
20497 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20498 (blink-matching-paren-on-screen): Update docstring.
20499
20500 * paren.el (show-paren-mode): No longer change
20501 `blink-matching-paren-on-screen'.
20502
20503 2005-11-27 John Paul Wallington <jpw@pobox.com>
20504
20505 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20506 (gdb-threads-select, gdb-edit-register-value):
20507 Use `posn-set-point' instead of `mouse-set-point' because the
20508 latter is not fbound when configured without X.
20509
20510 2005-11-27 Kim F. Storm <storm@cua.dk>
20511
20512 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20513 existing face when partially highlighting a TAB in a rectangle.
20514
20515 2005-11-26 Kim F. Storm <storm@cua.dk>
20516
20517 * ido.el (ido-mode-map): Doc fix.
20518 (ido-mode-common-map, ido-mode-file-map)
20519 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20520 (ido-define-mode-map): Rewrite. Select one of the new maps as
20521 parent for ido-mode-map instead of building from scratch.
20522 (ido-init-mode-maps): New defun to initialize new maps.
20523 (ido-mode): Call it.
20524 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20525 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20526
20527 2005-11-26 John Paul Wallington <jpw@pobox.com>
20528
20529 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20530 `mouse-set-point' because the latter is not fbound when configured
20531 without X.
20532
20533 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20534
20535 * files.el (file-relative-name): Doc fix.
20536
20537 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20538
20539 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20540 non-empty string for secondary prompt PS2.
20541
20542 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20543
20544 * progmodes/compile.el (compilation-setup): Fix last change.
20545
20546 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20547
20548 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20549 (gdb-mouse-toggle-breakpoint-margin)
20550 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20551 Add gdb-server-prefix to keep out of command history.
20552 (gdb-edit-register-value): New function.
20553 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20554 (gdb-info-registers-custom): Use above map.
20555
20556 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20557
20558 * custom.el (enable-theme): Signal error if argument is not a
20559 theme. Don't recalculate a face if it's not loaded yet.
20560
20561 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20562 the `user' theme is in effect.
20563
20564 * info.el (Info-on-current-buffer): Record actual filename in
20565 Info-current-file, instead of t, or a fake filename if a non-file
20566 buffer. Make autoload.
20567 (Info-find-node, Info-revert-find-node): No need to check for
20568 Info-current-file nil.
20569 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20570 Info-current-file is now never `t'.
20571 (Info-fontify-node): Many simplifications due to Info-current-file
20572 always being valid. Use Info-find-file to find node filename.
20573
20574 2005-11-25 David Kastrup <dak@gnu.org>
20575
20576 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20577 new character, then delete" in order to preserve markers.
20578
20579 2005-11-25 David Ponce <david@dponce.com>
20580
20581 * recentf.el (recentf-arrange-by-rule): Handle a special
20582 `auto-mode-alist'-like "strip suffix" rule.
20583 (recentf-build-mode-rules): Handle second level auto-mode entries.
20584
20585 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20586
20587 * emulation/viper-keym.el (viper-ESC-key): Use different values
20588 in terminal and window modes.
20589
20590 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20591 add jde-javadoc-checker-report-mode.
20592
20593 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20594
20595 * ediff.el (ediff-date): Change the date of last update.
20596
20597 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20598
20599 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20600 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20601 (hi-lock-mode): New global minor mode.
20602 (turn-on-hi-lock-if-enabled): New function.
20603 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20604 Change arguments to regexp and face instead of a font-lock pattern.
20605 Directly set face property, instead of refontifying.
20606 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20607 (hi-lock-find-patterns): Use line-number-at-pos.
20608
20609 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20610 arguments for hi-lock-set-pattern.
20611 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20612 Call font-lock-fontify-buffer.
20613 (hi-lock-find-file-hook, hi-lock-current-line)
20614 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20615
20616 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20617 turned off.
20618
20619 * progmodes/compile.el (compilation-setup): Don't fiddle with
20620 font-lock-defaults.
20621
20622 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20623
20624 * progmodes/gdb-ui.el (gdb-var-create-handler)
20625 (gdb-var-list-children-handler): Find values for all variable
20626 objects. gud-speedbar-buttons decides whether to display them.
20627
20628 2005-11-24 Romain Francoise <romain@orebokech.com>
20629
20630 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20631 buffer name with a space.
20632
20633 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20634
20635 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20636 `org-export-local-list-max-depth'. Change default value to 3.
20637 (org-auto-renumber-ordered-lists)
20638 (org-plain-list-ordered-item-terminator): New options.
20639 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20640 (org-get-indentation, org-get-string-indentation)
20641 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20642 New functions.
20643 (org-move-item-down, org-move-item-up): New commands.
20644 (org-export-as-html): New classes for CSS support. Bug fix in
20645 regular expression detecting fixed-width regions. Respect
20646 `org-local-list-ordered-item-terminator'.
20647 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20648 also a list item.
20649 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20650 New item moving functions.
20651
20652 2005-11-24 Juri Linkov <juri@jurta.org>
20653
20654 * isearch.el (isearch-repeat): With empty search ring set
20655 `isearch-error' to the error string instead of signaling error
20656 with the function `error'.
20657
20658 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20659
20660 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20661
20662 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20663
20664 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20665 and variable.
20666 (gdb-var-create-handler, gdb-var-list-children-handler):
20667 Don't match on "char **...".
20668 (gdb-var-update-handler): Find values for all variable objects.
20669 (gdb-info-frames-custom): Identify frames by leading "#".
20670
20671 * progmodes/gud.el (gud-speedbar-menu-items): Add
20672 gdb-speedbar-auto-raise as radio button.
20673 (gud-speedbar-buttons): Raise speedbar if requested.
20674 Don't match on "char **...".
20675 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20676 Make it editable.
20677
20678 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20679
20680 * info.el (Info-fontify-node): Handle the case where
20681 Info-current-file is t.
20682
20683 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20684
20685 * simple.el (blink-matching-open): Fix off-by-one in last change.
20686
20687 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20688
20689 * term/mac-win.el: Don't change default directory.
20690
20691 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20692
20693 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20694 buffers correctly. (It used to throw an error in such buffers.)
20695 Make it ask for confirmation in group buffers and other Custom
20696 buffers containing more than one customization item.
20697
20698 2005-11-22 John Paul Wallington <jpw@gnu.org>
20699
20700 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20701 property on mail and url overlays.
20702 (goto-address-at-point): Use `posn-set-point' instead of
20703 `mouse-set-point' because the latter is not fbound when configured
20704 without X.
20705
20706 2005-11-22 Lars Hansen <larsh@soem.dk>
20707
20708 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20709 (ls-lisp-classify, ls-lisp-format): Delete call to
20710 ls-lisp-parse-symlink.
20711 (ls-lisp-handle-switches): Handle symlinks to directories as
20712 directories when ls-lisp-dirs-first in non-nil.
20713
20714 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20715
20716 * startup.el (command-line): Make sure that loaddefs.el is handled
20717 correctly in load-history.
20718
20719 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20720
20721 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20722 (gdb-struct-string, gdb-array-string): New constants.
20723 (gdb-info-locals-handler): Use them.
20724 (gdb-reset): Reset gdb-var-list to nil.
20725
20726 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20727
20728 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20729 in patterns.
20730
20731 2005-11-21 Juri Linkov <juri@jurta.org>
20732
20733 * custom.el (defcustom): Update link types in docstring.
20734
20735 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20736
20737 * custom.el (defgroup): Add doc-string-elt info.
20738
20739 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20740
20741 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20742
20743 * newcomment.el (comment-enter-backward): Fix last fix.
20744
20745 * simple.el (blink-matching-open):
20746 * paren.el (show-paren-function): Allow new paren-class info.
20747
20748 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20749
20750 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20751 handled automagically.
20752
20753 2005-11-20 Andreas Schwab <schwab@suse.de>
20754
20755 * descr-text.el (describe-char): When copying overlays put them
20756 over the full char description instead of just the first character
20757 of it.
20758
20759 2005-11-20 Juri Linkov <juri@jurta.org>
20760
20761 * simple.el (what-cursor-position):
20762 * descr-text.el (describe-char): Use Lisp-readable syntax
20763 for octal and hex. Reorder decimal, octal and hex values.
20764 Remove excess whitespace in the output. Use `=' in `column='
20765 like in `point=' and `Hscroll='.
20766
20767 * international/mule-cmds.el (encoded-string-description):
20768 Use Lisp-readable syntax for hex.
20769
20770 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20771
20772 * newcomment.el (comment-enter-backward): Handle the case where the
20773 comment is closed by EOB.
20774
20775 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20776
20777 * longlines.el (longlines-before-revert-hook)
20778 (longlines-after-revert-hook): New functions.
20779 (longlines-mode): Turn off longlines temporarily when reverting.
20780 Add a message-setup-hook.
20781 (longlines-decode-buffer): New function.
20782 (longlines-wrap-line): Preserve marker positions.
20783
20784 2005-11-19 Andreas Schwab <schwab@suse.de>
20785
20786 * emacs-lisp/shadow.el: Handle compressed files.
20787
20788 2005-11-19 Romain Francoise <romain@orebokech.com>
20789
20790 * net/browse-url.el (browse-url-default-browser): Signal an error
20791 if no usable browser can be found, rather than try to load w3.
20792
20793 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20794
20795 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20796 replacing existing properties.
20797 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20798 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20799 tty specs.
20800 (rcirc-server-prefix, rcirc-server): New faces.
20801 (rcirc-url-regexp): Generate with rx macro.
20802 (rcirc-last-server-message-time): New variable.
20803 (rcirc-filter): Record time of last message.
20804 (rcirc-keepalive): Kill processes that did not send a message
20805 since the last ping.
20806 (rcirc-mode): Give rcirc-topic a local binding here.
20807
20808 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20809
20810 * subr.el (read-passwd): Fontify the prompt as we do with other
20811 prompts.
20812
20813 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20814
20815 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20816 binding buffer-read-only to nil.
20817
20818 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20819
20820 * complete.el (partial-completion-mode):
20821 Mention completion-auto-help in the doc string.
20822
20823 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20824 more Lisp-ish way.
20825
20826 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20827
20828 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20829 digits, not 8, to avoid misalignment for files larger than 100MB.
20830
20831 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20832
20833 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20834 Mention "keyboard shortcuts" in the help text.
20835
20836 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20837
20838 * startup.el (fancy-splash-default-action): Discard only
20839 mouse-down and succeeding mouse-up events in the splash screen
20840 window so that drag-n-drop event can be processed.
20841
20842 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20843
20844 * longlines.el (longlines-mode): Add hacks for mail-mode and
20845 message-mode.
20846
20847 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20848
20849 * textmodes/org.el (org-table-sort-lines): New command.
20850 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20851 (org-add-file): Command removed, use `org-agenda-file-to-front'
20852 instead.
20853 (org-export-icalendar): Use `org-icalendar-combined-name'.
20854 (org-cycle-agenda-files, org-agenda-file-to-end)
20855 (org-agenda-file-to-front): New commands.
20856 (org-table-tab-jumps-over-hlines, org-export-html-style):
20857 New options.
20858 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20859 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20860 New functions.
20861 (org-fill-paragraph): Call `org-table-align' in tables.
20862 (org-mode): Call `org-set-autofill-regexps'.
20863 (org-export-as-html): Support for local handformatted lists.
20864 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20865 (org-export-local-list-max-depth): New option.
20866 (org-html-expand): Use `org-html-protect'.
20867
20868 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20869
20870 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20871 to "p".
20872 (gdb): Move definition of gud-pp to...
20873
20874 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20875 speedbar.
20876 (gdb-find-watch-expression): New function.
20877
20878 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20879
20880 * faces.el (face-attribute, set-face-attribute): Mention existence
20881 of `:ignore-defface' setting in docstring.
20882
20883 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20884
20885 * simple.el (completion-setup-function): Fix last change.
20886
20887 2005-11-17 John Paul Wallington <jpw@pobox.com>
20888
20889 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20890 Use `posn-set-point' instead of `mouse-set-point' because the
20891 latter is not fbound when configured without X.
20892
20893 * comint.el (comint-insert-input): Likewise.
20894
20895 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20896
20897 * simple.el (hard-newline): New variable.
20898 (sendmail-user-agent-compose, next-line): Use it.
20899
20900 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20901 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20902 (mail-mail-reply-to, mail-mail-followup-to)
20903 (mail-position-on-field, mail-signature, mail-yank-original)
20904 (mail-attach-file): Likewise.
20905
20906 * mail/mailheader.el (mail-header-format)
20907 (mail-header-format-function): Likewise.
20908
20909 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20910
20911 2005-11-17 Juri Linkov <juri@jurta.org>
20912
20913 * font-lock.el (font-lock-faces): Rename this defgroup from
20914 `font-lock-highlighting-faces'.
20915 (font-lock-comment-face, font-lock-comment-delimiter-face)
20916 (font-lock-string-face, font-lock-doc-face)
20917 (font-lock-keyword-face, font-lock-builtin-face)
20918 (font-lock-function-name-face, font-lock-variable-name-face)
20919 (font-lock-type-face, font-lock-constant-face)
20920 (font-lock-warning-face, font-lock-negation-char-face)
20921 (font-lock-preprocessor-face)
20922 (font-lock-regexp-grouping-backslash)
20923 (font-lock-regexp-grouping-construct): Rename :group from
20924 `font-lock-highlighting-faces' to `font-lock-faces'.
20925
20926 * cus-edit.el (lisp, c, tex):
20927 * progmodes/ada-mode.el (ada):
20928 * progmodes/asm-mode.el (asm):
20929 * progmodes/cperl-mode.el (cperl-faces):
20930 * progmodes/cpp.el (cpp):
20931 * progmodes/dcl-mode.el (dcl):
20932 * progmodes/f90.el (f90):
20933 * progmodes/fortran.el (fortran):
20934 * progmodes/icon.el (icon):
20935 * progmodes/idlwave.el (idlwave-misc):
20936 * progmodes/m4-mode.el (m4):
20937 * progmodes/make-mode.el (makefile):
20938 * progmodes/meta-mode.el (meta-font):
20939 * progmodes/modula2.el (modula2):
20940 * progmodes/octave-mod.el (octave):
20941 * progmodes/pascal.el (pascal):
20942 * progmodes/perl-mode.el (perl):
20943 * progmodes/prolog.el (prolog):
20944 * progmodes/ps-mode.el (PostScript-edit):
20945 * progmodes/scheme.el (scheme):
20946 * progmodes/sh-script.el (sh-script):
20947 * progmodes/simula.el (simula):
20948 * progmodes/tcl.el (tcl):
20949 * textmodes/nroff-mode.el (nroff):
20950 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20951 * textmodes/sgml-mode.el (sgml):
20952 * textmodes/texinfo.el (texinfo):
20953 Add :link (custom-group-link font-lock-faces) to defgroup.
20954
20955 * hi-lock.el (hi-lock): Rename this defgroup from
20956 `hi-lock-interactive-text-highlighting'. Change parent group from
20957 `faces' to `font-lock'. Add link to the manual.
20958 (hi-lock-mode, hi-lock-file-patterns-range)
20959 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20960 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20961 (hi-lock-faces): Add :group `faces'.
20962
20963 * cus-edit.el (custom-variable-prompt): Clarify the code.
20964
20965 * faces.el (face-read-string): Set the default value arg of
20966 completing-read.
20967
20968 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20969
20970 * rfn-eshadow.el (file-name-shadow-properties)
20971 (file-name-shadow-tty-properties, file-name-shadow-mode):
20972 Remove autoloads, because the file is now preloaded.
20973
20974 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * printing.el (easy-menu-intern): Don't define.
20977 (pr-get-symbol): Use easy-menu-intern only if defined.
20978
20979 * simple.el (blink-matching-open): Simplify a bit.
20980 (completion-setup-function): Fix the case of partial-completion-mode
20981 when the minibuffer's contents start with "-".
20982 Obey completion-base-size-function even when
20983 minibuffer-completing-file-name is non-nil.
20984
20985 2005-11-16 Richard M. Stallman <rms@gnu.org>
20986
20987 * net/eudcb-ph.el (eudc-ph-open-session):
20988 Use set-process-query-on-exit-flag.
20989
20990 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20991
20992 * international/ucs-tables.el (ucs-set-table-for-input):
20993 Use make-local-variable, not make-variable-buffer-local.
20994
20995 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20996 Improve warning message text.
20997
20998 * savehist.el (savehist-save-hook): Add :group.
20999
21000 * menu-bar.el (menu-bar-help-menu):
21001 Rename Find Extra Packages to External Packages.
21002
21003 * cus-edit.el (Custom-reset-standard): Verify that
21004 :custom-standard-value prop exists before calling it.
21005
21006 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21007
21008 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21009
21010 * wid-edit.el (color): Enclose %t in %{...%}.
21011
21012 * cus-edit.el (face): Enclose %t in %{...%}.
21013
21014 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21015
21016 * savehist.el (savehist-mode-hook): Re-add the var.
21017 (savehist-mode): Use it.
21018
21019 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21020
21021 * textmodes/flyspell.el: Fix commenting convention.
21022 Remove unnecessary leading * in custom docstrings.
21023 (flyspell-emacs): Remove unused var.
21024 (flyspell-delete-region-overlays): Use remove-overlays.
21025 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21026 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21027 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21028 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21029 (make-flyspell-overlay): Don't locally reuse a global name.
21030 (flyspell-highlight-incorrect-region)
21031 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21032 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21033 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21034 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21035 Wrap calls to accept-process-output inside with-local-quit since it's
21036 often called from a post-command-hook.
21037 (flyspell-correct-word, flyspell-auto-correct-word):
21038 Use ispell-send-string.
21039 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21040
21041 * calendar/diary-lib.el (diary-list-entries): Also hide the
21042 terminating newline.
21043
21044 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21045
21046 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21047 window-system, to allow fonts on tty.
21048
21049 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21050
21051 * progmodes/gud.el (gud-speedbar-item-info): New function.
21052 (gud-install-speedbar-variables): Use it to display data type
21053 of watch expression as a tooltip in speedbar.
21054
21055 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21056
21057 * font-core.el (global-font-lock-mode): Add :version keyword,
21058 because default was changed.
21059
21060 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21061
21062 * startup.el (command-line): Use `custom-reevaluate-setting' for
21063 `file-name-shadow-mode'.
21064
21065 * loadup.el: Preload rfn-eshadow.
21066
21067 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21068 Add :version keyword.
21069 (file-name-shadow-properties, file-name-shadow-tty-properties)
21070 (file-name-shadow): Add :version keyword.
21071
21072 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21073 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21074 in the custom-group property of the symbol frames and the fringe
21075 group got no link to its parent group frames.
21076 Doc fix.
21077
21078 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21079
21080 * progmodes/gud.el (gud-stop-subjob): New function.
21081 (gud-menu-map, gud-tool-bar-map): Use it.
21082
21083 2005-11-16 Kim F. Storm <storm@cua.dk>
21084
21085 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21086 than kill it.
21087 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21088 to a more useful/logical place.
21089
21090 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21091
21092 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21093 go buttons complementary.
21094
21095 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21098 (rfn-eshadow-sifn-equal): New function.
21099 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21100
21101 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21102
21103 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21104 Quote `-' in string.
21105
21106 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21107 rcirc-mode buffers come up in Emacs state.
21108
21109 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21110 operation.
21111
21112 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21113
21114 * term.el (term-termcap-format): Fix typos.
21115 (term-down): Fix the negative argument case.
21116
21117 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21118
21119 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21120 2005-08-15.
21121 (gdb-ann3): New command gud-go.
21122 (menu): Accomodate gdb-mi.el.
21123 (gdb-assembler-custom): Make buffer of selected window current
21124 so that set-window-point works.
21125
21126 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21127 buttons and include new ones.
21128
21129 2005-11-16 Kim F. Storm <storm@cua.dk>
21130
21131 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21132 (gud-menu-map): Use it.
21133
21134 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21135
21136 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21137 that works correctly for Custom and that does not override a user
21138 who disables it.
21139
21140 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21141 (help-xref-interned, help-follow): Make hyperlinks for variables
21142 that are unbound, but have a non-nil variable-documentation property.
21143
21144 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21145 mode hook. (It conflicted with defcustoms for some mode hooks.)
21146 Use the `variable-documentation' property to give the mode hook a
21147 docstring and expand that docstring.
21148
21149 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21150
21151 * savehist.el (savehist-mode): Don't bother with
21152 `custom-set-minor-mode'.
21153 (savehist-coding-system): Check XEmacs version.
21154 (history-length): Declare also at run time.
21155 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21156 Don't set the customize state.
21157 (savehist-minibuffer-hook): Special case for when
21158 minibuffer-history-variable is equal to t.
21159
21160 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * files.el (write-file): Refresh VC status.
21163
21164 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21165 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21166 than fundamental-mode to see if the mode was set.
21167
21168 2005-11-14 Romain Francoise <romain@orebokech.com>
21169
21170 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21171 dummy function in `eval-when-compile' to avoid compiler warning.
21172 Require `man' at compile time.
21173
21174 2005-11-14 Jay Belanger <belanger@truman.edu>
21175
21176 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21177 calcFunc-powerexpand.
21178 (math-write-out-power): Rename it to math-powerexpand; have it
21179 handle negative exponents.
21180 (calc-writeoutpower): Rename it to calc-powerexpand.
21181
21182 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21183 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21184 autoloads.
21185 Add calcFunc-ldiv to autoloads.
21186
21187 * calc/calc-arith.el (calcFunc-ldiv): New function.
21188
21189 * calc/calc.el (calc-left-divide): New function.
21190
21191 2005-11-14 Juri Linkov <juri@jurta.org>
21192
21193 * cus-edit.el (custom-variable-prompt): Set the default value arg
21194 of completing-read.
21195
21196 * cus-dep.el (custom-make-dependencies): Reverse the list of
21197 found dependencies.
21198
21199 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21200
21201 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21202 Highlighting" entry, it is on by default now.
21203 (menu-bar-options-save): Do not save global-font-lock-mode.
21204
21205 2005-11-13 Richard M. Stallman <rms@gnu.org>
21206
21207 * textmodes/flyspell.el (flyspell-large-region):
21208 Call flyspell-accept-buffer-local-defs.
21209
21210 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21211
21212 * textmodes/flyspell.el (flyspell-notify-misspell):
21213 Fix misspelling of "Misspelling".
21214 (flyspell-process-localwords): New function.
21215 (flyspell-large-region): Call flyspell-process-localwords and
21216 flyspell-delete-region-overlays.
21217 (flyspell-delete-region-overlays): New function.
21218 (flyspell-delete-all-overlays): Call that.
21219
21220 2005-11-13 Richard M. Stallman <rms@gnu.org>
21221
21222 * help.el (help-for-help-internal): Improve doc of C-h a.
21223 (describe-key): Improve prompt; doc fix.
21224
21225 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21226
21227 * vc-svn.el (vc-svn-registered): Catch all errors.
21228
21229 * cus-dep.el (custom-make-dependencies): Typo.
21230
21231 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21232
21233 * net/tramp-util.el (top): Fix compilation warning.
21234
21235 2005-11-13 Kim F. Storm <storm@cua.dk>
21236
21237 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21238
21239 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21240
21241 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21242 (gud-speedbar-buttons): Match on "const char *" too.
21243
21244 * progmodes/gdb-ui.el (gdb-var-create-handler)
21245 (gdb-var-list-children-handler): Match on "const char *" too.
21246 (gdb-var-evaluate-expression-handler): Match on empty string.
21247 (gdb-var-update-handler): Only call
21248 gdb-var-evaluate-expression-handler when required.
21249
21250 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21251
21252 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21253 selected window. This still doesn't work for speedbar.
21254 (gud-speedbar-buttons): Handle string expressions properly.
21255
21256 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21257 (gdb-var-create-handler): Handle string expressions properly.
21258 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21259 Handle string expressions properly. Move "type" field into regexp.
21260
21261 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21262
21263 * bookmark.el (bookmark-maybe-message): New function to reduce
21264 code duplication: invokes `message' iff baud-rate is high enough.
21265 (bookmark-write-file): Use above instead of an inline conditional.
21266 (bookmark-load): Same.
21267
21268 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21269
21270 * bookmark.el (bookmark-write-file): Don't visit the destination
21271 file, just write the data to it using write-region. This is
21272 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21273 change to avoid visiting the file in the first place.
21274
21275 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21276
21277 * hi-lock.el (hi-lock-mode): Set the default value of
21278 font-lock-defaults.
21279
21280 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21281
21282 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21283 arg to `file-attributes'.
21284 (find-lisp-format): The UID and GID can now be strings.
21285
21286 2005-11-12 Kim F. Storm <storm@cua.dk>
21287
21288 * help.el (help-map): Bind C-h d to apropos-documentation.
21289
21290 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21291 when point is at end-of-buffer.
21292
21293 * apropos.el (apropos-match-face): Doc fix.
21294 (apropos-sort-by-scores): Add new choice `verbose'.
21295 (apropos-documentation-sort-by-scores): New defcustom.
21296 (apropos-pattern): Now contains the pattern entered by the user.
21297 (apropos-pattern-quoted): New defvar.
21298 (apropos-regexp): New defvar, containing the regexp corresponding
21299 to apropos-pattern.
21300 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21301 (apropos-read-pattern): New defun. Use it to read pattern arg in
21302 interactive calls; returns list of words for a word list, and
21303 string for a regexp.
21304 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21305 parses a list of words or regexp as returned by apropos-read-pattern.
21306 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21307 (apropos-score-doc): Return a very high score if the string
21308 entered by the user matches literally.
21309 (apropos-variable): Doc fix. Use apropos-read-pattern.
21310 (apropos-command): Doc fix. Use apropos-read-pattern and
21311 apropos-parse-pattern. Call apropos-print with nosubst=t.
21312 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21313 apropos-parse-pattern.
21314 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21315 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21316 apropos-documentation-sort-by-scores. Call apropos-print with
21317 nosubst=t.
21318 (apropos-documentation-internal): Pass doc string through
21319 substitute-key-definition before adding text properties.
21320 Highlight substring matching literal user input if possible.
21321 (apropos-documentation-check-doc-file): Remove locals beg and end.
21322 Fix calculation of score (as added twice). Pass doc string through
21323 substitute-key-definition before adding text properties.
21324 (apropos-documentation-check-elc-file): Pass doc string through
21325 substitute-key-definition before adding text properties.
21326 Highlight substring matching literal user input if possible.
21327 (apropos-print): Add new arg NOSUBST; if set, command and variable
21328 doc strings have already been passed through substitute-key-definition.
21329 Add code to handle apropos-accumulator items without score element
21330 for backwards compatibility (e.g. with woman package).
21331 Only show scores if apropos-sort-by-scores is `verbose'.
21332
21333 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21334
21335 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21336 Add jka-compr-load-suffixes to load-suffixes.
21337
21338 * jka-compr.el: Require jka-cmpr-hook.
21339 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21340 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21341 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21342 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21343 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21344 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21345 (jka-compr-uninstall): Remove entries from
21346 jka-compr-added-to-file-coding-system-alist after they are used.
21347 (jka-compr-error): Remove unused var `curbuf'.
21348 (jka-compr-file-local-copy): Remove unused var `notfound'.
21349
21350 2005-11-10 Romain Francoise <romain@orebokech.com>
21351
21352 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21353
21354 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21355
21356 * progmodes/gud.el (gud-menu-map): Move parentheses.
21357 (gdb): New command gud-pv.
21358
21359 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * tar-mode.el: Remove spurious or unnecessary leading stars
21362 in docstrings.
21363 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21364 (tar-parse-octal-integer-safe): Use mapc.
21365 (tar-header-block-summarize): Remove unused var `ck'.
21366 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21367 cleared before. Obey default-enable-multibyte-characters.
21368 Use mapconcat. Simplify setting of tar-header-offset.
21369 (tar-mode-map): Move initialization inside delcaration.
21370 (tar-flag-deleted): Use `abs'.
21371 (tar-expunge-internal): Remove unused var `line'.
21372 (tar-expunge-internal): Don't hardcode point-min==1.
21373 (tar-expunge): Widen while doing set-buffer-multibyte.
21374 (tar-rename-entry): Use file-name-coding-system.
21375 (tar-alter-one-field): Don't hardcode point-min==1.
21376 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21377 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21378
21379 2005-11-10 Masatake YAMATO <jet@gyve.org>
21380
21381 * add-log.el (add-log-current-defun): Handle class::method
21382 notation of c++. Fix incorrect comment.
21383
21384 2005-11-10 Alan Mackenzie <acm@muc.de>
21385
21386 * help-fns.el (describe-variable): Make C-h v work when a variable
21387 has variable documentation yet is unbound.
21388
21389 2005-11-10 Masatake YAMATO <jet@gyve.org>
21390
21391 * man.el (Man-highlight-references): Set an empty
21392 string to `Man-arguments' if it is nil.
21393 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21394
21395 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21396
21397 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21398 commenting conventions.
21399
21400 * cus-dep.el (custom-make-dependencies): Simplify.
21401 Better follow the commenting conventions.
21402
21403 2005-11-09 Richard M. Stallman <rms@gnu.org>
21404
21405 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21406 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21407 All uses changed.
21408 (apropos-rewrite-regexp): Doc fix.
21409 (apropos-variable, apropos-command, apropos, apropos-value):
21410 Change prompt; carry through the argument renaming.
21411
21412 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21413
21414 * find-lisp.el: Require dired.
21415 (find-lisp-find-dired-internal): Do not call
21416 `abbreviate-file-name' on DIR.
21417
21418 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21419
21420 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21421
21422 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21423
21424 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21425 when using the speedbar.
21426 (gdb): New command gud-pp.
21427 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21428
21429 2005-11-09 Juri Linkov <juri@jurta.org>
21430
21431 * replace.el (occur-excluded-properties): New defcustom.
21432 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21433
21434 2005-11-08 Jay Belanger <belanger@truman.edu>
21435
21436 * calc/calc-units.el (math-convert-units): Replace any composite
21437 unit by its definition.
21438
21439 2005-11-08 Lars Hansen <larsh@soem.dk>
21440
21441 * emacs-lisp/autoload.el (update-directory-autoloads):
21442 Add obsolete function alias.
21443
21444 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21445
21446 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21447 comment-indent-function.
21448 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21449
21450 * reveal.el (reveal-post-command): Rework the handling of
21451 reveal-open-spots, so as to be more reliable. There were several
21452 tricky corner cases where an open spot might be lost, or where
21453 a closed spot might end up on the list of open spots.
21454 Only reveal text that's ellipsised.
21455
21456 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21457
21458 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21459
21460 2005-11-07 John Paul Wallington <jpw@gnu.org>
21461
21462 * ibuffer.el (ibuffer): Search iconified frames too when
21463 getting Ibuffer buffer's window.
21464
21465 2005-11-06 Richard M. Stallman <rms@gnu.org>
21466
21467 * progmodes/compile.el (compilation-internal-error-properties):
21468 save-excursion around the computation of MARKER.
21469
21470 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21471
21472 * textmodes/flyspell.el (flyspell-external-point-words):
21473 flyspell-get-word returns a list, not just a string.
21474
21475 2005-11-06 John Paul Wallington <jpw@pobox.com>
21476
21477 * ibuffer.el (ibuffer): Search all visible frames when getting
21478 Ibuffer buffer's window.
21479
21480 2005-11-07 Masatake YAMATO <jet@gyve.org>
21481
21482 * man.el (Man-reference-regexp): Accept spaces between
21483 `Man-name-regexp' and `Man-section-regexp'.
21484 (Man-apropos-regexp): New variable.
21485 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21486 if available.
21487 (Man-highlight-references, Man-highlight-references0):
21488 Handle the case when `Man-arguments' includes "-k".
21489 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21490 `TARGET'. `TARGET' can be a number, function or nil.
21491
21492 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21493
21494 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21495 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21496 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21497 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21498 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21499 (gdb-send-item): Use buffer-local-value and simplify.
21500
21501 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21502
21503 * startup.el (command-line): Use `custom-reevaluate-setting' for
21504 `global-font-lock-mode'.
21505
21506 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21507 by default, except in batch mode or when the -D option is given.
21508
21509 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21510 specified keyword args on to `define-minor-mode'. Update docstring.
21511
21512 2005-11-05 Romain Francoise <romain@orebokech.com>
21513
21514 * replace.el (occur-engine): Add marker at end of line, too.
21515
21516 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21517
21518 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21519 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21520 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21521 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21522 argument to all these routines, so the passphrase can be managed
21523 externally and passed in to the system.
21524 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21525 pgg-add-passphrase-to-cache function.
21526
21527 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21528 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21529 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21530 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21531 argument to all these routines, so the passphrase can be managed
21532 externally and passed in to the system.
21533 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21534 function.
21535
21536 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21537
21538 * font-lock.el: Don't deal with font-lock-face-attributes here,
21539 move the code ...
21540
21541 * startup.el (command-line): ... here. Use face-spec-set instead
21542 of custom-declare-face.
21543
21544 * faces.el (face-spec-set): Reset the face if spec is not nil.
21545
21546 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21547
21548 * newcomment.el (comment-region-internal): Box more tightly in the
21549 common case where there's no TAB in the boxed text.
21550
21551 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21552
21553 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21554 up-node.
21555
21556 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21557
21558 * net/newsticker.el: Commentary updated. Code formatting changed.
21559 (newsticker-version): Change to "1.9".
21560 (newsticker, newsticker-feed): Doc fix.
21561 (newsticker-url-list): Doc fix. Add option "Weekly".
21562 (newsticker-retrieval-interval): Add option "Weekly".
21563 (newsticker-headline-processing): Doc fix.
21564 (newsticker-auto-mark-filter): Remove.
21565 (newsticker-auto-mark-filter-list): New.
21566 (newsticker-layout, newsticker-sort-method): Doc fix.
21567 (newsticker-hide-old-items-in-newsticker-buffer)
21568 (newsticker-heading-format, newsticker-item-format)
21569 (newsticker-desc-format): Doc fix.
21570 (newsticker-show-all-rss-elements): Remove.
21571 (newsticker-show-all-news-elements): New.
21572 (newsticker-faces, newsticker-ticker): Doc fix.
21573 (remove-from-invisibility-spec): Code formatting.
21574 (newsticker--process-ids): New.
21575 (newsticker-mode): Doc fix.
21576 (newsticker-mode): Change mode-line-format.
21577 (newsticker-start): Remove debug output.
21578 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21579 (newsticker-w3m-show-inline-images): Code formatting.
21580 (newsticker-next-item): Call `force-mode-line-update'.
21581 (newsticker-previous-item): Call `force-mode-line-update'.
21582 (newsticker-next-feed): Call `force-mode-line-update'.
21583 (newsticker-previous-feed): Call `force-mode-line-update'.
21584 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21585 (newsticker-show-old-items): Do not show descs.
21586 (newsticker-hide-entry): Hide too much.
21587 (newsticker-hide-entry, newsticker-show-entry)
21588 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21589 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21590 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21591 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21592 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21593 (newsticker-get-news): Call `force-mode-line-update'.
21594 Collect process ids.
21595 (newsticker--sentinel): Change coding system handling.
21596 Move image retrieval to new functions newsticker--get-logo-url-*.
21597 Move feed parsing to new functions newsticker--parse-*.
21598 Update list of process ids.
21599 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21600 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21601 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21602 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21603 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21604 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21605 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21606 (newsticker--decode-coding-string): Remove.
21607 (newsticker--decode-numeric-entities): Check input. Format code.
21608 (newsticker--remove-whitespace): Check input.
21609 (newsticker--do-forget-preformatted): Doc fix.
21610 (newsticker--decode-rfc822-date): Allow for missing time.
21611 (newsticker--update-process-ids): New.
21612 (newsticker--image-sentinel): Change comment.
21613 (newsticker--image-read): Change error message.
21614 (newsticker--imenu-goto): Doc fix. Show headline title.
21615 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21616 (newsticker--buffer-do-insert-text): Clean whitespace in
21617 html-rendered headline title. Code formatting.
21618 Call `newsticker--buffer-print-extra-elements'.
21619 (newsticker--buffer-print-extra-element): Remove.
21620 (newsticker--buffer-print-extra-elements): New.
21621 (newsticker--buffer-do-print-extra-element): New.
21622 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21623 large sizes.
21624 (newsticker--run-auto-mark-filter)
21625 (newsticker--do-run-auto-mark-filter):
21626 Use `newsticker-auto-mark-filter-list'.
21627
21628 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21629
21630 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21631 (rcirc-print): Force redisplay before running hooks. Do long
21632 buffer truncation after making new text read-only. Deal with nil
21633 text when decoding strings. If TARGET is nil, use either the
21634 currently selected buffer, if it is an rcirc buffer and of the
21635 same process or the process buffer.
21636 (rcirc-mode): Remove header-line. Recompute short buffer names.
21637 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21638 (rcirc-short-buffer-name): Add variable.
21639 (rcirc-kill-buffer-hook): Recompute short buffer names.
21640 Remove nick from private channel.
21641 (rcirc-send-input): Send command text to current-buffer.
21642 Don't clear overlay arrow here.
21643 (rcirc-short-buffer-name): Return a short buffer name.
21644 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21645 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21646 buffer-name abbreviations.
21647 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21648 Do not touch nick-table when killing a parted channel.
21649 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21650 Clear arrow from current buffer if it is now hidden.
21651 (rcirc-current-buffer): Add variable.
21652 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21653 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21654 Remove -face from names.
21655 (rcirc-update-activity-string): Print "DND" when globally ignoring
21656 activity.
21657 (rcirc-ignore-buffer-activity-flag): Rename from
21658 rcirc-ignore-channel-activity.
21659 (rcirc-ignore-all-activity-flag): Doc fix.
21660 (rcirc-channels): Remove variable.
21661 (rcirc-kill-buffer-hook):
21662 (rcirc-get-buffer-create): Add nick to private channel.
21663 (rcirc-multiline-edit-submit): Remove tabs.
21664 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21665 folded.
21666 (rcirc-remove-nick-channel): Bug fix.
21667 (rcirc-toggle-ignore-buffer-activity): Rename from
21668 rcirc-toggle-ignore-channel-activity.
21669 (rcirc-record-activity): Add buffers to the front of the list.
21670 (rcirc-update-activity): Remove killed buffers from list.
21671 (rcirc-process-server-response-1): Remove last argument if it is
21672 null before calling handler.
21673 (rcirc): Add "rcirc" defcustom prefix.
21674 (rcirc-prompt): Simplify default prompt.
21675 Use custom-initialize-default.
21676 (rcirc-private-chats): Remove variable.
21677 (rcirc-prompt): Change initialization.
21678 (rcirc-version): Remove function.
21679 (rcirc-id-string): Add constant.
21680 (rcirc-last-buffer): Remove variable.
21681 (rcirc-buffer-alist): Add variable.
21682 (rcirc-connect): Update variable setup.
21683 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21684 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21685 default.
21686 (rcirc-handler-generic): Trigger activity.
21687 (rcirc-send-message): Create the buffor of the target.
21688 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21689 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21690 (rcirc-multiline-edit-cancel): Remove function.
21691 (rcirc-set-last-buffer): Remove function.
21692 (rcirc-get-any-buffer): Add function.
21693 (rcirc-join-channels): Don't print /join text.
21694 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21695 messages.
21696 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21697 (rcirc-handler-NOTICE): Recognize CTCP responses.
21698 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21699 constructing TOPIC string for buffers we are not JOINed.
21700 (rcirc-handler-CTCP-response): Add handler.
21701 (rcirc-multiline-edit-submit): Restore the window-configuration
21702 before adjusting point.
21703 (rcirc): Add customization group.
21704 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21705 (rcirc-user-full-name, rcirc-startup-channels-alist)
21706 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21707 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21708 (rcirc-input-ring-size, rcirc-read-only-flag)
21709 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21710 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21711 Change defvar to defcustom.
21712 (rcirc-update-prompt): Add optional ALL arg, which will update
21713 prompts in all rcirc buffers. Regexp quote replacement text.
21714 (rcirc-fill-column): Accept frame-width as a value.
21715 (rcirc-set-changed): Add function.
21716 (rcirc-next-active-buffer): Write more meaningful messages.
21717 (rcirc-faces): Add customization group.
21718 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21719 (rcirc-nick-in-message-face, rcirc-prompt-face)
21720 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21721 (with-rcirc-process-buffer): Move before first usage.
21722 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21723 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21724 (rcirc-debug): Rename from `rcirc-log'.
21725 (rcirc-format-response-string): Do not print `-' chars for a
21726 NOTICE with no sender. Simplify output of server responses.
21727
21728 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21729
21730 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21731 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21732 Make urls mouse and RET clickable.
21733
21734 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21735
21736 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21737
21738 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21739
21740 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21741 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21742 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21743 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21744 argument to all these routines, so the passphrase can be managed
21745 externally and passed in to the system.
21746 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21747 pgg-add-passphrase-to-cache function.
21748
21749 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21750 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21751 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21752 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21753 argument to all these routines, so the passphrase can be managed
21754 externally and passed in to the system.
21755 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21756 function.
21757
21758 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21759
21760 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21761 from goto-address-url-regexp.
21762
21763 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21764
21765 * textmodes/org.el (org-read-date, org-goto-calendar)
21766 (org-recenter-calendar, org-agenda-goto-calendar):
21767 Temporarily clear `calendar-move-hook'.
21768
21769 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21770
21771 * ediff-merg.el (ediff-merge-region-is-non-clash):
21772 Return t, if not merging.
21773
21774 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21775 have merge clashes.
21776
21777 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21778
21779 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21780 Undo previous change.
21781
21782 * startup.el (command-line): Use `custom-reevaluate-setting' for
21783 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21784 tty-register-default-colors on Mac.
21785
21786 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21787
21788 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21789 (gdb-buffer-type): Make it automatically buffer local...
21790 (gdb-get-create-buffer): ...and set it accordingly.
21791 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21792 actually work.
21793
21794 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21795
21796 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21797 not red.
21798
21799 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21800
21801 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21802 case GUD buffer is not visible.
21803 (gdb-goto-breakpoint): Try to force display in source buffer.
21804 (gdb-frame-gdb-buffer): Copy other similar functions.
21805 (gdb-restore-windows): Don't display source if not asked for.
21806 (gdb-assembler-buffer-name): Don't capitalise.
21807
21808 2005-11-03 Richard M. Stallman <rms@gnu.org>
21809
21810 * wid-edit.el (key-sequence): New widget type.
21811
21812 * simple.el (set-mark-command-repeat-pop): New variable.
21813 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21814 if set-mark-command-repeat-pop is true.
21815
21816 * info.el (Info-fontify-node): Don't display extra "see" if there
21817 already is one here.
21818
21819 * mouse.el: Fix special handling of DEL after dragging a region:
21820 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21821 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21822
21823 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21824
21825 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21826 not to assume it pertains to an affix.
21827
21828 * textmodes/flyspell.el (flyspell-post-command-hook):
21829 Bind deactivate-mark to prevent deactivation.
21830
21831 2005-11-03 Lars Hansen <larsh@soem.dk>
21832
21833 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21834 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21835 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21836
21837 2005-11-03 Romain Francoise <romain@orebokech.com>
21838
21839 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21840 Update copyright years.
21841
21842 2005-11-03 Sam Steingold <sds@gnu.org>
21843
21844 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21845 Use system-type instead of window-system because window-system is not
21846 correctly defined during loadup.
21847
21848 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21849
21850 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21851 (xml-parse-tag): Join strings separated by a comment properly.
21852
21853 2005-11-02 Andreas Schwab <schwab@suse.de>
21854
21855 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21856
21857 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21858
21859 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21860 (byte-optimize-pure-func): Quote the eval'd value.
21861
21862 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21863 Rename from perl-font-lock-syntactic-face-function.
21864 Change the calling convention so it can be used as a font-lock MATCHER.
21865 Do the parse-partial-sexp loop outselves.
21866 (perl-font-lock-syntactic-keywords): Use it.
21867 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21868
21869 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21870
21871 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21872 disassembly buffer too.
21873 (gdb-exited): Remove overlay arrows when execution has finished.
21874 (gdb-info-frames-custom, gdb-info-threads-custom)
21875 (gdb-info-registers-custom): Don't add inappropriate text
21876 properties if inferior is not active.
21877
21878 2005-11-02 Glenn Morris <rgm@gnu.org>
21879
21880 * progmodes/fortran.el (fortran-blink-match):
21881 Use `blink-matching-delay'.
21882
21883 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21884
21885 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21886
21887 2005-11-02 Lars Hansen <larsh@soem.dk>
21888
21889 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21890 "Permission denied".
21891
21892 2005-11-01 Richard M. Stallman <rms@gnu.org>
21893
21894 * textmodes/flyspell.el (flyspell-external-point-words):
21895 Pass nil to flyspell-get-word.
21896
21897 2005-11-02 Kim F. Storm <storm@cua.dk>
21898
21899 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21900 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21901
21902 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21903
21904 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21905 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21906 (calendar-mouse-print-dates): Add optional `event' argument.
21907 Update interactive-spec.
21908 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21909 Use `calendar-event-to-date' instead of `event'.
21910
21911 2005-11-02 Masatake YAMATO <jet@gyve.org>
21912
21913 * progmodes/ld-script.el (ld-script-builtins):
21914 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21915 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21916 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21917
21918 2005-11-01 Romain Francoise <romain@orebokech.com>
21919
21920 * vc-sccs.el: Update copyright year.
21921 * ezimage.el: Likewise.
21922
21923 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21924
21925 * info.el (Info-fontify-node): Use `string-width' for fontifying
21926 underlined titles.
21927
21928 2005-11-01 Juri Linkov <juri@jurta.org>
21929
21930 * info.el (Info-fontify-node): Downcase node header keywords Node,
21931 Prev, Next, Up before comparison.
21932 (Info-history): Insert absolute directory name, and put invisible
21933 property on it.
21934
21935 2005-11-01 Juri Linkov <juri@jurta.org>
21936
21937 * info.el (Info-file-supports-index-cookies): New variable.
21938 (Info-find-node-2): Check makeinfo version for index cookie support.
21939 (Info-index-nodes): Search for nodes with index cookies only when
21940 Info-file-supports-index-cookies is t. Otherwise, search nodes
21941 with "Index" in the node name.
21942 (Info-index-node): Search index cookie in the current node only when
21943 Info-file-supports-index-cookies is t. Otherwise, check the word
21944 "Index" in the node name.
21945 (Info-find-emacs-command-nodes): Remove code that searches nodes
21946 with "Index" node name in the top menu.
21947
21948 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21949
21950 * progmodes/scheme.el (scheme-mode-variables): Use the default
21951 comment-indent-function.
21952
21953 * faces.el (face-attribute): Handle the case where a face inherits from
21954 a non-existent face.
21955
21956 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21957 for octal and hexa output, and merge the char into the paren.
21958 (kill-new): Use push.
21959 (copy-to-buffer): Use with-current-buffer.
21960 (completion-setup-function): Move code in loop to remove redundancy.
21961 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21962 those inherited from minibuffer-local-completion-map.
21963
21964 * savehist.el (savehist-mode) <defcustom>:
21965 Use custom-set-minor-mode if available.
21966 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21967 and emit a message if applicable.
21968
21969 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21970
21971 * savehist.el: Sync up to version 19.
21972 (savehist-mode): New minor mode.
21973 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21974 (savehist-length): Remove (use history-length instead).
21975 (savehist-file-modes): Rename from savehist-modes.
21976 (savehist-save-hook, savehist-loaded): New vars.
21977 (savehist-load): Use savehist-mode. Try to smooth up transition from
21978 old format to new format.
21979 (savehist-install): Allow savehist-autosave-interval to be nil.
21980 (savehist-save): Run the new hook. Be more careful to only trim the
21981 history variables.
21982 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21983 (savehist-printable): Print into a buffer rather than char-by-char.
21984
21985 2005-11-01 John Wiegley <johnw@newartisans.com>
21986
21987 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21988 toggle-ignore keybinding (C-a). The author said it had been
21989 disabled much earlier due to a possible incompatibility, but after
21990 many months of usage I have encountered no problems (and it is a
21991 rather useful option, especially for switching to " *temp*").
21992
21993 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21994 support for OS/X's AddressBook, by calling out to the open source
21995 program "contacts" (installable through Fink).
21996
21997 * net/eudc.el (eudc-expand-inline): If the
21998 `eudc-multiple-match-handling-method' is set to `all', delete the
21999 query string before inserting the query result.
22000
22001 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22002 flag, to prevent Eshell from using the system ls when
22003 `eshell-ls-insert-directory' is in used.
22004 (eshell-ls-insert-directory): Disable font-lock in directory
22005 buffer so that Eshell's own fontification is seen. This broke
22006 recently due to changes in font-lock, so this goes back to version
22007 21 behavior.
22008
22009 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22010
22011 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22012 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22013 (gdb-many-windows): Doc fix.
22014
22015 2005-10-31 Romain Francoise <romain@orebokech.com>
22016
22017 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22018
22019 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22020
22021 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22022 that global-font-lock-mode can be enabled by default.
22023
22024 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22025 (font-lock-add-keywords, font-lock-remove-keywords)
22026 (font-lock-fontify-buffer): Remove autoload cookies.
22027
22028 * jit-lock.el (jit-lock-register): Likewise.
22029
22030 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22031
22032 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22033
22034 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22035 intact if there is no gud-comint-buffer.
22036
22037 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22038
22039 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22040 old prompt comint-prompt-read-only is t and GDB commands are
22041 issued from tool bar etc.
22042
22043 2005-10-31 Masatake YAMATO <jet@gyve.org>
22044
22045 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22046
22047 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22048
22049 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22050 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22051
22052 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22053
22054 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22055 starting at beginning of line. Fontification is messed up when
22056 `open-paren-in-column-0-is-defun-start' set to t.
22057 Reported by John Paul Wallington <jpw@pobox.com>.
22058
22059 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22060
22061 * comint.el (comint-send-input): Call `comint-update-fence' when
22062 `comint-process-echoes' and `comint-prompt-read-only' are both
22063 non-nil, to avoid leftover read-only newline.
22064
22065 2005-10-30 Richard M. Stallman <rms@gnu.org>
22066
22067 * textmodes/flyspell.el (flyspell-external-point-words):
22068 Detect when WORD can't be checked properly because
22069 flyspell-get-word finds just part of it, and move on.
22070
22071 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22072 boundarychar for Polish.
22073 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22074 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22075
22076 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22077
22078 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22079 (gdb-registers-font-lock-keywords): Delete.
22080 (gdb-registers-mode): Don't fontify.
22081 (gdb-info-registers-custom): Use text properties instead as, in
22082 future, changed register values will use font-lock-warning-face.
22083 (gdb-local-font-lock-keywords): Rename to...
22084 (gdb-locals-font-lock-keywords): ...for consistency.
22085
22086 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22087
22088 * vc.el (vc-switch-backend): Better error message if the buffer is
22089 not visiting a file under version control.
22090
22091 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22092
22093 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22094
22095 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22096 ~/.emacs.d/.emacs.
22097
22098 2005-10-29 Richard M. Stallman <rms@gnu.org>
22099
22100 * replace.el (occur-mode-mouse-goto): Always go to other window.
22101 (occur-mode-goto-occurrence): Always switch in same window.
22102
22103 * simple.el (undo): Display message at end, not at start.
22104
22105 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22106 New arg REUSE-CELL.
22107 (cancel-timer-internal): New function.
22108 (timer-event-handler): Use cancel-timer-internal,
22109 and pass the cell it returns to timer-activate...
22110
22111 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22112 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22113 (jit-lock-after-change): Test memory-full.
22114
22115 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22116
22117 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22118 part of the decoded armor to find the key-identifier.
22119 (pgg-gpg-lookup-key-owner): New function to return the
22120 human-readable identifier of a key owner.
22121 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22122 key itself.
22123 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22124 the key value) if we have a key and can match it against a secret
22125 key. Also, added a note pointing out fact that the prompt only
22126 indicates the first matching key.
22127
22128 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22129 pgg-decrypt-region.
22130 (pgg-pending-timers): A new hash for tracking the passphrase cache
22131 timers, so that new ones supercede old ones.
22132 (pgg-add-passphrase-to-cache): Rename from
22133 `pgg-add-passphrase-cache' to reduce confusion (all callers
22134 changed). Modified to cancel old timers when new ones are added.
22135 (pgg-remove-passphrase-from-cache): Rename from
22136 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22137 changed). Modified to cancel old timers when their keys are
22138 removed from the cache.
22139 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22140 XEmacs, an indirection to delete-itimer.
22141 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22142 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22143 users can only check cache without risk of prompting. Correct bug in
22144 notruncate behavior.
22145 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22146 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22147 Add informative docstrings.
22148 (pgg-decrypt): Convey provided passphrase in subordinate call to
22149 pgg-decrypt-region.
22150
22151 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22152 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22153 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22154 `passphrase' argument, so the passphrase can be managed externally
22155 and then passed in to the system.
22156
22157 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22158 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22159 so the passphrase cache can be used reliably with identifiers
22160 besides a pgp packet's key id.
22161
22162 * pgg-gpg.el (pgg-pgp-encrypt-region)
22163 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22164 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22165 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22166 argument to all these routines, so the passphrase can be managed
22167 externally and passed in to the system.
22168
22169 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22170 `notruncate' argument, so the passphrase cache can be used
22171 reliably with identifiers besides a pgp packet's key id.
22172
22173 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22174
22175 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22176 symmetric encryption.
22177 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22178 encrypted session key.
22179 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22180 message ask for the passphrase in a proper way.
22181
22182 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22183 New user commands for symmetric encryption.
22184
22185 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22186
22187 * textmodes/conf-mode.el (conf-assignment-sign)
22188 (conf-assignment-regexp): Fix docstrings.
22189 (conf-mode-initialize): New function.
22190 (conf-mode): Remove optional args. Use delay-mode-hooks to
22191 recognize recursive calls.
22192 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22193 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22194 (conf-xdefaults-mode): Use define-derived-mode and
22195 conf-mode-initialize.
22196
22197 2005-10-29 Romain Francoise <romain@orebokech.com>
22198
22199 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22200
22201 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22202
22203 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22204 part of the decoded armor to find the key-identifier.
22205 (pgg-gpg-lookup-key-owner): New function to return the
22206 human-readable identifier of a key owner.
22207 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22208 key itself.
22209 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22210 the key value) if we have a key and can match it against a secret
22211 key. Also, added a note pointing out fact that the prompt only
22212 indicates the first matching key.
22213
22214 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22215 pgg-decrypt-region.
22216 (pgg-pending-timers): A new hash for tracking the passphrase cache
22217 timers, so that new ones supercede old ones.
22218 (pgg-add-passphrase-to-cache): Rename from
22219 `pgg-add-passphrase-cache' to reduce confusion (all callers
22220 changed). Modified to cancel old timers when new ones are added.
22221 (pgg-remove-passphrase-from-cache): Rename from
22222 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22223 changed). Modified to cancel old timers when their keys are
22224 removed from the cache.
22225 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22226 XEmacs, an indirection to delete-itimer.
22227 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22228 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22229 users can only check cache without risk of prompting. Correct bug in
22230 notruncate behavior.
22231 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22232 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22233 Add informative docstrings.
22234 (pgg-decrypt): Convey provided passphrase in subordinate call to
22235 pgg-decrypt-region.
22236
22237 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22238
22239 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22240 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22241 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22242 `passphrase' argument, so the passphrase can be managed externally
22243 and then passed in to the system.
22244
22245 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22246 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22247 so the passphrase cache can be used reliably with identifiers
22248 besides a pgp packet's key id.
22249
22250 * pgg-gpg.el (pgg-pgp-encrypt-region)
22251 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22252 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22253 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22254 argument to all these routines, so the passphrase can be managed
22255 externally and passed in to the system.
22256
22257 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22258 `notruncate' argument, so the passphrase cache can be used
22259 reliably with identifiers besides a pgp packet's key id.
22260
22261 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22262
22263 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22264 symmetric encryption.
22265 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22266 encrypted session key.
22267 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22268 message ask for the passphrase in a proper way.
22269
22270 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22271 New user commands for symmetric encryption.
22272
22273 2005-10-28 Bill Wohler <wohler@newt.com>
22274
22275 * help-mode.el (help-url): New button type. Calls browse-url.
22276 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22277 Similar to Info nodes: URL `url'.
22278 (help-make-xrefs): Create help-url buttons for
22279 help-xref-url-regexp matches.
22280
22281 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22282
22283 * tool-bar.el (tool-bar-add-item-from-menu)
22284 (tool-bar-local-item-from-menu): Fix doc strings.
22285
22286 2005-10-28 Romain Francoise <romain@orebokech.com>
22287
22288 * ldefs-boot.el: Update.
22289
22290 * subr.el (locate-library): Move from help-fns.el.
22291 * help-fns.el (locate-library): Move to subr.el.
22292
22293 2005-10-28 Richard M. Stallman <rms@gnu.org>
22294
22295 * net/tramp.el (tramp-completion-mode): defvar moved up.
22296
22297 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22298
22299 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22300
22301 * files.el (find-file-noselect): Use %d to format large file size.
22302
22303 * bindings.el (mode-line-format): Add %e.
22304
22305 * loadup.el ("facemenu"): Load unconditionally.
22306 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22307 ("x-dnd"): Load, when appropriate.
22308
22309 * startup.el (command-line): Call before-init-hook earlier.
22310 Warn about some bad characters in -u user name.
22311
22312 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22313 (flyspell-external-point-words): Error if misspelled word is not found.
22314 Set flyspell-large-region-beg at end of word.
22315
22316 2005-10-28 Andreas Schwab <schwab@suse.de>
22317
22318 * view.el (View-revert-buffer-scroll-page-forward):
22319 Use view-page-size-default.
22320
22321 2005-10-28 Juri Linkov <juri@jurta.org>
22322
22323 * international/quail.el (quail-get-current-str): Translate last
22324 raw character for deterministic input methods.
22325
22326 2005-10-27 Jay Belanger <belanger@truman.edu>
22327
22328 * calc/calc-ext.el: Add functions to autoloads.
22329 (math-identity-matrix-p, math-ident-row-p): New functions.
22330
22331 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22332 multiplication by an identity matrix; don't turn multiplication by
22333 an inverse matrix into division.
22334 (math-div-symbol-fancy): Replace division by matrices with
22335 multiplication by inverse.
22336
22337 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22338
22339 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22340 (calc-writeoutpower): New functions.
22341
22342 2005-10-27 Romain Francoise <romain@orebokech.com>
22343
22344 * replace.el (occur-engine): Include colon in mouse-face highlight.
22345
22346 * dired-x.el: Change Maintainer field.
22347
22348 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22349
22350 * longlines.el (longlines-mode): Bind after-change-functions to
22351 nil during initial decoding and final encoding.
22352
22353 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22354
22355 * term.el (term-emulate-terminal, term-handle-colors-array)
22356 (term-handle-ansi-escape): Specify the terminfo capabilities
22357 implemented.
22358
22359 2005-10-26 Richard M. Stallman <rms@gnu.org>
22360
22361 * info.el (Info-fontify-node): Fix detection of sentence-break
22362 before *Note.
22363
22364 2005-10-26 Romain Francoise <romain@orebokech.com>
22365
22366 * smerge-mode.el: Add `tools' to file keywords.
22367
22368 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22369
22370 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22371 when the fringe is not available.
22372
22373 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22374 (def-gdb-auto-update-trigger): Simplify construction.
22375 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22376 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22377 defined explicitly.
22378 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22379 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22380 defined explicitly.
22381 (gdb-info-locals-custom): Remove as it's a no-op.
22382
22383 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22384
22385 * longlines.el (longlines-mode): Remove narrowing before
22386 performing the initial decoding or final encoding.
22387
22388 2005-10-25 Romain Francoise <romain@orebokech.com>
22389
22390 * emacs-lisp/find-func.el (find-library-name): Also strip
22391 extension if library name ends in .el, to take advantage of
22392 `find-library-suffixes'.
22393
22394 2005-10-25 Richard M. Stallman <rms@gnu.org>
22395
22396 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22397
22398 2005-10-25 Juri Linkov <juri@jurta.org>
22399
22400 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22401 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22402
22403 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22404
22405 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22406 (blackbox-redefine-key): Add argument `map'.
22407
22408 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22409 regions when moving the jit-lock-context-unfontify-pos boundary.
22410
22411 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22412
22413 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22414
22415 2005-10-25 Masatake YAMATO <jet@gyve.org>
22416
22417 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22418
22419 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22420
22421 * play/blackbox.el (blackbox-redefine-key): New function.
22422 (blackbox-mode-map): Use it to remap existing bindings for cursor
22423 motion instead of binding literal keys.
22424
22425 2005-10-25 Glenn Morris <rgm@gnu.org>
22426
22427 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22428 diary does not end in a newline. Do not assume a blank line at
22429 the start of the diary file.
22430
22431 2005-10-25 Kenichi Handa <handa@m17n.org>
22432
22433 * international/quail.el (quail-translate-key): If the input
22434 method is deterministic and failed to handle the last key, restart
22435 the key handling loop from an appropriate key.
22436
22437 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22438
22439 * vc.el (vc-dired-mode): Extend comment for binding of
22440 `directory-listing-before-filename-regexp'.
22441
22442 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22443
22444 * textmodes/texinfo.el (texinfo-mode):
22445 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22446 not to unnecessarily expose emacs-mule's internal char codes.
22447
22448 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22449
22450 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22451 Display hand pointer and help-echo on disabled icon too.
22452 (gdb-mouse-until): New function.
22453 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22454
22455 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22456
22457 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22458 with 2005-10-23 change to doctor.el.
22459
22460 * finder.el (finder-mode-map): Add follow-link binding.
22461
22462 2005-10-25 Kim F. Storm <storm@cua.dk>
22463
22464 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22465 to gdb-mouse-toggle-breakpoint-fringe.
22466 (gdb-mouse-toggle-breakpoint-margin): Rename from
22467 gdb-mouse-toggle-breakpoint. Fix doc.
22468 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22469 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22470 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22471 string properties also for fringe breakpoint bitmaps.
22472
22473 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22474
22475 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22476
22477 2005-10-25 Masatake YAMATO <jet@gyve.org>
22478
22479 * simple.el (completion-common-substring):
22480 Use `completion-common-substring' prior to `completion-base-size'.
22481
22482 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22483
22484 * savehist.el: Require CL while compiling.
22485 (savehist-history-variables): Remove.
22486 (savehist-save-minibuffer-history, savehist-additional-variables)
22487 (savehist-minibuffer-history-variables): New vars.
22488 (savehist-save): Use them.
22489 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22490 (savehist-install): New fun, extracted from savehist-load.
22491 (savehist-load): Use them.
22492
22493 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22494
22495 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22496 a dummy doc-string-elt property.
22497 (defalias, defvaralias, define-category): Add a docstring property.
22498
22499 * image.el (defimage):
22500 * widget.el (define-widget):
22501 * custom.el (defface, defcustom): Add `doc-string' declaration.
22502
22503 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22504 (defadvice): Add `doc-string' declaration.
22505
22506 * emacs-lisp/byte-run.el (macro-declaration-function):
22507 Handle `doc-string' declarations.
22508 (define-obsolete-function-alias, define-obsolete-variable-alias):
22509 Add `doc-string' declaration.
22510
22511 2005-10-24 Kenichi Handa <handa@m17n.org>
22512
22513 * international/utf-7.el (utf-7): Add autoload cookie.
22514
22515 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22516
22517 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22518
22519 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22520 list of directories passed to batch-update-autoloads. Add "." to
22521 the list of the echoed directories.
22522
22523 * pgg-def.el:
22524 * pgg-gpg.el:
22525 * pgg-parse.el:
22526 * pgg-pgp.el:
22527 * pgg-pgp5.el:
22528 * pgg.el: Moved here from the gnus subdirectory.
22529
22530 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22531
22532 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22533 in case comint-prompt-read-only is set to t.
22534
22535 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22536 in case comint-prompt-read-only is set to t.
22537
22538 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22539
22540 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22541 Now a string.
22542 (icalendar-import-format): Handle CLASS, STATUS, URL.
22543 Rename `subject' to `summary'.
22544 (icalendar-import-format-summary): Rename from
22545 `icalendar-import-format-subject'.
22546 (icalendar-import-format-url, icalendar-import-format-status)
22547 (icalendar-import-format-class): New variables.
22548 (icalendar--rris): Take variable argument list.
22549 (icalendar--datestring-to-isodate): Remove unnecessary
22550 calendar-style check when converting dates with explicit month names.
22551 (icalendar-export-region): Change return type of conversion
22552 subroutines. Bury current buffer unless error occurred.
22553 (icalendar--convert-to-ical)
22554 (icalendar--parse-summary-and-rest): New functions.
22555 (icalendar--convert-ordinary-to-ical)
22556 (icalendar--convert-weekly-to-ical)
22557 (icalendar--convert-yearly-to-ical)
22558 (icalendar--convert-block-to-ical)
22559 (icalendar--convert-cyclic-to-ical)
22560 (icalendar--convert-anniversary-to-ical): Change return type.
22561 Strip trailing blanks from subject.
22562 (icalendar--convert-sexp-to-ical): Change return type.
22563 Strip trailing blanks from subject. Handle simple sexp
22564 entries as generated by icalendar.el.
22565 (icalendar--convert-float-to-ical)
22566 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22567 (icalendar-import-file): Doc fix.
22568 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22569 Correct call to icalendar--rris.
22570 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22571 `summary'.
22572 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22573
22574 2005-10-24 Romain Francoise <romain@orebokech.com>
22575
22576 * server.el (server-sentinel): Set query-on-exit flag to nil on
22577 new client processes (it isn't inherited from the server process).
22578
22579 * replace.el (occur-engine): Rearrange text properties.
22580
22581 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22582
22583 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22584 case-fold-search is nil.
22585 (debug-help-follow): Use help-xref-interned directly.
22586
22587 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22588
22589 * thumbs.el (thumbs-image-type): Add .pbm.
22590
22591 2005-10-23 Richard M. Stallman <rms@gnu.org>
22592
22593 * faces.el (inhibit-face-set-after-frame-default): New variable.
22594 (set-face-attribute): Bind it.
22595 (face-set-after-frame-default): Test it.
22596
22597 * help-fns.el (describe-simplify-lib-file-name): New function.
22598 (describe-function-1, describe-variable): Use it.
22599
22600 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22601
22602 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22603 Eliminate nil as possible value.
22604 (tooltip-hide-delay): Reduce internal-border-width.
22605
22606 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22607 (menu-bar-file-menu) <new-file>: Likewise.
22608
22609 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22610
22611 * international/mule.el (load-with-code-conversion):
22612 Pass full file name to `eval-buffer' unless preloading.
22613
22614 * textmodes/flyspell.el (flyspell-large-region):
22615 Call ispell-check-version.
22616
22617 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22618 Fix the make-variable-buffer-local call that was supposed
22619 to be for this variable.
22620 (ispell-aspell-supports-utf8): Doc fix.
22621 (ispell-find-aspell-dictionaries): Preserve elements of
22622 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22623 (ispell-aspell-find-dictionary): Return nil on error.
22624
22625 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22626 (doctor-symptoms): Likewise.
22627
22628 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22629
22630 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22631
22632 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22633 (custom-raised-buttons): Add :set spec.
22634 (custom-button-unraised, custom-button-pressed-unraised):
22635 New faces, so that custom-raised-buttons actually does something.
22636 (custom-mode): Use custom-button and custom-button-pressed.
22637
22638 * wid-edit.el (widget-specify-button): Don't ignore
22639 widget-mouse-face on graphic terminals.
22640 (widget-move-and-invoke): Cleanup.
22641
22642 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22643
22644 * whitespace.el (whitespace-cleanup): Doc fix.
22645
22646 2005-10-23 Romain Francoise <romain@orebokech.com>
22647
22648 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22649 `eval-after-load' to avoid evaluating their result.
22650
22651 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22652
22653 * files.el (directory-listing-before-filename-regexp):
22654 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22655
22656 * dired.el (dired-move-to-filename-regexp): Remove.
22657 All occurrences replaced by `directory-listing-before-filename-regexp'.
22658
22659 * dired-x.el, locate.el, vc.el:
22660 Replace `dired-move-to-filename-regexp' by
22661 `directory-listing-before-filename-regexp'. In vc.el it is
22662 overwritten locally; maybe this can be handled in files.el too.
22663
22664 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22665 replaced by `directory-listing-before-filename-regexp'.
22666
22667 2005-10-23 Andreas Schwab <schwab@suse.de>
22668
22669 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22670 and eval-next-after-load.
22671
22672 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22673
22674 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22675 exist, create it.
22676
22677 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22678
22679 * allout.el: Remove autoloads for mailcrypt and crypt++.
22680 Require pgg, pgg-gpg during compilation.
22681 (allout-version): Increment version number to 2.1, and use a literal
22682 rather than RCS Id.
22683 (allout-default-encryption-scheme): Remove.
22684 (allout-passphrase-verifier-handling)
22685 (allout-passphrase-verifier-string)
22686 (allout-file-passphrase-verifier-string)
22687 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22688 (allout-passphrase-hint-handling): Rename and simplify.
22689 (allout-init): Use `find-file-hook' if available, otherwise
22690 `find-file-hooks'.
22691 (allout-mode): Use `write-file-functions' if available, otherwise
22692 `local-write-file-hooks' and, instead of making auto-save-hook
22693 buffer local, make the write-file-hook activity contingent to
22694 allout-mode.
22695 (allout-mode): Use key-binding substitution in the docstring.
22696 (allout-kill-line): Spell-out kill ring data structure mutation
22697 instead of using byte-compiler-complaint-provoking `pop'.
22698 (allout-insert-listified): Use `insert' rather than `insert-string'
22699 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22700 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22701 (allout-encrypt-string): Totally revamped vis new underlying
22702 encryption facilities.
22703 (allout-mc-activate-passwd): Remove.
22704 (allout-obtain-passphrase): New, more or less replaces
22705 allout-mc-activate-passwd.
22706 (allout-encrypted-key-info): More or less replaces
22707 allout-encrypted-text-type.
22708 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22709 (my-mark-marker): Use `(featurep 'xemacs)'.
22710
22711 2005-10-23 Lars Hansen <larsh@soem.dk>
22712
22713 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22714 (byte-compile-file-form-defmumble, byte-compile-defun)
22715 (byte-compile-defmacro): Use it.
22716 (byte-compile-form): Don't call byte-compile-set-symbol-position
22717 when a byte-compile handler is called.
22718
22719 2005-10-22 Romain Francoise <romain@orebokech.com>
22720
22721 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22722
22723 * subr.el (eval-after-load): Convert library name to an absolute
22724 file name using locate-library, since load-history no longer has
22725 library names in it.
22726
22727 2005-10-22 Richard M. Stallman <rms@gnu.org>
22728
22729 * files.el (make-temp-file): Move from subr.el.
22730 * subr.el (make-temp-file): Move to files.el.
22731
22732 * window.el (get-buffer-window-list): Move from subr.el.
22733 * subr.el (get-buffer-window-list): Move to window.el.
22734
22735 * image.el (image-load-path): Use eval-at-startup to initialize.
22736
22737 * subr.el (eval-at-startup): New macro.
22738
22739 * subr.el: Much rearrangement of functions and division
22740 into pages. No code changes.
22741
22742 2005-10-22 Kenichi Handa <handa@m17n.org>
22743
22744 * tar-mode.el (tar-extract): Be sure to call
22745 find-operation-coding-system if set-auto-coding doesn't find a
22746 coding system.
22747
22748 2005-10-22 Kim F. Storm <storm@cua.dk>
22749
22750 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22751 Change users.
22752 (image-type-file-name-regexps): New defconst.
22753 (image-type-from-data): Simplify loop.
22754 (image-type-from-buffer): New defun.
22755 (image-type-from-file-header): Use it instead of image-type-from-data.
22756 Use image-search-load-path instead of only looking in data-directory.
22757 (image-type-from-file-name): New defun.
22758 (image-search-load-path): Change `pathname' to `filename'.
22759 Make PATH arg optional, default to image-load-path.
22760
22761 2005-10-21 Richard M. Stallman <rms@gnu.org>
22762
22763 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22764
22765 * textmodes/paragraphs.el (sentence-end-base): New variable.
22766 (sentence-end): Use sentence-end-base.
22767
22768 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22769
22770 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22771 property independently from the font-lock-multiline variable.
22772
22773 2005-10-21 Richard M. Stallman <rms@gnu.org>
22774
22775 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22776
22777 * startup.el (command-line): Convert library names
22778 in `load-history' to absolute file names.
22779
22780 * subr.el (symbol-file): Doc fix.
22781
22782 * loadhist.el (file-loadhist-lookup): Call locate-library
22783 instead of find-library-name. Don't try converting
22784 abs file names to library names, since load-history no longer
22785 has library names in it.
22786 (file-dependents, file-provides, file-requires): Doc fixes.
22787
22788 2005-10-21 Juri Linkov <juri@jurta.org>
22789
22790 * progmodes/etags.el (tags-table-mode): New function.
22791 (tags-verify-table): Replace initialize-new-tags-table with
22792 tags-table-mode.
22793
22794 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22795 default value.
22796 (desktop-modes-not-to-save): Add tags-table-mode to the
22797 default value.
22798
22799 * info.el (Info-index-next): Add total number of index
22800 alternatives to the message.
22801
22802 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22803 backward only space (instead of space and period) before looking
22804 at sentence end.
22805
22806 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22807 Add the old variable value as 4th default-value arg of read-string.
22808
22809 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22810
22811 * cus-face.el (custom-declare-face): Make face from X resources
22812 also on Mac.
22813
22814 * disp-table.el (standard-display-g1, standard-display-graphic):
22815 Refuse to use string glyphs also on Mac.
22816 (standard-display-european): Don't set terminal coding system also
22817 on Mac.
22818
22819 * frame.el (display-screens): Use x-display-screens also on Mac.
22820
22821 2005-10-21 Romain Francoise <romain@orebokech.com>
22822
22823 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22824
22825 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22826
22827 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22828 and $? into sexps.
22829
22830 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22831 warning face on open-paren-in-column-0.
22832
22833 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22834 boundary case. Fix typo.
22835 Suggested by Martin Rudalics <rudalics@gmx.at>.
22836
22837 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22838
22839 * textmodes/org.el (org-combined-agenda-icalendar-file)
22840 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22841 (org-export-icalendar-this-file)
22842 (org-export-icalendar-all-agenda-files)
22843 (org-export-icalendar-combine-agenda-files): New commands.
22844 (org-export-icalendar, org-print-icalendar-entries)
22845 (org-start-icalendar-file, org-finish-icalendar-file)
22846 (org-ical-ts-to-string): New functions.
22847 (org-read-date, org-goto-calendar)
22848 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22849 call to `calendar'.
22850 (orgtbl-setup): Remove the :keys arguments from the menu description.
22851 (org-after-save-iCalendar-file-hook): New variable.
22852
22853 2005-10-21 Kenichi Handa <handa@m17n.org>
22854
22855 * language/vietnamese.el (tcvn-5712): Make it an alias of
22856 vietnamese-tcvn coding-system.
22857
22858 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22859
22860 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22861 group id is given.
22862
22863 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22864
22865 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22866 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22867 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22868 whose line is either continued or ends with a comment.
22869
22870 2005-10-20 Romain Francoise <romain@orebokech.com>
22871
22872 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22873
22874 * replace.el (occur-engine): Add follow-link property.
22875
22876 * font-core.el (font-lock-mode): Doc fix.
22877
22878 2005-10-20 Richard M. Stallman <rms@gnu.org>
22879
22880 * net/rcirc.el: New file.
22881
22882 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22883
22884 * term.el (term-term-name): Initialize to "eterm-color".
22885
22886 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22887
22888 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22889 for encryption functionality.
22890 Move allout customization subgroup from `editing' to `outlines' group.
22891 Fix commentary keywords to legitimate ones.
22892 Update author info (using my current email address, obscurified).
22893 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22894 (allout-encrypted-topic-p, allout-encrypted-text-type)
22895 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22896 (allout-situate-encryption-key-verifier)
22897 (allout-get-encryption-key-verifier, allout-verify-key)
22898 (allout-next-topic-pending-encryption)
22899 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22900 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22901 (outline-key-verifier-handling, outline-key-hint-handling)
22902 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22903 (allout-file-key-verifier-string, allout-encryption-scheme)
22904 (allout-key-verifier-string, allout-key-hint-string)
22905 (allout-after-save-decrypt): New variables.
22906 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22907 (allout-after-saves-handler): New hook functions.
22908 (allout-post-command-business): Do allout-after-save-decrypt.
22909 (allout-enable-file-variable-adjustment): Custom var to enable
22910 mechanism for adding and adjusting settings of Emacs file variables.
22911 (allout-adjust-file-variable, allout-file-vars-section-data):
22912 New functions, implement the mechanism.
22913 (outlineify-sticky): Use the file vars mechanism.
22914 (allout-inhibit-protection, allout-during-write-cue)
22915 (allout-override-protect, allout-before-change-protect): Remove.
22916 (allout-flag-region, allout-open-topic): Adjust read-only text.
22917 (allout-open-line-not-read-only): Add to facilitate read-only
22918 text based protection.
22919 (allout-kill-line): Revise to adjust read-only text, clue the
22920 user about the inhibition.
22921 (allout-unprotected): Use unwind-protect.
22922 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22923 topic deeper than the offspring depth of the previous topic -
22924 avoiding confusing "containment discontinuities".
22925 (allout-reindent-bodies): Fix retention of body relative hanging
22926 indent during promotion of collapsed bodies.
22927 (allout-open-topic): Make it easy to open new topic with same
22928 bullet as current topic - topic creation functions provided with
22929 any universal argument provokes now prompt for bullet, defaulting
22930 to the bullet of the previous topic.
22931 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22932 Plain bullet alternates `.' period and `,' comma only. All other
22933 bullets are relegated to special status (but customizable).
22934 (allout-end-of-entry): Rename from allout-end-of-current-entry
22935 since it actually operates w.r.t. most immediately containing
22936 entry, visible or not.
22937 (allout-hide-current-entry, allout-show-current-entry): Use the
22938 revised version.
22939 (allout-old-expose-topic): Solidify deprecation.
22940 (allout-end-of-subtree): Add so we can span concealed as well
22941 as visible topics.
22942 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22943 (allout-end-of-current-heading): Tweak to just respect the first line.
22944 (allout-get-body-text): Add.
22945 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22946 when invoked interactively.
22947 (allout-up-current-level): Use `interactive-p'.
22948 (allout-mode, allout-init): Miscellaneous docstring and
22949 operational refinements, as well as hookups of new encryption stuff.
22950 (allout-beginning-of-current-entry): Now works as advertised.
22951 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22952 (allout-isearch-rectification): Refine condition for isearching.
22953 (allout-isearch-abort, allout-enwrap-isearch)
22954 (allout-flag-region, my-region-active-p): Relocate some macros.
22955 (allout-title): Fallback title is (buffer-name), not
22956 non-existing (current-buffer-name).
22957 (subst-char-in-string): Define if absent (for some XEmacs versions).
22958
22959 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22960
22961 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22962 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22963 (mail-citation-prefix-regexp, mail-signature-file)
22964 (mail-default-headers, mail-bury-selects-summary)
22965 (mail-send-nonascii): Add autoload cookies.
22966
22967 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22968
22969 * frame.el (blink-cursor-mode): Add `mac' to the list of
22970 window-system's that support blinking cursor.
22971
22972 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22973
22974 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22975
22976 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22977
22978 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22979 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22980 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22981
22982 2005-10-20 Kim F. Storm <storm@cua.dk>
22983
22984 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22985 (ido-set-current-directory): Don't add / after final @.
22986 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22987 Explicitly handle ange-ftp completion oddities.
22988 (ido-make-file-list): Don't rotate list at tramp root to avoid
22989 triggering tramp file handler for expand-file-name via get-file-buffer.
22990
22991 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22992
22993 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22994
22995 2005-10-19 Jay Belanger <belanger@truman.edu>
22996
22997 * calc/calc-units.el (math-standard-units): Add units, adjust
22998 symbols and update values.
22999 (math-unit-prefixes): Add more prefixes.
23000
23001 2005-10-19 Romain Francoise <romain@orebokech.com>
23002
23003 * bookmark.el (bookmark-menu-heading): New face.
23004 (bookmark-bmenu-list): Use it.
23005 Don't fiddle with `baud-rate' at top-level.
23006
23007 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23008
23009 * image.el (create-image, find-image): Mention max-image-size in
23010 docstring.
23011
23012 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23013
23014 * savehist.el (savehist-load): Revert to checking XEmacs.
23015
23016 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23017 Various docstring and line-width fixups.
23018 (conf-mode): Use cond.
23019 Set font-lock-defaults. Don't set comment-use-syntax.
23020
23021 2005-10-18 David Ponce <david@dponce.com>
23022
23023 * tree-widget.el (tree-widget-button-click): New function.
23024 (tree-widget-button-keymap): Use it.
23025
23026 2005-10-18 Romain Francoise <romain@orebokech.com>
23027
23028 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23029 (bookmark-bmenu-hide-filenames): Add follow-link property.
23030 Improve help-echo text.
23031
23032 * ffap.el (find-file-at-point): Doc fix.
23033
23034 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23035
23036 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23037
23038 2005-10-18 Masatake YAMATO <jet@gyve.org>
23039
23040 Install to the CVS repository what I forgot to install in my
23041 2005-10-16 changes.
23042
23043 * progmodes/python.el (python-complete-symbol): Pass the common
23044 prefix substring of completion to `display-completion-list'.
23045
23046 * textmodes/org.el (org-complete): Ditto.
23047
23048 2005-10-18 Masatake YAMATO <jet@gyve.org>
23049
23050 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23051
23052 * woman.el (WoMan-xref-man-page): New button type derived
23053 from `Man-abstract-xref-man-page'.
23054 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23055
23056 * man.el (Man-abstract-xref-man-page): New button type.
23057 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23058 (Man-highlight-references): Add new optional argument `xref-man-type'.
23059
23060 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23061
23062 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23063
23064 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23065
23066 * cus-edit.el (Custom-move-and-invoke): Delete.
23067 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23068
23069 * wid-edit.el (widget-move-and-invoke): New function, from
23070 Custom-move-and-invoke.
23071
23072 2005-10-17 Bill Wohler <wohler@newt.com>
23073
23074 Move all remaining images from lisp/toolbar to etc/images, move
23075 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23076 the low resolution images in their own directory (low-color).
23077
23078 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23079 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23080 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23081 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23082 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23083 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23084 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23085
23086 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23087 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23088 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23089 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23090 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23091 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23092 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23093 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23094 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23095 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23096 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23097 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23098 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23099 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23100 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23101
23102 To conform with convention, replace the underscore (_) in the
23103 following image names with dash (-) or (/) as appropriate.
23104
23105 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23106 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23107 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23108 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23109 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23110 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23111 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23112 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23113 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23114 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23115 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23116 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23117 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23118 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23119 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23120
23121 * info.el (info-tool-bar-map): Replace underscores in image names
23122 with dashes.
23123
23124 * makefile.w32-in (WINS): Remove toolbar.
23125
23126 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23127
23128 * tool-bar.el: Move to lisp from toolbar. Now that
23129 toolbar is empty, it should be deleted when folks run "cvs up -P".
23130
23131 2005-10-18 Jay Belanger <belanger@truman.edu>
23132
23133 * calc/calc-store.el (calc-store-into): Get the proper variable name
23134 to display in message.
23135
23136 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23137
23138 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23139 expressions display in speedbar for all buffers when debugging.
23140 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23141
23142 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23143 (speedbar-insert-button, speedbar-make-button):
23144 Use add-text-properties.
23145 (speedbar-update-localized-contents)
23146 (speedbar-update-directory-contents)
23147 (speedbar-update-special-contents): Use dolist.
23148 (speedbar-buffer-easymenu-definition): Add a menu separator.
23149
23150 2005-10-17 Jason Rumney <jasonr@gnu.org>
23151
23152 * makefile.w32-in: Use $(lisp) consistently.
23153 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23154 for shell specific generation of mh-autoloads.
23155
23156 2005-10-17 Richard M. Stallman <rms@gnu.org>
23157
23158 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23159
23160 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23161
23162 * jit-lock.el (jit-lock-fontify-now):
23163 Move jit-lock-context-unfontify-pos to avoid wasted work.
23164
23165 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23166
23167 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23168 `tramp-completion-mode' for checking if we are in completion mode.
23169 (tramp-completion-handle-file-name-all-completions): Reorder code
23170 in order to complete for file names only in case there are no
23171 method/user/host completions. This is necessary for cooperation
23172 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23173
23174 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23175
23176 * longlines.el (longlines-search-forward)
23177 (longlines-search-backward): Match any number of spaces.
23178
23179 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23180
23181 * diff-mode.el (diff-mode): Doc fix.
23182
23183 2005-10-16 David Reitter <david.reitter@gmail.com>
23184
23185 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23186 as default on darwin and windows systems.
23187
23188 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23189
23190 * arc-mode.el (archive-zip-extract): Doc fix.
23191
23192 2005-10-16 Romain Francoise <romain@orebokech.com>
23193
23194 * mouse.el (mouse-1-click-follows-link): Doc fix.
23195
23196 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * savehist.el: Don't require CL at runtime.
23199 (savehist-xemacs): Remove.
23200 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23201 (savehist-no-conversion): Use (featurep 'xemacs).
23202 (savehist-load): Check existence of start-itimer rather than XEmacs.
23203 Use an idle timer.
23204 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23205 `delete-if-not'.
23206
23207 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23208
23209 * savehist.el: Newer version.
23210 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23211 (savehist-last-checksum, savehist-no-conversion): New vars.
23212 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23213 New functions.
23214 (savehist-load, savehist-save): Use them.
23215 (savehist-delimit): Remove.
23216
23217 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23218
23219 * progmodes/compile.el (compilation-goto-locus): Display the
23220 compilation buffer first and the source buffer second, in case they're
23221 in overlapping frames. Don't raise the compilation frame if it was the
23222 selected window upon entry. Pass the `other-window' arg to
23223 pop-to-buffer.
23224
23225 * info.el (Info-fontify-node): Use dolist.
23226 Change add-text-properties to put-text-property.
23227
23228 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23229
23230 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23231 bound of search.
23232
23233 2005-10-16 Masatake YAMATO <jet@gyve.org>
23234
23235 * dabbrev.el (dabbrev-completion): Pass the common
23236 prefix substring of completion to `display-completion-list'.
23237
23238 * filecache.el (file-cache-minibuffer-complete)
23239 (file-cache-complete): Ditto.
23240
23241 * tempo.el (tempo-display-completions): Ditto.
23242
23243 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23244
23245 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23246
23247 * eshell/em-hist.el (eshell-list-history): Ditto.
23248
23249 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23250
23251 * mail/mailalias.el (mail-complete): Ditto.
23252
23253 * progmodes/etags.el (complete-tag): Ditto.
23254
23255 * progmodes/make-mode.el (makefile-complete): Ditto.
23256
23257 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23258
23259 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23260
23261 * progmodes/pascal.el (pascal-complete-word)
23262 (pascal-show-completions): Ditto.
23263
23264 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23265
23266 * simple.el (completion-common-substring): New variable.
23267 (completion-setup-function): Use `completion-common-substring'
23268 to put faces.
23269
23270 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23271
23272 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23273 (x-get-selection, mac-select-convert-to-string): Convert from/to
23274 UTF-16 clipboard data as in native byte order, no BOM.
23275
23276 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23277
23278 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23279 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23280 (gud-sentinel): Use speedbar-frame to check for speedbar.
23281
23282 2005-10-15 Richard M. Stallman <rms@gnu.org>
23283
23284 * savehist.el: New file.
23285
23286 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23287
23288 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23289 Fix bug in \bf fontification.
23290
23291 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23292
23293 * pcvs.el (cvs-edit-log-files): New var.
23294 (cvs-mode-edit-log): New arg `file'.
23295 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23296 Instead force the use of the original file and nothing else.
23297 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23298 the cvs-minor-wrap-function is set.
23299 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23300
23301 2005-10-14 Bill Wohler <wohler@newt.com>
23302
23303 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23304 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23305 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23306 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23307 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23308 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23309 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23310 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23311 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23312 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23313 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23314 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23315 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23316 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23317 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23318
23319 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23320 appropriately (for example, gud-break to gud/break).
23321
23322 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23323
23324 * longlines.el (longlinges-search-function)
23325 (longlines-search-forward, longlines-search-backward): New functions.
23326 (longlines-mode): Set isearch-search-fun-function to
23327 longlinges-search-function.
23328
23329 * mouse.el (mouse-drag-region-1): Handle the case where a
23330 double-click event is bound to an arbitrary function.
23331
23332 2005-10-14 David Ponce <david@dponce.com>
23333
23334 * recentf.el (recentf-track-opened-file)
23335 (recentf-track-closed-file, recentf-update-menu)
23336 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23337 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23338 mouse-1-click-follows-link.
23339
23340 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23341
23342 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23343 Gnome file-manager.png. Suggested by
23344 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23345
23346 * toolbar/README: Add diropen.xpm.
23347
23348 2005-10-13 Bill Wohler <wohler@newt.com>
23349
23350 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23351 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23352
23353 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23354
23355 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23356 Don't waste the byte-compiler's time on constant data.
23357
23358 2005-10-13 Kenichi Handa <handa@m17n.org>
23359
23360 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23361 byte with `escape-glyph' face.
23362
23363 * international/fontset.el (ccl-encode-unicode-font):
23364 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23365 Handle the case that ucs-mule-to-mule-unicode translates a character to
23366 ASCII (usually for IPA characters).
23367
23368 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23369
23370 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23371 Don't hide the underline of titles if font-lock-mode is disabled.
23372
23373 2005-10-12 Bill Wohler <wohler@newt.com>
23374
23375 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23376 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23377 files in MH-E-SRC have been updated.
23378 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23379
23380 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23381
23382 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23383 (mixal-mode-syntax-table): Add \n as end-comment.
23384 (mixal-operation-codes-alist): Immediately initialize to full value.
23385 (mixal-add-operation-code): Remove.
23386 (mixal-describe-operation-code): Make the arg non-optional.
23387 Use the interactive spec instead.
23388 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23389 (mixal-font-lock-keywords): Don't highlight comments here any more.
23390 (mixal-font-lock-syntactic-keywords): New var.
23391 (mixal-mode): Use it. Fix comment-start-skip.
23392
23393 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23394
23395 * startup.el (command-line-x-option-alist): -nb => -nbi.
23396
23397 2005-10-12 Kim F. Storm <storm@cua.dk>
23398
23399 * startup.el (fancy-splash-default-action): Discard mouse click in
23400 the splash screen window, as it has no sensible meaning in the
23401 next window to be selected. Fixes error reported by Jan D.
23402
23403 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23404
23405 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23406
23407 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23408
23409 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23410 Try to fix up minor layout issues like indentation, line break, etc...
23411 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23412 because it doesn't work.
23413 (mixal-operation-codes): Add some more codes.
23414 (mixal-font-lock-keywords): Process comments here.
23415 (mixal-mode): mixasm no longer needs -g option.
23416
23417 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23418
23419 * progmodes/sh-script.el (sh-tmp-file):
23420 Use mktemp -t. Finish support for es and rc shells.
23421
23422 2005-10-11 Jay Belanger <belanger@truman.edu>
23423
23424 * calc/calcalg2.el (calc-integral): With an argument, compute the
23425 definite integral.
23426
23427 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23428
23429 * mouse.el (mouse-drag-region-1): Don't try to catch a
23430 double-click when doing follow-link (it's overridden anyway).
23431
23432 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23433
23434 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23435 (autoload-print-form-outbuf): Add docstring.
23436
23437 2005-10-11 Juri Linkov <juri@jurta.org>
23438
23439 * info.el (Info-mode-menu): Delete menu item "Edit".
23440 (Info-mode): Delete description of Info-edit from docstring,
23441 and rearrange descriptions of Info commands in the order
23442 they are documented in the Info manual.
23443
23444 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23445
23446 * calendar/appt.el (appt-check): Use diary-selective-display var.
23447
23448 2005-10-10 Richard M. Stallman <rms@gnu.org>
23449
23450 * net/newsticker.el (newsticker-start, newsticker-show-news):
23451 Add autoload cookies.
23452
23453 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23454
23455 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23456
23457 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23458
23459 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23460
23461 2005-10-10 Jay Belanger <belanger@truman.edu>
23462
23463 * calc/calc-arith.el (math-check-known-scalarp)
23464 (math-check-known-matrixp): Check the values of arguments that are
23465 variables.
23466 (math-check-known-square-matrixp): New function.
23467 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23468 (math-super-types): Add sqmatrix type.
23469
23470 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23471 mode name `square' to `sqmatrix'.
23472
23473 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23474 mode name `square' to `sqmatrix'.
23475
23476 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23477
23478 * progmodes/etags.el (select-tags-table-mode): Don't use
23479 selective-display.
23480 (tags-select-tags-table): Pass `button' to the action function.
23481 (select-tags-table): Place the side-info on button properties rather
23482 than in hidden text. Abbreviate file names.
23483 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23484 (select-tags-table-select): Add `button' argument.
23485 Get side-info from the button property rather than from hidden text.
23486
23487 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23488
23489 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23490 (gud-speedbar-buttons): Preserve point if possible.
23491 (gud-sentinel): Restore previous speedbar display type.
23492
23493 * progmodes/gdb-ui.el (gdba): Improve diagram.
23494 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23495 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23496 Call get-buffer-window once.
23497
23498 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23499
23500 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23501 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23502 (pascal-indent-command): Remove unused var `ind'.
23503 (pascal-indent-case): Remove unused var `oldpos'.
23504 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23505 since it's now used as a proper minor mode map.
23506 (pascal-outline): Rename to pascal-outline-mode.
23507 (pascal-outline-mode): Use define-minor-mode.
23508 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23509 selective-display.
23510
23511 2005-10-10 Andreas Schwab <schwab@suse.de>
23512
23513 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23514 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23515
23516 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23517 outside source directory.
23518
23519 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23520
23521 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23522 C-x' as a prefix.
23523 (orgtbl-mode-map): Full keymap instead of sparse, because all
23524 `self-insert-command' keys are redefined in this map.
23525 (org-export-as-html): Specify charset for HTML file, by taking it
23526 from the coding system.
23527
23528 2005-10-10 Kenichi Handa <handa@m17n.org>
23529
23530 * textmodes/flyspell.el (flyspell-check-word-p):
23531 If unread-command-events is non-empty, don't call sit-for.
23532
23533 2005-10-09 Richard M. Stallman <rms@gnu.org>
23534
23535 * font-lock.el (font-lock-syntactic-keywords)
23536 (font-lock-keywords): Doc fixes.
23537
23538 * textmodes/flyspell.el (flyspell-external-point-words):
23539 Simplify logic, and don't try to check for consecutive appearances
23540 of one incorrect word.
23541
23542 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23543
23544 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23545 separator.
23546
23547 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23548 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23549 (gud-expansion-speedbar-buttons): New function.
23550 (gud-speedbar-buttons): Check for gud-comint-buffer.
23551
23552 2005-10-09 Bill Wohler <wohler@newt.com>
23553
23554 * Makefile.in (updates): Add mh-loaddefs dependency.
23555
23556 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23557
23558 * speedbar.el (speedbar-file-key-map): Fix typo.
23559
23560 2005-10-09 Daniel Brockman <daniel@brockman.se>
23561
23562 * cus-start.el (line-spacing): Add custom spec.
23563
23564 2005-10-09 Romain Francoise <romain@orebokech.com>
23565
23566 * textmodes/ispell.el (ispell-check-version): Fix last change.
23567
23568 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23569
23570 * term/x-win.el: Remove -i, --icon-type from comment.
23571
23572 * startup.el (command-line-x-option-alist): Remove options -i,
23573 -itype, --icon-type, added -nb, --no-bitmap-icon.
23574
23575 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23576
23577 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23578 instead of :active.
23579
23580 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23581
23582 * textmodes/ispell.el (ispell-check-version):
23583 Ignore hyphen, and all that follows, in aspell's version text.
23584
23585 2005-10-08 Jay Belanger <belanger@truman.edu>
23586
23587 * calc/calc-arith.el (math-known-square-matrixp): New function.
23588 (math-pow-fancy): Check for matrices before distributing exponent
23589 across products.
23590
23591 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23592 fullscreen keypad. Suggested by Luc Teirlinck.
23593 (calc-keypad-show-input): Add space for formatting.
23594
23595 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23596 Add square matrix option.
23597
23598 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23599 of checking calc-matrix-mode when deciding how to expand.
23600
23601 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23602
23603 2005-10-08 Lars Hansen <larsh@soem.dk>
23604
23605 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23606 Add error handling.
23607 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23608
23609 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23610
23611 Sync with Tramp 2.0.51.
23612
23613 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23614 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23615 Insert special handling for `last-coding-system-used', again
23616 it still seems to be necessary (unlike stated before).
23617 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23618 (tramp-password-prompt-regexp): There might be other words before
23619 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23620 (tramp-chunksize): Improve docstring.
23621 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23622 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23623 Christian Joergensen <bugs@razor.dk>.
23624
23625 2005-10-07 Glenn Morris <rgm@gnu.org>
23626
23627 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23628 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23629 precision'.
23630
23631 2005-10-07 Romain Francoise <romain@orebokech.com>
23632
23633 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23634 (ibuffer-do-shell-command-pipe-replace)
23635 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23636 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23637 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23638 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23639 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23640 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23641 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23642 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23643 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23644 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23645 Autoload file sans suffix.
23646
23647 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23648
23649 2005-10-07 David Ponce <david@dponce.com>
23650
23651 * recentf.el (recentf-menu-open-all-flag): New option.
23652 (recentf-digit-shortcut-command-name): New function.
23653 (recentf--shortcuts-keymap): New variable.
23654 (recentf-menu-shortcuts): New variable.
23655 (recentf-make-menu-items): Initialize it. Replace the "More..."
23656 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23657 (recentf-menu-value-shortcut): New function.
23658 (recentf-make-menu-item): Use it. No more in-lined.
23659 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23660 (recentf-open-most-recent-file): Rename from
23661 `recentf-open-file-with-key'. Don't depend on key binding.
23662 (recentf-mode-map): New variable.
23663 (recentf-mode): Use it.
23664
23665 2005-10-06 Bill Wohler <wohler@newt.com>
23666
23667 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23668
23669 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23670 (MH-E-SRC): New. Used by mh-autoloads.
23671 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23672 files in MH-E-SRC have been updated.
23673 (compile, recompile, bootstrap): Depend on mh-autoloads.
23674
23675 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23676
23677 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23678 gud-break and gud-remove icons when the fringe is not available.
23679
23680 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23681 Typo.
23682
23683 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23684
23685 * play/zone.el (zone): Wrap body with save-window-excursion.
23686
23687 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23688
23689 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23690 Use the new `list-only' arg to diary-list-entries.
23691
23692 * calendar/diary-lib.el: Use overlays rather than selective-display.
23693 (diary-selective-display): New var.
23694 (diary-header-line-format): Use it.
23695 (diary-list-entries): Add argument `list-only'.
23696 Put the buffer in diary-mode. Don't add \^M at beg and end.
23697 Replace \^M by invisible overlays.
23698 (diary-unhide-everything): Replace \^M by invisible overlays.
23699 (print-diary-entries): Look for overlays rather than \^M.
23700 Add a space to the temp buffer name.
23701 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23702 Put the buffer in diary-mode.
23703 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23704 (diary-anniversary): Make the year arg optional.
23705 (diary-time-regexp): New const.
23706 (diary-font-lock-keywords): Use it to accept a few more time formats.
23707
23708 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23709
23710 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23711
23712 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23713 Fix bug introduced 2005-07-03: Use (car (last ...))
23714 to faithfully reproduce replaced artist-last.
23715 (artist-set-arrow-points-for-poly): Likewise.
23716 Suggested by Johan Bockg\e,Ae\e(Brd.
23717
23718 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23719
23720 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23721 * wid-edit.el (widget):
23722 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23723 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23724
23725 2005-10-06 Kenichi Handa <handa@m17n.org>
23726
23727 * international/mule-cmds.el (set-language-environment):
23728 Fix setting up of case-table for unibyte mode.
23729
23730 * simple.el (what-cursor-position): If the character is displayed
23731 by some `display' text property, show that. Don't use
23732 single-key-description for eight-bit characters in multibyte mode.
23733
23734 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23735
23736 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23737 (gdb-ann3): Set it.
23738 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23739 (gdb-info-frames-custom): Use inverse-video for first five
23740 characters of selected frame only.
23741 (gdb-get-frame-number): Select frame even when point is on frame
23742 number.
23743
23744 2005-10-06 Masatake YAMATO <jet@gyve.org>
23745
23746 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23747 Put `font-lock-function-name-face'.
23748 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23749 and `font-lock-variable-name-face'
23750 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23751 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23752 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23753 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23754 (gdb-local-font-lock-keywords): New font lock keywords definition.
23755 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23756 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23757 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23758
23759 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23760
23761 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23762 (ediff-merge-region-is-non-clash-to-skip): Previously called
23763 ediff-merge-region-is-non-clash.
23764
23765 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23766 Use insert-buffer-substring.
23767
23768 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23769 selecting files to patch. Also bug fixes.
23770
23771 * ediff-util.el (ediff-setup): Bug fix.
23772 (ediff-next-difference): Never skip clashes that differ in white
23773 space only.
23774
23775 * ediff-wind.el (ediff-setup-control-frame)
23776 (ediff-destroy-control-frame): Check the menubar feature.
23777
23778 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23779 (viper-refresh-mode-line): Use make-local-variable to localize
23780 some vars instead of make-variable-buffer-local. Suggested by
23781 Stefan Monnier.
23782
23783 * emulation/viper-init.el (viper-make-variable-buffer-local):
23784 Delete alias.
23785 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23786 Use make-local-variable instead of make-variable-buffer-local.
23787 Suggested by Stefan Monnier.
23788
23789 * emulation/viper.el (viper-mode): Don't use
23790 viper-make-variable-buffer-local.
23791 (viper-comint-mode-hook): Use make-local-variable on
23792 require-final-newline.
23793 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23794
23795 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23796
23797 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23798 also the second char of a comment-start sequence.
23799 (scheme-sexp-comment-syntax-table): New var.
23800 (lambda, define): Set their scheme-doc-string-elt property.
23801 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23802 Use lisp-font-lock-syntactic-face-function now that it properly
23803 handles |...| symbols.
23804 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23805 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23806
23807 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23808 bit from # to |.
23809 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23810
23811 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23812 (lisp-doc-string-elt-property): New var.
23813 (lisp-font-lock-syntactic-face-function): Use it.
23814 Rewrite to recognize docstrings even for forms not at toplevel.
23815
23816 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23817 annotation on the | part of #| rather than on the # part.
23818 (scheme-font-lock-syntactic-face-function): New function, to
23819 distinguish strings from |...| symbols.
23820 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23821 syntax-table so that #|...|# is properly highlighted.
23822
23823 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23824 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23825
23826 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23829 and C-e.
23830
23831 * emacs-lisp/eldoc.el: Move comments into docstrings.
23832 (eldoc-message-commands): Initialize in its declaration.
23833 Add move-beginning-of-line and move-end-of-line.
23834 (eldoc-add-command, eldoc-add-command-completions)
23835 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23836
23837 * outline.el (outline-mark-subtree): Activate the mark.
23838
23839 * calendar/appt.el (appt-time-regexp): New var.
23840 (appt-add, appt-make-list): Use it.
23841 (appt-convert-time): Clean up.
23842
23843 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23844 Don't set any syntax-table property here.
23845 (tex-font-lock-verb): New function. Do it here.
23846 (tex-font-lock-syntactic-keywords): Use it.
23847
23848 2005-10-04 Richard M. Stallman <rms@gnu.org>
23849
23850 * wid-edit.el (widget-file-complete): Get the widget start point
23851 the right way. Default directory to `/' if file has none.
23852
23853 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23854
23855 * textmodes/flyspell.el (flyspell-mode-on):
23856 Call ispell-maybe-find-aspell-dictionaries.
23857
23858 * textmodes/ispell.el (ispell-word, ispell-region):
23859 Call ispell-maybe-find-aspell-dictionaries.
23860 (ispell-accept-buffer-local-defs):
23861 Don't call ispell-maybe-find-aspell-dictionaries.
23862
23863 2005-10-04 Richard M. Stallman <rms@gnu.org>
23864
23865 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23866
23867 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23868
23869 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23870 instead of `fboundp' in order to allow for anonymous functions.
23871
23872 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23873
23874 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23875 case the user clicks on the link while another window is selected.
23876 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23877
23878 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23879 functionality.
23880 (dframe-help-echo): Save point in case mouse tracking is off.
23881
23882 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23883
23884 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23885
23886 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23887
23888 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23889 not change the global value of those vars.
23890
23891 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23892 make-local-variable which we do not need any more.
23893
23894 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23895
23896 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23897 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23898 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23899 (speedbar-path-line): Define obsolete aliases.
23900 (speedbar-line-directory): Doc fix.
23901
23902 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23903 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23904 instead of speedbar-line-path.
23905
23906 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23907
23908 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23909 to nil if dropping on a window. Handle dropping on a minibuffer window
23910 like dropping on a non-window part of Emacs.
23911
23912 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23913
23914 * net/ange-ftp.el: Use with-current-buffer.
23915 (ange-ftp-insert-directory): Do not follow symlinks any more.
23916
23917 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23918 Remove interactive spec.
23919
23920 2005-10-03 Kim F. Storm <storm@cua.dk>
23921
23922 * ido.el (ido-mode): Use custom-initialize-set.
23923
23924 2005-10-02 Richard M. Stallman <rms@gnu.org>
23925
23926 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23927 Use insert-buffer-substring.
23928
23929 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23930 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23931
23932 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23933
23934 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23935 in last change.
23936 (ange-ftp-insert-directory): Fix up the search for the case where
23937 `file' is absolute.
23938
23939 2005-10-02 Romain Francoise <romain@orebokech.com>
23940
23941 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23942
23943 2005-10-02 Andreas Schwab <schwab@suse.de>
23944
23945 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23946 directory component in the session info.
23947
23948 2005-10-01 Richard M. Stallman <rms@gnu.org>
23949
23950 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23951
23952 * simple.el (next-error-internal): New function.
23953
23954 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23955 (compilation-start): Pass new arg to compilation-buffer-name.
23956 (compile-goto-error): Use next-error-internal.
23957
23958 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23959
23960 * speedbar.el: Remove RCS tag.
23961 (speedbar-check-read-only): Handle non-existent files.
23962
23963 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23964
23965 * info.el (Info-speedbar-hierarchy-buttons)
23966 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23967
23968 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23969
23970 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23971 Do not match newline.
23972 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23973 (bibtex-summary): Remove unnecessary save-excursion.
23974 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23975
23976 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23977
23978 * term/mac-win.el: Add charset info for "iso10646-1".
23979 Modify default fontset to use ATSUI-compatible fonts for some charsets
23980 if available.
23981
23982 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23983
23984 * speedbar.el: Re-apply arch tag.
23985 (speedbar-version): Rename to version 1.0. Suggested by Eric
23986 M. Ludlam.
23987 Reapply two changes from Emacs CVS' version of speedbar lost
23988 during the merge:
23989 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23990 (speedbar-frame-parameters): Improve customize type.
23991
23992 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23993
23994 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23995 (ange-ftp-file-directory-p): Fix the symlink case.
23996 (ange-ftp-insert-directory): When listing a single file, get a list of
23997 the parent buffer and extract the relevant line. Inspired from a patch
23998 by Katsumi Yamaoka <yamaoka@jpl.org>.
23999 (ange-ftp-file-name-sans-versions): Simplify.
24000
24001 2005-09-30 Bill Wohler <wohler@newt.com>
24002
24003 Move MH-E image files from toolbar and mail directories into
24004 etc/images.
24005
24006 * mail/reply2.*: Move to etc/images/mail/reply*.
24007
24008 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24009 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24010 etc/images.
24011
24012 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24013 * toolbar/reply*: Move to etc/images/mail.
24014
24015 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24016
24017 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24018
24019 * speedbar.el: New version 1.0pre3.
24020
24021 Frame management code (including timer, and mouse click specifics)
24022 moved to dframe.el:
24023 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24024 (speedbar-timer): Removed. Use dframe-timer.
24025 (speedbar-close-frame): Removed. Use dframe-close-frame.
24026 (speedbar-activity-change-focus-flag): Removed. Use
24027 dframe-activity-change-focus-flag.
24028 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24029 dframe-update-speed.
24030
24031 (speedbar-current-frame): New macro. Use this instead of the
24032 variable speedbar-frame.
24033
24034 (speedbar-use-images, speedbar-expand-image-button-alist)
24035 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24036
24037 (speedbar-find-image-on-load-path): Removed. Replaced by
24038 defezimage in ezimage.el.
24039 (speedbar-expand-image-button-alist): Removed. Replaced by
24040 ezimage-expand-image-button-alist in ezimage.el.
24041
24042 (speedbar-ignored-directory-regexp)
24043 (speedbar-add-ignored-directory-regexp)
24044 (speedbar-ignored-directory-expressions)
24045 (speedbar-line-directory, speedbar-buffers-line-directory)
24046 (speedbar-directory-line, speedbar-buffers-line-directory):
24047 Renamed, replacing `path' with `directory'.
24048
24049 (speedbar-create-directory, speedbar-expand-line-descendants)
24050 (speedbar-toggle-line-expansion)
24051 (speedbar-contract-line-descendants): New commands.
24052
24053 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24054 (speedbar-use-tool-tips-flag): New options.
24055
24056 (speedbar-check-read-only, speedbar-require-version)
24057 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24058 (speedbar-handle-delete-frame, speedbar-try-completion)
24059 (speedbar-update-localized-contents): New functions.
24060
24061 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24062 (speedbar-object-read-only-indicator): New variables.
24063
24064 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24065 New hooks.
24066
24067 (speedbar-separator-face): New face.
24068
24069 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24070 (speedbar-ignored-modes): Add fundamental-mode.
24071 (speedbar-directory-unshown-regexp): Add . directories.
24072
24073 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24074 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24075 `]' for full expand/close.
24076 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24077
24078 (speedbar-check-vc): Support hidden files.
24079 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24080 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24081 state is nil, it is not checked out.
24082
24083 (speedbar-line-text, speedbar-line-token): Support expand buttons
24084 with no text.
24085 (speedbar-refresh): Universal argument acts as power-click.
24086 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24087 that buffer to get variable values.
24088
24089 And many other bugfixes.
24090
24091 * dframe.el, ezimage.el, sb-image.el: New files.
24092
24093 * sb-*.xpm: Remove files. New image files installed into
24094 etc/images/ezimage.
24095
24096 2005-09-30 Kenichi Handa <handa@m17n.org>
24097
24098 * ps-mule.el (ps-mule-show-warning): If a character is in
24099 ps-print-translation-table, don't treat it as non-printable.
24100
24101 2005-09-30 David Ponce <david@dponce.com>
24102
24103 * tree-widget.el (tree-widget-themes-load-path): New variable.
24104 (tree-widget-themes-directory): Doc fix.
24105 (tree-widget-image-formats) [Emacs]: Doc fix.
24106 (tree-widget--locate-sub-directory): New function.
24107 (tree-widget-themes-directory): Use it.
24108
24109 * recentf.el (recentf-filename-handlers): Rename from
24110 `recentf-filename-handler'. Allow a list of functions.
24111 (recentf-menu-items-for-commands): Fix :help strings.
24112 (recentf-apply-filename-handlers): New function.
24113 (recentf-expand-file-name): Use it.
24114 (recentf-cleanup): Remove duplicates too.
24115
24116 2005-09-29 Juri Linkov <juri@jurta.org>
24117
24118 * faces.el: Rearrange face definitions to be in the same order as
24119 their face descriptions in "(emacs)Standard Faces".
24120
24121 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24122
24123 * tooltip.el (tooltip): Add group `basic-faces'.
24124
24125 * buff-menu.el (Buffer-menu-buffer): Remove group
24126 `font-lock-highlighting-faces'.
24127
24128 * progmodes/compile.el (compilation-error, compilation-warning)
24129 (compilation-info, compilation-line-number, compilation-column-number):
24130 Change group from `font-lock-highlighting-faces' to `compilation'.
24131
24132 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24133 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24134 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24135 (vhdl-font-lock-reserved-words-face)
24136 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24137 `font-lock-highlighting-faces'.
24138
24139 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24140
24141 2005-09-28 Kim F. Storm <storm@cua.dk>
24142
24143 * emulation/cua-base.el: Set CUA move property on additional commands:
24144 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24145 forward-sexp, backward-sexp, forward-list, backward-list.
24146
24147 2005-09-28 Romain Francoise <romain@orebokech.com>
24148
24149 * comint.el (comint-show-output): Really set point at the
24150 beginning of the output when not using `comint-use-prompt-regexp'.
24151
24152 2005-09-27 Jay Belanger <belanger@truman.edu>
24153
24154 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24155 in TeX mode.
24156
24157 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24158
24159 * textmodes/org.el (org-table-sum): Fix format string.
24160
24161 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24162 Quote face names.
24163
24164 2005-09-26 Romain Francoise <romain@orebokech.com>
24165
24166 * isearch.el (isearch-forward-regexp): Close doc string.
24167
24168 2005-09-25 Richard M. Stallman <rms@gnu.org>
24169
24170 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24171
24172 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24173
24174 * progmodes/compile.el (compilation-error-properties):
24175 When getting the file from the previous error message,
24176 correctly decode the new data format.
24177
24178 * progmodes/cc-cmds.el (c-electric-paren):
24179 Call old-blink-paren only for close-paren.
24180
24181 2005-09-24 Andreas Schwab <schwab@suse.de>
24182
24183 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24184 condition.
24185
24186 2005-09-25 Romain Francoise <romain@orebokech.com>
24187
24188 * dired-aux.el (dired-copy-file-recursive):
24189 * dired.el (dired-delete-file):
24190 * ediff-mult.el (ediff-dir-diff-copy-file):
24191 * ediff-util.el (ediff-test-save-region):
24192 * forms.el (forms-mode):
24193 * ido.el (ido-file-internal, ido-delete-file-at-head):
24194 * log-edit.el (log-edit-done):
24195 * ses.el (ses-yank-resize):
24196 * play/gomoku.el (gomoku-human-plays, gomoku)
24197 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24198 (gomoku-offer-a-draw):
24199 * play/landmark.el (lm-human-resigns, lm):
24200 * net/eudcb-ldap.el (eudc-ldap-check-base):
24201 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24202 * progmodes/ebrowse.el (ebrowse-find-pattern):
24203 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24204 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24205 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24206
24207 * vc.el (vc-delete-file):
24208 * play/gomoku.el (gomoku-terminate-game, gomoku)
24209 (gomoku-prompt-for-move, gomoku-human-takes-back):
24210 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24211 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24212
24213 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24214
24215 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24216 color rxvt terminals by using the code xterm.el used to use before
24217 2005-04-09 in order to match the colors used by rxvt.
24218
24219 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24220
24221 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24222 colors rxvt-unicode terminals by using the same code as xterm.el.
24223
24224 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24225
24226 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24227 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24228 new symbol used for the tex-verbatim face.
24229
24230 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24231
24232 * woman.el (woman-file-name):
24233 * wid-edit.el (widget-file-prompt-value)
24234 (widget-coding-system-prompt-value):
24235 * w32-fns.el (set-w32-system-coding-system):
24236 * vc.el (vc-version-diff, vc-annotate):
24237 * textmodes/reftex-auc.el (reftex-arg-cite)
24238 (reftex-arg-index-tag):
24239 * textmodes/refer.el (refer-get-bib-files):
24240 * textmodes/artist.el (artist-figlet-choose-font):
24241 * terminal.el (terminal-emulator):
24242 * replace.el (occur-read-primary-args):
24243 * rect.el (string-rectangle, string-insert-rectangle):
24244 * ps-print.el (ps-print-preprint):
24245 * progmodes/pascal.el (pascal-goto-defun):
24246 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24247 * progmodes/compile.el (compilation-find-file):
24248 * printing.el (pr-interactive-n-up):
24249 * play/animate.el (animate-birthday-present):
24250 * net/rcompile.el (remote-compile):
24251 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24252 * mail/rmailsum.el (rmail-summary-search-backward)
24253 (rmail-summary-search):
24254 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24255 (rmail-output-read-file-name):
24256 * mail/rmail.el (rmail-search, rmail-search-backwards):
24257 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24258 * locate.el (locate):
24259 * international/quail.el (quail-show-keyboard-layout):
24260 * international/mule.el (set-buffer-file-coding-system)
24261 (revert-buffer-with-coding-system, set-file-name-coding-system)
24262 (set-terminal-coding-system, set-keyboard-coding-system)
24263 (set-next-selection-coding-system):
24264 * international/mule-diag.el (describe-coding-system)
24265 (describe-font, describe-fontset):
24266 * international/mule-cmds.el (universal-coding-system-argument)
24267 (search-unencodable-char, describe-input-method)
24268 (set-language-environment, describe-language-environment):
24269 * international/codepage.el (codepage-setup):
24270 * international/code-pages.el (codepage-setup):
24271 * info.el (Info-search, Info-follow-reference)
24272 (Info-search-backward):
24273 * emacs-lisp/advice.el (ad-read-advised-function)
24274 (ad-read-advice-class, ad-clear-cache, ad-activate)
24275 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24276 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24277 (ad-read-regexp):
24278 * ediff-util.el (ediff-toggle-regexp-match):
24279 * ediff-ptch.el (ediff-prompt-for-patch-file):
24280 * dired-aux.el (dired-diff):
24281 * diff.el (diff):
24282 * cus-edit.el (custom-variable-prompt):
24283 * calendar/timeclock.el (timeclock-ask-for-project):
24284 * calc/calcalg3.el (calc-get-fit-variables):
24285 * calc/calc-store.el (calc-edit-variable)
24286 (calc-permanent-variable):
24287 * vc-mcvs.el (vc-mcvs-register):
24288 * shadowfile.el (shadow-define-literal-group):
24289 * woman.el (woman-file-name):
24290 * vc.el (vc-version-diff, vc-merge):
24291 * textmodes/reftex-index.el (reftex-index-complete-tag):
24292 * format.el (format-decode-buffer, format-decode-region):
24293 * emulation/viper-cmd.el (viper-read-string-with-history):
24294 * emacs-lisp/debug.el (cancel-debug-on-entry):
24295 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24296 * ediff.el (ediff-merge-revisions)
24297 (ediff-merge-revisions-with-ancestor, ediff-revision):
24298 * completion.el (interactive-completion-string-reader):
24299 * calc/calc-prog.el (calc-user-define-formula):
24300 Follow convention for reading with the minibuffer.
24301
24302 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24303
24304 * progmodes/python.el (python-describe-symbol): Add globals() and
24305 locals() to the arguments of emacs.ehelp.
24306
24307 2005-09-24 Magnus Henoch <mange@freemail.hu>
24308
24309 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24310 New function, code extracted from ispell-valid-dictionary-list.
24311 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24312 Call it.
24313
24314 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24315
24316 * subr.el (version-regexp-alist): Extend valid syntax for version
24317 strings: allow any of the characters -,_,+ to separate the
24318 alpha/beta/rc part from the version part. Doc fix.
24319 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24320
24321 2005-09-23 David Reitter <david.reitter@gmail.com>
24322
24323 * mail/mailclient.el: New file.
24324
24325 2005-09-23 Richard M. Stallman <rms@gnu.org>
24326
24327 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24328 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24329 Doc fixes.
24330
24331 * progmodes/cc-mode.el (c-font-lock-init):
24332 Specify font-lock-lines-before.
24333
24334 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24335
24336 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24337 whole conflict.
24338
24339 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24340
24341 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24342 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24343 of `remap' feature when available. Additional key bindings for
24344 better tty support.
24345 (org-mode-restart, org-force-self-insert): New commands.
24346 (org-time-stamp-inactive): New command.
24347 (org-remap): New function.
24348 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24349 (org-enable-fixed-width-editor): Move to `org-structure'
24350 customization group.
24351 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24352 blank field after field motion commands.
24353
24354 2005-09-23 Kenichi Handa <handa@m17n.org>
24355
24356 * international/mule-cmds.el (set-language-environment):
24357 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24358 have to call utf-translate-cjk-load-tables.
24359
24360 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24361
24362 * mouse.el (mouse-move-drag-overlay): Fix last change.
24363
24364 2005-09-22 David Ponce <david@dponce.com>
24365
24366 * tree-widget.el (tree-widget-value-create): Fix previous change.
24367
24368 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24369
24370 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24371
24372 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24373
24374 * mouse.el (mouse-move-drag-overlay): New function.
24375 (mouse-drag-region-1): Use it.
24376 Try to simplify a bit the state handling. Handle clicks on links
24377 inside intangible areas.
24378 (mouse-save-then-kill): Minor simplification.
24379 (mouse-secondary-overlay): Make it always non-nil instead of
24380 recreating it each time.
24381 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24382 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24383 Simplify accordingly.
24384
24385 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24386
24387 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24388
24389 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24390
24391 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24392 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24393 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24394 to patch.
24395
24396 * ediff-util.el: Use insert-buffer-substring.
24397
24398 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24399
24400 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24401 field boundaries in the minibuffer.
24402 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24403 (viper-minibuffer-post-command-hook): New hook.
24404 (viper-line): Don't move cursor at bolp.
24405
24406 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24407
24408 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24409 avoid compiler warnings.
24410
24411 * emulation/viper-macs.el (ex-map): Better messages.
24412
24413 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24414
24415 * emulation/viper.el: Replace make-variable-buffer-local with
24416 viper-make-variable-buffer-local everywhere, to avoid warnings.
24417
24418 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24419
24420 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24421 Delete unused var `old-selected-window'.
24422 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24423 (mouse-drag-secondary): Delete unused var `start-frame'.
24424
24425 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24426
24427 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24428
24429 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24430
24431 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24432 Re-indent within 80 columns. Use inhibit-read-only.
24433
24434 2005-09-19 Romain Francoise <romain@orebokech.com>
24435
24436 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24437
24438 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24439
24440 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24441 unconditionally, since the after-change-function already did it.
24442
24443 2005-09-19 Miles Bader <miles@gnu.org>
24444
24445 * net/newsticker.el: Get rid of CVS keyword.
24446
24447 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24448
24449 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24450 The prompt is formatted later.
24451
24452 2005-09-19 David Ponce <david@dponce.com>
24453
24454 * tree-widget.el (tree-widget-value-create): Save the converted
24455 tree :node widget.
24456
24457 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24458
24459 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24460 variable `message'.
24461
24462 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24463
24464 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24465 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24466 <slawomir.nowaczyk.847@student.lu.se>.
24467
24468 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24469
24470 * image.el (image-load-path): Use symbol `data-directory' instead
24471 of its value, for backward compatibility with packages that bind
24472 it during `find-image'. Suggested by Katsumi Yamaoka.
24473 (image-search-load-path): Handle symbols whose values are strings.
24474
24475 2005-09-18 Romain Francoise <romain@orebokech.com>
24476
24477 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24478 with-current-buffer form in save-excursion.
24479
24480 2005-09-18 Deepak Goel <deego@gnufans.org>
24481
24482 * apropos.el (apropos-command): Fix `message' call: first arg
24483 should be a format spec. In this and all other cases that appear
24484 below and elsewhere in the source code, I made a change only when
24485 two conditions were satisfied: [1] I can think of a possibility
24486 that the arguments would cause an error, for example, the code in
24487 question relies on external variables such as filenames. [2] I
24488 was sure that the arg to `message' could not have been nil in the code.
24489
24490 * textmodes/tildify.el (tildify-region): Ditto.
24491
24492 * textmodes/reftex-index.el (reftex-index-change-entry)
24493 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24494 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24495 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24496 (org-priority, org-table-sum):
24497 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24498 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24499 (flyspell-word, flyspell-display-next-corrections):
24500 * textmodes/bibtex.el (bibtex-print-help-message):
24501 * textmodes/artist.el (artist-key-set-point-poly):
24502 * term/mac-win.el (mac-services-insert-text):
24503 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24504 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24505 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24506 (vhdl-compose-configuration):
24507 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24508 (sh-set-indent, sh-learn-line-indent):
24509 * progmodes/ps-mode.el (ps-mode-target-column):
24510 * progmodes/idlwave.el (idlwave-make-tags)
24511 (idlwave-scan-library-catalogs):
24512 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24513 * progmodes/gud.el (gud-jdb-analyze-source):
24514 * progmodes/flymake.el (flymake-log):
24515 * progmodes/ebnf2ps.el (ebnf-generate-region):
24516 * progmodes/cmacexp.el (c-macro-expansion):
24517 * progmodes/ada-xref.el (ada-treat-cmd-string):
24518 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24519 (ada-justified-indent-current, ada-batch-reformat):
24520 * play/zone.el (zone):
24521 * play/landmark.el (lm-move):
24522 * play/decipher.el (decipher-show-alphabet):
24523 * net/newsticker.el (newsticker--display-jump)
24524 (newsticker--display-scroll):
24525 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24526 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24527 * mail/feedmail.el (feedmail-dump-message-to-queue):
24528 * eshell/esh-proc.el (eshell-remove-process-entry):
24529 * emulation/ws-mode.el (ws-last-error):
24530 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24531 (viper-record-kbd-macro):
24532 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24533 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24534 * emacs-lisp/find-func.el (find-function-noselect):
24535 * calendar/timeclock.el (timeclock-status-string)
24536 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24537 (timeclock-when-to-leave-string):
24538 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24539 * calc/calc-units.el (calc-enter-units-table):
24540 * calc/calc-mode.el (calc-mode-record-mode):
24541 * woman.el (woman-mini-help):
24542 * wdired.el (wdired-change-to-wdired-mode):
24543 * vc.el (vc-retrieve-snapshot):
24544 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24545 * startup.el (display-startup-echo-area-message):
24546 * simple.el (set-goal-column):
24547 * ses.el (ses-command-hook, ses-recalculate-cell):
24548 * server.el (server-process-filter):
24549 * printing.el (pr-interface-txt-print, pr-interface-printify)
24550 (pr-interface-ps):
24551 * pcvs.el (cvs-help):
24552 * log-edit.el (log-edit, log-edit-mode-help):
24553 * iswitchb.el (iswitchb-possible-new-buffer):
24554 * isearch.el (isearch-edit-string):
24555 * image-mode.el (image-mode, image-minor-mode):
24556 * ibuf-macs.el (define-ibuffer-filter):
24557 * hi-lock.el (hi-lock-find-patterns):
24558 * files.el (toggle-read-only):
24559 * ediff-util.el (ediff-copy-diff)
24560 (ediff-write-merge-buffer-and-maybe-kill):
24561 * echistory.el (Electric-history-undefined):
24562 * dnd.el (dnd-insert-text):
24563 * dired-aux.el (dired-query):
24564 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24565 * bookmark.el (bookmark-bmenu-locate):
24566 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24567 Fix `message' calls to ensure first arg is a format string.
24568 The change was made only when these two conditions were satisfied:
24569 [1] when there is a possibility that the arguments would cause an error
24570 for example, if the code in question relies on external variables
24571 such as filenames, and
24572 [2] if the arg to `message' could not have been nil in the code.
24573
24574 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24575 Not having a %s would be weird, though not technically wrong.
24576
24577 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24578
24579 * term/mac-win.el (mac-add-charset-info): Doc fix.
24580
24581 2005-09-17 Romain Francoise <romain@orebokech.com>
24582
24583 * shell.el (shell-resync-dirs): Handle echoing processes more
24584 reliably. Don't insert resync command if `comint-process-echoes'
24585 is non-nil.
24586
24587 2005-09-17 Magnus Henoch <mange@freemail.hu>
24588
24589 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24590 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24591 aspell versions >= 0.60.
24592 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24593 only if ispell-aspell-supports-utf8 is non-nil.
24594
24595 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24596
24597 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24598 buffer-local value to lisp-indent-function.
24599
24600 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24601
24602 * progmodes/glasses.el (glasses-make-readable): If
24603 glasses-separator differs from underscore, put appropriate
24604 overlays over underscore characters.
24605 (glasses-convert-to-unreadable): If glasses-separator differs from
24606 underscore, try to convert glasses-separator characters to
24607 underscores.
24608
24609 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24610
24611 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24612 Use with-syntax-table and dolist.
24613
24614 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24615
24616 * textmodes/reftex-auc.el:
24617 * textmodes/reftex-cite.el:
24618 * textmodes/reftex-dcr.el:
24619 * textmodes/reftex-global.el:
24620 * textmodes/reftex-parse.el:
24621 * textmodes/reftex-ref.el:
24622 * textmodes/reftex-sel.el:
24623 * textmodes/reftex-toc.el:
24624 * textmodes/reftex-vars.el:
24625 * textmodes/reftex.el: Small changes to remove compiler warnings.
24626
24627 * textmodes/reftex-index.el: Likewise.
24628 (reftex-query-index-phrase): More efficient use of markers.
24629
24630 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24631
24632 * image.el (image-load-path): New variable.
24633 (image-search-load-path): New function.
24634 (find-image): Search for images in `image-load-path'.
24635
24636 2005-09-15 Richard M. Stallman <rms@gnu.org>
24637
24638 * follow.el: Change Maintainer field.
24639
24640 2005-09-15 David Ponce <david@dponce.com>
24641
24642 * recentf.el (recentf-save-file-modes): New option.
24643 (recentf-save-list): Use it.
24644
24645 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24646
24647 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24648 (mode-line-mule-info, mode-line-modified): Move bindings from
24649 mouse-3 to mouse-1.
24650
24651 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24652
24653 * simple.el (sendmail-user-agent-compose): Revert last change.
24654
24655 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24656
24657 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24658 Use with-current-buffer.
24659 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24660 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24661 (ange-ftp-insert-directory): Remove unused var `short'.
24662 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24663
24664 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24665 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24666
24667 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24668 (check-calendar-holidays, diary-list-entries): Autoload.
24669 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24670 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24671
24672 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24673 which mistakenly removed a call to display-buffer.
24674
24675 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24676
24677 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24678
24679 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24680
24681 * progmodes/hideshow.el
24682 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24683 (hs-allow-nesting): New user var.
24684 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24685 (hs-hide-block-at-point): When nesting allowed,
24686 if there is already an overlay in place, delete it.
24687 (hs-safety-is-job-n): Delete func; remove call sites.
24688 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24689 (hs-overlay-at): New func.
24690 (hs-already-hidden-p, hs-show-block): Use it.
24691 (hs-hide-all): Don't pre-clean if nesting allowed.
24692 (hs-show-all): Temporarily disallow
24693 nesting around call to `hs-discard-overlays'.
24694
24695 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24696
24697 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24698 Delete unused local var.
24699
24700 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24701
24702 * help-fns.el (describe-categories): "?\ " -> "?\s".
24703 (help-do-arg-highlight): Recognize also ARG-n, as in
24704 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24705
24706 * international/codepage.el (dos-unsupported-char-glyph):
24707 * net/newsticker.el (tool-bar-map, w3-mode-map)
24708 (w3m-minor-mode-map):
24709 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24710 (ent-alist):
24711 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24712
24713 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24714
24715 * custom.el (custom-push-theme): Handle the case where a symbol is
24716 bound but face properties have not yet been assigned.
24717
24718 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24719 Fix behavior if noerase is `t' and there is no mail buffer.
24720
24721 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24722 if `continue' is nil, rather than signal an error.
24723
24724 2005-09-12 Richard M. Stallman <rms@gnu.org>
24725
24726 * font-lock.el (font-lock-keywords): Add autoload.
24727
24728 * help-fns.el (describe-variable): Rearrange to put source link
24729 in a predictable place.
24730
24731 * net/newsticker.el: New file.
24732
24733 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24734
24735 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24736 (calendar-basic-setup): Use the new nil arg.
24737 (number-of-diary-entries): Move to diary-lib.el.
24738
24739 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24740 (diary-list-entries): Use with-syntax-table and dolist.
24741 Rename from list-diary-entries.
24742 Use number-of-diary-entries if `number' is nil.
24743 (diary, diary-view-entries): Use this new name and new nil arg value.
24744 (number-of-diary-entries): Move from calendar.el.
24745 (diary-unhide-everything): New function.
24746 (include-other-diary-files, fancy-diary-display)
24747 (diary-show-all-entries, make-diary-entry): Use it.
24748 (diary-mail-entries): Use buffer-string.
24749 (mark-diary-entries): Fix long standing paren typo.
24750 (diary-sexp-entry): Use count-lines.
24751 (make-diary-entry): Avoid `previous-line'.
24752 (diary-mode-map): New var.
24753 (diary-mode): Redraw cal after saving. Setup header-line.
24754 (fancy-diary-display-mode): Use local-set-key.
24755
24756 * startup.el (command-line): Try calling various terminal-init-foo-bar
24757 functions by stripping hyphenated suffixes from $TERM.
24758
24759 * files.el (normal-mode): Check boundness of font-lock-keywords.
24760
24761 2005-09-12 Richard M. Stallman <rms@gnu.org>
24762
24763 * progmodes/compile.el: Don't decide a file's directory
24764 until the user actually tries to go there.
24765 (compilation-next-error-function):
24766 Pass compilation-find-file the directory from the file-struct.
24767 (compilation-internal-error-properties): Separate local FILE-STRUCT
24768 from FILE. Doc the args better. Rename arg FMT to FMTS.
24769 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24770 Expand it, and if nil, use default-directory.
24771 (compilation-get-file-structure): Don't mix specified directory
24772 with default directory. Put specified directory into
24773 file-struct. Don't make the file name absolute.
24774
24775 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24776 (compile-command): Add autoload.
24777 (compilation-disable-input): Add autoload.
24778
24779 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24780
24781 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24782 strings of the variables it can override.
24783 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24784 %Q and %q, for fully-qualified domain name and unqualified host name.
24785
24786 2005-09-11 Kim F. Storm <storm@cua.dk>
24787
24788 * emacs-lisp/authors.el (authors-aliases): Update list.
24789 (authors-fixed-entries): Update mldrag.el entry.
24790
24791 2005-09-10 Alan Mackenzie <acm@muc.de>
24792
24793 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24794 delimiter from the region narrowed to.
24795
24796 2005-09-10 Magnus Henoch <mange@freemail.hu>
24797
24798 * textmodes/ispell.el (ispell-check-version): Signal an error if
24799 aspell version is less than 0.60.
24800
24801 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24802
24803 * progmodes/octave-inf.el (inferior-octave-startup):
24804 Resync current dir at the end.
24805
24806 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24807
24808 * woman.el (woman-topic-at-point-default):
24809 Rename to woman-use-topic-at-point-default.
24810 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24811 (woman-file-name): Reflect renames above. Automatically use the
24812 word at point as topic if woman-use-topic-at-point is non-nil.
24813 Otherwise offer it as default but don't insert it in the
24814 minibuffer. Also use `test-completion' instead of `assoc' as
24815 suggested by Stefan Monnier.
24816
24817 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24818
24819 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24820 the attempt to do it over Tramp. This is not yet supported.
24821
24822 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24823
24824 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24825 (menu-bar-non-minibuffer-window-p): New functions.
24826 ("Split Window", "Save As..."): Use them.
24827 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24828 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24829 Use menu-bar-menu-frame-live-and-visible-p.
24830 ("Save Buffer", "Insert File", "Open Directory...")
24831 ("Open File...", "Visit New File..."):
24832 Use menu-bar-non-minibuffer-window-p.
24833 (kill-this-buffer-enabled-p, dired <menu-enable>):
24834 Use menu-bar-non-minibuffer-window-p.
24835
24836 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24837
24838 * cus-start.el (all): Don't complain about fringe-related
24839 built-ins if fringes are not supported. Ditto about
24840 selection-related built-ins. Fix the test for GTK-related built-ins.
24841
24842 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24843 ("Postscript Print Buffer", "Print Region", "Save As...")
24844 ("Save", "Insert File...", "Open Directory...")
24845 ("Open File...", "Visit New File..."")
24846 ("Truncate Long Lines in this Buffer"): Don't look at
24847 menu-updating-frame if this display does not support multiple frames.
24848
24849 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24850
24851 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24852
24853 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24854
24855 * woman.el: Format- and whitespace-related changes.
24856
24857 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24858
24859 * woman.el: Fix my email address.
24860
24861 2005-09-08 Richard M. Stallman <rms@gnu.org>
24862
24863 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24864 (sh-mode): Locally set skeleton-pair-default-alist.
24865
24866 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24867
24868 * progmodes/flymake.el: Require `compile' unconditionally.
24869
24870 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24871
24872 * woman.el (woman-file-name): Provide a default, not initial input.
24873
24874 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24875
24876 * font-lock.el (font-lock-support-mode): Doc fix.
24877
24878 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24879
24880 2005-09-08 Richard M. Stallman <rms@gnu.org>
24881
24882 * simple.el (blink-matching-open): Get rid of text props from
24883 the string shown in echo area. Don't permanently set point.
24884 Some rearrangements.
24885
24886 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24887
24888 * recentf.el (recentf-filename-handler): Add custom choice
24889 `abbreviate-file-name'.
24890
24891 * msb.el (msb--very-many-menus): Fix typo.
24892
24893 * disp-table.el (standard-display-european): Don't set
24894 enable-multibyte-characters to nil.
24895
24896 2005-09-08 David Ponce <david@dponce.com>
24897
24898 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24899 (recentf-expand-file-name): Doc fix.
24900 (recentf-dialog-mode-map): Define digit shortcuts.
24901 (recentf--files-with-key): New variable.
24902 (recentf-show-digit-shortcut-filter): New function.
24903 (recentf-open-files-items): New function.
24904 (recentf-open-files): Use it.
24905 (recentf-open-file-with-key): New command.
24906
24907 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24908
24909 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24910 Suggested by Kim F. Storm.
24911 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24912 (Buffer-menu-make-sort-button): Use global keymap.
24913
24914 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24915
24916 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24917 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24918 necessary any longer with the remapped command.
24919 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24920 formatting time only.
24921
24922 * net/tramp.el (tramp-action-password)
24923 (tramp-multi-action-password): Compile the password prompt from
24924 `method', `user' and `host'. Sometimes it isn't obvious which
24925 password to enter, for example with remote files offered by
24926 recentf.el, or with multiple steps. Suggested by Robert Marshall
24927 <robert@chezmarshall.freeserve.co.uk>.
24928
24929 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24930
24931 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24932 Fix regexp for when "s///" is at the beginning of line.
24933
24934 2005-09-07 Jay Belanger <belanger@truman.edu>
24935
24936 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24937 when in matrix mode.
24938
24939 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24940
24941 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24942 non-anonymous functions.
24943
24944 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24945
24946 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24947 when using a header line. Otherwise, use mouse-1-click-follows-link.
24948
24949 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24950 can't be moved; don't signal an error.
24951
24952 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24953
24954 * cus-theme.el (custom-theme-write-faces): Save the current face
24955 spec, not the defface spec.
24956
24957 * custom.el (custom-known-themes): Clarify meaning of "standard".
24958 (custom-push-theme): Save old values in the standard theme.
24959 (disable-theme): Correct typo.
24960 (custom-face-theme-value): Deleted unused function.
24961 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24962
24963 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24964
24965 * progmodes/compile.el (compilation-goto-locus): Take into account
24966 iconified frames when determining whether the buffer is
24967 already visible.
24968 Don't reset window height if the window already existed.
24969
24970 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24971
24972 * custom.el (load-theme): Rename from require-theme.
24973 Add interactive spec.
24974 (enable-theme): Rename from custom-enable-theme.
24975 Add interactive spec.
24976 (disable-theme): Rename from custom-disable-theme.
24977 Add interactive spec.
24978 (custom-make-theme-feature): Doc fix.
24979 (custom-theme-directory): Doc fix.
24980 (provide-theme): Call enable-theme.
24981
24982 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24983
24984 * obsolete/lazy-lock.el (lazy-lock-mode):
24985 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24986 font-lock-mode if it's off. Print a warning instead.
24987
24988 * progmodes/compile.el (compilation-start): Ignore errors if the
24989 process died before we get to send-eof.
24990
24991 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24992 Undo last change. Enclosing the result in quotes broke things on Unix
24993 since tex-send-command passes it through shell-quote-argument.
24994 (tex-send-command): Pass `file' through convert-standard-filename
24995 when possible.
24996 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24997 info in a transcript.
24998
24999 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25000
25001 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25002 fix compilation warning. Reorder the key definitions to group
25003 together keys emitted by the current version of xterm.
25004
25005 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25006 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25007 Reorder predicates to correct min-color usage.
25008
25009 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25010
25011 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25012 Kill local variables when longlines-mode is turned off.
25013
25014 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25015
25016 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25017
25018 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25019
25020 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25021
25022 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25023 (font-lock-lines-before): Change default to being inactive.
25024 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25025 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25026
25027 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25028
25029 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25030 Deactivate temporarily advice if active (not needed for Emacs 22,
25031 but for backwards compatibility).
25032 (tramp-exists-file-name-handler): Rewrite. First implementation
25033 was too simple.
25034 (tramp-advice-make-auto-save-file-name):
25035 Call `tramp-handle-make-auto-save-file-name' (again, just for
25036 backwards compatibility).
25037
25038 2005-08-31 Reto Zimmermann <reto@gnu.org>
25039
25040 * progmodes/vhdl-mode.el
25041 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25042 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25043 (vhdl-set-default-project): New function (easier setting of default).
25044 (vhdl-port-copy): Handle extended identifiers for generics.
25045 (vhdl-compiler-alist): Better description for error message regexp.
25046 (vhdl-make): Query for target, use previous as default.
25047 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25048 (vhdl-font-lock-keywords-2): Fix fontification for record
25049 el. assign.
25050 (vhdl-speedbar-make-subpack-line): Add package body link.
25051 (vhdl-generate-makefile-1): Not include itself as dependency.
25052 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25053 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25054 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25055 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25056 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25057 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25058 (vhdl-import-project): Add string argument for `error'.
25059 (vhdl-compose-configuration)
25060 (vhdl-compose-configuration-architecture): Add configuration
25061 declaration generation.
25062 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25063 (vhdl-trailer-re): Add "record" keyword (better indentation).
25064 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25065 "[^ \t-\"]+".
25066 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25067 (vhdl-testbench-entity-file-name)
25068 (vhdl-testbench-architecture-file-name): Allow separate
25069 customization of testbench file names.
25070 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25071 (vhdl-get-visible-signals): Allow newline within alias declaration.
25072 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25073 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25074 (member-ignore-case): Alias for missing function in XEmacs.
25075 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25076 (vhdl-update-sensitivity-list): Ignore case on read signals.
25077 (vhdl-replace-string): Adjust case only for file names.
25078 (vhdl-update-sensitivity-list): Fix search for read signals.
25079 (vhdl-update-sensitivity-list): Exclude formal parameters.
25080 (vhdl-get-visible-signals): Include aliases of signals.
25081 (vhdl-get-visible-signals): Fix signal name searching.
25082 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25083 (vhdl-fixup-whitespace-region): Fix for character
25084 literals (e.g. `:').
25085
25086 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25087
25088 * ansi-color.el (comint-last-output-start):
25089 * bs.el (font-lock-verbose):
25090 * diff-mode.el (add-log-buffer-file-name-function):
25091 * dired-x.el (vm-folder-directory):
25092 * faces.el (help-xref-stack-item):
25093 * files.el (font-lock-keywords):
25094 * find-lisp.el (dired-buffers, dired-subdir-alist):
25095 * ido.el (cua-inhibit-cua-keys):
25096 * log-view.el (cvs-minor-wrap-function):
25097 * outline.el (font-lock-warning-face):
25098 * simple.el (compilation-current-error):
25099 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25100 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25101 * tooltip.el (comint-prompt-regexp):
25102 * w32-fns.el (explicit-shell-file-name):
25103 * term/mac-win.el (mac-charset-info-alist)
25104 (mac-services-selection, mac-system-script-code):
25105 * term/tty-colors.el (msdos-color-values):
25106 * term/w32-win.el (xlfd-regexp-registry-subnum):
25107 * term/x-win.el (x-keysym-table, x-selection-timeout)
25108 (x-session-id, x-session-previous-id):
25109 * textmodes/ispell.el (mail-yank-prefix):
25110 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25111 * textmodes/org.el (calc-embedded-close-formula)
25112 (calc-embedded-open-formula)
25113 (font-lock-unfontify-region-function):
25114 * textmodes/reftex-global.el (isearch-next-buffer-function)
25115 (TeX-master):
25116 * textmodes/reftex.el (font-lock-keywords):
25117 * textmodes/tex-mode.el (font-lock-comment-face)
25118 (font-lock-doc-face):
25119 * textmodes/texinfo.el (outline-heading-alist):
25120 Add defvars.
25121
25122 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25123 (artist-spray-chars, artist-mode-init, artist-replace-string)
25124 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25125 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25126 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25127
25128 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25129 (conf-align-assignments): "?\ " -> "?\s".
25130
25131 * textmodes/reftex-index.el (TeX-master): Add defvar.
25132 (reftex-index-phrases-marker): Move up defvar.
25133
25134 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25135 (reftex-toc-include-labels-indicator)
25136 (reftex-toc-include-index-indicator)
25137 (reftex-toc-max-level-indicator): Move up declarations.
25138
25139 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25140 of args to `tramp-run-real-handler', even if it's empty in this case.
25141
25142 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25143
25144 * dired.el (dired-move-to-filename-regexp): Add date format for
25145 Mac OS X 10.3 in East Asian locales.
25146
25147 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25148
25149 * files.el (make-auto-save-file-name): Add file name handler call
25150 if applicable.
25151
25152 * net/tramp.el (tramp-file-name-handler-alist)
25153 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25154 (tramp-handle-make-auto-save-file-name): Rename from
25155 `tramp-make-auto-save-file-name'.
25156 (tramp-exists-file-name-handler): New defun.
25157 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25158 `make-auto-save-file-name' is not a magic file name operation.
25159
25160 2005-08-30 Richard M. Stallman <rms@gnu.org>
25161
25162 * files.el (risky-local-variable-p):
25163 Match `-predicates' and `-commands.
25164
25165 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25166 (custom-save-all): Visit the file if necessary;
25167 kill the buffer if we created it.
25168 (custom-save-delete): Don't visit file or kill buffer here.
25169
25170 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25171
25172 * textmodes/org.el (org-special-keyword): New face.
25173 (org-table-copy-down, org-table-eval-formula)
25174 (org-table-recalculate, org-init-section-numbers):
25175 Use `string-to-number' instead of `string-to-int'.
25176 (org-get-location): Use `insert-buffer-substring' instead of
25177 `insert-buffer'.
25178 (org-modify-diary-entry-string): New function.
25179 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25180 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25181 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25182 active region.
25183 (org-export-as-html): Handle QUOTE keyword.
25184 (org-quote-string): New option.
25185 (org-bookmark-jump-unhide): New function, used for
25186 `bookmark-after-jump-hook'.
25187 (org-diary-default-entry): Apply only when not called through
25188 `org-agenda'.
25189
25190 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25191
25192 * net/eudc.el (mode-popup-menu):
25193 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25194 * progmodes/ada-mode.el (compile-auto-highlight)
25195 (skeleton-further-elements):
25196 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25197 * progmodes/cmacexp.el (msdos-shells):
25198 * progmodes/compile.el (font-lock-extra-managed-props)
25199 (font-lock-keywords, font-lock-maximum-size)
25200 (font-lock-support-mode):
25201 * progmodes/grep.el (font-lock-lines-before):
25202 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25203 * progmodes/mixal-mode.el (compile-command):
25204 * progmodes/perl-mode.el (font-lock-comment-face)
25205 (font-lock-doc-face, font-lock-string-face):
25206 * progmodes/prolog.el (comint-prompt-regexp):
25207 * progmodes/sh-script.el (font-lock-comment-face)
25208 (font-lock-set-defaults, font-lock-string-face):
25209 * progmodes/sql.el (font-lock-keyword-face)
25210 (font-lock-set-defaults, font-lock-string-face):
25211 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25212 (itimer-version, lazy-lock-defer-contextually)
25213 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25214 Add defvars.
25215
25216 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25217 (cperl-electric-keyword, cperl-electric-pod)
25218 (cperl-electric-backspace, cperl-forward-re)
25219 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25220 (vc-rcs-header, vc-sccs-header): Add defvars.
25221
25222 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25223 (font-lock-syntactic-keywords, gud-find-expr-function):
25224 Add defvars.
25225
25226 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25227 (gdb-frame-parameters): Declare before use.
25228
25229 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25230 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25231 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25232 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25233
25234 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25235 (idlwave-help-with-source): Use `insert-buffer-substring', not
25236 `insert-buffer'.
25237
25238 2005-08-29 Juri Linkov <juri@jurta.org>
25239
25240 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25241 Put outline-back-to-heading function call inside save-excursion.
25242
25243 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25244
25245 * man.el (Man-init-defvars, Man-translate-references)
25246 (Man-support-local-filenames, Man-highlight-references):
25247 * progmodes/sql.el (sql-interactive-mode):
25248 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25249
25250 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25251 (compilation-mode-font-lock-keywords): Add defvars.
25252 (checkdoc-interactive-loop): "?\ " -> "?\s".
25253
25254 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25255 (font-lock-doc-face, font-lock-string-face)
25256 (font-lock-keywords-case-fold-search): Add defvars.
25257 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25258
25259 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25260 Don't pass X and Y (they are ignored anyway).
25261 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25262 (mouse-delete-window): Make arguments optional.
25263
25264 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25265 (caesar-translate-table, minor-modes, news-buffer-save)
25266 (news-group-name, news-minor-modes): Add defvars.
25267
25268 * emacs-lisp/lselect.el (mouse-highlight-priority)
25269 (x-lost-selection-functions, zmacs-regions):
25270 * emacs-lisp/pp.el (font-lock-verbose):
25271 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25272 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25273 (ses-mode-map):
25274 * emacs-lisp/tcover-unsafep.el (safe-functions):
25275 * international/mule-cmds.el (mac-system-coding-system)
25276 (mac-system-locale):
25277 * language/ethio-util.el (rmail-current-message)
25278 (rmail-message-vector):
25279 * language/thai-util.el (thai-auto-composition-mode):
25280 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25281 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25282 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25283 (vm-primary-inbox, vm-spool-files):
25284 * mail/rmail.el (deleted-head, font-lock-fontified)
25285 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25286 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25287 (total-messages):
25288 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25289 (rmail-summary-mode-map):
25290 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25291 (rmail-last-label, rmail-last-multi-labels)
25292 (rmail-summary-vector, rmail-total-messages):
25293 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25294 * mail/rmailsum.el (msgnum):
25295 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25296 (rmail-current-message):
25297 * obsolete/fast-lock.el (font-lock-face-list):
25298 * obsolete/rnewspost.el (mail-reply-buffer):
25299 * obsolete/scribe.el (compile-command):
25300 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25301
25302 2005-08-28 John Paul Wallington <jpw@gnu.org>
25303
25304 * ibuf-ext.el (ibuffer-auto-update-changed):
25305 Use `frame-or-buffer-changed-p' to check whether we need to update.
25306 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25307 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25308 as a `frame-or-buffer-changed-p' state vector instead.
25309
25310 2005-08-27 Romain Francoise <romain@orebokech.com>
25311
25312 * textmodes/makeinfo.el (makeinfo-compile):
25313 Use `compilation-start'. Set `next-error-function' according to
25314 `disable-errors'.
25315 (makeinfo-next-error): New function.
25316 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25317 (makeinfo-buffer): Likewise.
25318
25319 * progmodes/compile.el (compilation-start): Add autoload cookie.
25320
25321 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25322 * textmodes/sgml-mode.el: Likewise.
25323 * progmodes/python.el: Likewise.
25324
25325 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25326
25327 * simple.el (blink-matching-paren-distance): Document the meaning
25328 of nil value, and allow to customize to nil.
25329
25330 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25331 command.com, not command.exe.
25332
25333 2005-08-26 John Wiegley <johnw@newartisans.com>
25334
25335 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25336 code around a bit so that an extraneous nil argument is not added
25337 to a command when no args are given.
25338
25339 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25340 double-quoted argument resolves to nil, return it as an empty
25341 string rather than as nil. This made it impossible to pass "" to
25342 a shell script as a null string argument.
25343
25344 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25345
25346 * outline.el (outline-invent-heading): New fun.
25347 (outline-promote, outline-demote): Use it.
25348 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25349 (outline-end-of-subtree): Remove unused var `opoint'.
25350
25351 2005-08-26 David Reitter <david.reitter@gmail.com>
25352
25353 * menu-bar.el (truncate-lines, write-file, print-buffer)
25354 (ps-print-buffer-faces, ps-print-buffer, split-window):
25355 Disable menu items when the frame they refer to is invisible, or when
25356 they refer to a buffer and the minibuffer is selected.
25357
25358 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25359
25360 * progmodes/flymake.el (flymake-highlight-err-lines):
25361 Use save-excursion around flymake-highlight-line to preserve point.
25362
25363 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25364
25365 * progmodes/octave-mod.el: Change Author and Maintainer address.
25366 (octave-maintainer-address): Change Kurt's email address.
25367 * progmodes/octave-inf.el: Change Author and Maintainer address.
25368 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25369
25370 2005-08-26 Kim F. Storm <storm@cua.dk>
25371
25372 * subr.el (version-list-<, version-list-<=, version-list-=):
25373 Rename from integer-list-*.
25374 (version-list-not-zero): Likewise. Fix while loop.
25375 (version=): Use version-list-= instead of string-equal.
25376
25377 2005-08-26 Richard M. Stallman <rms@gnu.org>
25378
25379 * outline.el (outline-promote): Try shortening the heading.
25380 As last resort, read the heading to use.
25381 (outline-demote): As last resort, read the heading to use.
25382
25383 2005-08-26 Romain Francoise <romain@orebokech.com>
25384
25385 * progmodes/compile.el (compilation-start): Doc fix.
25386
25387 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25388 (antlr-font-lock-additional-keywords): Fix reference to
25389 `antlr-font-lock-literal-regexp' erroneously changed during the
25390 mass face rename.
25391 (antlr-run-tool): Use `compilation-start'.
25392
25393 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25394 instead of the obsolete `compile-internal'.
25395
25396 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25397
25398 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25399 (number, original-date):
25400 * calendar/cal-china.el (date):
25401 * calendar/cal-coptic.el (date):
25402 * calendar/cal-french.el (date):
25403 * calendar/cal-hebrew.el (date, entry, number, original-date):
25404 * calendar/cal-islam.el (date, number, original-date):
25405 * calendar/cal-iso.el (date):
25406 * calendar/cal-julian.el (date):
25407 * calendar/cal-mayan.el (date):
25408 * calendar/cal-menu.el (date, event):
25409 * calendar/cal-persia.el (date):
25410 * calendar/lunar.el (date):
25411 * calendar/solar.el (date): Add defvars.
25412
25413 * emerge.el:
25414 * ibuffer.el:
25415 * info-xref.el:
25416 * obsolete/bg-mouse.el:
25417 * obsolete/sun-curs.el:
25418 * obsolete/swedish.el: Move the `defvar's to the top level.
25419
25420 * smerge-mode.el (smerge-refined-change): Add :group.
25421
25422 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25423
25424 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25425 (smerge-keep-n): Remove props.
25426 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25427 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25428 now that it's done in smerge-keep-n.
25429 (smerge-refined-change): New face.
25430 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25431 (smerge-refine): New funs.
25432 (smerge-basic-map): Bind smerge-refine.
25433
25434 2005-08-25 Juri Linkov <juri@jurta.org>
25435
25436 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25437 compilation-process-setup-function and compilation-disable-input
25438 in grep-mode instead of let-bindings in grep.
25439
25440 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25441 Delete "Automatic File De/compression" (auto-compression-mode).
25442
25443 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25444
25445 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25446 Silence warning about non-existent variable.
25447
25448 2005-08-25 Richard M. Stallman <rms@gnu.org>
25449
25450 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25451 Rename "Describe Key" to "Describe Key or Mouse Operation".
25452
25453 * mail/mailalias.el (build-mail-aliases): Delete comments
25454 from the contents before processing them.
25455
25456 * isearch.el (isearch-edit-string): Erase the Search prompt
25457 if user enters an empty string and there is no default.
25458
25459 * comint.el (comint-file-name-prefix): Add autoload.
25460
25461 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25462
25463 * subr.el (play-sound): Rearrange to avoid warning.
25464
25465 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25466
25467 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25468 New hook.
25469 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25470
25471 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25472
25473 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25474
25475 * custom.el (custom-theme-set-variables): Sort minor modes last.
25476
25477 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25478
25479 * subr.el (version-separator, version-regexp-alist): New vars used by
25480 version comparison funs.
25481 (integer-list-<, integer-list-=, integer-list-<=)
25482 (integer-list-not-zero): New funs for integer list comparison.
25483 (version-to-list, version=, version<, version<=): New funs for version
25484 comparison.
25485
25486 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25487
25488 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25489 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25490 time to silence the byte-compiler.
25491
25492 * ibuffer.el (ibuffer-compile-make-eliding-form)
25493 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25494 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25495 so it's silly to get warnings for it).
25496 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25497 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25498 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25499 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25500 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25501 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25502 Defvar at compile time.
25503 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25504 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25505 Declare them before use.
25506
25507 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25508 (info-xref-good, info-xref-bad): Defvar at compile time.
25509
25510 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25511 Use `let*' instead of `let'.
25512
25513 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25514 (*mouse-y*, menu, char): Defvar at compile time.
25515 (sc::menu): Declare it before use.
25516 (sc::pack-one-line): Use `let', not `let*'.
25517
25518 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25519 (mail-send-hook): Defvar at compile time.
25520
25521 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25522 Defvar at compile time.
25523
25524 * term/sun-mouse.el (current-global-mousemap)
25525 (current-local-mousemap): Declare them before use.
25526
25527 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25528
25529 * bookmark.el (bookmark-after-jump-hook): New hook.
25530 (bookmark-jump): Run `bookmark-after-jump-hook'.
25531
25532 2005-08-23 Juri Linkov <juri@jurta.org>
25533
25534 * faces.el (minibuffer-prompt): Doc fix.
25535
25536 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25537
25538 * progmodes/xscheme.el: Trivial changes to silence warnings.
25539 (xscheme-previous-mode, xscheme-previous-process-state):
25540 Add defvars.
25541 (xscheme-last-input-end, xscheme-process-command-line)
25542 (xscheme-process-name, xscheme-buffer-name)
25543 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25544 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25545 (xscheme-control-g-synchronization-p)
25546 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25547 (default-xscheme-runlight, xscheme-runlight)
25548 (xscheme-runlight-string, xscheme-process-filter-state)
25549 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25550 Move to beginning of file.
25551 (scheme-interaction-mode-commands-alist)
25552 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25553 Declare them before use. Note: the initialization code for the
25554 variables has not been moved because it uses functions that reference
25555 the variables.
25556 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25557 (xscheme-prompt-for-expression-map): Declare them before use.
25558 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25559
25560 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25561
25562 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25563
25564 2005-08-22 Juri Linkov <juri@jurta.org>
25565
25566 * faces.el (set-face-underline): Delete this duplicate function
25567 and make an obsolete alias to set-face-underline-p.
25568 (set-face-underline-p): Use docstring of set-face-underline.
25569 (describe-face): Create hyperlink to parent face.
25570
25571 * info.el (Info-insert-dir): Use save-excursion around
25572 insert-buffer-substring.
25573 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25574 (Info-escape-percent): Delete function.
25575 (Info-fontify-node): Replace Info-escape-percent by
25576 replace-regexp-in-string with REP arg set to lambda that
25577 duplicates `%' and preserves text properties.
25578
25579 * progmodes/compile.el (compilation-disable-input): Doc fix.
25580 (define-compilation-mode): Doc fix and refill.
25581 (kill-compilation): Use `mode-name' in the error message.
25582 (compilation-find-file): Use `compilation-error' in the
25583 read-file-name's prompt.
25584
25585 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25586
25587 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25588 (smerge-auto-leave): Make undo re-enable the mode.
25589 (debug-ignored-errors): Add the user-error of impossible resolution.
25590 (smerge-resolve): Move things around a bit, in preparation for later.
25591 (smerge-diff): Don't fail if the buffer has no associated file.
25592 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25593 (smerge-conflict-overlay): New function.
25594 (smerge-match-conflict): Don't add text properties here.
25595 (smerge-find-conflict): Instead, add an overlay here.
25596 Also check for the case where we're inside a conflict already, so as to
25597 obviate the need for font-lock-multiline, which is unbearably slow with
25598 large conflicts and ciomplex font-lock patterns.
25599 (smerge-remove-props): Remove overlay rather than text-properties.
25600 (smerge-mode): Don't set font-lock-multiline.
25601 Remove overlays when turned off.
25602
25603 2005-08-21 Kim F. Storm <storm@cua.dk>
25604
25605 * ido.el (ido-ignore-item-p): Use save-match-data.
25606 Bind case-fold-search to ido-case-fold locally.
25607
25608 2005-08-20 Richard M. Stallman <rms@gnu.org>
25609
25610 * files.el (normal-mode): If font lock is on, turn it off and on.
25611
25612 * subr.el (replace-regexp-in-string): Doc fix.
25613
25614 * startup.el (command-line-1): Don't suppress startup screen
25615 due to existing processes.
25616
25617 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25618
25619 * progmodes/compile.el (compilation-disable-input): Default to nil.
25620
25621 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25622
25623 * progmodes/compile.el (compilation-disable-input): New defcustom.
25624 (compilation-start): If compilation-disable-input is non-nil, send
25625 EOF to the compilation process.
25626
25627 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25628
25629 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25630 Run the argument of tex-shell-cd-command through
25631 convert-standard-filename, to get the correct style of slashes on
25632 Windows, and enclose the result in quotes, in case the file name
25633 includes whitespace or other special characters.
25634
25635 2005-08-19 Andreas Schwab <schwab@suse.de>
25636
25637 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25638 process.
25639
25640 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25641
25642 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25643
25644 2005-08-18 Kim F. Storm <storm@cua.dk>
25645
25646 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25647
25648 2005-08-18 Richard M. Stallman <rms@gnu.org>
25649
25650 * scroll-lock.el: New file.
25651
25652 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25653
25654 * dired.el (dired-move-to-end-of-filename):
25655 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25656
25657 2005-08-18 Kim F. Storm <storm@cua.dk>
25658
25659 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25660 rather than toggle mode when custom value is nil.
25661 (ido-everywhere): Fix defun doc string.
25662
25663 2005-08-17 Richard M. Stallman <rms@gnu.org>
25664
25665 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25666 as tag instead of "Inviolable".
25667
25668 2005-08-17 Kim F. Storm <storm@cua.dk>
25669
25670 * windmove.el (windmove-coordinates-of-position): Remove.
25671 (windmove-coordinates-of-window-position): Remove.
25672 (windmove-reference-loc): Use posn-at-point instead.
25673
25674 * subr.el (insert-for-yank-1): Doc fix.
25675
25676 * ido.el (ido-enter-matching-directory): Rename from
25677 ido-enter-single-matching-directory. Change `slash' choice to
25678 `only'. Add `first' choice.
25679 (ido-exhibit): Adapt to above changes.
25680
25681 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25682
25683 * Makefile.in: Expand comment about building loaddefs.el.
25684
25685 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25686
25687 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25688 Comment use of defadvice.
25689
25690 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25691
25692 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25693
25694 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25695 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25696 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25697 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25698 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25699 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25700 for backward compatibility for faces that did not appear in the
25701 previous Emacs release.
25702
25703 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25704
25705 2005-08-15 Kim F. Storm <storm@cua.dk>
25706
25707 * emulation/cua-base.el (cua-delete-region): Return t if
25708 deleted region was non-empty.
25709 (cua-replace-region): Inhibit overwrite-mode for
25710 self-insert-command if replaced region was non-empty.
25711 (cua--explicit-region-start, cua--status-string): Make them
25712 buffer-local at top-level...
25713 (cua-mode): ...rather than when mode is enabled.
25714
25715 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25716
25717 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25718 Set t for Emacs 21, 22, and so on.
25719
25720 2005-08-15 David Ponce <david@dponce.com>
25721
25722 * tree-widget.el: Update Commentary header.
25723 (tree-widget-theme): Doc fix.
25724 (tree-widget-space-width): New option.
25725 (tree-widget-image-properties): Look up in the default theme too.
25726 (tree-widget--cursors): Only for images with arrow pointer shape.
25727 (tree-widget-lookup-image): Pointer shape is hand by default.
25728 (tree-widget-icon): Rename generic icon widget from
25729 `tree-widget-control'.
25730 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25731 derive from `tree-widget-icon'.
25732 (tree-widget-handle): Improve default look and feel of the text
25733 representation.
25734 (tree-widget): Rename :*-control properties to :*-icon properties.
25735 Add :action and :help-echo properties.
25736 (tree-widget-after-toggle-functions): Move.
25737 (tree-widget-close-node, tree-widget-open-node): Remove.
25738 (tree-widget-before-create-icon-functions): New hook.
25739 (tree-widget-value-create): Update to allow customization of icons
25740 and nodes at run-time via that new hook.
25741 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25742 (tree-widget-icon-action, tree-widget-icon-help-echo)
25743 (tree-widget-action, tree-widget-help-echo): New functions.
25744
25745 2005-08-15 Kim F. Storm <storm@cua.dk>
25746
25747 * ido.el (ido-buffer-internal): Use with-no-warnings.
25748 (ido-make-merged-file-list): Use while-no-input.
25749
25750 2005-08-15 Richard M. Stallman <rms@gnu.org>
25751
25752 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25753 (flyspell-large-region): Fix doc and custom type.
25754
25755 2005-08-14 Richard M. Stallman <rms@gnu.org>
25756
25757 * files.el (interpreter-mode-alist): Doc fix.
25758
25759 * mail/rmail.el (rmail-nonignored-headers): New variable.
25760 (rmail-clear-headers): Use it.
25761 (rmail-reply): Better handling of mail-followup-to header.
25762
25763 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25764 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25765 don't try to refer to executable-font-lock-keywords.
25766 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25767 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25768 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25769 (sh-mode): Set comment-start-skip, local-abbrev-table,
25770 imenu-case-fold-search.
25771 (sh-set-shell): Don't set them here.
25772 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25773 Don't cache the results in the original alist; don't ever modify
25774 that alist.
25775
25776 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25777
25778 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25779 empty.
25780
25781 2005-08-15 Andreas Schwab <schwab@suse.de>
25782
25783 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25784
25785 * dired.el, info.el, mail/rmail.el: Revert last change.
25786
25787 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25788
25789 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25790 modification in `eval-after-load' form.
25791 * info.el: Likewise.
25792 * mail/rmail.el: Likewise.
25793
25794 2005-08-14 Juri Linkov <juri@jurta.org>
25795
25796 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25797 Remove highlighting of "Compilation started". Highlight only
25798 the word "finished" in "Compilation finished". Add highlighting
25799 of "interrupt", "killed", "terminated" and the exit code.
25800 (compilation-start): Add newline after header. Use exactly the
25801 same time stamp format as the finishing message.
25802 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25803
25804 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25805 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25806 Add highlighting of "interrupt", "killed", "terminated".
25807
25808 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25809 enabled and the current command is self-insert-command, call it
25810 explicitly with overwrite-mode bound to nil, to not allow it
25811 to delete the character after the selected region.
25812
25813 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25814
25815 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25816 move-end-of-line, end-of-line, and beginning-of-line to the list
25817 of commands after which the echo area is updated.
25818
25819 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25820
25821 * cus-edit.el (custom-save-all, custom-save-delete):
25822 Bind recentf-exclude to exclude custom-file.
25823
25824 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25825
25826 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25827 to go to the bottom of the mail message. Added to
25828 `rmail-summary-mode-map' with key "/".
25829 (rmail-summary-show-message): New (internal) function for use by
25830 both `rmail-summary-beginning/end-of-message'.
25831 (rmail-summary-beginning-of-message): Change to use
25832 rmail-summary-show-message.
25833
25834 * mail/rmail.el (rmail-end-of-message): New command to go to the
25835 end of the current message. Added to `rmail-mode-map' with key "/".
25836 (rmail-beginning-of-message): Fix to work as documented.
25837 (rmail-mode): Change documentation.
25838
25839 * progmodes/compile.el (compilation-start): Add the line
25840 "Compilation started" with compilation start time.
25841 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25842
25843 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25844
25845 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25846 of menu items.
25847
25848 2005-08-11 Richard M. Stallman <rms@gnu.org>
25849
25850 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25851
25852 * battery.el (battery-status-function): Don't use ignore-errors.
25853
25854 2005-08-11 Lute Kamstra <lute@gnu.org>
25855
25856 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25857 define-obsolete-variable-alias.
25858
25859 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25860
25861 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25862 (ange-ftp-send-cmd): Revert last change, and expand
25863 the comment explaining the problem.
25864
25865 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25866
25867 * ldefs-boot.el: Update.
25868
25869 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25870 item to "Time, Load and Mail". Change help echo text.
25871
25872 * time.el (display-time-use-mail-icon, display-time-format)
25873 (display-time-string-forms): Shorten first line of docstrings.
25874
25875 2005-08-10 Lars Hansen <larsh@soem.dk>
25876
25877 * desktop.el (desktop-buffer-mode-handlers):
25878 Make non-customizable. Add autoload cookie. Change initial value to
25879 nil; add elements in respective modules instead. Fix doc string.
25880 (desktop-load-file): New function.
25881 (desktop-minor-mode-handlers): New autoloaded variable.
25882 (desktop-create-buffer): Call minor mode handlers.
25883 Use desktop-load-file to load major and minor mode modules prior to
25884 checking for a handler.
25885 (desktop-save): Don't add nil to desktop-minor-modes for minor
25886 modes with nil function in desktop-minor-mode-table. Don't delete
25887 desktop file before rewriting it.
25888 (desktop-locals-to-save): Add autoload cookie. Don't make
25889 automatically buffer-local. Add variables column-number-mode,
25890 size-indication-mode, indent-tabs-mode,
25891 indicate-buffer-boundaries, indicate-empty-lines and
25892 show-trailing-whitespace.
25893 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25894 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25895 (desktop-clear-preserve-buffers-regexp): Delete.
25896 (desktop-clear-preserve-buffers): Update initial value and docstring.
25897 (desktop-save-buffer): Fix doc string.
25898
25899 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25900 (hilit-chg-desktop-restore): New function.
25901 (highlight-changes-mode): Add highlight-changes-mode to
25902 desktop-locals-to-save.
25903
25904 * dired.el: Add handler to desktop-buffer-mode-handlers.
25905 (dired-restore-desktop-buffer): Remove autoload cookie.
25906 (dired-mode): Add autoload cookie.
25907
25908 * info.el: Add handler to desktop-buffer-mode-handlers.
25909 (Info-restore-desktop-buffer): Remove autoload cookie.
25910 (Info-mode): Add autoload cookie.
25911
25912 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25913 (mh-restore-desktop-buffer): Remove autoload cookie.
25914 (mh-folder-mode): Add autoload cookie.
25915
25916 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25917 (rmail-restore-desktop-buffer): Remove autoload cookie.
25918
25919 2005-08-11 Masatake YAMATO <jet@gyve.org>
25920
25921 * hexl.el (hexl-address-region):
25922 (hexl-ascii-region, hexl-font-lock-keywords):
25923 (hexl-highlight-line-range): Use the term "region"
25924 instead of "area" for consistency with the other symbols
25925 defined in hexl.el.
25926
25927 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25928
25929 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25930 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25931 out by Juri Linkov). Add `display-battery-mode'.
25932
25933 2005-08-09 Juri Linkov <juri@jurta.org>
25934
25935 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25936 Remove `-text' from face variable names.
25937 (compilation-error-file-name, compilation-warning-file-name)
25938 (compilation-info-file-name): Delete faces.
25939 (compilation-line-number, compilation-column-number):
25940 Remove face underlining.
25941 (compilation-message-face): Set to `underline' value by default.
25942 (compilation-error-face, compilation-warning-face)
25943 (compilation-info-face): Remove `-file-name' from face names.
25944 (compilation-error-text-face, compilation-warning-text-face)
25945 (compilation-info-text-face): Delete face variables.
25946 (compilation-text-face): Delete function.
25947
25948 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25949 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25950 (grep-error-face): Set to `compilation-error' instead of
25951 `compilation-error-face' (which is redefined to `grep-hit-face' in
25952 grep buffers).
25953 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25954 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25955
25956 * dired-aux.el (dired-do-query-replace-regexp):
25957 Use `query-replace-read-args'.
25958
25959 * replace.el (query-replace-read-from, query-replace-read-to)
25960 (query-replace-read-args): Rename arg `string' to `prompt'.
25961
25962 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25963
25964 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25965
25966 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25967 uploading files.
25968 (ange-ftp-canonize-filename): Handle file names beginning with ~
25969 correctly.
25970
25971 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25972
25973 * textmodes/fill.el (canonically-space-region)
25974 (fill-context-prefix, fill-french-nobreak-p)
25975 (fill-delete-newlines, fill-comment-paragraph)
25976 (justify-current-line): "?\ " -> "?\s".
25977
25978 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25979
25980 * textmodes/fill.el (fill-nonuniform-paragraphs):
25981 Improve argument/docstring consistency.
25982
25983 2005-08-09 Richard M. Stallman <rms@gnu.org>
25984
25985 * textmodes/ispell.el (ispell-word): More fboundp checks.
25986
25987 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25988 (find-file-noselect-1): Call it here, only if RAWFILE.
25989 (normal-mode): Always set some major mode.
25990 (save-some-buffers-action-alist): Change some explanation strings.
25991 (file-name-non-special): In the `quote' method, use unwind-protect.
25992
25993 2005-08-09 Magnus Henoch <mange@freemail.hu>
25994
25995 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25996 (ispell-have-aspell-dictionaries): New variable.
25997 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25998 (ispell-get-aspell-config-value): New function.
25999 (ispell-aspell-find-dictionary): New function.
26000 (ispell-aspell-add-aliases): New function.
26001 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26002 appropriate. Don't look for ispell dictionaries if we use aspell.
26003 (ispell-menu-map): Don't build a submenu of dictionaries.
26004
26005 2005-08-09 Richard M. Stallman <rms@gnu.org>
26006
26007 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26008 (sql-read-passwd): Use read-passwd.
26009
26010 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26011 (idlwave-toolbar-is-possible): Add defvars.
26012
26013 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26014 Avoid warnings.
26015
26016 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26017 (idlwave-system-class-info, idlwave-executive-commands-alist):
26018 Use defvar.
26019
26020 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26021
26022 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26023 Avoid warnings.
26024
26025 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26026 and content-type: headers.
26027
26028 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26029
26030 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26031 and rename some of them to be more self-explanatory.
26032
26033 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26034
26035 * startup.el (command-line-1): Implement -scriptload.
26036
26037 * replace.el (occur-engine): Initial *Occur* output not undoable.
26038
26039 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26040 and improve help strings.
26041
26042 * isearch.el (isearch-repeat): When changing direction,
26043 mark search successful.
26044
26045 * ediff-init.el: Use (featurep 'xemacs).
26046
26047 * comint.el (send-invisible): Identify buffer, if not selected.
26048
26049 * align.el: Delete autoload for c-guess-basic-syntax.
26050
26051 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26052
26053 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26054 Improve argument/docstring consistency. Doc fixes.
26055 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26056 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26057 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26058 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26059 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26060 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26061 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26062 Defvar at compile time.
26063
26064 2005-08-09 Juri Linkov <juri@jurta.org>
26065
26066 * info.el: Replace `info' with upper-case `Info' where appropriate.
26067 (info-title-1, info-title-2, info-title-3, info-title-4)
26068 (info-menu-header): Move up face definitions.
26069 (info-menu-star): Rename from `info-menu-5'.
26070 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26071 (Info-fontify-visited-nodes): Fix docstring.
26072 (Info-hide-note-references): Fix docstring.
26073 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26074 menu items in the same way as on cross-references.
26075 (info-apropos): Fix sorting order and formatting to be like in the
26076 stand-alone Info browser. Display error messages for 1 sec.
26077 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26078 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26079 from the menu bar.
26080 (Info-insert-dir): Restore point after calling
26081 `insert-buffer-substring'.
26082
26083 2005-08-08 Richard M. Stallman <rms@gnu.org>
26084
26085 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26086 (recompute-lucid-menubar): Add defvars.
26087
26088 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26089
26090 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26091
26092 * net/net-utils.el (run-dig): Rename from `dig'.
26093
26094 * play/gametree.el (gametree-mode): Use make-local-variable,
26095 not make-variable-buffer-local.
26096
26097 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26098
26099 * ansi-color.el (ansi-color-make-extent)
26100 (ansi-color-set-extent-face): Use fboundp, not functionp.
26101
26102 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26103 not make-variable-buffer-local.
26104
26105 * bookmark.el (Info-current-file): Add defvar.
26106 (bookmark-jump-noselect): Use with-no-warnings.
26107
26108 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26109
26110 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26111
26112 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26113
26114 * find-file.el (ada-procedure-start-regexp)
26115 (ada-package-start-regexp): Add defvars.
26116
26117 * info.el (Info-insert-dir): Use insert-buffer-substring.
26118
26119 * xml.el (xml-att-def-re): Add defvar.
26120
26121 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26122 calling convention.
26123
26124 * subr.el (while-no-input): Return t if there is input.
26125
26126 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26127
26128 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26129
26130 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26131
26132 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26133 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26134
26135 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26136
26137 * cmuscheme.el (scheme-start-file): Replace reference to
26138 `user-emacs-directory' by "~/.emacs.d/".
26139
26140 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26141
26142 * info.el (Info-dir-remove-duplicates): Avoid case folding
26143 in loop; instead, keep downcased strings for comparison.
26144 Suggested by Helmut Eller.
26145
26146 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26147
26148 Sync with Tramp 2.0.50.
26149
26150 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26151 XEmacs case; not necessary anymore.
26152 (tramp-user-regexp): Allow "@" as part of user name.
26153 (tramp-handle-set-visited-file-modtime)
26154 (tramp-handle-insert-file-contents)
26155 (tramp-handle-write-region): No special handling for
26156 `last-coding-system-used, because this is done in
26157 `tramp-accept-process-output' now.
26158 (tramp-accept-process-output): New defun.
26159 (tramp-process-one-action, tramp-process-one-multi-action)
26160 (tramp-wait-for-regexp, tramp-wait-for-output)
26161 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26162 Howells <dhowells@redhat.com>.
26163 (clear-visited-file-modtime): Defadvice removed. The check for
26164 unset buffer's modtime does not need to be based on
26165 `tramp-buffer-file-attributes'. Suggested by RMS.
26166 (tramp-message): Insert "\n" if not being at beginning of line.
26167 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26168 sequence with same logic.
26169 (tramp-completion-handle-expand-file-name): Discard call of
26170 `tramp-drop-volume-letter'. It is not necessary, and there have
26171 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26172 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26173 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26174 should always be visible.
26175 (tramp-handle-insert-directory, tramp-setup-complete)
26176 (tramp-set-process-query-on-exit-flag)
26177 (tramp-append-tramp-buffers): Pacify byte-compiler.
26178 (tramp-bug): Delete non-existing variables from list.
26179 Apply `tramp-load-report-modules' as pre-hook.
26180 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26181 `shell-prompt-pattern' because of non-7bit characters.
26182 Reported by Sebastian Luque <sluque@mun.ca>.
26183 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26184 (tramp-match-string-list): Remove function.
26185 (tramp-wait-for-regexp): Remove call of that function.
26186 Suggested by Kim F. Storm <storm@cua.dk>.
26187 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26188 instead of octal character code ?\600. The latter resulted in a
26189 syntax error with XEmacs.
26190
26191 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26192 XEmacs case; not necessary anymore.
26193 (tramp-smb-handle-write-region): No special handling for
26194 `last-coding-system-used, because this is done in
26195 `tramp-accept-process-output' now.
26196 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26197
26198 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26199
26200 * wid-edit.el (widget-choice-value-create):
26201 Unconditionally respect user choice. Set :explicit-choice back to nil
26202 when no longer needed.
26203 (widget-choice-action): Unconditionally respect user choice.
26204 Eliminate :explicit-choice-value.
26205
26206 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26207
26208 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26209 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26210 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26211 running new function `toggle-indicate-empty-lines'.
26212 Rename "Customize" item to "Customize fringe".
26213 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26214 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26215 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26216 Delete "Empty lines only" item.
26217 (menu-bar-showhide-fringe-ind-customize): New function.
26218 (menu-bar-showhide-fringe-ind-mixed)
26219 (menu-bar-showhide-fringe-ind-box)
26220 (menu-bar-showhide-fringe-ind-right)
26221 (menu-bar-showhide-fringe-ind-left)
26222 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26223 instead of `fringe-indicators'.
26224
26225 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26226
26227 * emulation/viper.el (viper-emacs-state-mode-list):
26228 Add recentf-dialog-mode. Change the date of last update.
26229
26230 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26231
26232 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26233 (viper-exec-yank, viper-put-back): Don't display modification msg
26234 if in the minibuffer.
26235
26236 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26237 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26238 Make variables frame local.
26239
26240 * emulation/viper-util.el (viper-append-filter-alist):
26241 Use append instead of nconc.
26242
26243 * emulation/viper.el (viper-vi-state-mode-list)
26244 (viper-emacs-state-mode-list): Move help-mode and
26245 completion-list-mode from the first list to the second.
26246 (viper-mode): Docstring.
26247 (viper-go-away, viper-non-hook-settings): Don't localize
26248 minor-mode-alist in newer Emacsen. Add advice to
26249 set-cursor-color. Don't bind "\C-c\\".
26250
26251 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26252
26253 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26254 (scheme-macro-expand-command): New user options.
26255 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26256 (scheme-form-at-point, scheme-start-file)
26257 (scheme-interactively-start-process): New functions.
26258 (scheme-get-process): New function, extracted from `scheme-proc'.
26259 (run-scheme): Call `scheme-start-file' to get start file, and pass
26260 it to `make-comint'.
26261 (switch-to-scheme, scheme-proc):
26262 Call `scheme-interactively-start-process' if no Scheme buffer/process
26263 is available.
26264
26265 2005-08-06 Juri Linkov <juri@jurta.org>
26266
26267 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26268 Use `compilation-text-face', `compilation-info-text-face' and
26269 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26270 (compilation-error): New face.
26271 (compilation-error-file-name): Inherit from
26272 `compilation-error' instead of `font-lock-warning-face'.
26273 (compilation-warning-file-name): Inherit from
26274 `compilation-warning' instead of `font-lock-warning-face'.
26275 (compilation-info, compilation-error-file-name)
26276 (compilation-warning-file-name, compilation-info-file-name)
26277 (compilation-line-number, compilation-column-number): Doc fix.
26278 (compilation-error-text-face, compilation-warning-text-face)
26279 (compilation-info-text-face): New face variables.
26280 (compilation-line-face, compilation-column-face)
26281 (compilation-enter-directory-face)
26282 (compilation-leave-directory-face): Doc fix.
26283 (compilation-text-face): New function.
26284
26285 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26286 instead of 1 to display binary file names as info file links.
26287 (grep-error-face): Use `compilation-error-face' instead of
26288 `font-lock-keyword-face'.
26289 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26290 and `compilation-warning-text-face' instead of
26291 `font-lock-keyword-face'. Use `compilation-error-text-face'
26292 instead of `grep-error-face'.
26293
26294 2005-08-05 Kenichi Handa <handa@m17n.org>
26295
26296 * international/code-pages.el: Add autoload cookies for all coding
26297 systems.
26298
26299 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26300
26301 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26302
26303 2005-08-04 Juri Linkov <juri@jurta.org>
26304
26305 * progmodes/compile.el (compilation-mode-map):
26306 * progmodes/grep.el (grep-mode-map):
26307 Bind TAB to `compilation-next-error' and [backtab] to
26308 `compilation-previous-error'.
26309
26310 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26311 matching line numbers, column numbers and their ranges with regexp
26312 matching only line numbers.
26313 (grep-context-face): New face variable.
26314 (grep-mode-font-lock-keywords): Use it.
26315
26316 * faces.el (read-face-name): Delete duplicate faces.
26317
26318 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26319
26320 * thumbs.el (thumbs-find-image): Don't make variables
26321 automatically buffer local.
26322 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26323 (thumbs-image-num): Make automatically buffer local.
26324 (thumbs-show-thumbs-list): Use `make-local-variable', not
26325 `make-variable-buffer-local'.
26326 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26327
26328 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26329 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26330 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26331 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26332 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26333 (feelings-about, foullst, found, hello, history, howareyoulst)
26334 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26335 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26336 (neglst, obj, object, owner, please, problems, qlist)
26337 (random-adjective, relation, remlst, repetitive-shortness)
26338 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26339 (shortlst, something, sportslst, stallmanlst, states, subj)
26340 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26341 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26342 Defvar at compile time.
26343
26344 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26345 not `make-variable-buffer-local'.
26346
26347 2005-08-02 Kim F. Storm <storm@cua.dk>
26348
26349 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26350 rectangle overlay in selected window.
26351
26352 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26353
26354 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26355 instead of display group. Make `indicate-buffer-boundaries'
26356 customizable through Custom.
26357
26358 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26359
26360 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26361 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26362 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26363 (gdb-put-string): Fix typos in docstrings.
26364
26365 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26366
26367 Update copyright notices of files in progmodes directory for
26368 release of Emacs 22.1.
26369
26370 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26371
26372 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26373 Don't barf if the GUD buffer has been killed.
26374
26375 2005-08-01 Kim F. Storm <storm@cua.dk>
26376
26377 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26378
26379 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26380
26381 * simple.el (next-error-follow-minor-mode):
26382 make-variable-buffer-local -> make-local-variable.
26383
26384 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26385
26386 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26387 (byte-compile-form-make-variable-buffer-local): New functions to warn
26388 about misuses of make-variable-buffer-local where make-local-variable
26389 was meant.
26390
26391 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26392
26393 * bs.el (bs-attributes-list): Doc fix.
26394 (bs): Update url-link.
26395
26396 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26397 (desktop-load-default): Simplify.
26398
26399 * ibuffer.el (ibuffer-columnize-and-insert-list)
26400 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26401 (ibuffer-unmark-all, ibuffer-toggle-marks)
26402 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26403 (ibuffer-compile-make-format-form, ibuffer-format-column)
26404 (ibuffer-current-buffers-with-marks)
26405 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26406 (ibuffer): Doc fix.
26407 (ibuffer-mode): Fix typo in docstring.
26408 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26409 with `define-obsolete-variable-alias'.
26410 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26411
26412 2005-07-29 Kenichi Handa <handa@m17n.org>
26413
26414 * international/mule-cmds.el (select-message-coding-system):
26415 Be sure to use LF for end-of-line. If no coding system is decided,
26416 return iso-8859-1-unix.
26417
26418 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26419
26420 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26421 (ange-ftp-pending-error-line): New vars.
26422 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26423 to handle the non-fatal no-route-to-host messages.
26424 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26425
26426 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26427
26428 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26429 (isearch-quote-char, isearch-printing-char)
26430 (isearch-text-char-description): "?\ " -> "?\s".
26431 (isearch-lazy-highlight-cleanup)
26432 (isearch-lazy-highlight-initial-delay)
26433 (isearch-lazy-highlight-interval)
26434 (isearch-lazy-highlight-max-at-a-time)
26435 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26436 Declare with define-obsolete-*-alias macros.
26437 (isearch-forward): Fix typo in docstring.
26438 (search-invisible, search-ring-yank-pointer)
26439 (regexp-search-ring-yank-pointer): Doc fixes.
26440
26441 * recentf.el (recentf-menu-append-commands-p): Declare with
26442 `define-obsolete-variable-alias'.
26443 (recentf-max-saved-items, recentf-menu-filter)
26444 (recentf-arrange-by-rule-subfilter): Doc fixes.
26445 (recentf-menu-append-commands-flag)
26446 (recentf-initialize-file-name-history, recentf-expand-file-name)
26447 (recentf-clear-data): Fix typos in docstrings.
26448
26449 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26450
26451 * progmodes/gdb-ui.el: Smarten comments.
26452 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26453
26454 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26455
26456 * term/apollo.el (terminal-init-apollo): New function containing
26457 all former top level forms in the file.
26458 * term/bobcat.el (terminal-init-bobcat):
26459 * term/cygwin.el (terminal-init-cygwin):
26460 * term/iris-ansi.el (terminal-init-iris-ansi):
26461 * term/linux.el (terminal-init-linux):
26462 * term/news.el (terminal-init-news):
26463 * term/rxvt.el (terminal-init-rxvt):
26464 * term/sun.el (terminal-init-sun):
26465 * term/tvi970.el (terminal-init-tvi970):
26466 * term/vt100.el (terminal-init-vt100):
26467 * term/vt102.el (terminal-init-vt102):
26468 * term/vt125.el (terminal-init-vt125):
26469 * term/vt200.el (terminal-init-vt200):
26470 * term/vt201.el (terminal-init-vt201):
26471 * term/vt220.el (terminal-init-vt220):
26472 * term/vt240.el (terminal-init-vt240):
26473 * term/vt300.el (terminal-init-vt300):
26474 * term/vt320.el (terminal-init-vt320):
26475 * term/vt400.el (terminal-init-vt400):
26476 * term/vt420.el (terminal-init-vt420):
26477 * term/wyse50.el (terminal-init-wyse50):
26478 * term/xterm.el (terminal-init-xterm): Likewise.
26479
26480 * term/README: Describe the terminal-init-* functionality.
26481
26482 * startup.el (command-line): After loading the terminal initialization
26483 file call the corresponding terminal initialization function.
26484
26485 2005-07-27 Kenichi Handa <handa@m17n.org>
26486
26487 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26488 negative.
26489
26490 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26491 (ps-mule-composition-prologue): Fix for the case that
26492 RelativeCompose is false.
26493
26494 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26495
26496 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26497
26498 * descr-text.el (describe-char): Handle the case where the list of
26499 chars is displayed in a separate frame.
26500 Be a bit more discriminating when looking for the char.
26501
26502 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26503
26504 * bookmark.el (bookmark-automatically-show-annotations)
26505 (bookmark-read-annotation-text-func): Doc fixes.
26506 (bookmark-save): Improve argument/docstring consistency.
26507 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26508 (bookmark-alist-from-buffer)
26509 (bookmark-upgrade-file-format-from-0)
26510 (bookmark-grok-file-format-version)
26511 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26512 (bookmark-read-annotation-mode)
26513 (bookmark-insert-current-bookmark, bookmark-jump)
26514 (bookmark-exit-hook): Fix typos in docstrings.
26515 (bookmark-exit-hooks): Define as obsolete alias.
26516 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26517 not `bookmark-exit-hooks'. Fix docstring.
26518 (bookmark-bmenu-select): "?\ " -> "?\s".
26519
26520 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26521
26522 * startup.el (command-line): Fix typo.
26523
26524 2005-07-24 Richard M. Stallman <rms@gnu.org>
26525
26526 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26527 not emacs-quick-startup.
26528
26529 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26530
26531 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26532 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26533 instead of `reb-with-current-window'.
26534 (reb-prev-match): Likewise. Also, don't move left if the search
26535 was unsuccessful.
26536 (reb-initialize-buffer): New function.
26537 (re-builder, reb-change-syntax): Use it.
26538
26539 * man.el (Man-goto-page): Make second argument NOERROR optional.
26540
26541 2005-07-23 Richard M. Stallman <rms@gnu.org>
26542
26543 * man.el (Man-bgproc-sentinel): Check here for failure to find
26544 any man page in the output, and report the error here.
26545 (Man-arguments): Make it permanent local.
26546 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26547 (Man-mode): Pass t for NOERROR.
26548
26549 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26550 (grep-mode-font-lock-keywords):
26551 Don't use compilation-...-face for messages that are not file names.
26552
26553 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26554 Don't use compilation-...-face for messages that are not file names.
26555
26556 2005-07-22 Juri Linkov <juri@jurta.org>
26557
26558 * startup.el (normal-splash-screen): Update menu name.
26559
26560 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26561
26562 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26563
26564 * term/xterm.el: Load term/rxvt if the terminal is actually an
26565 rxvt terminal.
26566 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26567
26568 * term/rxvt.el (function-key-map): Use substitute-key-definition
26569 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26570
26571 * term/cygwin.el: New file.
26572
26573 2005-07-22 Kim F. Storm <storm@cua.dk>
26574
26575 * image-file.el (insert-image-file, image-file-yank-handler):
26576 Fix last change to maintain a (unique) yank-handler on yanked images.
26577
26578 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26579
26580 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26581 of the file size (as in "177B" for 177 bytes). This happens with
26582 "ls -lh" on FreeBSD.
26583
26584 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26585
26586 * hilit-chg.el (highlight-changes-global-initial-state)
26587 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26588 (hilit-chg-fixup, highlight-changes-mode):
26589 Fix typos in docstrings.
26590 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26591 Doc fixes.
26592
26593 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26594
26595 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26596 mode function using `eval-after-load'.
26597
26598 2005-07-21 Kim F. Storm <storm@cua.dk>
26599
26600 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26601 included when reporting an Emacs crash, and tell about the DEBUG file.
26602
26603 * image-file.el (insert-image-file): Add yank-handler.
26604 (image-file-yank-handler): Yank handler to make unique copies of
26605 images when they are yanked into a buffer next to each other.
26606
26607 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26608
26609 * comint.el (comint-use-prompt-regexp, comint-send-input)
26610 (comint-source-default, comint-extract-string)
26611 (comint-get-source, comint-word, comint-completion)
26612 (comint-source, comint-prompt-read-only, comint-update-fence):
26613 Fix typos in docstrings.
26614 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26615 Declare with define-obsolete-*-alias macros.
26616 (comint-previous-matching-input-from-input)
26617 (comint-next-matching-input-from-input)
26618 (comint-previous-matching-input, comint-next-matching-input)
26619 (comint-forward-matching-input):
26620 Improve argument/docstring consistency.
26621
26622 * desktop.el (desktop-clear-preserve-buffers-regexp):
26623 Also preserve the *server* buffer.
26624
26625 * simple.el (clone-indirect-buffer): Doc fix.
26626 (fixup-whitespace, just-one-space)
26627 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26628 (next-error, next-error-highlight)
26629 (next-error-highlight-no-select, next-error-last-buffer)
26630 (next-error-buffer-p, next-error-find-buffer, next-error)
26631 (previous-error, next-error-no-select, previous-error-no-select)
26632 (open-line, split-line, minibuffer-prompt-width, kill-new)
26633 (binary-overwrite-mode): Fix typos in docstrings.
26634 (set-fill-column): Fix typo in message.
26635
26636 * skeleton.el (skeleton-proxy-new): Doc fix.
26637
26638 * strokes.el (strokes-load-hook): Doc fix.
26639 (strokes-grid-resolution, strokes-get-grid-position)
26640 (strokes-renormalize-to-grid, strokes-read-stroke)
26641 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26642 (strokes-global-map): Fix typos in docstrings.
26643 (strokes-help): Doc fix. Fix help message and pass it through
26644 `substitute-command-keys'.
26645
26646 * tempo.el (tempo-insert-prompt, tempo-interactive)
26647 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26648 (tempo-insert-string-functions, tempo-local-tags)
26649 (tempo-define-template, tempo-insert-template)
26650 (tempo-insert-prompt-compat, tempo-is-user-element)
26651 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26652 Fix typos in docstrings.
26653
26654 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26655 (vcursor-key-bindings, vcursor-use-vcursor-map)
26656 (vcursor-find-window, vcursor-scroll-down)
26657 (vcursor-disable, vcursor-beginning-of-buffer)
26658 (vcursor-end-of-buffer): Fix typos in docstrings.
26659 (vcursor-relative-move, vcursor-get-char-count):
26660 Improve argument/docstring consistency.
26661
26662 * version.el: "?\ " -> "?\s".
26663
26664 * wid-edit.el (widget-default-create, widget-after-change)
26665 (widget-default-format-handler, widget-checklist-add-item)
26666 (widget-radio-add-item, widget-choose, widget-specify-secret)
26667 (widget-field-value-create, widget-field-value-get)
26668 (widget-editable-list-format-handler)
26669 (widget-editable-list-entry-create, widget-group-value-create)
26670 (widget-documentation-link-add)
26671 (widget-documentation-string-value-create): "?\ " -> "?\s".
26672 (widget-convert-text): Doc fix.
26673 (widget-narrow-to-field, widget-field-find)
26674 (widget-url-link-action, widget-emacs-library-link-action)
26675 (widget-color-notify): Fix typos in docstrings.
26676
26677 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26678 (x-select-text, set-w32-system-coding-system)
26679 (w32-add-charset-info): Fix typos in docstrings.
26680
26681 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26682 (cua-enable-cua-keys, cua-use-hyper-key)
26683 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26684 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26685
26686 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26687
26688 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26689 `defalias' instead of faking it.
26690
26691 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26692 (eshell-ls-missing, eshell-ls-dired-initial-args)
26693 (eshell-ls-use-in-dired): Fix typos in docstrings.
26694
26695 2005-07-20 Kim F. Storm <storm@cua.dk>
26696
26697 * emulation/cua-base.el (cua-mode): Improve doc string.
26698
26699 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26700
26701 * abbrev.el (expand-region-abbrevs): Doc fix.
26702 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26703 Improve argument/docstring consistency.
26704
26705 * arc-mode.el (archive-get-descr, archive-alternate-display):
26706 Doc fixes.
26707 (archive-l-e): Improve argument/docstring consistency.
26708 (archive-tmpdir, archive-unixdate, archive-unixtime)
26709 (archive-chmod-entry): Fix typos in docstrings.
26710 (archive-unflag, archive-unflag-backwards)
26711 (archive-unmark-all-files): "?\ " -> "?\s".
26712
26713 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26714 (Buffer-menu-not-modified, Buffer-menu-execute)
26715 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26716 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26717
26718 * composite.el (compose-string, encode-composition-rule)
26719 (compose-last-chars): Fix typos in docstrings.
26720
26721 * desktop.el (desktop-enable, desktop-basefilename):
26722 Declare with `define-obsolete-variable-alias'.
26723 (desktop-internal-v2s): Don't quote keywords.
26724 (desktop-clear): "?\ " -> "?\s".
26725
26726 * dired.el (dired-align-file, dired-flag-backup-files)
26727 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26728 (dired-listing-switches, dired-ls-F-marks-symlinks)
26729 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26730 (dired-directory, dired-faces, dired, dired-revert)
26731 (dired-mode, dired-summary, dired-view-file)
26732 (dired-copy-filename-as-kill, dired-delete-file)
26733 (dired-no-confirm, dired-unmark-all-marks)
26734 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26735 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26736 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26737 Fix typos in message strings.
26738
26739 * dired-x.el (virtual-dired): Declare with `defalias'.
26740 (dired-mark-unmarked-files, dired-local-variables-file)
26741 (dired-omit-here-always): Doc fix.
26742 (dired-omit-mode, dired-find-subdir)
26743 (dired-enable-local-variables, dired-clean-up-buffers-too)
26744 (dired-extra-startup, dired-mark-extension, dired-jump)
26745 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26746 (dired-smart-shell-command, dired-guess-shell-alist-user)
26747 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26748 (dired-x-bind-find-file, dired-x-submit-report):
26749 Fix typos in docstrings.
26750 (dired-mark-unmarked-files): "?\ " -> "?\s".
26751
26752 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26753
26754 * faces.el (describe-face): "?\ " -> "?\s".
26755 (read-all-face-attributes, read-face-font, modify-face)
26756 (face-attr-construct, italic): Fix typos in docstrings.
26757 (frame-update-face-colors): Declare with
26758 `define-obsolete-function-alias'.
26759
26760 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26761 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26762 (magic-mode-alist, buffer-file-numbers-unique)
26763 (write-file-functions, get-free-disk-space):
26764 Fix typos in docstrings.
26765 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26766 (write-contents-hooks, write-file-hooks):
26767 Declare with `define-obsolete-variable-alias'.
26768
26769 * forms-d2.el (arch-rj): Fix typo in docstrings.
26770 (arch-tocol): Likewise. "?\ " -> "?\s".
26771
26772 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26773 Fix typo in docstring.
26774 (set-screen-width, set-screen-height): Delete redundant info in
26775 doctrings.
26776 (new-frame, screen-height, screen-width): Declare with
26777 `define-obsolete-function-alias'.
26778 (delete-frame-hook, blink-cursor): Declare with
26779 `define-obsolete-variable-alias'.
26780
26781 * paths.el (prune-directory-list): Fix typos in docstring.
26782
26783 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26784 (cvs-prefix-get): Fix typos in docstrings.
26785
26786 * ps-print.el (ps-extend-face-list, ps-extend-face)
26787 (ps-print-background-image): Fix typos in docstrings.
26788 (ps-default-fg, ps-default-bg): Doc fixes.
26789
26790 * s-region.el (s-region-bind): Doc fix.
26791 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26792
26793 * textmodes/org.el (org-table-formula-substitute-names)
26794 (org-table-get-vertical-vector): Doc fixes.
26795 (org-table-recalculate): Remove unused argument to `message'.
26796
26797 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26798
26799 * textmodes/org.el (org-table-column-names)
26800 (org-table-column-name-regexp)
26801 (org-table-named-field-locations): New variables.
26802 (org-archive-subtree): Protect `this-command' when calling
26803 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26804 the kill buffer.
26805 (org-complete): Remove fixed-formula completion.
26806 (org-edit-formulas-map): New variable.
26807 (org-table-edit-formulas): New command.
26808 (org-finish-edit-formulas, org-abort-edit-formulas)
26809 (org-show-variable, org-table-get-vertical-vector): New functions.
26810 (org-table-maybe-eval-formula): Handle `:=' fields.
26811 (org-table-get-stored-formulas, org-table-store-formulas)
26812 (org-table-get-formula, org-table-modify-formulas)
26813 (org-table-replace-in-formulas): Handle named field formulas.
26814 (org-table-get-specials): Store locations of named fields.
26815
26816 2005-07-19 Juri Linkov <juri@jurta.org>
26817
26818 * progmodes/grep.el (grep-regexp-alist)
26819 (grep-mode-font-lock-keywords, grep-process-setup):
26820 Use default GNU grep match color "01;31m" instead of "01;41m".
26821 (grep-regexp-alist, grep-mode-font-lock-keywords):
26822 Use `\\[[0-9]*m' instead of `\\[00m'.
26823 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26824 sgr_start where its handling is more important. Use the real
26825 length of sgr_start instead of constant 8.
26826 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26827 specially. Delete all remaining escape sequences.
26828 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26829 (grep-regexp-alist): Make hyperlink only for binary file name
26830 instead of the whole line.
26831 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26832 (grep-mode): Add autoload.
26833
26834 * emacs-lisp/find-func.el (find-function-regexp):
26835 Add `define-compilation-mode'.
26836
26837 2005-07-19 Juri Linkov <juri@jurta.org>
26838
26839 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26840 (compare-windows-sync-string-size, compare-windows-recenter)
26841 (compare-windows-highlight, compare-windows): Add version 22.1.
26842 (compare-windows) <defface>: Inherit from lazy-highlight instead
26843 of duplicating its default value.
26844
26845 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26846 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26847
26848 * descr-text.el (describe-char): Create link buttons for `charset'
26849 and `code point'. Add the current input method name with a link
26850 button to `to input' field. Print face names of display table
26851 characters in `The display table entry is displayed by' section
26852 instead of printing face-id in the `display' field.
26853 Guess hardcoded faces and create a link button for them.
26854 Skip empty fields when calculating max-width.
26855 Treat `widget-create' specially while inserting strings from the
26856 collected field list.
26857 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26858
26859 * diff-mode.el (diff-file-header): Change foreground color from
26860 yellow to green on light backgrounds.
26861 (diff-context): Inherit from `shadow' only for color/grayscale
26862 with more than 88 colors.
26863 (diff-indicator-removed, diff-indicator-added)
26864 (diff-indicator-changed): New faces.
26865 (diff-font-lock-keywords): Use new faces. Regroup rules.
26866 Add "^---$" for `normal' diff format. Fontify `#' lines with
26867 font-lock-comment-delimiter-face and font-lock-comment-face.
26868 Add `#' to ^[^...] in the rule for `diff-context-face'.
26869
26870 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26871 a button-like box. Inherit from `highlight' on low colors.
26872 (shadow): Use shades of gray only for color/grayscale with
26873 more than 88 colors. Use green for light backgrounds with
26874 8 colors, and yellow for dark backgrounds with 8 colors.
26875
26876 * font-lock.el (font-lock-regexp-grouping-backslash):
26877 Don't inherit from escape-glyph (use bold for all cases).
26878
26879 * info.el (info-xref-visited): Use light foreground color `violet'
26880 for dark backgrounds instead of dark color `magenta3'.
26881 (info-title-1): Use `yellow' color for dark backgrounds.
26882
26883 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26884 too-light magenta2.
26885
26886 * replace.el (match): Use slightly more light RoyalBlue3 instead
26887 of dark RoyalBlue4.
26888
26889 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26890
26891 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26892
26893 * novice.el (disabled-command-hook): Declare it with
26894 `define-obsolete-variable-alias'.
26895
26896 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26897 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26898 (desktop-load-default): Add release to obsolescence info.
26899 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26900 (desktop-append-buffer-args, desktop-read):
26901 Fix typos in docstrings.
26902 (desktop-kill): Fix typo in message.
26903 (desktop-save): Doc fix.
26904
26905 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26906
26907 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26908 (viper-envelop-ESC-key): Change the definition of fast
26909 keysequence so it'll work with keyboard macros.
26910
26911 * ediff.el (ediff-patch-buffer): Change the docstring.
26912
26913 2005-07-19 Kenichi Handa <handa@m17n.org>
26914
26915 * international/mule-cmds.el (select-safe-coding-system): Try to
26916 use an auto-coding (if any) before anything else. If the found
26917 auto-coding is invalid, show a warning message.
26918
26919 * international/mule.el (find-auto-coding): New function created
26920 by modifying the body of set-auto-coding.
26921 (set-auto-coding): Use find-auto-coding to find a coding.
26922
26923 2005-07-18 Richard M. Stallman <rms@gnu.org>
26924
26925 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26926 not isearch-mode-end-hook-error.
26927 (allout-before-change-protect): Fix error message.
26928
26929 2005-07-18 Juri Linkov <juri@jurta.org>
26930
26931 * allout.el (allout-mode):
26932 * calculator.el (calculator-copy):
26933 * custom.el (custom-known-themes):
26934 * dired.el (dired-desktop-buffer-misc-data)
26935 (dired-restore-desktop-buffer):
26936 * dired-x.el (dired-omit-marker-char):
26937 * files.el (basic-save-buffer):
26938 * font-core.el (font-lock-mode):
26939 * calendar/calendar.el (calendar-goto-hebrew-date)
26940 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26941 (calendar-goto-persian-date):
26942 * language/ethio-util.el (ethio-sera-to-fidel-region):
26943 * textmodes/picture.el (picture-mode):
26944 Delete duplicate duplicate words.
26945
26946 2005-07-18 Juri Linkov <juri@jurta.org>
26947
26948 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26949 chars * ? } |.
26950 (isearch-fallback): Don't call `isearch-process-search-char'.
26951 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26952 (isearch-process-search-char): Call `isearch-fallback' for regexp
26953 chars * ? } |.
26954 (isearch-return-char): Make obsolete with `make-obsolete' instead
26955 of simply documenting it as obsolete in the docstring.
26956 (isearch-fallback): Refill docstring.
26957
26958 * international/isearch-x.el
26959 (isearch-process-search-multibyte-characters): Remove unneeded
26960 `concat'. Add intermediate values to `junk-hist' instead of
26961 `minibuffer-history'. Test the length of `str'.
26962
26963 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26964
26965 * allout.el (allout-resolve-xref): Fix typos in error strings.
26966 (allout-before-change-protect): Remove unneeded `concat'.
26967
26968 * array.el (array-mode, array-reconfigure-rows)
26969 (untabify-backward): Fix typos in docstrings.
26970 (array-reconfigure-rows): Use `insert-buffer-substring', not
26971 `insert-buffer'.
26972
26973 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26974 * progmodes/ada-mode.el (ada-make-body):
26975 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26976
26977 * dired.el (dired-log):
26978 * tar-mode.el (tar-subfile-save-buffer):
26979 * play/zone.el (zone-pgm-stress-destress):
26980 Use `insert-buffer-substring', not `insert-buffer'.
26981
26982 2005-07-17 Simon Josefsson <jas@extundo.com>
26983
26984 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26985
26986 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26987
26988 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26989 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26990
26991 2005-07-17 Kim F. Storm <storm@cua.dk>
26992
26993 * ido.el (dired-other-window): Add ido property.
26994
26995 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26996
26997 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26998 Fix typo in docstring.
26999 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27000 `insert-file-literally'.
27001
27002 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27003 info and delete redundant message. Doc fix.
27004 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27005 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27006
27007 2005-07-16 Richard M. Stallman <rms@gnu.org>
27008
27009 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27010 (byte-compile-and): Use byte-compile-and-recursion.
27011 (byte-compile-or-recursion): New function.
27012 (byte-compile-or): Use that.
27013 (byte-compile-if): Guard the else-clause too.
27014 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27015
27016 * isearch.el (isearch-mode-end-hook-quit): New variable.
27017 (isearch-done): Bind it.
27018 (isearch-mode-end-hook): Doc fix.
27019
27020 * allout.el (allout-isearch-did-quit): Variable deleted.
27021 (allout-real-isearch-abort): Function name no longer used.
27022 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27023 (allout-isearch-rectification): isearch-mode always exists.
27024 Don't set allout-isearch-did-quit.
27025 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27026 allout-isearch-did-quit.
27027 (allout-enwrap-isearch): Just add the hook.
27028 (allout-isearch-abort): Function deleted.
27029 (allout-pre-command-business): Avoid warning.
27030
27031 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27032 Correctly avoid warnings.
27033 (pascal-outline): Likewise.
27034
27035 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27036
27037 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27038
27039 * play/tetris.el (tetris-mode): Avoid warning.
27040
27041 * play/snake.el (snake-mode): Avoid warning.
27042
27043 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27044 (gamegrid-set-display-table): Avoid warning.
27045 (gamegrid-set-timer): Likewise.
27046 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27047 (gamegrid-add-score-with-update-game-score-1): Take FILE
27048 as argument.
27049 (gamegrid-add-score-with-update-game-score): Pass that argument.
27050 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27051
27052 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27053
27054 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27055 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27056
27057 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27058 and insert-file.
27059
27060 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27061 (sc-ask): Avoid warnings.
27062
27063 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27064 (eshell-hist-initialize): Use that var the natural way.
27065
27066 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27067
27068 * emacs-lisp/re-builder.el (reb-cook-regexp):
27069 Avoid warning calling lre-compile-string.
27070 (reb-color-display-p): Avoid warning.
27071
27072 * calculator.el (calculator-last-input): Guard uses
27073 of event-key and key-press-event-p.
27074 (event-key, key-press-event-p): Delete definitions.
27075
27076 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27077 (find-gc-source-directory, find-gc-subrs-callers)
27078 (find-gc-noreturn-list, find-gc-source-files)
27079 (find-gc-subrs-called): Vars renamed and defvar'd.
27080
27081 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27082 (checkdoc-overlay-put, checkdoc-delete-overlay)
27083 (checkdoc-overlay-start, checkdoc-overlay-end)
27084 (checkdoc-mode-line-update, checkdoc-char=):
27085 Define such that compiler knows they are defined.
27086 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27087 (checkdoc-read-event): Delete. Use read-event directly.
27088
27089 * whitespace.el (whitespace-make-overlay)
27090 (whitespace-overlay-put, whitespace-delete-overlay)
27091 (whitespace-overlay-start, whitespace-overlay-end):
27092 Define such that compiler knows they are defined.
27093 (whitespace): Move conditional inside.
27094
27095 * tempo.el (tempo-insert-template): Suppress warning.
27096
27097 * ediff-diff.el (longlines-mode): Add defvar.
27098
27099 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27100
27101 * server.el: Bind "C-x #" in a way that works even if C-x is
27102 redefined to a command key, not a prefix key.
27103
27104 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27105
27106 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27107 cl-make-type-test till execution time.
27108
27109 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27110
27111 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27112 arg ARG and use it.
27113
27114 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27115
27116 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27117
27118 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27119
27120 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27121 a defcustom with two :set or :type keywords.
27122
27123 2005-07-15 Richard M. Stallman <rms@gnu.org>
27124
27125 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27126 Don't give ^M comment-end syntax.
27127
27128 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27129
27130 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27131 Don't consider gdbmi (gdb-mi.el has its own update functions).
27132 (gdb-var-delete): Make it work for gdbmi as well.
27133 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27134
27135 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27136 (gud-speedbar-menu-items): Correct logic for enabling items.
27137
27138 2005-07-15 Kim F. Storm <storm@cua.dk>
27139
27140 * ido.el: Fix commentary.
27141 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27142 Use with-no-warnings around ffap-guesser.
27143 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27144 Let bind minibuffer-completing-file-name to t.
27145
27146 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27147
27148 * startup.el (site-run-file, keyboard-type): Doc fixes.
27149 (command-line): Check for "--basic-display" argument; also for
27150 "--quick", not "--bare-bones" (which was renamed).
27151 (fancy-splash-text): Add missing item "Getting New Versions".
27152 (normal-splash-screen): Fix typos and improve consistency with
27153 `fancy-splash-text'. Update copyright year.
27154
27155 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27156 valid binding for `help-char'.
27157
27158 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27159
27160 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27161
27162 * term.el (term-mode): Disable cua-mode for term buffers.
27163
27164 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27165
27166 * add-log.el (add-log-mailing-address, change-log-merge):
27167 Doc fixes.
27168 (change-log-get-method-definition): Fix typo in docstring.
27169
27170 2005-07-14 Kim F. Storm <storm@cua.dk>
27171
27172 * emulation/cua-base.el:
27173 (cua--pre-command-handler-1, cua--pre-command-handler)
27174 (cua--post-command-handler-1, cua--post-command-handler):
27175 Split in two. Check (buffer local) value of cua-mode.
27176 (cua-selection-mode): New command.
27177
27178 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27179
27180 * custom.el (custom-initialize-safe-set)
27181 (custom-initialize-safe-default): Doc fixes.
27182
27183 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27184 and simplify :init-value again.
27185
27186 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27187 and simplify :init-value again. Delete autoload.
27188
27189 * startup.el (command-line): Use `custom-reevaluate-setting' again
27190 for tooltip-mode.
27191
27192 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27193 a defcustom with two :initialize keywords.
27194
27195 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27196
27197 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27198 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27199 (allout-post-command-business, allout-flag-region)
27200 (isearch-reenable-font-lock, allout-yank)
27201 (allout-insert-latex-header, allout-insert-latex-trailer)
27202 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27203 (allout-latex-verb-quote): Fix typos in docstrings.
27204 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27205 (allout-unprotected, allout-prefix-data):
27206 Improve argument/docstring consistency.
27207 (allout-chart-subtree): Fix argument spec.
27208 (allout-open-topic): Rename `use_sib_bullet' argument to
27209 `use-sib-bullet'. Doc fix.
27210
27211 * whitespace.el (whitespace-check-buffer-leading)
27212 (whitespace-check-buffer-trailing)
27213 (whitespace-check-buffer-indent)
27214 (whitespace-check-buffer-spacetab)
27215 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27216 (whitespace-check-leading-whitespace)
27217 (whitespace-check-trailing-whitespace)
27218 (whitespace-check-spacetab-whitespace)
27219 (whitespace-check-indent-whitespace)
27220 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27221 (whitespace-modes): Fix typos in docstrings.
27222 (defgroup, defcustom): Doc fixes.
27223
27224 * winner.el (winner-mode, winner-boring-buffers)
27225 (winner-pending-undo-ring): Doc fixes.
27226 (winner-ring): Remove unneeded `progn'.
27227 (winner-equal): `defsubst' it.
27228 (winner-redo): Fix message.
27229
27230 2005-07-13 Kim F. Storm <storm@cua.dk>
27231
27232 * simple.el (line-move-1): Always use vertical-motion to
27233 do the last (or only) line move to ensure some movement.
27234 Undo 2005-06-23 change--don't check for overlays.
27235
27236 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27237
27238 * term/mac-win.el (ccl-encode-mac-roman-font)
27239 (ccl-encode-mac-centraleurroman-font)
27240 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27241 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27242 Change charset-id boundary of dimension to ?\xef.
27243 (mac-char-fontspec-list): New constant.
27244 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27245 argument. Nil uses itself as family in font-spec. Previous
27246 behavior for nil is now provided by non-nil non-string argument.
27247 All callers changed. Add font-specs for Mac fonts to
27248 "fontset-default" unless iso8859-1 fonts are installed.
27249
27250 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27251
27252 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27253 a continuation line if the \ is preceded by SPC or TAB.
27254 (sh-get-indent-info): Simplify.
27255 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27256 Use with-current-buffer.
27257
27258 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27259 when the matched text is empty.
27260
27261 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27262
27263 * startup.el (command-line): Revert to previous handling of
27264 tooltip-mode. Explain in comment why the complexity is needed.
27265
27266 * tooltip.el (tooltip-mode): Revert to previous implementation of
27267 its defcustom.
27268
27269 * frame.el (blink-cursor-mode): Revert to previous implementation
27270 of its defcustom. Update comment.
27271
27272 2005-07-12 Lars Hansen <larsh@soem.dk>
27273
27274 * desktop.el: Update e-mail address.
27275
27276 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27277
27278 * term/mac-win.el (mac-services-mail-selection)
27279 (mac-services-mail-to): New functions.
27280 (mac-application-menu-map): Bind them.
27281
27282 2005-07-12 wulei <milton@wulei.net> (tiny change)
27283
27284 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27285
27286 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27287
27288 * custom.el (custom-reevaluate-setting): Doc fix.
27289
27290 2005-07-11 Jay Belanger <belanger@truman.edu>
27291
27292 * calc/calc.el (calc-embedded-announce-formula-alist)
27293 (calc-embedded-open-close-plain-alist)
27294 (calc-embedded-open-close-mode-alist): Add checks for additional
27295 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27296
27297 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27298
27299 * custom.el (custom-enable-theme): Don't add theme to
27300 `custom-enabled-themes' with `push' because there is no
27301 setf-method for `delq'.
27302
27303 2005-07-11 Richard M. Stallman <rms@gnu.org>
27304
27305 * custom.el (custom-declare-variable): Doc fix.
27306
27307 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27308 from the alists.
27309
27310 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27311 Do nothing if edebug-active.
27312
27313 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27314 (edebug-display): Do it here instead.
27315
27316 2005-07-10 Richard M. Stallman <rms@gnu.org>
27317
27318 * cus-face.el (custom-theme-set-faces): Make it work.
27319 (custom-reset-faces): Doc fix.
27320 (custom-theme-reset-internal-face, custom-theme-face-value):
27321 Functions deleted.
27322
27323 * custom.el (custom-push-theme): Maintain list of the settings
27324 of a given theme in its theme-settings property.
27325 Maintain position of old settings in the theme-value
27326 or theme-face property.
27327 (custom-enabled-themes): New variable.
27328 (custom-theme-enabled-p): New function.
27329 (provide-theme): Update custom-enabled-themes.
27330 Disable and reenable the `user' theme.
27331 (require-theme): Doc fix.
27332 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27333 (custom-theme-value, custom-theme-variable-value): Likewise.
27334 (custom-theme-reset-internal): Likewise.
27335 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27336 (custom-enable-theme, custom-disable-theme): New functions.
27337 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27338 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27339 (custom-theme-reset-variables): Simplify.
27340 (deftheme, custom-declare-theme, custom-make-theme-feature):
27341 Definitions moved.
27342
27343 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27344
27345 * longlines.el (longlines-show-region)
27346 (longlines-unshow-hard-newlines): Recognize hard newlines by
27347 non-nil hard property, instead of t.
27348
27349 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27350
27351 * emulation/viper-cmd.el (viper--key-maps): New variable.
27352 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27353 emulation-mode-map-alists.
27354 (viper-envelop-ESC-key): Use viper-subseq.
27355 (viper-search-forward/backward/next): Disable debug-on-error.
27356
27357 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27358 (viper-ESC-key): New defcustoms.
27359
27360 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27361
27362 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27363 (viper-subseq): Copy of subseq from cl.el.
27364
27365 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27366 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27367
27368 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27369
27370 * emulation/viper-init.el: Get rid of -face in face names.
27371
27372 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27373 Make it work with longlines mode.
27374
27375 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27376
27377 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27378
27379 * ediff-init.el: Get rid of -face in face names.
27380
27381 2005-07-10 Richard M. Stallman <rms@gnu.org>
27382
27383 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27384 and with-timeout-unsuspend.
27385
27386 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27387 and with-timeout-unsuspend.
27388
27389 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27390 (with-timeout): Bind that variable to record timers.
27391 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27392
27393 * emacs-lisp/debug.el (debug-help-follow): New function.
27394 (debugger-mode-map): Use that instead of help-follow.
27395 (debugger-setup-buffer): Use eval-buffer-list
27396 to handle eval-buffer frames.
27397
27398 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27399
27400 * timezone.el (timezone-parse-date): Change first regexp
27401 so it will not mistakenly match dates with no time zone.
27402
27403 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27404
27405 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27406
27407 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27408
27409 * custom.el (custom-initialize-safe-set)
27410 (custom-initialize-safe-default): New functions.
27411
27412 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27413 and simplify :init-value.
27414
27415 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27416 and simplify :init-value. Delete obsolete comment.
27417
27418 * startup.el (command-line): Use `custom-reevaluate-setting' to
27419 handle `tooltip-mode'. Delete obsolete comment.
27420
27421 * files.el (set-visited-file-name): Avoid calling
27422 `file-name-nondirectory' with a nil argument.
27423
27424 2005-07-09 Richard M. Stallman <rms@gnu.org>
27425
27426 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27427 was called with nil for the buffer, handle the read position right.
27428 Handle read position for eval-region, too.
27429
27430 2005-07-09 Juri Linkov <juri@jurta.org>
27431
27432 * fringe.el (fringe-mode): Add period in docstring.
27433 (fringe-query-style): Build prompt depending on `all-frames' arg.
27434
27435 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27436 to not create links to unrelated functions in the Help buffer.
27437
27438 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27439 Doc fix.
27440
27441 * simple.el (next-error-hook): New variable.
27442 (next-error): Use it. Doc fix.
27443
27444 * textmodes/ispell.el (ispell-command-loop): Add current
27445 dictionary name and program name to mode-line-format.
27446 (ispell-region, ispell-process-line): Add current dictionary name
27447 and program name to messages.
27448
27449 2005-07-08 Jay Belanger <belanger@truman.edu>
27450
27451 * calc/calc.el (calc-embedded-announce-formula-alist)
27452 (calc-embedded-open-close-formula-alist)
27453 (calc-embedded-open-close-word-alist)
27454 (calc-embedded-open-close-plain-alist)
27455 (calc-embedded-open-close-new-formula-alist)
27456 (calc-embedded-open-close-mode-alist)
27457 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27458 (calc-embedded-mode-hook): New variables.
27459
27460 * calc/calc-embed.el (calc-embedded-firsttime)
27461 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27462 New variables.
27463 (calc-do-embedded): Use calc-embedded-firsttime,
27464 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27465 determine whether or not to run hooks.
27466 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27467 calc-embedded-firsttime-formula appropriately.
27468 Set calc-embedded delimiter variables according to mode.
27469
27470 2005-07-08 Richard M. Stallman <rms@gnu.org>
27471
27472 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27473 Check for "emacs", etc., as entire symbol, not just as word.
27474 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27475
27476 * files.el (set-visited-file-name): Report the error
27477 for "empty filename" earlier.
27478 (kill-some-buffers): Ignore buffers already dead.
27479
27480 * fringe.el (fringe-mode): Doc fix.
27481
27482 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27483 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27484 Use unwind-protect to ensure byte-compile-unresolved-functions
27485 is updated.
27486
27487 * whitespace.el (whitespace-buffer-leading-cleanup):
27488 Simplify w/ skip-chars-forward.
27489 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27490
27491 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27492 Unconditionally try to leave point at the same old place.
27493
27494 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27495
27496 * comint.el (comint-postoutput-scroll-to-bottom)
27497 (comint-show-maximum-output): Take scroll-margin into consideration.
27498
27499 2005-07-08 Kim F. Storm <storm@cua.dk>
27500
27501 * ido.el (ido-use-filename-at-point): New choice `guess'.
27502 (ido-file-internal): Try ffap-guesser if selected.
27503
27504 * ido.el (ido-before-fallback-functions): New hook.
27505 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27506 (ido-read-file-name): Run it.
27507
27508 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27509
27510 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27511 strings rather than a list of symbols to the completion function.
27512
27513 2005-07-07 Jay Belanger <belanger@truman.edu>
27514
27515 * calc/calc-units.el (math-apply-units): Change the places in
27516 which units are simplified.
27517
27518 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27519
27520 * cus-edit.el (customize-option, customize-option-other-window):
27521 Make them handle aliases.
27522
27523 * custom.el (custom-variable-p): Make it recursively follow
27524 aliases. Mention that in the docstring.
27525
27526 2005-07-07 Richard M. Stallman <rms@gnu.org>
27527
27528 * cus-start.el (exec-path): Use `directory' instead of `file'.
27529 Fix tag for nil.
27530
27531 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27532
27533 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27534 when called non-interactively. Doc fix.
27535
27536 2005-07-07 Lute Kamstra <lute@gnu.org>
27537
27538 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27539 new address as well.
27540
27541 2005-07-07 Kenichi Handa <handa@m17n.org>
27542
27543 * international/mule.el (make-coding-system):
27544 Describe `ascii-incompatible' property in the docstring.
27545 (set-file-name-coding-system): Signal an error if coding-system is
27546 ascii-incompatible.
27547 (set-keyboard-coding-system): Likewise.
27548
27549 * international/mule-cmds.el (set-default-coding-systems):
27550 Don't set default-file-name-coding-system and
27551 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27552
27553 * international/utf-16.el: Declare that all UTF-16-based coding
27554 systems are ASCII-incompatible.
27555
27556 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27557
27558 * progmodes/gud.el: Require font-lock for displaying errors.
27559 Used by gdb-ui.el.
27560
27561 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27562
27563 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27564 values for the pattern lists which are `read'able but not
27565 `append'able (like symbols).
27566
27567 2005-07-06 Richard M. Stallman <rms@gnu.org>
27568
27569 * progmodes/flymake.el (flymake-float-time): Instead of
27570 with-no-warnings, test for XEmacs.
27571 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27572 to avoid warning.
27573
27574 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27575
27576 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27577
27578 2005-07-05 Lute Kamstra <lute@gnu.org>
27579
27580 * battery.el: Add support for Darwin (with much debugging help
27581 from Samuel Lauber <sam124@operamail.com>).
27582 (battery-status-function, battery-echo-area-format)
27583 (battery-mode-line-format): Add support for pmset on Darwin.
27584 (battery-load-low, battery-load-critical): New user options.
27585 (battery-pmset): New function.
27586
27587 2005-07-05 Lute Kamstra <lute@gnu.org>
27588
27589 Update FSF's address in GPL notices.
27590
27591 * textmodes/page-ext.el: Update FSF's address.
27592
27593 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27594
27595 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27596 filling from using prefix when filling a single-line docstring.
27597
27598 * progmodes/flymake.el: Remove useless eval-when-compile.
27599
27600 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27601
27602 2005-07-04 Richard M. Stallman <rms@gnu.org>
27603
27604 * textmodes/org.el (org-file-apps-defaults-gnu):
27605 Rename from org-file-apps-defaults-linux.
27606 (org-default-apps): Don't test system-type for `linux'.
27607 (org-file-apps): Doc fix.
27608
27609 2005-07-04 David Ponce <david@dponce.com>
27610
27611 * tree-widget.el: Improve header Commentary section.
27612 (tree-widget) [defgroup]
27613 (tree-widget-image-enable, tree-widget-themes-directory)
27614 (tree-widget-theme, tree-widget-image-properties-emacs)
27615 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27616 (tree-widget-image-formats, tree-widget-control)
27617 (tree-widget-empty-control, tree-widget-leaf-control
27618 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27619 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27620 (tree-widget-keep, tree-widget-after-toggle-functions)
27621 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27622 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27623 :help-echo message.
27624 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27625 (tree-widget-image-properties): Doc fix. Clearer implementation.
27626 (tree-widget--cursors): New constant.
27627 (tree-widget-lookup-image): New function split from
27628 `tree-widget-find-image'. Clearer implementation.
27629 (tree-widget-find-image): Use it.
27630 (tree-widget-button-keymap): Use `set-keymap-parent'.
27631 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27632 Define the sub-widgets here.
27633 (tree-widget-node): Check that :node is not a tree-widget.
27634 (tree-widget-get-super, tree-widget-open-control)
27635 (tree-widget-close-control, tree-widget-empty-control)
27636 (tree-widget-leaf-control, tree-widget-guide)
27637 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27638 (tree-widget-no-handle, tree-widget-value-delete)
27639 (tree-widget-map): Remove.
27640 (tree-widget-children-value-save): Doc fix. Simplified.
27641 (tree-widget-value-create): Update according to previous changes.
27642
27643 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27644
27645 * textmodes/org.el: Leading space replaced by TABS.
27646 (org-recalc-marks, org-table-rotate-recalc-marks)
27647 (org-table-get-specials): Treat "^" and "_" marks.
27648 (org-table-justify-field-maybe): Optional argument NEW.
27649 (org-table-eval-formula): Parsing of the format simplified.
27650 New modes C,I. Honor the %= parameter in the current table.
27651 Avoid unnecessary re-align by using the NEW argument to
27652 `org-table-justify-field-maybe'.
27653 (org-calc-default-modes): Default for date-format mimicks org-mode.
27654 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27655
27656 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27657
27658 * cus-face.el (custom-theme-set-faces): Make it handle face
27659 aliases whose alias declarations are pre- or autoloaded.
27660
27661 2005-07-04 Juri Linkov <juri@jurta.org>
27662
27663 * faces.el (read-face-name): Put the code for getting a face name
27664 from the buffer before adding the faces from the `face' property.
27665 Use `completing-read-multiple' instead of `completing-read'.
27666 Require `crm'. Add default value and post-process the returned
27667 list of faces.
27668
27669 * emacs-lisp/crm.el (crm-find-current-element)
27670 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27671
27672 * emacs-lisp/lisp-mode.el (eval-defun-1):
27673 * emacs-lisp/edebug.el (edebug-eval-defun):
27674 Remove unnecessary quotes.
27675
27676 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27677
27678 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27679 (prolog-indent-level): Fix typo in docstring.
27680
27681 * info.el (Info-history, Info-history-forward)
27682 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27683
27684 * add-log.el (add-change-log-entry):
27685 * comint.el (comint-dynamic-list-input-ring)
27686 (comint-dynamic-list-completions):
27687 * dabbrev.el (dabbrev-expand):
27688 * delim-col.el (delimit-columns-rectangle-line):
27689 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27690 (diff-unified->context):
27691 * ediff-init.el (ediff-abbrev-jobname):
27692 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27693 (ediff-replace-session-activity-marker-in-meta-buffer):
27694 * info.el (Info-summary):
27695 * lpr.el (printify-region):
27696 * printing.el (pr-create-interface):
27697 * ps-print.el (ps-print-quote):
27698 * ses.el (ses-column-widths, ses-print-cell)
27699 (ses-adjust-print-width, ses-center):
27700 * shell.el (shell-file-name-quote-list):
27701 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27702 (strokes-fill-current-buffer-with-whitespace)
27703 (strokes-xpm-for-stroke, strokes-list-strokes)
27704 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27705 * term.el (term-dynamic-list-input-ring)
27706 (term-dynamic-list-completions):
27707 * calc/calc.el (math-format-stack-value):
27708 * emacs-lisp/edebug.el (edebug-display-freq-count):
27709 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27710 (delphi-new-comment-line):
27711 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27712 * progmodes/executable.el (executable-set-magic):
27713 * progmodes/python.el (inferior-python-mode):
27714 * progmodes/scheme.el (scheme-mode-syntax-table):
27715 * progmodes/sh-script.el (sh-maybe-here-document):
27716 * progmodes/sql.el (sql-copy-column):
27717 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27718 * textmodes/bibtex.el (bibtex-mode):
27719 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27720 (sgml-auto-attributes):
27721 * textmodes/table.el (table-insert, table-shorten-cell)
27722 (table--generate-source-scan-lines, table-delete-row)
27723 (*table--cell-delete-char, table--spacify-frame)
27724 (table--horizontally-shift-above-and-below)
27725 (table--cell-insert-char, table--cell-blank-str)
27726 (table--fill-region-strictly):
27727 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27728 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27729
27730 * add-log.el (change-log):
27731 * apropos.el (apropos):
27732 * comint.el (comint-completion, comint-source):
27733 * dabbrev.el (dabbrev):
27734 * delim-col.el (columns):
27735 * diff-mode.el (diff-mode):
27736 * ediff.el (ediff):
27737 * ediff-diff.el (ediff-diff):
27738 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27739 * ediff-mult.el (ediff-mult):
27740 * ediff-ptch.el (ediff-ptch):
27741 * ediff-wind.el (ediff-window):
27742 * facemenu.el (facemenu):
27743 * indent.el (indent):
27744 * info.el (info):
27745 * jka-cmpr-hook.el (compression, jka-compr):
27746 * lpr.el (lpr):
27747 * outline.el (outlines):
27748 * pcmpl-cvs.el (pcmpl-cvs):
27749 * pcmpl-rpm.el (pcmpl-rpm):
27750 * printing.el (printing):
27751 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27752 (ps-print-vertical, ps-print-headers, ps-print-font)
27753 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27754 (ps-print-background, ps-print-printer, ps-print-page)
27755 (ps-print-miscellany):
27756 * ses.el (ses):
27757 * shell.el (shell, shell-directories, shell-faces):
27758 * startup.el (initialization):
27759 * strokes.el (strokes):
27760 * term.el (term):
27761 * uniquify.el (uniquify):
27762 * w32-vars.el (w32):
27763 * calc/calc.el (calc):
27764 * emacs-lisp/bytecomp.el (bytecomp):
27765 * emacs-lisp/cl-indent.el (lisp-indent):
27766 * emacs-lisp/edebug.el (edebug):
27767 * emacs-lisp/elp.el (elp):
27768 * emacs-lisp/testcover.el (testcover):
27769 * emacs-lisp/trace.el (trace):
27770 * emulation/viper-ex.el (viper-ex):
27771 * emulation/viper-mous.el (viper-mouse):
27772 * mail/mailalias.el (mailalias):
27773 * mail/supercite.el (supercite, supercite-frames)
27774 (supercite-attr, supercite-cite, supercite-hooks):
27775 * net/rcompile.el (remote-compile):
27776 * net/rlogin.el (rlogin):
27777 * obsolete/ooutline.el (outlines):
27778 * progmodes/delphi.el (delphi):
27779 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27780 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27781 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27782 (ebnf-optimization):
27783 * progmodes/etags.el (etags):
27784 * progmodes/executable.el (executable):
27785 * progmodes/idlwave.el (idlwave):
27786 * progmodes/pascal.el (pascal):
27787 * progmodes/prolog.el (prolog):
27788 * progmodes/python.el (python):
27789 * progmodes/scheme.el (scheme):
27790 * progmodes/sh-script.el (sh, sh-script):
27791 * progmodes/sql.el (SQL):
27792 * progmodes/tcl.el (tcl):
27793 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27794 * textmodes/enriched.el (enriched):
27795 * textmodes/makeinfo.el (makeinfo):
27796 * textmodes/sgml-mode.el (sgml):
27797 * textmodes/table.el (table-hooks):
27798 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27799 * textmodes/texinfo.el (texinfo):
27800 * textmodes/two-column.el (two-column):
27801 Finish `defgroup' description with period.
27802
27803 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27804 * eshell/esh-var.el (eshell-var):
27805 * progmodes/vhdl-mode.el (vhdl-testbench):
27806 * textmodes/org.el (org): Fix typos in docstrings.
27807
27808 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27809 consistency.
27810
27811 * progmodes/flymake.el (flymake-find-file): Remove.
27812 (flymake-float-time): Use `with-no-warnings'.
27813 (flymake-check-start-time, flymake-check-was-interrupted)
27814 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27815 (flymake-new-err-info): `defvar' at compile time.
27816
27817 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27818
27819 * replace.el (occur-hook): Doc fix.
27820 (occur-1): Don't call `occur-hook' if there are no matches.
27821
27822 2005-07-03 Richard M. Stallman <rms@gnu.org>
27823
27824 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27825 global-map, save the same map.
27826 (global-map): Don't alter it at top level.
27827 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27828 Then alter it here instead.
27829 (tpu-edt-off): Set global-map to the saved one.
27830
27831 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27832 All references simplified.
27833 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27834 (zmacs-regions): Add defvar.
27835 (repeat-complex-command-map): Everything about that deleted.
27836
27837 * textmodes/artist.el (artist-key-is-drawing)
27838 (artist-key-endpoint1, artist-key-poly-point-list)
27839 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27840 (artist-key-compl-table, artist-rb-save-data)
27841 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27842 Don't put them in eval-when-compile.
27843 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27844
27845 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27846 Use with-no-warnings.
27847
27848 * net/browse-url.el (dos-windows-version): Add defvar.
27849
27850 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27851
27852 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27853 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27854 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27855 Add defvar.
27856 (rmail-summary-beginning-of-message): Use with-no-warnings.
27857 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27858
27859 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27860 Use with-no-warnings.
27861
27862 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27863 (c-mark-function): Add point-moving-unit property.
27864 (vi-goto-line): Use with-no-warnings.
27865
27866 * emulation/edt.el (edt-last-copied-word): Add defvar.
27867 (zmacs-region-stays): Likewise.
27868 (edt-mark-section-wisely): Use c-mark-function for C.
27869 Use makr-defun for Fortran.
27870 (time-string): defvar deleted.
27871 (edt-display-the-time): Don't set time-string.
27872
27873 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27874
27875 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27876 Don't warn when name is not constant
27877 or for defining the group `emacs'.
27878
27879 * tooltip.el (gud-tooltip-mode): Add defvar.
27880
27881 * startup.el (default-frame-background-mode): Add defvar.
27882
27883 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27884
27885 * info.el (tool-bar-map): Add defvar.
27886
27887 * dired.el (dnd-protocol-alist): Add defvar.
27888
27889 * dired-aux.el (dired-query): Display question with answer, when
27890 the user answers.
27891
27892 * custom.el (custom-add-option): Doc fix.
27893
27894 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27895
27896 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27897
27898 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27899 bogus name from the last change.
27900
27901 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27902
27903 * custom.el (custom-declare-variable): Fix typos in comment.
27904 (custom-known-themes): Doc fix.
27905 (custom-theme-directory): New defcustom.
27906 (require-theme): Make it check `custom-theme-directory'.
27907
27908 * cus-theme.el (custom-new-theme-mode): New function.
27909 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27910 (custom-theme-description): Add compiler defvars.
27911 (customize-create-theme): Add doc to the "*New Custom Theme*"
27912 buffer. Use `custom-new-theme-mode'.
27913 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27914 and save it to the `custom-theme-directory'. Make this the
27915 default directory of the buffer.
27916
27917 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27918
27919 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27920 Fix unbalanced parentheses.
27921
27922 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27923
27924 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27925 into flymake-mode and delegate to flymake-mode.
27926
27927 * find-file.el (ff-which-function-are-we-in): Clean up.
27928
27929 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27930
27931 * replace.el (occur-rename-buffer): Fix docstring.
27932
27933 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27934 (edt-last-copied-word, edt-learn-macro-count)
27935 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27936 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27937 (time-string, zmacs-region-stays):
27938 * emulation/edt-mapper.el (edt-save-function-key-map)
27939 (EDT-key-name): `defvar' to silence the byte-compiler.
27940
27941 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27942
27943 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27944 font-lock-regexp-backslash. Doc fix.
27945 (font-lock-regexp-backslash-grouping-construct): Rename from
27946 font-lock-regexp-backslash-construct. Doc fix.
27947 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27948 grouping constructs.
27949
27950 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27951
27952 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27953 updating all the prerequisites.
27954
27955 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27956
27957 * textmodes/org.el (org-agenda-start-on-weekday)
27958 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27959 (org-agenda-use-time-grid, org-archive-location)
27960 (org-allow-space-in-links, org-usenet-links-prefer-google)
27961 (org-enable-table-editor, org-export-default-language)
27962 (org-export-html-show-new-buffer, org-fill-paragraph)
27963 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27964 (org-goto-quit, org-occur, org-eval-in-calendar)
27965 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27966 (org-agenda-diary-entry, org-remember-help)
27967 (org-table-convert-region, org-at-table-p)
27968 (org-table-move-row-down, org-table-move-row-up)
27969 (org-table-copy-region, org-table-toggle-vline-visibility)
27970 (org-table-get-stored-formulas, org-table-get-specials)
27971 (org-recalc-commands, org-table-eval-formula)
27972 (org-table-formula-substitute-names, orgtbl-make-binding)
27973 (org-format-org-table-html, org-format-table-table-html)
27974 (org-format-table-table-html-using-table-generate-source)
27975 (org-customize): Fix typos in docstrings.
27976 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27977 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27978 (org-back-to-heading): Doc fixes.
27979 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27980 (org-agenda-change-all-lines, org-get-header):
27981 Improve argument/docstring consistency.
27982 (orgtbl-error): Fix error message.
27983
27984 * progmodes/flymake.el (flymake-find-possible-master-files)
27985 (flymake-master-file-compare, flymake-get-line-err-count)
27986 (flymake-highlight-line, flymake-gui-warnings-enabled):
27987 Fix typos in docstrings.
27988 (flymake-parse-line, flymake-get-project-include-dirs-function)
27989 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27990 Doc fixes.
27991 (flymake-get-project-include-dirs-function)
27992 (flymake-make-err-menu-data):
27993 Improve argument/docstring consistency.
27994
27995 2005-07-01 Lute Kamstra <lute@gnu.org>
27996
27997 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27998 Catch errors with ignore-errors. Use temporary buffer.
27999 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28000
28001 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28002 background color faces.
28003 (facemenu-set-foreground, facemenu-set-background):
28004 Use facemenu-set-face-from-menu.
28005 (facemenu-set-face-from-menu): Treat face names that start with
28006 "fg:" or "bg:" as special.
28007 (facemenu-add-new-color): Don't create faces. Simplify.
28008
28009 2005-06-30 Richard M. Stallman <rms@gnu.org>
28010
28011 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28012 (crm-find-current-element): Likewise.
28013
28014 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28015
28016 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28017
28018 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28019
28020 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28021 (archive-mouse-extract): Make it an obsolete alias.
28022 (archive-mode-map): Don't use archive-mouse-extract any more.
28023 (archive-mode, archive-extract): write-contents-hooks ->
28024 write-contents-functions.
28025 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28026 first arg.
28027 (archive-rename-entry): Update the call.
28028 (archive-zip-summarize): Remove unused var `method'.
28029 (archive-lzh-summarize): Remove unused var `creator'.
28030
28031 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28032 dedicated frame upon exit.
28033
28034 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28035 (archive-zip-extract, archive-zip-expunge)
28036 (archive-zip-update, archive-zip-update-case): Use executable-find.
28037 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28038 Use restore-buffer-modified-p.
28039 (archive-extract, archive-add-new-member, archive-write-file-member):
28040 Use with-current-buffer.
28041 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28042
28043 2005-06-30 Andreas Schwab <schwab@suse.de>
28044
28045 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28046
28047 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28048
28049 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28050
28051 2005-06-30 Juri Linkov <juri@jurta.org>
28052
28053 * faces.el (vertical-border): Inherit from mode-line-inactive
28054 only on tty.
28055
28056 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28057
28058 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28059 example, -NLINES in the `occur' docstring).
28060
28061 * replace.el (occur-1): When no matches are found, do not set the
28062 `buffer-read-only' and modified flags for the occur buffer,
28063 because it is deleted.
28064
28065 * emulation/cua-base.el (cua-check-pending-input)
28066 (cua-repeat-replace-region, cua-mode, cua-debug)
28067 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28068 Fix typos in docstrings.
28069
28070 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28071 (cua-cut-region-to-global-mark)
28072 (cua--cut-rectangle-to-global-mark):
28073 Remove period from end of messages.
28074
28075 * emulation/cua-rect.el (cua-do-rectangle-padding):
28076 Remove period from end of messages.
28077 (cua--rectangle-seq-format): Fix typo in docstring.
28078 (cua-sequence-rectangle, cua-fill-char-rectangle):
28079 Improve argument/docstring consistency.
28080
28081 2005-06-29 Juri Linkov <juri@jurta.org>
28082
28083 * faces.el (default-frame-background-mode): New internal variable.
28084 (frame-set-background-mode): Use it.
28085
28086 * startup.el (normal-top-level): Set default-frame-background-mode
28087 instead of frame-background-mode. Before setting it, test for its
28088 nil value. Remove tests for frame-background-mode and frame
28089 parameter `reverse'. Add test for "unspecified-fg".
28090
28091 * term/xterm.el (xterm-rxvt-set-background-mode):
28092 * term/rxvt.el (rxvt-set-background-mode):
28093 Set default-frame-background-mode instead of frame-background-mode.
28094
28095 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28096
28097 * simple.el (set-variable): Warn about obsolete user variables.
28098
28099 * imenu.el (imenu--completion-buffer):
28100 * mouse.el (mouse-buffer-menu-alist):
28101 * msb.el (msb-invisible-buffer-p):
28102 * calendar/diary-lib.el (diary-header-line-format):
28103 * emacs-lisp/pp.el (pp-buffer):
28104 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28105 * textmodes/picture.el (picture-replace-match):
28106 Change space constants followed by a sexp to "?\s ".
28107
28108 * play/decipher.el (decipher-loop-with-breaks):
28109 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28110 constants "protected" from end of line by a comment to "?\s".
28111
28112 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28113
28114 * font-lock.el (save-buffer-state): Use `declare'.
28115
28116 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28117 reset the syntax-table to cperl-mode-syntax-table.
28118 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28119 "foo_print_bar" is not matched as a reserved keyword.
28120
28121 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28122
28123 * textmodes/org.el (orgtbl-setup): New function, for delayed
28124 setup for the orgtbl commands.
28125 (org-calc-default-modes): New option.
28126 (orgtbl-make-binding): Use `defun' to get better help display.
28127 (org-diary): Call `org-compile-prefix-format'.
28128 (org-table-formula-substitute-names): New function.
28129 (org-agenda-day-view, org-agenda-week-view): New commands.
28130 (org-agenda-toggle-week-view): Command removed.
28131 (org-tbl-menu): Split off from org-org-menu.
28132 (org-mode): Move removal of outline-mode menus to here.
28133 (org-table-formula-debug): New option.
28134 (org-table-insert-row): Keep first field if just "#" or "*".
28135 (org-mode): Paragraph regexps fixed.
28136 (org-table-recalculate-regexp): New constant.
28137 (org-table-justify-field-maybe): Avoid replace if not necessary.
28138 (org-copy-special, org-cut-special): Use `call-interactively'.
28139 (org-table-copy-region): Take region from `interactive' call.
28140 (org-trim): Return string even if no match.
28141 (org-formula): New face.
28142 (org-set-font-lock-defaults): No longer highlight "FIXME".
28143 But highlight formula-related fields in table.
28144 (org-table-p): Use regexp, not fontification.
28145 (org-table-align): Handle white space at end of line.
28146 (org-table-formula-evaluate-inline): New option.
28147 (org-mode): Auto-wrapping in comment lines turned off.
28148 (org-table-copy-down): Evaluate only in copied field, not in
28149 destination.
28150 (org-table-current-formula): Variable removed.
28151 (org-table-store-formulas, org-table-get-stored-formulas)
28152 (org-table-modify-formulas, org-table-replace-in-formulas)
28153 (org-table-maybe-eval-formula): New functions.
28154 (org-table-get-formula): Modify to use stored formulas.
28155 (org-table-insert-column, org-table-delete-column)
28156 (org-table-move-column): Call `org-table-modify-formulas'.
28157 (org-complete): Add completion for keyword formulas.
28158 (orgtbl-mode): Pull orgtbl-mode-map to start of
28159 minor-mode-map-alist.
28160
28161 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28162
28163 * progmodes/python.el (python-check): Require `compile' before
28164 modifying its variables.
28165
28166 * newcomment.el (comment-indent-default): Don't get fooled by an early
28167 end of buffer.
28168
28169 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28170
28171 * ps-print.el (ps-print-version): Fix version number.
28172
28173 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28174
28175 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28176
28177 2005-06-28 Richard M. Stallman <rms@gnu.org>
28178
28179 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28180 (flyspell-local-mouse-map): Declaration deleted.
28181 (flyspell-mouse-map): Bind only mouse-2.
28182 (flyspell-mode-map): Don't test flyspell-use-local-map.
28183 (flyspell-overlay-keymap-property-name): Var deleted.
28184 (flyspell-mode-on): Don't make local bindings for
28185 flyspell-mouse-map and flyspell-mode-map.
28186 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28187
28188 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28189
28190 * progmodes/compile.el (compilation-next-error-function):
28191 Don't switch buffers; operate on the current buffer.
28192
28193 * progmodes/compile.el (compilation-error-file-name)
28194 (compilation-warning-file-name, compilation-info-file-name)
28195 (compilation-line-number, compilation-column-number): New faces.
28196 (compilation-error-face, compilation-warning-face)
28197 (compilation-info-face, compilation-line-face)
28198 (compilation-column-face): Use them.
28199
28200 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28201
28202 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28203
28204 * bindings.el (global-map): Bind insertchar and its variants.
28205
28206 2005-06-27 Richard M. Stallman <rms@gnu.org>
28207
28208 * textmodes/artist.el (artist-text-overwrite)
28209 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28210
28211 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28212
28213 * ps-print.el: It was not working the page selection for printing.
28214 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28215 (ps-print-version): New version 6.6.7.
28216 (ps-end-sheet): New fun.
28217 (ps-header-sheet, ps-end-job): Call it.
28218
28219 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28220
28221 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28222
28223 2005-06-27 Lute Kamstra <lute@gnu.org>
28224
28225 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28226 background color faces.
28227 (facemenu-get-face): Delete function.
28228 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28229 (facemenu-add-new-color): Make second argument mandatory.
28230 Create the appropriate face and return it. Simplify.
28231 (facemenu-set-foreground, facemenu-set-background): Don't check if
28232 color is defined. Use return value of facemenu-add-new-color.
28233
28234 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28235
28236 * progmodes/gud.el (gud-filter): Add missing argument to
28237 with-selected-window.
28238
28239 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28240
28241 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28242 a :require to the defcustom.
28243
28244 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28245 defcustoms corresponding to minor modes.
28246
28247 2005-06-26 David Ponce <david@dponce.com>
28248
28249 * recentf.el: Require tree-widget instead of wid-edit.
28250 (recentf-filename-handler): Fix widget :type.
28251 (recentf-cancel-dialog, recentf-open-more-files)
28252 (recentf-open-files-action): Doc fix.
28253 (recentf-dialog-goto-first): New function.
28254 (recentf-dialog-mode-map): Set parent keymap first.
28255 (recentf-dialog-mode): Define with define-derived-mode.
28256 Don't display continuation lines in dialogs.
28257 (recentf-edit-list): Rename from recentf-edit-selected-items.
28258 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28259 Simplify.
28260 (recentf-edit-list-validate): New function.
28261 (recentf-edit-list): Update accordingly.
28262 (recentf-open-files-item-shift): Remove.
28263 (recentf-open-files-item): Convert menu elements into tree and
28264 link widgets. Don't create the widgets.
28265 (recentf-open-files): Update accordingly.
28266 (recentf-save-list): Untabify.
28267
28268 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28269
28270 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28271 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28272 partially contained in the active region. Do not take active
28273 region into account when called from Lisp, unless INTERACTIVE arg
28274 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28275 avoid trouble with fields. Make marker point nowhere when no
28276 longer used. Always return nil. Doc fix.
28277 (flush-lines): Add INTERACTIVE arg. Do not take active region
28278 into account when called from Lisp, unless INTERACTIVE arg is
28279 non-nil. Use `forward-line' instead of `beginning-of-line' to
28280 avoid trouble with fields. Make marker point nowhere when no
28281 longer used. Always return nil. Doc fix.
28282 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28283 interchangeable. Do not take active region into account when
28284 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28285 message in echo area when called from Lisp, unless INTERACTIVE arg
28286 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28287 Return the number of matches. Doc fix.
28288 (occur): Doc fix.
28289 (perform-replace): Make comment follow double space convention for
28290 the sake of `outline-minor-mode'.
28291
28292 * faces.el (facep): Doc fix.
28293
28294 2005-06-25 Richard M. Stallman <rms@gnu.org>
28295
28296 * facemenu.el (facemenu-enable-faces-p): New function.
28297 (facemenu-background-menu, facemenu-foreground-menu)
28298 (facemenu-face-menu): Add menu-enable property.
28299
28300 * jka-compr.el (jka-compr-insert-file-contents):
28301 Special handling if cannot find the uncompression program.
28302
28303 * cus-face.el (custom-face-attributes): Add autoload.
28304
28305 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28306 Bind comment-indent-function locally.
28307
28308 * window.el (save-selected-window): Use save-current-buffer.
28309
28310 * subr.el (with-selected-window): Use save-current-buffer.
28311
28312 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28313 and with-current-buffer.
28314
28315 2005-06-24 Richard M. Stallman <rms@gnu.org>
28316
28317 * simple.el (line-move-1): Fix previous change.
28318
28319 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28320
28321 * replace.el (occur-1): Set `buffer-read-only' and the
28322 buffer-modified flag before running `occur-hook' to protect
28323 against unintentional buffer switches that can lead to data loss.
28324
28325 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28326
28327 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28328 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28329 initial error.
28330
28331 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28332 after fresh input.
28333 (gdb-var-create-handler): Put name of expression in quotes.
28334
28335 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28336
28337 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28338 elements of RING in order, and without bogus nil elements.
28339
28340 2005-06-23 Richard M. Stallman <rms@gnu.org>
28341
28342 * simple.el (set-variable): Args renamed; doc fix.
28343 (line-move-1): When there are overlays around, use vertical-motion.
28344
28345 * faces.el (escape-glyph): Use brown against light background.
28346 (nobreak-space): Rename from no-break-space.
28347 Fix previous change.
28348
28349 * dired-aux.el (dired-do-copy): Fix arg prompt.
28350
28351 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28352
28353 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28354
28355 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28356 rather than "Distributor".
28357
28358 2005-06-23 Lute Kamstra <lute@gnu.org>
28359
28360 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28361 (debug-on-entry): Use it. New interactive declaration that uses
28362 function-called-at-point.
28363
28364 2005-06-23 Kim F. Storm <storm@cua.dk>
28365
28366 * subr.el (save-match-data): Add comment about using evaporate arg
28367 to set-match-data.
28368
28369 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28370
28371 * cus-edit.el (customize-face)
28372 (customize-face-other-window): Handle face aliases.
28373
28374 * faces.el (face-documentation, set-face-attribute)
28375 (face-spec-set): Handle face aliases.
28376
28377 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28378
28379 * help-mode.el (help-make-xrefs): If a symbol representing a face
28380 name is not followed by the word "face", it could still be a
28381 function or variable name, so don't bypass other checks.
28382
28383 2005-06-22 Juri Linkov <juri@jurta.org>
28384
28385 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28386 Replace aliased functions with calls where second arg `inherit' is t.
28387
28388 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28389
28390 * progmodes/gdb-ui.el (gdb-error): New variable.
28391 (gdb-error): New function.
28392 (gdb-annotation-rules): Act on error-begin and error annotations.
28393 (gdb-concat-output): Use font-lock-warning-face for errors.
28394
28395 2005-06-22 Miles Bader <miles@gnu.org>
28396
28397 * bindings.el (propertized-buffer-identification): Use renamed
28398 `Buffer-menu-buffer' face.
28399
28400 * faces.el (vertical-border): Rename from `vertical-divider'.
28401 (escape-glyph): Change dark-background color back to `cyan'.
28402
28403 2005-06-21 Juri Linkov <juri@jurta.org>
28404
28405 * faces.el (face-user-default-spec): Try getting `customized-face'
28406 prior to `saved-face'.
28407 (frame-background-mode): Refill docstring.
28408
28409 * emacs-lisp/lisp-mode.el (eval-defun-1):
28410 * emacs-lisp/edebug.el (edebug-eval-defun):
28411 Set `saved-face' temporarily to nil before calling form.
28412 Set `customized-face' to the new spec after that.
28413
28414 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28415
28416 * subr.el (1value, lambda, key-substitution-in-progress):
28417 Doc fixes.
28418
28419 * autoinsert.el (auto-insert-alist):
28420 * ses.el (ses-call-printer):
28421 * subr.el (noreturn):
28422 * emacs-lisp/lisp.el (check-parens):
28423 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28424 * net/browse-url.el (browse-url-mosaic):
28425 * progmodes/cc-defs.el (c-safe-scan-lists):
28426 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28427 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28428 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28429 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28430 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28431 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28432
28433 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28434
28435 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28436
28437 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28438
28439 * calendar/appt.el (appt-make-list): Activate the package, if
28440 not already active (for backwards compatibility).
28441
28442 2005-06-20 Kim F. Storm <storm@cua.dk>
28443
28444 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28445
28446 2005-06-20 Miles Bader <miles@gnu.org>
28447
28448 * faces.el (vertical-divider): New face.
28449
28450 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28451
28452 * simple.el (kill-whole-line): Doc fix.
28453 (next-error-buffer-p, next-error-find-buffer)
28454 (clone-indirect-buffer): Fix typos in docstrings.
28455 (comment-line-break-function): Doc fix: don't say variable
28456 is automatically buffer-local (it isn't).
28457
28458 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28459
28460 * net/tramp-ftp.el (top):
28461 * net/tramp-smb.el (top):
28462 * net/tramp-util.el (top):
28463 * net/tramp-uu.el (top):
28464 * net/tramp-vc.el (top):
28465 * net/tramp.el (top): Revert copyright years back to original
28466 ones. Tramp has a life outside GNU Emacs.
28467
28468 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28469
28470 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28471
28472 2005-06-18 Juri Linkov <juri@jurta.org>
28473
28474 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28475 end of first regexp to limit the match to the position between
28476 line number and source line with same separator character as used
28477 between file name and line number. In the second regexp limit
28478 mouse-face area to file name and line number by adding new group
28479 for them and referring it in HYPERLINK arg.
28480 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28481 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28482 previous line where grep markers may be already removed.
28483
28484 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28485
28486 * progmodes/ps-mode.el: Update version and maintainer's email address.
28487
28488 2005-06-18 Steve Youngs <steve@xemacs.org>
28489
28490 * net/browse-url.el (browse-url-browser-function)
28491 (browse-url-default-browser): Add firefox.
28492 (browse-url-firefox-program, browse-url-firefox-arguments)
28493 (browse-url-firefox-startup-arguments)
28494 (browse-url-firefox-new-window-is-tab): New defcustoms.
28495 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28496
28497 2005-06-17 Richard M. Stallman <rms@gnu.org>
28498
28499 * startup.el (command-line): Warn if specified user name has
28500 no home directory.
28501
28502 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28503 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28504
28505 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28506 Doc fixes.
28507
28508 * faces.el (underline): Try bold if terminal doesn't support underline.
28509
28510 * mail/sendmail.el (mail-setup-with-from): New variable.
28511 (mail-insert-from-field): New function.
28512 (sendmail-send-it): Call it.
28513 (mail-setup): Optionally call it here.
28514
28515 * term/linux.el: Call tty-no-underline.
28516
28517 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28518
28519 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28520
28521 2005-06-17 Miles Bader <miles@gnu.org>
28522
28523 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28524 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28525 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28526 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28527 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28528 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28529 Remove "-face" suffix from face names.
28530 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28531 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28532 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28533 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28534 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28535 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28536 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28537 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28538 New backward-compatibility aliases for renamed faces.
28539 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28540 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28541 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28542 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28543 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28544 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28545 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28546 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28547 Use renamed ediff faces.
28548
28549 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28550 Remove "-face" suffix from face names.
28551 (eshell-test-ok-face, eshell-test-failed-face):
28552 New backward-compatibility aliases for renamed faces.
28553 (eshell-run-test): Use renamed eshell-test faces.
28554
28555 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28556 face name.
28557 (eshell-prompt-face): New backward-compatibility alias for renamed
28558 face.
28559 (eshell-emit-prompt): Use renamed eshell-prompt face.
28560
28561 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28562 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28563 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28564 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28565 Remove "-face" suffix from face names.
28566 (eshell-ls-directory-face, eshell-ls-symlink-face)
28567 (eshell-ls-executable-face, eshell-ls-readonly-face)
28568 (eshell-ls-unreadable-face, eshell-ls-special-face)
28569 (eshell-ls-missing-face, eshell-ls-archive-face)
28570 (eshell-ls-backup-face, eshell-ls-product-face)
28571 (eshell-ls-clutter-face):
28572 New backward-compatibility aliases for renamed faces.
28573 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28574
28575 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28576 Remove "-face" suffix from face name.
28577 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28578 instead of literal face.
28579
28580 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28581
28582 * emacs-lisp/warnings.el (display-warning, lwarn)
28583 (warning-minimum-log-level): Doc fixes.
28584 (warning-minimum-level, warning-minimum-log-level):
28585 Add :debug to :type choices.
28586
28587 * progmodes/ada-mode.el (ada-format-paramlist)
28588 (ada-get-indent-case, ada-check-matching-start)
28589 (ada-check-defun-name, ada-goto-matching-decl-start)
28590 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28591 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28592 (ada-make-subprogram-body): Follow error conventions.
28593 (ada-case-exception-file, ada-indent-comment-as-code)
28594 (ada-indent-handle-comment-special, ada-indent-renames)
28595 (ada-indent-return, ada-search-directories-internal)
28596 (ada-tab-policy, ada-case-exception-substring)
28597 (ada-other-file-alist, ada-matching-start-re)
28598 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28599 (ada-imenu-generic-expression, ada-compile-goto-error)
28600 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28601 (ada-popup-menu, ada-add-extensions, ada-mode)
28602 (ada-region-selected, ada-create-case-exception)
28603 (ada-create-case-exception-substring, ada-after-keyword-p)
28604 (ada-activate-keys-for-case, ada-adjust-case-region)
28605 (ada-adjust-case-buffer, ada-format-paramlist)
28606 (ada-scan-paramlist, ada-insert-paramlist)
28607 (ada-indent-newline-indent)
28608 (ada-indent-newline-indent-conditional)
28609 (ada-justified-indent-current, ada-goto-previous-word)
28610 (ada-indent-current, ada-get-indent-open-paren)
28611 (ada-get-indent-paramlist, ada-get-indent-end)
28612 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28613 (ada-get-indent-block-start, ada-get-indent-subprog)
28614 (ada-get-indent-noindent, ada-get-indent-label)
28615 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28616 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28617 (ada-goto-stmt-end, ada-goto-next-word)
28618 (ada-check-matching-start, ada-check-defun-name)
28619 (ada-goto-matching-decl-start, ada-goto-matching-start)
28620 (ada-goto-matching-end, ada-search-ignore-string-comment)
28621 (ada-in-decl-p, ada-looking-at-semi-or)
28622 (ada-looking-at-semi-private, ada-in-paramlist-p)
28623 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28624 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28625 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28626 (ada-previous-package, ada-create-menu)
28627 (ada-fill-comment-paragraph-justify)
28628 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28629 (ada-other-file-name, ada-last-which-function-line)
28630 (ada-last-which-function-subprog, ada-which-function)
28631 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28632 (ada-gen-treat-proc, ada-check-emacs-version)
28633 (ada-continuation-indent, ada-align-region-separate):
28634 Fix typos in docstrings.
28635 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28636
28637 2005-06-16 Lute Kamstra <lute@gnu.org>
28638
28639 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28640 conditionally.
28641
28642 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28643
28644 * comint.el (comint-replace-by-expanded-filename)
28645 (comint-prompt-regexp, comint-delimiter-argument-list)
28646 (comint-preinput-scroll-to-bottom):
28647 * info.el (Info-hide-cookies-node):
28648 * ls-lisp.el (ls-lisp-classify):
28649 * find-file.el (ff-search-directories, ff-special-constructs)
28650 (ff-find-other-file):
28651 * font-lock.el (font-lock-keywords):
28652 * shell.el (shell-prompt-pattern)
28653 (shell-dynamic-complete-functions, shell-mode)
28654 (shell-delimiter-argument-list):
28655 * term.el (term-replace-by-expanded-filename)
28656 (term-prompt-regexp, term-delimiter-argument-list):
28657 * woman.el (woman-ignore, woman0-if):
28658 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28659 * emacs-lisp/elint.el (elint-init-env):
28660 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28661 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28662 * language/ethio-util.el (ethio-tilde-escape)
28663 (ethio-use-three-dot-question):
28664 * net/zone-mode.el (zone-mode-load-time-setup):
28665 * progmodes/cc-align.el (c-lineup-argcont):
28666 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28667 * progmodes/cperl-mode.el (cperl-set-style-back):
28668 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28669 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28670 Fix spellings in docstrings.
28671
28672 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28673 * progmodes/modula2.el (m2-for): Fix spellings.
28674
28675 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28676
28677 * simple.el (undo-more): Don't use `format' on `error' arguments.
28678 Improve argument/docstring consistency.
28679 (pending-undo-list): Doc fix.
28680
28681 * smerge-mode.el (smerge-ensure-match):
28682 * emulation/vip.el (vip-ex):
28683 * net/zone-mode.el (zone-mode-update-serial):
28684 * progmodes/idlwave.el (idlwave-complete):
28685 * progmodes/vhdl-mode.el (vhdl-visit-file)
28686 (vhdl-compose-wire-components):
28687 Don't use `format' on `error' arguments.
28688
28689 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28690 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28691 (tooltip-help-tips): Fix typos in docstrings.
28692
28693 2005-06-16 David Ponce <david@dponce.com>
28694
28695 * tree-widget.el (tree-widget-value-create): Simplify last change.
28696
28697 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28698
28699 * ido.el (ido-incomplete-regexp): New variable.
28700 (ido-set-matches-1): Handle invalid-regexp error and set
28701 ido-incomplete-regexp.
28702 (ido-incomplete-regexp): New face.
28703 (ido-completions): Use it.
28704 (ido-complete, ido-exit-minibuffer, ido-completions):
28705 Handle incomplete regexps.
28706 (ido-completions): Add check for complete match when entering a regexp.
28707
28708 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28709
28710 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28711
28712 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28713
28714 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28715 by field delimiters.
28716
28717 2005-06-15 David Ponce <david@dponce.com>
28718
28719 * tree-widget.el: eval-and-compile inlined functions so they will
28720 be available at run-time too.
28721 (tree-widget-super-format-handler)
28722 (tree-widget-format-handler): Remove.
28723 (tree-widget-value-create): Handle the :indent property.
28724
28725 2005-06-15 Miles Bader <miles@gnu.org>
28726
28727 * progmodes/which-func.el (which-func): Only inherit
28728 `font-lock-function-name-face' when that makes sense against the
28729 default mode-line face, otherwise set the face color explicitly.
28730
28731 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28732 faces instead of (non-existent) variables.
28733
28734 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28735
28736 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28737 (iswitchb-get-matched-buffers): Likewise. Simplify.
28738
28739 2005-06-14 Miles Bader <miles@gnu.org>
28740
28741 * progmodes/ld-script.el (ld-script-location-counter):
28742 Remove "-face" suffix from face name.
28743 (ld-script-location-counter-face):
28744 New backward-compatibility alias for renamed face.
28745 (ld-script-location-counter-face): Use renamed face.
28746
28747 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28748 (cperl-hash): Remove "-face" suffix from face names.
28749 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28750 New backward-compatibility aliases for renamed faces.
28751 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28752 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28753
28754 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28755 name.
28756 (which-func-face): New backward-compatibility alias for renamed face.
28757 (which-func-format): Use renamed which-func face.
28758
28759 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28760 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28761 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28762 names.
28763 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28764 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28765 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28766 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28767 (vhdl-speedbar-architecture-selected)
28768 (vhdl-speedbar-configuration-selected)
28769 (vhdl-speedbar-package-selected)
28770 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28771 names.
28772 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28773 Use renamed faces.
28774 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28775 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28776 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28777 Use renamed faces.
28778 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28779 names.
28780 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28781 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28782 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28783 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28784 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28785 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28786
28787 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28788 face name.
28789 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28790 (sh-heredoc-face): Use renamed sh-heredoc face.
28791
28792 * progmodes/idlw-help.el (idlwave-help-link):
28793 Remove "-face" suffix from face name.
28794 (idlwave-help-link-face):
28795 New backward-compatibility alias for renamed face.
28796 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28797
28798 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28799 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28800 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28801 New backward-compatibility aliases for renamed faces.
28802 (idlwave-shell-disabled-breakpoint-face)
28803 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28804
28805 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28806 Remove "-face" suffix from face names.
28807 (flymake-errline-face, flymake-warnline-face):
28808 New backward-compatibility aliases for renamed faces.
28809 (flymake-highlight-line): Use renamed flymake faces.
28810
28811 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28812 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28813 (ebrowse-member-class, ebrowse-progress):
28814 Remove "-face" suffix from face names.
28815 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28816 (ebrowse-file-name-face, ebrowse-default-face)
28817 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28818 (ebrowse-progress-face):
28819 New backward-compatibility aliases for renamed faces.
28820 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28821 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28822 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28823 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28824
28825 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28826 antlr-syntax)
28827 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28828 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28829 names.
28830 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28831 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28832 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28833 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28834 backward-compatibility aliases for renamed faces.
28835 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28836 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28837 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28838 remove "font-lock-". Use renamed antlr-mode faces.
28839 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28840 literal face-names with face variable references.
28841
28842 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28843 face name.
28844 (Buffer-menu-buffer-face): New backward-compatibility alias for
28845 renamed face.
28846 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28847
28848 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28849
28850 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28851 Eliminate "-face" suffix.
28852 (makefile-targets): Inherit from font-lock-function-name-face and
28853 eliminate "-face" suffix.
28854 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28855 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28856 actions, instead of prepending, to make it less visible.
28857 (makefile-previous-dependency, makefile-match-dependency):
28858 Don't match a target on a continuation line.
28859
28860 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28861
28862 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28863
28864 * progmodes/gdb-ui.el (menu): Re-order menu items.
28865 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28866
28867 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28868 Define in tooltip.el.
28869 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28870 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28871 gud-tooltip-echo-area.
28872
28873 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28874 backward compatibility and make obsolete.
28875 (tooltip-help-tips): Use tooltip-use-echo-area.
28876 (tooltip-show-help-function): Rename to...
28877 (tooltip-show-help): ...this, because it is a function.
28878 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28879
28880 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28881
28882 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28883 (edebug-print-length, edebug-print-level, edebug-print-circle)
28884 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28885 (edebug-eval-print-last-sexp): Doc fixes.
28886
28887 2005-06-14 Kim F. Storm <storm@cua.dk>
28888
28889 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28890 as the coverage buffer/file/both may change.
28891
28892 2005-06-14 Lute Kamstra <lute@gnu.org>
28893
28894 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28895 and run-mode-hooks. Simplify.
28896
28897 * mail/rmailedit.el (rmail-edit-mode):
28898 * progmodes/octave-inf.el (inferior-octave-mode):
28899 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28900
28901 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28902 and run-mode-hooks.
28903 (recentf-edit-list, recentf-open-files): Don't call
28904 kill-all-local-variables directly.
28905
28906 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28907
28908 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28909
28910 * emacs-lisp/byte-run.el (make-obsolete)
28911 (define-obsolete-function-alias): Rename arguments FUNCTION and
28912 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28913 (make-obsolete-variable, define-obsolete-variable-alias):
28914 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28915 respectively.
28916
28917 * isearchb.el (isearchb-activate):
28918 * pcvs.el (cvs-mode):
28919 * ses.el (ses-load):
28920 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28921 * net/tramp.el (tramp-find-file-exists-command)
28922 (tramp-find-shell):
28923 * progmodes/ada-mode.el (ada-create-case-exception)
28924 (ada-create-case-exception-substring, ada-make-subprogram-body):
28925 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28926 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28927 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28928 * textmodes/org.el (org-promote, org-evaluate-time-range)
28929 (org-agenda-next-date-line, org-agenda-previous-date-line)
28930 (org-agenda-error, org-open-at-point, org-table-move-row)
28931 (org-format-table-table-html-using-table-generate-source)
28932 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28933 * textmodes/reftex.el (reftex-access-scan-info):
28934 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28935 (reftex-toc-promote-prepare): Follow error conventions.
28936
28937 * diff-mode.el (diff-mode): Fix typo in docstring.
28938
28939 * forms.el (forms--intuit-from-file): Fix reference to
28940 `forms-number-of-fields' in error message.
28941 (forms-print): Fix quoting in error message.
28942
28943 * forms.el (forms-mode):
28944 * emulation/vi.el (vi-goto-insert-state):
28945 * progmodes/flymake.el (flymake-new-err-info)
28946 (flymake-start-syntax-check-for-current-buffer)
28947 (flymake-simple-cleanup):
28948 * eshell/esh-var.el (eshell/export):
28949 * progmodes/gud.el (xdb):
28950 * textmodes/flyspell.el (flyspell-incorrect-hook)
28951 (flyspell-maybe-correct-transposition)
28952 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28953
28954 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28955
28956 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28957 minibuffer prompt.
28958
28959 2005-06-13 Kim F. Storm <storm@cua.dk>
28960
28961 * subr.el (add-to-ordered-list): New defun.
28962
28963 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28964 add cua--keymap-alist to emulation-mode-map-alists.
28965
28966 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28967
28968 * subr.el (complete-in-turn): New macro.
28969 (dynamic-completion-table, lazy-completion-table): Add debug info.
28970
28971 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28972 in preference to face aliases.
28973
28974 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28975 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28976 Remove unused vars `start' and `firstline'.
28977 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28978 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28979
28980 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28981
28982 * cus-start.el (all): Don't complain about missing GTK-related
28983 variables, unless either `gtk' is boundp or this isn't a
28984 `windows-nt' build.
28985
28986 2005-06-13 Lute Kamstra <lute@gnu.org>
28987
28988 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28989 run-mode-hooks.
28990
28991 * ediff-mult.el (ediff-meta-mode):
28992 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28993
28994 * ledit.el (ledit-mode): Use delay-mode-hooks.
28995
28996 * woman.el (woman-mode-line-format): Delete constant.
28997 (woman-mode-map): Initialize it properly.
28998 (woman-mode): Set mode-class property to special.
28999 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29000 Set major-mode and mode-name. Don't set mode-line-format directly.
29001 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29002
29003 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29004 string argument obsolete.
29005
29006 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29007
29008 * textmodes/org.el (org-CUA-compatible): New option.
29009 (org-disputed-keys): New variable.
29010 (org-key): New function.
29011 (orgtbl-make-binding): Add docstring to the created function.
29012 (org-mode): Set paragraph start/separate regexps.
29013 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29014 (org-archive-location, org-archive-mark-done)
29015 (org-archive-stamp-time): New options.
29016 (org-archive-subtree): New command.
29017 (org-fill-paragraph): New function.
29018 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29019 (org-fake-empty-table-line): Function removed.
29020 (org-format-org-table-html): Do not create empty table lines at
29021 separator lines. Improved table header treatment.
29022 (org-link-format): New option.
29023 (org-make-link): New function.
29024 (org-insert-link, org-store-link): Use org-make-link.
29025 (org-open-file): Quote file name for shell command, to allow
29026 spaces in file names.
29027 (org-link-regexp): Fix bug with mailto link.
29028 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29029 New constants.
29030 (org-export-as-html): Deal with the optional angles around a link.
29031 Better treatment of file: links.
29032 (org-open-at-point): Replace @{ and @} with < and >.
29033 (org-run-mode-hooks): Function removed.
29034 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29035
29036 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29037
29038 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29039 MI command -data-list-register-values.
29040 (gdb-post-prompt): Indent properly.
29041
29042 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29043
29044 * hilit-chg.el (highlight-changes-colors): Rename from
29045 `highlight-changes-colours'.
29046 (highlight-changes-colours): Keep as obsolete alias.
29047 (highlight-changes-face-list): Doc fix.
29048 (hilit-chg-make-list): Use `highlight-changes-colors'.
29049
29050 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29051
29052 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29053 defun-prompt-regexp.
29054
29055 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29056
29057 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29058 and cygwin.
29059
29060 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29061 Don't use an old loaddefs.el, as in Makefile.in.
29062
29063 2005-06-12 Lute Kamstra <lute@gnu.org>
29064
29065 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29066
29067 * man.el (Man-mode-map): Initialize it properly.
29068 (Man-mode): Set mode-class property to special.
29069
29070 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29071
29072 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29073
29074 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29075 A newline is needed in the docstring there.
29076
29077 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29078 Doc fixes.
29079
29080 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29081
29082 * printing.el: Doc fix. The menubar is no more changed when printing
29083 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29084 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29085 (pr-version): New version number (6.8.4).
29086 (pr-menu-bind): New command.
29087 (pr-update-menus): Docstring and code fix.
29088 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29089 Docstring fix.
29090 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29091 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29092
29093 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29094
29095 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29096 "Returns" to "return", document useful return values, etc.
29097
29098 2005-06-11 Alan Mackenzie <acm@muc.de>
29099
29100 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29101 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29102 (adaptive-file-function): Minor amendment to doc-string.
29103
29104 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29105
29106 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29107 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29108 Fix :type--it is `integer', not `string'.
29109
29110 * faces.el (modeline-highlight): Rename from (the erroneous)
29111 `modeline-higilight'.
29112
29113 2005-06-11 Lute Kamstra <lute@gnu.org>
29114
29115 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29116 lisp-interaction-mode-map but make it the parent.
29117 (edebug-eval-mode): Use define-derived-mode.
29118
29119 2005-06-11 Andreas Schwab <schwab@suse.de>
29120
29121 * bindings.el: Add binding of `ESC functionkey' for every
29122 `M-functionkey'.
29123 * hexl.el (hexl-mode-map): Likewise.
29124
29125 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29126
29127 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29128 [msft]: update regexp for newer msft compilers.
29129
29130 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29131
29132 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29133 ATTLIST portions of included DTDs.
29134 (xml-parse-dtd): Eliminate use of inefficient match-data.
29135
29136 2005-06-10 Miles Bader <miles@gnu.org>
29137
29138 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29139 (mpuz-text): Remove "-face" suffix from face names.
29140 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29141 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29142 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29143
29144 * play/gomoku.el (gomoku-O, gomoku-X):
29145 Remove "-face" suffix from face names.
29146 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29147 New backward-compatibility aliases for renamed faces.
29148 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29149
29150 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29151
29152 * thumbs.el: Fixes for changes of 2005-06-09.
29153 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29154 as a directory.
29155 (thumbs-thumbname): Remove directory separator from format string;
29156 `thumbs-thumbsdir' now returns a valid directory name.
29157 (thumbs-temp-dir): New defsubst.
29158 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29159 Use it.
29160
29161 * cus-edit.el (minibuffer):
29162 * files.el (make-backup-file-name-function):
29163 * filesets.el (filesets-external-viewers):
29164 * hilit-chg.el (highlight-changes-colours)
29165 (highlight-changes-face-list, highlight-changes-rotate-faces):
29166 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29167 * kmacro.el (kmacro-call-macro):
29168 * log-edit.el (log-edit-changelog-full-paragraphs):
29169 * mouse.el (mouse-1-click-follows-link):
29170 * skeleton.el (skeleton-autowrap):
29171 * subr.el (insert-for-yank-1):
29172 * tempo.el (tempo-insert-region):
29173 * terminal.el (terminal-emulator):
29174 * time.el (display-time-mail-face):
29175 * vc.el (vc-annotate):
29176 * vcursor.el (vcursor-copy-line):
29177 * woman.el (woman-bold-headings, woman-ignore)
29178 (woman-default-faces, woman-monochrome-faces):
29179 * calendar/todo-mode.el (todo-insert-threshold):
29180 * emulation/pc-select.el (pc-select-selection-keys-only)
29181 (pc-selection-mode):
29182 * emulation/vip.el (vip-find-char-forward):
29183 * emulation/viper-cmd.el (viper-find-char-forward):
29184 * international/mule-cmds.el
29185 (select-safe-coding-system-accept-default-p)
29186 (input-method-exit-on-invalid-key):
29187 * international/mule-diag.el (describe-coding-system):
29188 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29189 * net/browse-url.el (browse-url-xterm-program):
29190 * obsolete/lazy-lock.el (lazy-lock-mode):
29191 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29192 (cperl-mode):
29193 * progmodes/cpp.el (cpp-face-light-name-list)
29194 (cpp-face-dark-name-list):
29195 * progmodes/delphi.el (delphi-newline-always-indents):
29196 Fix spellings in docstrings.
29197
29198 * ido.el (ido-mode, ido-file-extensions-order)
29199 (ido-default-file-method, ido-default-buffer-method)
29200 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29201 (ido-decorations, ido-read-file-name-as-directory-commands)
29202 (ido-read-file-name-non-ido, ido-work-directory-list)
29203 (ido-ignore-item-temp-list, ido-current-directory)
29204 (ido-magic-forward-char, ido-enter-find-file)
29205 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29206 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29207
29208 2005-06-10 Lute Kamstra <lute@gnu.org>
29209
29210 * play/dunnet.el (dun-mode): Use define-derived-mode.
29211 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29212 obsolete alias.
29213
29214 * play/doctor.el (doctor-mode-map): Remove defvar.
29215 (doctor-mode): Use define-derived-mode.
29216
29217 * mail/mspools.el (mspools-mode):
29218 * net/eudc-hotlist.el (eudc-hotlist-mode):
29219 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29220
29221 2005-06-10 Miles Bader <miles@gnu.org>
29222
29223 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29224 Remove "-face" suffix from face names.
29225 (flyspell-incorrect-face, flyspell-duplicate-face):
29226 New backward-compatibility aliases for renamed faces.
29227 (flyspell-mode-on, make-flyspell-overlay)
29228 (flyspell-highlight-incorrect-region)
29229 (flyspell-highlight-duplicate-region)
29230 (flyspell-display-next-corrections)
29231 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29232
29233 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29234 from face name.
29235 (texinfo-heading-face): New backward-compatibility alias for
29236 renamed face.
29237 (texinfo-heading-face): Use renamed texinfo-heading face.
29238
29239 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29240 suffix from face names.
29241 (tex-math-face, tex-verbatim-face):
29242 New backward-compatibility aliases for renamed faces.
29243 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29244 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29245 literal face name.
29246
29247 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29248 name.
29249 (table-cell-face): New backward-compatibility alias for renamed face.
29250 (table--put-cell-face-property, table--update-cell-face):
29251 Use renamed table-cell face.
29252
29253 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29254 from face name.
29255 (sgml-namespace-face): New backward-compatibility alias for
29256 renamed face.
29257 (sgml-namespace-face): Use renamed sgml-namespace face.
29258
29259 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29260 (org-level-4, org-level-5, org-level-6, org-level-7)
29261 (org-level-8, org-warning, org-headline-done)
29262 (org-deadline-announce, org-scheduled-today)
29263 (org-scheduled-previously, org-link, org-done, org-table)
29264 (org-time-grid): Remove "-face" suffix from face names.
29265 (org-level-1-face, org-level-2-face, org-level-3-face)
29266 (org-level-4-face, org-level-5-face, org-level-6-face)
29267 (org-level-7-face, org-level-8-face, org-warning-face)
29268 (org-headline-done-face, org-deadline-announce-face)
29269 (org-scheduled-today-face, org-scheduled-previously-face)
29270 (org-link-face, org-done-face, org-table-face)
29271 (org-time-grid-face):
29272 New backward-compatibility aliases for renamed faces.
29273 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29274 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29275 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29276 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29277
29278 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29279 (viper-minibuffer-emacs, viper-minibuffer-insert)
29280 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29281 (viper-search-face, viper-replace-overlay-face)
29282 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29283 (viper-minibuffer-vi-face):
29284 New backward-compatibility aliases for renamed faces.
29285 (viper-search-face, viper-replace-overlay-face)
29286 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29287 (viper-minibuffer-vi-face): Use renamed viper faces.
29288
29289 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29290 Remove "-face" suffix from face names.
29291 (testcover-nohits-face, testcover-1value-face):
29292 New backward-compatibility aliases for renamed faces.
29293 (testcover-mark): Use renamed testcover faces.
29294
29295 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29296 face name.
29297 (diary-button-face): New backward-compatibility alias for renamed face.
29298 (diary-entry): Use renamed diary-button face.
29299
29300 * calendar/calendar.el (diary, calendar-today, holiday)
29301 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29302 (diary-face, calendar-today-face, holiday-face):
29303 New backward-compatibility aliases for renamed faces.
29304 (eval-after-load "facemenu", diary-entry-marker)
29305 (calendar-today-marker, calendar-holiday-marker, diary-face):
29306 Use renamed calendar faces.
29307
29308 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29309 (compare-windows-face): New backward-compatibility alias for
29310 renamed face.
29311 (compare-windows-highlight): Use renamed compare-windows face.
29312
29313 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29314 (strokes-char-face): New backward-compatibility alias for renamed face.
29315 (strokes-encode-buffer): Use renamed strokes-char face.
29316
29317 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29318 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29319 Remove "-face" suffix from face names.
29320 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29321 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29322 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29323 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29324 Use renamed pcvs faces.
29325 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29326 * pcvs-defs.el (cvs-mode-map): Likewise.
29327 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29328
29329 * info.el (info-title-1, info-title-2, info-title-3)
29330 (info-title-4): Remove "-face" suffix from and downcase face names.
29331 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29332 (Info-title-4-face):
29333 New backward-compatibility aliases for renamed faces.
29334 (Info-fontify-node): Use renamed info faces.
29335
29336 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29337 Remove "-face" suffix from face names.
29338 (highlight-changes-face, highlight-changes-delete-face):
29339 New backward-compatibility aliases for renamed faces.
29340 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29341 (hilit-chg-make-list): Use renamed highlight-changes faces.
29342
29343 * generic-x.el (show-tabs-tab, show-tabs-space):
29344 Remove "-face" suffix from face names.
29345 (show-tabs-tab-face, show-tabs-space-face):
29346 New backward-compatibility aliases for renamed faces.
29347 (show-tabs-generic-mode-font-lock-defaults-1)
29348 (show-tabs-generic-mode-font-lock-defaults-2):
29349 Use renamed show-tabs faces.
29350
29351 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29352 (smerge-markers): Remove "-face" suffix from face names.
29353 (smerge-mine-face, smerge-other-face, smerge-base-face)
29354 (smerge-markers-face):
29355 New backward-compatibility aliases for renamed faces.
29356 (smerge-mine-face, smerge-other-face, smerge-base-face)
29357 (smerge-markers-face): Use renamed smerge faces.
29358
29359 * log-view.el (log-view-file, log-view-message): Remove "-face"
29360 suffix from face names.
29361 (log-view-file-face, log-view-message-face):
29362 New backward-compatibility aliases for renamed faces.
29363 (log-view-file-face, log-view-message-face): Use renamed log-view
29364 faces.
29365
29366 * paren.el (show-paren-match, show-paren-mismatch):
29367 Remove "-face" suffix from face names.
29368 (show-paren-match-face, show-paren-mismatch-face):
29369 New backward-compatibility aliases for renamed faces.
29370 (show-paren-function): Use renamed show-paren faces.
29371
29372 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29373 (ruler-mode-margins, ruler-mode-fringes)
29374 (ruler-mode-column-number, ruler-mode-fill-column)
29375 (ruler-mode-comment-column, ruler-mode-goal-column)
29376 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29377 suffix from face names.
29378 (ruler-mode-default-face, ruler-mode-pad-face)
29379 (ruler-mode-margins-face, ruler-mode-fringes-face)
29380 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29381 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29382 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29383 New backward-compatibility aliases for renamed faces.
29384 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29385 (ruler-mode-column-number, ruler-mode-fill-column)
29386 (ruler-mode-comment-column, ruler-mode-goal-column)
29387 (ruler-mode-tab-stop, ruler-mode-current-column)
29388 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29389 faces.
29390
29391 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29392 face name.
29393 (whitespace-highlight-the-space): Use renamed face.
29394 (whitespace-highlight-face): New backward-compatibility alias for
29395 renamed face.
29396
29397 * woman.el (woman-italic, woman-bold, woman-unknown)
29398 (woman-addition, woman-symbol-face):
29399 Remove "-face" suffix from face names.
29400 (woman-italic-face, woman-bold-face, woman-unknown-face)
29401 (woman-addition-face):
29402 New backward-compatibility aliases for renamed faces.
29403 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29404 (woman-decode-region, woman-replace-match)
29405 (woman-display-extended-fonts, woman-special-characters)
29406 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29407 Use renamed woman faces.
29408
29409 * longlines.el (longlines-visible-face): Face removed.
29410
29411 * diff-mode.el (diff-header, diff-file-header, diff-index)
29412 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29413 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29414 suffix from face names.
29415 (diff-header-face, diff-file-header-face, diff-index-face)
29416 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29417 (diff-changed-face, diff-function-face, diff-context-face)
29418 (diff-nonexistent-face): New backward-compatibility aliases for
29419 renamed faces.
29420 (diff-header-face, diff-file-header-face)
29421 (diff-index, diff-index-face, diff-hunk-header)
29422 (diff-hunk-header-face, diff-removed, diff-removed-face)
29423 (diff-added, diff-added-face, diff-changed-face, diff-function)
29424 (diff-function-face, diff-context-face, diff-nonexistent)
29425 (diff-nonexistent-face): Use renamed diff-mode faces.
29426
29427 * progmodes/compile.el (compilation-warning-face)
29428 (compilation-info-face): Remove "-face" suffix from face names.
29429 (compilation-warning-face, compilation-info-face):
29430 New backward-compatibility aliases for renamed faces.
29431 (compilation-warning-face, compilation-info-face):
29432 Use renamed compilation faces.
29433
29434 * add-log.el (change-log-date, change-log-name)
29435 (change-log-email, change-log-file, change-log-list)
29436 (change-log-conditionals, change-log-function)
29437 (change-log-acknowledgement): Remove "-face" suffix from face names.
29438 (change-log-date-face, change-log-name-face)
29439 (change-log-email-face, change-log-file-face)
29440 (change-log-list-face, change-log-conditionals-face)
29441 (change-log-function-face, change-log-acknowledgement-face):
29442 New backward-compatibility aliases for renamed faces.
29443 (change-log-font-lock-keywords): Use renamed change-log faces.
29444
29445 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29446 (custom-set, custom-changed, custom-saved, custom-button)
29447 (custom-button-pressed, custom-documentation, custom-state)
29448 (custom-comment, custom-comment-tag, custom-variable-tag)
29449 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29450 (custom-group-tag): Remove "-face" suffix from face names.
29451 (custom-magic-alist, custom-magic-value-create)
29452 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29453 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29454 (custom-set-face, custom-changed-face, custom-saved-face)
29455 (custom-button-face, custom-button-pressed-face)
29456 (custom-documentation-face, custom-state-face)
29457 (custom-comment-face, custom-comment-tag-face)
29458 (custom-variable-tag-face, custom-variable-button-face)
29459 (custom-face-tag-face, custom-group-tag-face-1)
29460 (custom-group-tag-face):
29461 New backward-compatibility aliases for renamed faces.
29462
29463 * wid-edit.el (widget-documentation, widget-button)
29464 (widget-field, widget-single-line-field, widget-inactive)
29465 (widget-button-pressed): "-face" suffix removed from face names.
29466 (widget-documentation-face, widget-button-face)
29467 (widget-field-face, widget-single-line-field-face)
29468 (widget-inactive-face, widget-button-pressed-face):
29469 New backward-compatibility aliases for renamed faces.
29470 (widget-documentation-face, widget-button-face)
29471 (widget-button-pressed-face, widget-specify-field)
29472 (widget-specify-inactive): Use renamed widget faces.
29473
29474 2005-06-10 Kenichi Handa <handa@m17n.org>
29475
29476 * term/x-win.el (x-clipboard-yank): Remove condition-case
29477 wrapping.
29478
29479 2005-06-11 Kenichi Handa <handa@m17n.org>
29480
29481 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29482 date lines stricter.
29483
29484 2005-06-10 Zhang Wei <id.brep@gmail.com>
29485
29486 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29487 of x-get-selection.
29488
29489 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29490
29491 * comint.el (comint-mode, comint-snapshot-last-prompt):
29492 * frame.el (frame-current-scroll-bars):
29493 * term.el (term-mode, term-check-proc, term-input-sender)
29494 (term-simple-send, term-extract-string, term-word)
29495 (term-match-partial-filename):
29496 * window.el (window-current-scroll-bars):
29497 * emulation/cua-base.el (cua-normal-cursor-color)
29498 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29499 (cua-global-mark-cursor-color):
29500 * mail/undigest.el (rmail-forward-separator-regex):
29501 Fix typos in docstrings.
29502
29503 * comint.el (comint-check-proc, make-comint-in-buffer)
29504 (comint-source-default): Doc fixes.
29505
29506 * term.el (term-send-string): Improve argument/docstring consistency.
29507
29508 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29509
29510 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29511 call to `delete-region'.
29512 (comint-mode-hook): Do not enable Font Lock by default.
29513
29514 2005-06-09 Lute Kamstra <lute@gnu.org>
29515
29516 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29517 could be void.
29518
29519 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29520
29521 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29522 (debug): Use it.
29523 (debugger-step-through, debugger-continue, debugger-jump)
29524 (debugger-return-value): Set it when needed.
29525 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29526 Use inhibit-read-only.
29527
29528 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29529
29530 * window.el (shrink-window-if-larger-than-buffer)
29531 (window-size-fixed): Fix typo in docstring.
29532
29533 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29534 thumbnails directory on loading.
29535 (thumbs-conversion-program): Use `eq' to check the system type,
29536 not `equal'.
29537 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29538 not "/tmp". Fix docstring.
29539 (thumbs-thumbsdir): New function to return the thumbnails
29540 directory, creating it if needed.
29541 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29542 (thumbs-temp-file): Delete variable and make it into a function.
29543 (thumbs-resize-image, thumbs-modify-image): Use it.
29544 (thumbs-kill-buffer): Simplify.
29545 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29546 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29547 docstrings.
29548
29549 2005-06-09 Kim F. Storm <storm@cua.dk>
29550
29551 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29552 set-match-data to free markers in match-data.
29553
29554 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29555 match-data to unchain markers in match-data.
29556
29557 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29558
29559 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29560 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29561 unnecessary now.
29562
29563 2005-06-08 Richard M. Stallman <rms@gnu.org>
29564
29565 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29566 give the variable a doc string that doesn't say don't set it directly.
29567
29568 * textmodes/ispell.el (ispell-check-version):
29569 Use match-string-no-properties.
29570 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29571 (ispell-buffer-local-words): Likewise.
29572
29573 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29574 except on terminals with enough colors to really display it.
29575 (makefile-dependency-regex): Delete spurious `bb'.
29576
29577 * faces.el (escape-glyph): Use blue once again in last case.
29578 (no-break-space): Redefine so that it isn't invisible on a tty.
29579
29580 2005-06-08 Kim F. Storm <storm@cua.dk>
29581
29582 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29583 also when reading directory name.
29584
29585 2005-06-08 Lute Kamstra <lute@gnu.org>
29586
29587 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29588 (flyspell-mode-line-string): Remove autoload cookie.
29589 (flyspell-mode): Remove defvar.
29590
29591 2005-06-07 Lute Kamstra <lute@gnu.org>
29592
29593 * textmodes/org.el (org-run-mode-hooks): New function.
29594 (org-agenda-mode): Use it.
29595
29596 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29597
29598 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29599
29600 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29601
29602 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29603
29604 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29605
29606 * font-lock.el (font-lock-add-keywords): Doc fix.
29607
29608 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29609
29610 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29611 (tex-compile-default): In the absence of any history, use the order in
29612 tex-compile-alist to choose the preferred command.
29613 (tex-compile-commands): Reorder a bit.
29614
29615 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29616 (flyspell-incorrect-face, flyspell-duplicate-face):
29617 Use (X)Emacs-agnostic code.
29618 (flyspell-mode-map): Don't overwrite at each load. Remove code
29619 redundant with the subsequent add-minor-mode. Merge Emacs and
29620 XEmacs code.
29621 (flyspell-word): Minor simplification.
29622 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29623 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29624 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29625 Merge the corresponding Emacs code.
29626 (flyspell-correct-word, flyspell-xemacs-popup):
29627 Use flyspell-do-correct.
29628
29629 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29630 a dedicated window.
29631
29632 * international/latexenc.el (latexenc-find-file-coding-system):
29633 Undo part of last patch, to turn off a compiler warning.
29634
29635 2005-06-06 Juri Linkov <juri@jurta.org>
29636
29637 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29638 Rename `tmm-inactive-face' to `tmm-inactive'.
29639
29640 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29641
29642 * iswitchb.el: Rename faces.
29643
29644 2005-06-06 Kim F. Storm <storm@cua.dk>
29645
29646 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29647 (cua-global-mark): Remove -face suffix from face names.
29648
29649 * emulation/cua-gmrk.el (cua--init-global-mark):
29650 Remove cua-global-mark face setup.
29651
29652 2005-06-06 Richard M. Stallman <rms@gnu.org>
29653
29654 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29655 just like other allowed characters.
29656 (makefile-match-dependency): Exclude leading and training whitespace
29657 from the range of regexp subexp 1.
29658 (makefile-macroassign-regex): Don't try to match the body,
29659 just the name of the macro being defined.
29660
29661 * info.el (Info-read-node-name-2): New function.
29662 (Info-read-node-name-1): Use that.
29663 Add a completion-base-size-function property.
29664
29665 * simple.el (completion-setup-function): Look for
29666 completion-base-size-function property of minibuffer-completion-table.
29667
29668 * files.el (locate-file-completion): Doc fix.
29669
29670 * printing.el: Don't call pr-update-menus; user must do that.
29671
29672 * emacs-lisp/debug.el (debugger-window): New variable.
29673 (debug): Use debugger-window if it is set and still alive.
29674 Record debugger-window for next entry.
29675
29676 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29677
29678 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29679
29680 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29681 (hack-one-local-variable, hack-local-variables)
29682 (hack-local-variables-prop-line): Pass that arg.
29683
29684 2005-06-06 Kim F. Storm <storm@cua.dk>
29685
29686 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29687 (ido-indicator): Remove -face suffix from face names.
29688
29689 2005-06-06 Juri Linkov <juri@jurta.org>
29690
29691 * font-lock.el (font-lock-regexp-backslash)
29692 (font-lock-regexp-backslash-construct): New faces.
29693 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29694 after `('. Add `while-no-input' to control structures.
29695
29696 * faces.el (no-break-space, shadow): New faces.
29697 (escape-glyph): Use less loud colors pink2 and red4.
29698
29699 * diff-mode.el (diff-context-face)
29700 * dired.el (dired-ignored)
29701 * rfn-eshadow.el (file-name-shadow)
29702 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29703
29704 * info.el (Info-title-1-face): Use green instead of yellow because
29705 bold yellow is not readable on light backgrounds.
29706
29707 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29708 before selecting the desired mode to not spend time fontifying
29709 old contents.
29710
29711 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29712
29713 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29714 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29715
29716 * ps-print.el (ps-default-fg, ps-default-bg):
29717 Fix typos in docstrings.
29718
29719 * isearchb.el (isearchb): Don't pass a spurious second argument to
29720 `iswitchb-completions'.
29721
29722 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29723
29724 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29725 to preserve point.
29726 (gdb-find-file-hook): Add doc string.
29727
29728 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29729 C dereferenced pointer expression.
29730 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29731
29732 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29733
29734 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29735 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29736 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29737 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29738 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29739 Make background transparent.
29740
29741 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29742
29743 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29744 (font-lock-remove-keywords): Doc fix.
29745 (font-lock-mode-major-mode): Compiler defvar.
29746 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29747
29748 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29749 (font-lock-mode): Update `font-lock-mode-major-mode'.
29750 (font-lock-set-defaults): Compiler defvar.
29751 (font-lock-default-function): Take `font-lock-mode-major-mode'
29752 into account.
29753
29754 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29755 keep track of which major mode it enabled the minor mode for.
29756 Use find-file-hook again. Update docstring.
29757
29758 * simple.el (eval-expression-print-level)
29759 (eval-expression-print-length, eval-expression-debug-on-error):
29760 Doc fixes.
29761
29762 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29763
29764 * iswitchb.el (iswitchb-single-match-face)
29765 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29766 (iswitchb-invalid-regexp-face): New faces.
29767 (iswitchb-completions): Use them.
29768 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29769 now marked as an obsolete alias.
29770 (iswitchb-read-buffer): Remove check for bound font variables.
29771 (iswitchb-invalid-regexp): New free variable.
29772 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29773 set iswitchb-invalid-regexp.
29774 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29775 invalid regexps.
29776 (iswitchb-completions): Add check for complete match when entering
29777 a regexp.
29778 (iswitchb-completions): Remove require-match argument.
29779 (iswitchb-exhibit): Fix caller.
29780 (iswitchb-common-match-inserted): New variable.
29781 (iswitchb-complete, iswitchb-completion-help): Use it.
29782
29783 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29784
29785 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29786 Use `url-http-debug' instead of `message'.
29787
29788 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29789
29790 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29791 as a callback argument.
29792
29793 2005-06-04 Kim F. Storm <storm@cua.dk>
29794
29795 * simple.el (line-move): Only call sit-for when moving backwards.
29796
29797 * ido.el (ido-make-merged-file-list-1): New defun split from
29798 ido-make-merged-file-list.
29799 (ido-make-merged-file-list): Bind throw-on-input around call to
29800 ido-make-merged-file-list-1. Return input-pending-p if
29801 interrupted by more input available.
29802 (ido-read-internal): Handle input-pending-p return value from
29803 ido-make-merged-file-list.
29804
29805 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29806
29807 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29808 compatibility code.
29809
29810 * international/latexenc.el (latexenc-find-file-coding-system):
29811 Don't inherit the EOL part of the coding-system from the
29812 tex-main buffer. Fit within 80 columns.
29813
29814 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29815
29816 * tmm.el (tmm-inactive-face): New face.
29817 (tmm-remove-inactive-mouse-face): New function.
29818 (tmm-prompt, tmm-add-one-shortcut)
29819 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29820 but not selectable.
29821
29822 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29823
29824 * faces.el (face-equal): Improve argument/docstring consistency.
29825
29826 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29827
29828 * progmodes/make-mode.el (makefile-targets-face)
29829 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29830 (makefile-bsdmake-dependency-regex)
29831 (makefile-makepp-rule-action-regex)
29832 (makefile-bsdmake-rule-action-regex): New constants.
29833 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29834
29835 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29836 Allow (...) within `...' for makepp messages.
29837
29838 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29839
29840 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29841
29842 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29843 "." files are deleted from all file lists before comparison.
29844
29845 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29846 (viper-ESC-key): Made them customizable.
29847
29848 * emulation/viper.el (viper-non-hook-settings):
29849 Fix the names of defadvices.
29850
29851 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29852
29853 * autorevert.el (auto-revert-buffers): Use save-match-data.
29854
29855 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29856
29857 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29858 menu items with a nil command binding.
29859
29860 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29861
29862 * emacs-lisp/cl-macs.el (defsetf):
29863 Improve argument/docstring consistency.
29864
29865 * faces.el (list-faces-display): Improve the formatting by
29866 computing the maximum length required for any face-name (reworked
29867 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29868 (internal-find-face): Remove redundant info in docstring.
29869
29870 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29871
29872 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29873 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29874 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29875 (gdb-assembler-custom): Improve regexps.
29876 (def-gdb-auto-update-handler): Use window point to preserve point.
29877
29878 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29879
29880 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29881
29882 2005-05-31 Jay Belanger <belanger@truman.edu>
29883
29884 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29885 to calc-embedded.
29886 (calc-embedded-make-info): Have plain prefix argument select
29887 entire line.
29888
29889 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29890
29891 * faces.el (list-faces-display): Signal error if passed a regexp
29892 that matches no face name.
29893
29894 * simple.el (filter-buffer-substring): Fix typo in docstring.
29895
29896 2005-05-31 Richard M. Stallman <rms@gnu.org>
29897
29898 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29899 (vhdl-emacs-21): Doc fix.
29900 (vhdl-mode): Unconditionally set comment-padding.
29901 (vhdl-fixup-whitespace-region): Insert spaces only where
29902 there are none.
29903 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29904
29905 2005-05-30 John Wiegley <johnw@newartisans.com>
29906
29907 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29908 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29909 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29910 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29911 `string-to-number'.
29912
29913 2005-05-30 Jay Belanger <belanger@truman.edu>
29914
29915 * calc/calc.el (calc-bug-address): Fix docstring.
29916 (calc-window-hook, calc-trail-window-hook): New variables.
29917 (calc-trail-display): Restore use of calc-trail-window-hook.
29918 (calc): Restore use of calc-window-hook.
29919
29920 2005-05-31 Masatake YAMATO <jet@gyve.org>
29921
29922 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29923
29924 * help-fns.el (help-C-file-name): Add autoload mark for
29925 `find-function-noselect'.
29926
29927 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29928
29929 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29930 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29931
29932 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29933
29934 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29935 included diary buffer if it was not already being visited.
29936 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29937
29938 * calendar/icalendar.el (top-level): Do not require appt.
29939
29940 * mail/supercite.el (sc-select-attribution): Only use a list
29941 element from sc-attrib-selection-list if it returns a string.
29942 Reported by Davide G. M. Salvetti <salve@debian.org>.
29943
29944 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29945
29946 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29947 includes a hash value to improve its uniqueness, and has a ".jpg"
29948 extension. Also, it is now a valid filename on all systems.
29949 (thumbs-make-thumb): Use `let', not `let*'.
29950 (thumbs-show-thumbs-list): Check for JPEG availability.
29951
29952 2005-05-30 Richard M. Stallman <rms@gnu.org>
29953
29954 * filesets.el (filesets-menu-ensure-use-cached):
29955 Prevent warning when emacs-version>= is undefined.
29956
29957 * printing.el (pr-interactive-n-up): Use string-to-number.
29958
29959 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29960
29961 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29962 Warn only when name to be defined is quoted.
29963
29964 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29965
29966 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29967 Make regexp more robust.
29968 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29969 Force regeneration of disassembly.
29970
29971 2005-05-29 Jay Belanger <belanger@truman.edu>
29972
29973 * calc/calc.el (calc-user-invocation): Check if
29974 calc-invocation-macro is non-nil.
29975
29976 2005-05-29 Juri Linkov <juri@jurta.org>
29977
29978 * add-log.el (change-log-font-lock-keywords):
29979 Add `+' to e-mail regexp to accept mail address with keywords.
29980
29981 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29982
29983 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29984
29985 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29986
29987 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29988
29989 2005-05-29 Richard M. Stallman <rms@gnu.org>
29990
29991 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29992 Undo the change that moves to end of the current word.
29993
29994 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29995
29996 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29997 Throw error when count <= 0 to ensure input is a number.
29998 (gdb-read-memory-custom): Pick up address from buffer.
29999 (gdb-memory-mode): Allow user to increment and decrement
30000 memory address from header line.
30001
30002 2005-05-29 Richard M. Stallman <rms@gnu.org>
30003
30004 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30005 (flyspell-auto-correct-previous-hook): Doc fix.
30006
30007 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30008 Do nothing if memory is full.
30009
30010 * font-lock.el (font-lock-fontify-syntactically-region):
30011 Pass t for GREEDY to looking-back.
30012
30013 * saveplace.el (save-place-alist-to-file): Write the file
30014 using write-region.
30015
30016 * subr.el (looking-back): New argument GREEDY.
30017
30018 * progmodes/compile.el (compilation-start): Set the mode
30019 before inserting the initial text.
30020
30021 * progmodes/which-func.el (which-func-update-1): Turn the mode
30022 off in case of error by setting which-func-mode.
30023
30024 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30025
30026 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30027 Narrow down to what's on the screen, and recenter overlays
30028 at the end of the next word.
30029
30030 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30031
30032 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30033 8Vars moved up.
30034 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30035 (flyspell-abbrev-p): Default to nil.
30036 (flyspell-use-global-abbrev-table-p): Doc fix.
30037 (flyspell-large-region): Allow nil as value.
30038 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30039
30040 (mail-mode-flyspell-verify): More robust handling
30041 of `mail-header-separator'. More efficient signature detection.
30042 Allow for regexp metacharacters in message-header-separator.
30043 Adding `To' not to be checked in mail-mode-flyspell-verify.
30044
30045 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30046 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30047 Bind flyspell-auto-correct-binding.
30048 Bind C-. and C-, .
30049 (flyspell-mode-map): Likewise.
30050 (flyspell-mode): Doc fix.
30051 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30052 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30053 (flyspell-word-cache-result): New var, always local.
30054 (flyspell-check-pre-word-p): Doc fix.
30055 (flyspell-check-changed-word-p): Handle spc like newline.
30056 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30057 (flyspell-word-search-backward, flyspell-word-search-forward):
30058 New functions.
30059 (flyspell-word): Return t if nothing to check.
30060 When parsing TeX code, check for after } or \.
30061 Use flyspell-word-search-backward to find previous word.
30062 Return nil if duplicated word.
30063 For word already checked, return same value as last time.
30064 Set flyspell-word-cache-result after checking.
30065 Don't clobber the return value.
30066 (flyspell-get-word): Major rewrite.
30067 (flyspell-external-point-words): New locals pword, pcount.
30068 Fix size used in progress message.
30069 Find the proper corresponding word in flyspell-large-region-buffer.
30070 (flyspell-region): Check for flyspell-large-region = nil.
30071 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30072 (flyspell-auto-correct-word): Check that WORD is a cons.
30073 (flyspell-correct-word): Likewise.
30074
30075 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30076
30077 * progmodes/make-mode.el (makefile-rule-action-regex)
30078 (makefile-macroassign-regex, makefile-makepp-mode)
30079 (makefile-bsdmake-mode): Continuation lines may be empty.
30080 Reported by Joshua Varner.
30081 (makefile-makepp-font-lock-keywords): Add $(stem).
30082
30083 2005-05-28 Karl Berry <karl@gnu.org>
30084
30085 * textmodes/tex-mode.el: Now that tex-send-command calls
30086 shell-quote-argument (2005-03-31 change), remove all calls to
30087 shell-quote-argument; they all end up invoking tex-send-command.
30088 The double quoting loses on filenames with non-safe characters,
30089 such as "@". Reported by Frederik Fouvry.
30090
30091 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30092
30093 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30094 about preserving point.
30095
30096 2005-05-27 Jay Belanger <belanger@truman.edu>
30097
30098 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30099 Info-goto-node.
30100
30101 * calc/calc-embed.el (calc-embed-arg): New variable.
30102 (calc-do-embedded-activate, calc-embedded-activate-formula)
30103 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30104 variable by new variable.
30105 (calc-embedded-make-info): Replace undeclared variable by new
30106 variable. When selecting region with positive prefix
30107 argument, use end of previous line instead of beginning of line.
30108
30109 * calc/calc-aent.el (calc-arg-values): Declare it.
30110
30111 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30112 Declare them.
30113
30114 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30115
30116 * calc/calc.el (calc-alg-map): Declare it.
30117
30118 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30119
30120 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30121
30122 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30123 (gdb-registers-buffer, toggle-gdb-all-registers):
30124 Toggle display of floating point registers.
30125 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30126
30127 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30128 (toggle-gud-tooltip-dereference):
30129 Rename from gud-toggle-tooltip-dereference.
30130
30131 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30132
30133 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30134
30135 2005-05-27 Jay Belanger <belanger@truman.edu>
30136
30137 * calc/calc-prog.el (calc-kbd-report): Remove.
30138 (calc-kbd-query): Rewrite.
30139
30140 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30141
30142 * image.el (image-library-alist): Move to image.c.
30143 (image-type-available-p): Doc fix.
30144
30145 2005-05-27 Lute Kamstra <lute@gnu.org>
30146
30147 * calc/calc.el (calc):
30148 * outline.el (outline-1, outline-2, outline-3, outline-4)
30149 (outline-5, outline-6, outline-7, outline-8):
30150 * textmodes/dns-mode.el (dns-mode):
30151 * textmodes/sgml-mode.el (sgml-namespace-face):
30152 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30153 (tex-verbatim-face, tex-use-reftex):
30154 * textmodes/texinfo.el (texinfo-heading-face):
30155 Specify customization group.
30156
30157 * longlines.el: Don't require easy-mmode.
30158 (longlines-visible-face): Specify customization group.
30159
30160 2005-05-27 Kenichi Handa <handa@m17n.org>
30161
30162 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30163 encoding table of windows-1251.
30164
30165 * international/ucs-tables.el (ucs-set-table-for-input):
30166 If translation-table-for-input of a coding system is a symbol, get
30167 its translation-table property.
30168
30169 * international/code-pages.el: Don't register a coding system into
30170 non-iso-charset-alist more than once.
30171 (cp-make-coding-system): Likewise.
30172
30173 2005-05-26 John Wiegley <johnw@newartisans.com>
30174
30175 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30176 `eshell-resume-eval' is wrapped in a list, it indicates that the
30177 command was run asynchronously. In that case, unwrap the value
30178 before checking the delimiter value.
30179
30180 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30181 character before a space at the end of a line is \, assume the space
30182 is part of the last argument rather than a final argument separator.
30183
30184 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30185 is in use, and the target is `t' or `nil' (which are the most common
30186 values), don't assume that the symbol target is a buffer.
30187
30188 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30189
30190 * calendar/calendar.el (calendar-mode-line-format):
30191 Use mode-line-highlight as mouse-face.
30192
30193 * time.el (display-time-string-forms, display-time-update):
30194 Use mode-line-highlight as mouse-face.
30195
30196 2005-05-26 Jay Belanger <belanger@truman.edu>
30197
30198 * calc/calc.el (calc-language-alist): Remove extra defvar.
30199
30200 2005-05-26 Lute Kamstra <lute@gnu.org>
30201
30202 * arc-mode.el (archive-mode):
30203 * bookmark.el (bookmark-read-annotation-mode)
30204 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30205 * bs.el (bs-mode):
30206 * calc/calc-yank.el (calc-edit-mode):
30207 * calc/calc.el (calc-mode, calc-trail-mode):
30208 * calculator.el (calculator-mode):
30209 * chistory.el (command-history-mode):
30210 * comint.el:
30211 * cus-edit.el (custom-mode):
30212 * descr-text.el (describe-text-mode):
30213 * ebuff-menu.el (Electric-buffer-menu-mode):
30214 * ediff-util.el (ediff-mode):
30215 * emacs-lisp/re-builder.el (reb-mode):
30216 * emulation/vi.el (vi-mode-setup):
30217 * emulation/ws-mode.el (wordstar-mode):
30218 * eshell/esh-mode.el (eshell-mode):
30219 * forms.el (forms-mode):
30220 * help-mode.el (help-mode):
30221 * hexl.el (hexl-mode):
30222 * ibuffer.el (ibuffer-mode):
30223 * ielm.el (inferior-emacs-lisp-mode):
30224 * info.el (Info-mode, Info-edit-mode):
30225 * international/swedish.el:
30226 * ledit.el (ledit-from-lisp-mode):
30227 * locate.el (locate-mode):
30228 * mail/rmail.el (rmail-mode):
30229 * mail/rmailedit.el (rmail-edit-mode):
30230 * mail/rmailsum.el (rmail-summary-mode):
30231 * mail/supercite.el (sc-electric-mode):
30232 * net/eudc.el (eudc-mode):
30233 * net/quickurl.el (quickurl-list-mode):
30234 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30235 * obsolete/ooutline.el (outline-mode):
30236 * obsolete/options.el (Edit-options-mode):
30237 * obsolete/rnews.el (news-mode):
30238 * obsolete/rnewspost.el (news-reply-mode):
30239 * play/5x5.el (5x5-mode):
30240 * play/decipher.el (decipher-mode, decipher-stats-mode):
30241 * play/gomoku.el (gomoku-mode):
30242 * play/snake.el (snake-mode):
30243 * play/solitaire.el (solitaire-mode):
30244 * play/tetris.el (tetris-mode):
30245 * progmodes/ada-mode.el (ada-mode):
30246 * progmodes/antlr-mode.el (antlr-mode):
30247 * progmodes/autoconf.el (autoconf-mode):
30248 * progmodes/dcl-mode.el (dcl-mode):
30249 * progmodes/delphi.el (delphi-mode):
30250 * progmodes/ebrowse.el (ebrowse-tree-mode)
30251 (ebrowse-electric-list-mode, ebrowse-member-mode)
30252 (ebrowse-electric-position-mode):
30253 * progmodes/f90.el (f90-mode):
30254 * progmodes/fortran.el (fortran-mode):
30255 * progmodes/icon.el (icon-mode):
30256 * progmodes/idlw-help.el (idlwave-help-mode):
30257 * progmodes/idlw-shell.el (idlwave-shell-mode):
30258 * progmodes/idlwave.el (idlwave-mode):
30259 * progmodes/inf-lisp.el (inferior-lisp-mode):
30260 * progmodes/m4-mode.el (m4-mode):
30261 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30262 * progmodes/modula2.el (modula-2-mode):
30263 * progmodes/octave-inf.el (inferior-octave-mode):
30264 * progmodes/octave-mod.el (octave-mode):
30265 * progmodes/pascal.el (pascal-mode):
30266 * progmodes/sh-script.el (sh-mode):
30267 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30268 * progmodes/vhdl-mode.el (vhdl-mode):
30269 * progmodes/xscheme.el (scheme-interaction-mode):
30270 * replace.el (occur-mode):
30271 * ses.el (ses-mode):
30272 * simple.el (completion-list-mode):
30273 * skeleton.el:
30274 * speedbar.el (speedbar-mode):
30275 * term.el (term-mode):
30276 * terminal.el (terminal-edit-mode):
30277 * textmodes/reftex-index.el (reftex-index-mode)
30278 (reftex-index-phrases-mode):
30279 * textmodes/reftex-sel.el (reftex-select-label-mode)
30280 (reftex-select-bib-mode):
30281 * textmodes/reftex-toc.el (reftex-toc-mode):
30282 * wdired.el (wdired-change-to-wdired-mode):
30283 * wid-browse.el (widget-browse-mode):
30284 Use run-mode-hooks.
30285
30286 * array.el (array-mode):
30287 * calendar/todo-mode.el (todo-mode):
30288 * man.el (Man-mode):
30289 * play/landmark.el (lm-mode):
30290 * play/mpuz.el (mpuz-mode):
30291 Use kill-all-local-variables and run-mode-hooks.
30292
30293 * subr.el (delay-mode-hooks): Specify indentation.
30294
30295 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30296
30297 * xml.el (xml-substitute-special): Don't die for undefined xml
30298 entities.
30299
30300 2005-05-26 Jay Belanger <belanger@truman.edu>
30301
30302 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30303 of nil.
30304
30305 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30306
30307 * progmodes/gdb-ui.el (gdb-frame-address):
30308 Rename from gdb-current-address.
30309 (gdb-previous-frame-address): Rename from gdb-previous-address.
30310 (gdb-selected-frame): Rename from gdb-current-frame.
30311 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30312 (gdb-frame-number): Rename from gdb-current-stack-level.
30313 (gdb-ann3): Match new mode-name for disassembly buffer.
30314 Extend initialization of variables.
30315 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30316 (gdb-memory-mode): Use mouse-face in header line.
30317 (gdb-assembler-buffer-name): Call it disassembly and give frame
30318 in mode line.
30319 (gdb-source-spec-regexp, gdb-assembler-custom)
30320 (gdb-invalidate-assembler, gdb-frame-handler):
30321 Make robust to leading zeroes in address format.
30322
30323 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30324
30325 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30326 define `org-mode'.
30327 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30328
30329 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30330
30331 * log-edit.el (log-edit-changelog-entries): Distinguish between
30332 filenames like xfns.c and fns.c.
30333
30334 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30335
30336 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30337 point after reverting.
30338 (Buffer-menu-make-sort-button): Handle the case where
30339 `Buffer-menu-use-header-line' is nil.
30340
30341 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30342
30343 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30344 New funcs. In minibuffer-local-completion-map bind `]', `/'
30345 and `:' to them.
30346
30347 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30348
30349 * startup.el (normal-top-level): Allow modification of load-path while
30350 we're iterating over it.
30351
30352 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30353
30354 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30355 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30356 (thumbs-resize-interactive, thumbs-insert-image)
30357 (thumbs-insert-thumb, thumbs-dired-show-marked)
30358 (thumbs-find-image-at-point, thumbs-delete-images)
30359 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30360 (thumbs-increment-image-size, thumbs-decrement-image-size):
30361 Fix typos in docstrings.
30362
30363 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30364
30365 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30366 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30367 (cperl-mode): Use them.
30368
30369 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30370
30371 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30372 Doc fixes.
30373
30374 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30375
30376 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30377 Bind C-d to gdb-inferior-io-eof.
30378
30379 * dired.el (dired-dnd-popup-notice): Use message-box.
30380
30381 2005-05-23 Masatake YAMATO <jet@gyve.org>
30382
30383 * bindings.el (mode-line-major-mode-keymap):
30384 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30385
30386 * faces.el (mode-line-highlight): New face.
30387
30388 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30389 as mouse-face.
30390
30391 * bindings.el (top-level, help-echo, mode-line-modified)
30392 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30393 as mouse-face.
30394
30395 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30396
30397 * progmodes/cc-engine.el (c-guess-basic-syntax):
30398 Remove spurious call to `zerop'.
30399
30400 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30401
30402 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30403
30404 CC Mode update to 5.30.10:
30405
30406 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30407 the point could go past the limit in decoration level 2, thereby
30408 causing errors during interactive fontification.
30409
30410 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30411 bug when the file is evaluated interactively.
30412
30413 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30414 declarations somewhat better in C++.
30415
30416 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30417 New helper macro to make use of `run-mode-hooks'
30418 which has been added in Emacs 21.1.
30419 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30420 (awk-mode): Use it.
30421 (make-local-hook): Suppress warning about obsoleteness.
30422
30423 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30424 (c-append-backslashes-forward, c-delete-backslashes-forward)
30425 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30426 Compensate for return value from `forward-line' when it has moved
30427 but not to a different line due to eob.
30428
30429 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30430 `objc-method-intro' and `objc-method-args-cont'.
30431
30432 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30433
30434 CC Mode update to 5.30.10:
30435
30436 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30437 address in the copyright statement. Incidentally, change "along with
30438 GNU Emacs" to "along with this program" where it occurs.
30439
30440 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30441 autoload, so that it is interactive, hence can be found by M-x awk-mode
30442 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30443 <gmorris+emacs@ast.cam.ac.uk>.
30444
30445 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30446 Mode's regexps.
30447
30448 2005-05-23 Kevin Ryde <user42@zip.com.au>
30449
30450 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30451 from c-parse-state, to avoid a lisp error (on bad code).
30452
30453 2005-05-23 Lute Kamstra <lute@gnu.org>
30454
30455 * subr.el (font-lock-defaults): Remove defvar as it's already
30456 defined in font-core.el.
30457
30458 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30459
30460 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30461
30462 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30463 more general and work when GDB variable "print pretty" is on,
30464 as with Emacs, for example.
30465
30466 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30467
30468 * font-core.el: Update comment.
30469
30470 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30471 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30472
30473 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30474
30475 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30476
30477 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30478 and `yank-handler' in the doc strings.
30479
30480 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30481
30482 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30483
30484 2005-05-22 Richard M. Stallman <rms@gnu.org>
30485
30486 * help.el (describe-key): Move print-help-return-message call
30487 out of conditional.
30488
30489 * progmodes/etags.el (list-tags): Use with-no-warnings.
30490
30491 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30492 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30493 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30494
30495 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30496
30497 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30498 Add defvar.
30499
30500 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30501 Use defvar, not defconst.
30502
30503 * hexl.el (hexl-follow-line): Use with-no-warnings.
30504
30505 * emulation/tpu-extras.el: Use write-file-functions instead of
30506 write-file-hooks.
30507
30508 * dired.el (dired-font-lock-keywords): Fontify files with junk
30509 extensions even if marked by -F.
30510
30511 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30512
30513 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30514 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30515 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30516 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30517 (concatenate, list-length, get*, getf, cl-remprop):
30518 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30519 (etypecase, progv, lexical-let, lexical-let*)
30520 (multiple-value-bind, multiple-value-setq, shiftf):
30521 Improve argument/docstring consistency.
30522
30523 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30524
30525 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30526
30527 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30528 doesn't exist.
30529
30530 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30531 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30532
30533 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30534
30535 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30536 already deleted variables: auto-fill-hook, blink-paren-hook,
30537 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30538 suspend-hooks, comment-indent-hook, meta-flag,
30539 before-change-function, after-change-function,
30540 font-lock-doc-string-face.
30541
30542 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30543
30544 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30545
30546 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30547
30548 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30549 rmail-dont-reply-to.
30550
30551 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30552
30553 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30554 literal blank when splitting new-header-values.
30555
30556 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30557
30558 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30559 string so that tmm doesn't create a completion entry for it.
30560
30561 * textmodes/table.el (table-disable-menu): Ditto.
30562
30563 2005-05-21 Richard M. Stallman <rms@gnu.org>
30564
30565 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30566
30567 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30568
30569 * net/rcompile.el (remote-compile): Use compilation-start.
30570
30571 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30572
30573 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30574
30575 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30576 Default to makefile-bsdmake-mode on BSD systems.
30577
30578 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30579 REGEXP may also be a search function now. The part of doc-string
30580 for describing the structure was 95% identical to that of
30581 `imenu--generic-function'. Unify it there.
30582
30583 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30584 Use function to find dependencies, because regexp alone is so complex,
30585 it easily goes into an endless loop.
30586 (makefile-makepp-mode): Also add submenu for Perl functions
30587 defined in the makefile.
30588 (makefile-bsdmake-mode): Special imenu-generic-expression no
30589 longer needed, due to function call.
30590 (makefile-match-dependency): Take BOUND into account when checking
30591 if we're through.
30592
30593 2005-05-20 Jay Belanger <belanger@truman.edu>
30594
30595 * calc/calc-units.el (calc-invalidate-units-table):
30596 Use inhibit-read-only.
30597 (math-build-units-table-buffer): Use view-mode.
30598
30599 2005-05-20 David Kastrup <dak@gnu.org>
30600
30601 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30602 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30603
30604 2005-05-20 Lute Kamstra <lute@gnu.org>
30605
30606 * diff-mode.el (diff-header-face, diff-file-header-face)
30607 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30608 (diff-added-face, diff-changed-face, diff-function-face)
30609 (diff-context-face, diff-nonexistent-face): Put them in the
30610 diff-mode customization group.
30611
30612 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30613
30614 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30615
30616 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30617
30618 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30619 Minor regexp-optimization.
30620
30621 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30622
30623 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30624 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30625 (org-agenda-add-time-grid-maybe): New function.
30626 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30627 (org-table-create): `dotimes' instead of `mapcar'.
30628 (org-xor): Simplify implementation.
30629 (org-agenda): `inhibit-redisplay' turned on.
30630 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30631 a consistent line after a state change.
30632 (org-agenda-remove-times-when-in-prefix): New option.
30633 (org-prefix-has-time): New variable.
30634 (org-parse-time-string): Optional argument NODEFAULT.
30635 (org-format-agenda-item): Parse items for time-of-day
30636 specifications and move these into the prefix if possible.
30637 (org-agenda-priority): Get current heading, not previous heading
30638 during agenda remote editing.
30639
30640 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30641
30642 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30643 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30644 (remove-duplicates, delete-duplicates, substitute)
30645 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30646 (nsubstitute-if-not, find, find-if, find-if-not, position)
30647 (position-if, position-if-not, count, count-if, count-if-not)
30648 (mismatch, search, sort*, stable-sort, merge, member*)
30649 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30650 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30651 (intersection, nintersection, set-difference, nset-difference)
30652 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30653 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30654 (nsublis, tree-equal): Improve argument/docstring consistency.
30655
30656 * subr.el (send-string, send-region): Remove obsolescence declaration.
30657 (window-dot, set-window-dot, read-input, show-buffer)
30658 (eval-current-buffer, string-to-int):
30659 Add release number to obsolescence declarations.
30660
30661 2005-05-19 Kim F. Storm <storm@cua.dk>
30662
30663 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30664 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30665
30666 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30667
30668 * faces.el (list-faces-display): Make back button respect optional
30669 regexp arg.
30670
30671 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30672
30673 * calculator.el (calculator-radix-grouping-mode)
30674 (calculator-radix-grouping-digits, calculator-displayer)
30675 (calculator-radix-grouping-separator, calculator-copy-displayer):
30676 * dabbrev.el (dabbrev-search-these-buffers-only):
30677 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30678 (diff-advance-after-apply-hunk, diff-mode-hook)
30679 (diff-minor-mode-prefix):
30680 * imenu.el (imenu-use-popup-menu):
30681 * jit-lock.el (jit-lock-context-time):
30682 * newcomment.el (comment-fill-column, comment-column)
30683 (comment-style, comment-padding, comment-multi-line)
30684 (comment-empty-lines, comment-auto-fill-only-comments):
30685 * reveal.el (reveal-around-mark):
30686 * uniquify.el (uniquify-buffer-name-style)
30687 (uniquify-after-kill-buffer-p)
30688 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30689 (uniquify-min-dir-content, uniquify-separator)
30690 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30691 * w32-vars.el (w32-fixed-font-alist):
30692 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30693 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30694 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30695 * progmodes/perl-mode.el (perl-indent-level)
30696 (perl-continued-statement-offset, perl-continued-brace-offset)
30697 (perl-brace-offset, perl-brace-imaginary-offset)
30698 (perl-label-offset, perl-indent-continued-arguments)
30699 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30700 * progmodes/tcl.el (tcl-indent-level)
30701 (tcl-continued-indent-level, tcl-auto-newline)
30702 (tcl-tab-always-indent, tcl-electric-hash-style)
30703 (tcl-help-directory-list, tcl-use-smart-word-finder)
30704 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30705 (inferior-tcl-source-command):
30706 * textmodes/fill.el (enable-kinsoku):
30707 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30708 * textmodes/table.el (table-yank-handler):
30709 Specify missing group (and type, if simple) in defcustom.
30710
30711 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30712
30713 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30714
30715 2005-05-19 Richard M. Stallman <rms@gnu.org>
30716
30717 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30718
30719 * subr.el (event-basic-type): Don't get an error.
30720 (left-fringe-p): Function deleted.
30721
30722 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30723 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30724
30725 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30726 in recursive copy.
30727
30728 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30729
30730 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30731
30732 * emacs-lisp/bytecomp.el
30733 (byte-compile-file-form-custom-declare-variable):
30734 Call byte-compile-nogroup-warn if appropriate.
30735
30736 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30737 (compilation-set-window): Don't call left-fringe-p; do it directly.
30738
30739 2005-05-19 Jay Belanger <belanger@truman.edu>
30740
30741 * calc/calc-graph.el (calc-graph-format-data): Make sure
30742 var-PlotRejects is bound before trying to check its value.
30743
30744 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30745
30746 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30747 definition of this variable from reftex-global.el to reftex.el,
30748 because it is needed in the menu.
30749
30750 2005-05-19 Lute Kamstra <lute@gnu.org>
30751
30752 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30753 years are fixed. Don't insert a space after a dash.
30754
30755 2005-05-19 Kim F. Storm <storm@cua.dk>
30756
30757 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30758
30759 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30760
30761 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30762 strings, because (eq ... ?\\) is fairly frequent.
30763
30764 * progmodes/make-mode.el (makefile-add-this-line-targets):
30765 Simplify and integrate into `makefile-pickup-targets'.
30766 (makefile-add-this-line-macro): Simplify and integrate into
30767 `makefile-pickup-macros.
30768 (makefile-pickup-filenames-as-targets): Simplify.
30769 (makefile-previous-dependency, makefile-match-dependency):
30770 Don't stumble over `::'.
30771
30772 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30773
30774 * subr.el (post-command-idle-hook, post-command-idle-delay):
30775 Remove obsoletion of post-command-idle-hook and
30776 post-command-idle-delay.
30777
30778 * faces.el (list-faces-display): Provide button when describe-face
30779 is called to take user back to the list of faces.
30780
30781 * help-fns.el (describe-variable): Remove hyperlinks in a
30782 variable's value as these are quite frequently inappropriate.
30783
30784 * follow.el (follow-submit-feedback, follow-mode):
30785 Remove references to post-command-idle-hook.
30786
30787 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30788
30789 * progmodes/make-mode.el (makefile-previous-dependency)
30790 (makefile-match-dependency): Check for := (and in bsd mode also
30791 !=) to give a better result, even when font-lock is not on.
30792
30793 2005-05-18 Jay Belanger <belanger@truman.edu>
30794
30795 * calc/calc-help.el (calc-s-prefix-help):
30796 Add `calc-copy-special-constant' to help string.
30797
30798 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30799
30800 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30801
30802 2005-05-18 Jay Belanger <belanger@truman.edu>
30803
30804 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30805 in linear factors are in proper order.
30806
30807 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30808
30809 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30810 Support for jurabib.
30811
30812 * textmodes/reftex.el (featurep): Define aliases for overlay
30813 commands, for XEmacs compatibility, and use these aliases in
30814 overlay initializations.
30815 (reftex-highlight): Use `reftex-move-overlay'.
30816 (reftex-unhighlight): Use `reftex-delete-overlay'.
30817 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30818 (reftex-access-search-path): Use `reftex-uniquify' instead of
30819 `reftex-uniq'.
30820
30821 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30822 `before-string' property modification enables for Emacs as well.
30823 (reftex-select-item): Use `reftex-delete-overlay'.
30824 (reftex-select-mark): Use `reftex-make-overlay' and
30825 `reftex-overlay-put'.
30826 (reftex-select-unmark): Use `reftex-delete-overlay' and
30827 `reftex-overlay-put'.
30828
30829 2005-05-18 Lute Kamstra <lute@gnu.org>
30830
30831 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30832
30833 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30834
30835 * add-log.el (add-change-log-entry):
30836 * array.el (array-make-template, array-reconfigure-rows)
30837 (array-init-max-row, array-init-max-column)
30838 (array-init-columns-per-line, array-init-field-width):
30839 * replace.el (replace-match-maybe-edit, perform-replace):
30840 * textmodes/spell.el (spell-region):
30841 Replace `read-input' by `read-string'.
30842
30843 * forms.el (forms-mode):
30844 * finder.el (finder-compile-keywords):
30845 * shadowfile.el (shadow-read-files):
30846 Replace `eval-current-buffer' by `eval-buffer'.
30847
30848 * terminal.el (te-pass-through):
30849 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30850 (ange-ftp-raw-send-cmd):
30851 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30852 (send-process-next-char, telnet-initial-filter, telnet):
30853 Replace `send-string' by `process-send-string'.
30854
30855 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30856 (prolog-consult-region): Replace `send-string' by
30857 `process-send-string'; replace `send-region' by `process-send-region'.
30858
30859 * progmodes/delphi.el (delphi-log-msg):
30860 Replace `set-window-dot' by `set-window-point'.
30861
30862 * subr.el (window-dot, set-window-dot, read-input, send-string)
30863 (send-region, show-buffer, eval-current-buffer):
30864 Make really obsolete, as the comment says.
30865
30866 2005-05-17 Kim F. Storm <storm@cua.dk>
30867
30868 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30869 (cua--init-keymaps): Bind C-return instead of S-return to set
30870 rectangle mark.
30871
30872 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30873 instead of S-return to toggle/clear rectangle mark.
30874
30875 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30876
30877 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30878 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30879 Also fontify plain strings assigned to variables, mostly so that a
30880 colon has a face and is thus not taken as a dependency separator.
30881 (makefile-previous-dependency): Inline the new matcher, because it
30882 is too complex to work in both directions.
30883 (makefile-match-dependency): Eliminate `backward' arg (see above).
30884 Completely reimplemented so as to not sometimes go into an endless
30885 loop. It should also be more efficient, because first it only
30886 searches for `:', instead of applying the very complex regexp.
30887 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30888 to be fontified in one piece can be too long for JIT.
30889 Makefiles are never *that* big.
30890
30891 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30892
30893 * dired.el (dired-mode): Simplify.
30894
30895 2005-05-17 Lute Kamstra <lute@gnu.org>
30896
30897 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30898 defcustom for the mode hook variable.
30899
30900 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30901 Emacs Lisp Reference Manual.
30902
30903 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30904
30905 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30906 (evenp, list*):
30907 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30908 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30909
30910 * net/tramp-smb.el (tramp-smb-open-connection):
30911 Pass `tramp-chunksize' as fifth (required) argument.
30912
30913 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30914
30915 * font-lock.el (lisp-font-lock-keywords-1):
30916 Set `font-lock-negation-char-face' for [^...] char group.
30917 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30918
30919 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30920 a var, and refine it to mask one more level of nested vars.
30921 (makefile-rule-action-regex): Turn it into a var, and refine it so
30922 it recognizes backslashed continuation lines as belonging to the
30923 same command.
30924 (makefile-macroassign-regex): Refine it so it recognizes
30925 backslashed continuation lines as belonging to the same command.
30926 (makefile-var-use-regex): Don't look at the next char, because it
30927 might be the same one to be skipped by the initial [^$], leading
30928 to an overlooked variable use.
30929 (makefile-make-font-lock-keywords): Remove two parameters, which
30930 are now variables that some of the modes set locally.
30931 Handle dependency and rule action matching through functions, because
30932 regexps alone match too often. Dependency matching now comes
30933 last, so it can check, whether a colon already matched something else.
30934 (makefile-mode): Inform that font-lock improves makefile parsing
30935 capabilities.
30936 (makefile-match-dependency, makefile-match-action): New functions.
30937
30938 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30939
30940 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30941
30942 * align.el (align-regexp):
30943 * ansi-color.el (ansi-color-get-face):
30944 * array.el (array-reconfigure-rows, array-init-max-row)
30945 (array-init-max-column, array-init-columns-per-line)
30946 (array-init-field-width):
30947 * dired-aux.el (dired-trample-file-versions):
30948 * dired-x.el (dired-mark-sexp):
30949 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30950 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30951 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30952 * faces.el (face-read-integer):
30953 * files.el (backup-extract-version, insert-directory):
30954 * hexl.el (hexl-insert-decimal-char):
30955 * server.el (server-process-filter):
30956 * shell.el (shell-extract-num):
30957 * startup.el (command-line-1):
30958 * term.el (term-command-hook):
30959 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30960 (time-stamp-do-number):
30961 * time.el (display-time-update):
30962 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30963 (timezone-fix-time):
30964 * vms-patch.el (vms-suspend-resume-hook):
30965 * calendar/appt.el (appt-convert-time):
30966 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30967 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30968 * calendar/cal-islam.el (mark-islamic-diary-entries):
30969 * calendar/calendar.el (calendar-cursor-to-date)
30970 (calendar-star-date):
30971 * calendar/diary-lib.el (diary-attrtype-convert)
30972 (mark-diary-entries, diary-entry-time):
30973 * calendar/solar.el (solar-get-number):
30974 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30975 * emacs-lisp/re-builder.el (reb-display-subexp):
30976 * emulation/edt.el (edt-set-scroll-margins):
30977 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30978 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30979 (vip-get-ex-count):
30980 * emulation/viper-ex.el (viper-get-ex-token)
30981 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30982 * international/fontset.el (fontset-plain-name):
30983 * mail/feedmail.el (feedmail-look-at-queue-directory):
30984 * mail/mailalias.el (mail-get-names):
30985 * mail/rmail.el (rmail-convert-to-babyl-format):
30986 * mail/rmailsum.el (rmail-make-basic-summary-line)
30987 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30988 (rmail-summary-goto-msg):
30989 * mail/smtpmail.el (smtpmail-read-response):
30990 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30991 (ange-ftp-vms-add-file-entry):
30992 * play/gametree.el (gametree-looking-at-ply)
30993 (gametree-current-branch-score):
30994 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30995 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30996 * progmodes/cperl-mode.el (condition-case):
30997 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30998 (ebrowse-set-member-buffer-column-width)
30999 (ebrowse-select-1st-to-9nth):
31000 * progmodes/etags.el (etags-snarf-tag):
31001 * progmodes/flymake.el (flymake-parse-line):
31002 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31003 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31004 (idlwave-shell-menu-def):
31005 * progmodes/ps-mode.el (ps-run-goto-error):
31006 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31007 (vhdl-speedbar-contract-level):
31008 * term/mac-win.el (x-handle-numeric-switch):
31009 * term/sun-mouse.el (sun-get-frame-data):
31010 * term/w32-win.el (x-handle-numeric-switch):
31011 * term/x-win.el (x-handle-numeric-switch):
31012 * textmodes/ispell.el (ispell-parse-output):
31013 * textmodes/nroff-mode.el (nroff-outline-level):
31014 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31015 (reftex-bib-sort-year-reverse, reftex-format-citation):
31016 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31017 (reftex-section-number):
31018 * textmodes/texinfmt.el (texinfo-paragraphindent):
31019 Replace `string-to-int' by `string-to-number'.
31020
31021 * international/latexenc.el: Add page marker to force the "Local
31022 Variables:" string out of the last page.
31023
31024 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31025
31026 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31027 tooltip-change-major-mode.
31028 (gud-tooltip-print-command): Remove case where gud-minor-mode
31029 is gdb ("--fullname").
31030 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31031 explain to user.
31032
31033 2005-05-16 Jay Belanger <belanger@truman.edu>
31034
31035 * calc/calc-store.el (calc-copy-special-constant): New function.
31036
31037 * calc/calc-ext.el (calc-init-extensions): Add binding for
31038 `calc-copy-special-constant'.
31039
31040 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31041 for the `calc-copy-special-constant' command.
31042
31043 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31044
31045 * subr.el (left-fringe-p): New function.
31046
31047 * progmodes/compile.el (compilation-setup): Set local value of
31048 overlay-arrow-string to "" always.
31049 (compilation-set-window): Left fringe then don't scroll.
31050 No left fringe then no arrow and scroll message to top.
31051 (compilation-context-lines): Adjust doc string accordingly.
31052
31053 2005-05-16 Kim F. Storm <storm@cua.dk>
31054
31055 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31056 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31057 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31058 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31059 (ido-read-file-name): Handle commands with ido property value
31060 equal to find-file as reading a file name, to allow C-d to enter dired.
31061 (ibuffer-find-file): Add ido property with value find-file.
31062
31063 2005-05-15 Kim F. Storm <storm@cua.dk>
31064
31065 * subr.el (open-network-stream-nowait): Remove.
31066 (open-network-stream-server): Remove.
31067
31068 2005-05-15 Richard M. Stallman <rms@gnu.org>
31069
31070 * faces.el (describe-face): Output a definition link button.
31071
31072 * help-mode.el (help-face-def): New button type.
31073
31074 * emacs-lisp/copyright.el (copyright-fix-years):
31075 Match properly if the first year is 2-digit.
31076 Don't mess up the whitespace after the years by filling.
31077
31078 * dired-aux.el (dired-mark-confirm):
31079 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31080
31081 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31082 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31083 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31084
31085 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31086 Set font-lock-comment-start-skip.
31087
31088 * font-lock.el (font-lock-comment-start-skip): New variable.
31089 (font-lock-comment-end-skip): New variable.
31090 (font-lock-fontify-syntactically-region): Use them if non-nil.
31091
31092 2005-05-15 Jay Belanger <belanger@truman.edu>
31093
31094 * calc/calc-store.el (calc-store-value): Return a string rather
31095 than display it as a message.
31096 Use calc-var-name for variable name.
31097 (calc-store-into): Add the result of calc-store-value to message.
31098 (calc-copy-variable): Add a message.
31099 (calc-store-exchange): Improve error messages.
31100 (calc-store-binary, calc-store-map): Don't reset the values of
31101 special constants.
31102
31103 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31104
31105 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31106 manual to docstring.
31107
31108 * files.el (hack-local-variables-confirm): Add STRING argument.
31109 Make the function handle non file visiting buffers correctly.
31110 (hack-local-variables-prop-line, hack-local-variables)
31111 (hack-one-local-variable): Use STRING arg of
31112 `hack-local-variables-confirm'.
31113
31114 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31115
31116 Sync with Tramp 2.0.49.
31117
31118 * net/tramp.el (tramp-handle-dired-call-process)
31119 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31120 because the contents of the Tramp buffer is changed before
31121 insertion (`expand-file' and alike).
31122 (tramp-handle-insert-directory): If `localname' has an empty
31123 nondirectory name, it must not be quoted.
31124 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31125 variable `tramp-chunksize'. Change callees.
31126 (tramp-open-connection-setup-interactive-shell): Check remote host
31127 for buggy `send-process-string' implementation.
31128 Set `tramp-chunksize' if found. Reported by Michael Kifer
31129 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31130 (tramp-handle-shell-command): `insert-buffer' cannot be used
31131 because the contents of the Tramp buffer is changed before
31132 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31133 <frederic.bothamy@free.fr>.
31134 (tramp-set-auto-save): Actions should be done for Tramp file name
31135 handler only. Ange-FTP has its own auto-save mechanism.
31136 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31137 (tramp-set-auto-save-file-modes): Set file modes of
31138 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31139 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31140 (tramp-bug): Remove obsolete variable.
31141 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31142 for presence of `mml-mode'. Make it running for older Emacsen as well.
31143
31144 2005-05-14 John Paul Wallington <jpw@pobox.com>
31145
31146 * ibuf-ext.el (define-ibuffer-filter filename):
31147 If `dired-directory' is a list, use its car.
31148
31149 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31150
31151 * ibuffer.el (define-ibuffer-column filename):
31152 If `dired-directory' is a list, use its car.
31153
31154 2005-05-14 Richard M. Stallman <rms@gnu.org>
31155
31156 * subr.el (symbol-file): Doc fix.
31157
31158 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31159 (byte-compile-form): Call byte-compile-nogroup-warn.
31160 (byte-compile-warning-types): Doc fix.
31161
31162 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31163
31164 * progmodes/cc-engine.el (c-literal-faces):
31165 Add font-lock-comment-delimiter-face.
31166
31167 * net/net-utils.el (dig): Use with-no-warnings.
31168
31169 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31170 (sc-recite-frame-alist, sc-default-cite-frame)
31171 (sc-default-uncite-frame, sc-default-recite-frame)
31172 (sc-attrib-selection-list, sc-rewrite-header-list):
31173 Mark as risky-local-variable.
31174
31175 * international/ogonek.el (ogonek-jak, ogonek-how):
31176 Don't use beginning-of-buffer.
31177
31178 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31179
31180 * calendar/solar.el (solar-data-list): Move definition up.
31181
31182 * dnd.el (dnd-protocol-alist): Add autoload.
31183
31184 * progmodes/sh-script.el: Many doc usage fixes.
31185 (sh-indent-after-do): Change default to match common styles.
31186
31187 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31188
31189 * files.el (interpreter-mode-alist)
31190 (auto-mode-interpreter-regexp): Doc fixes.
31191
31192 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31193
31194 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31195
31196 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31197
31198 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31199
31200 * dired.el (dired-mode): make-variable-buffer-local =>
31201 make-local-variable.
31202
31203 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31204
31205 * term/mac-win.el (mac-select-convert-to-string): Try coding
31206 systems in mac-script-code-coding-systems if specified one cannot
31207 encode string for `com.apple.traditional-mac-plain-text'.
31208
31209 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31210
31211 * progmodes/make-mode.el (makefile-targets-face)
31212 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31213 (makefile-dependency-regex): Fix it to not make the colon in
31214 $(var:a=b) special.
31215 (makefile-rule-action-regex): New regexp for highlighting embedded
31216 Shell strings.
31217 (makefile-macroassign-regex): Handle != for highlighting as
31218 embedded Shell strings.
31219 (makefile-var-use-regex): New const.
31220 (makefile-statements, makefile-automake-statements)
31221 (makefile-gmake-statements, makefile-makepp-statements)
31222 (makefile-bsdmake-statements): New consts.
31223 (makefile-make-font-lock-keywords): New function.
31224 (makefile-automake-font-lock-keywords)
31225 (makefile-gmake-font-lock-keywords)
31226 (makefile-makepp-font-lock-keywords)
31227 (makefile-bsdmake-font-lock-keywords): New consts.
31228 (makefile-mode-map): Add switchers between the various submodes.
31229 (makefile-mode): Document the availability of the variants.
31230 (makefile-automake-mode, makefile-gmake-mode)
31231 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31232
31233 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31234 new variants of makefile-mode.
31235
31236 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31237
31238 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31239 the inheritance.
31240
31241 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31242
31243 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31244 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31245
31246 * files.el (normal-mode): Extend the scope of the
31247 `enable-local-variables' binding to include the `set-auto-mode' call.
31248 (magic-mode-alist): Doc fix.
31249
31250 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31251
31252 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31253 font-lock-comment-face rather than copying its setting.
31254
31255 2005-05-12 Andreas Schwab <schwab@suse.de>
31256
31257 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31258
31259 2005-05-12 Lute Kamstra <lute@gnu.org>
31260
31261 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31262 defcustom for the mode hook variable. Delete the last argument.
31263 * generic-x.el: Fix callers of define-generic-mode.
31264 (generic-x-modes): Delete group.
31265 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31266 generic-x customization group.
31267
31268 2005-05-12 Kim F. Storm <storm@cua.dk>
31269
31270 * font-lock.el (font-lock-negation-char-face): Default to "off".
31271
31272 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31273 font-lock-negation-char-face to ! in !=.
31274
31275 2005-05-12 Masatake YAMATO <jet@gyve.org>
31276
31277 * add-log.el (find-change-log): Fix typos in the docstring
31278 of function.
31279
31280 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31281
31282 * international/latexenc.el (latexenc-find-file-coding-system):
31283 Avoid `re-search-forward' when looking for input encoding because
31284 of speed and safety. Better regular expressions for recognizing
31285 input encoding. Limit a search for TeX-master/tex-main-file to
31286 the local variable section.
31287
31288 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31289
31290 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31291 syntax of $ to "'" (quote).
31292
31293 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31294
31295 * dnd.el (dnd-protocol-alist): Improve custom type.
31296
31297 * dired.el (dired-dnd-protocol-alist): New variable.
31298 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31299 `dired-mode-hook' to the end.
31300
31301 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31302
31303 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31304 comment-end if comment-start-skip is not set.
31305 Obey the font-lock-comment-delimiter-face variables.
31306
31307 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31308
31309 * files.el (executable-find): Move from executable.el. Use
31310 locate-file.
31311 * progmodes/executable.el (executable-find): Move to files.el.
31312
31313 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31314 when trying to ensure forward progress.
31315
31316 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31317
31318 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31319 (mouse-select, mouse-select-internal, mouse-extend-internal):
31320 Use it to implement mouse-1-click-follows-link functionality.
31321
31322 2005-05-11 Richard M. Stallman <rms@gnu.org>
31323
31324 * font-lock.el (font-lock-fontify-syntactically-region):
31325 Use font-lock-comment-delimiter-face for comment delimiters.
31326
31327 2005-05-10 Jay Belanger <belanger@truman.edu>
31328
31329 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31330 preserving embedded modes.
31331
31332 2005-05-10 Richard M. Stallman <rms@gnu.org>
31333
31334 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31335
31336 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31337 Move from ada-stmt.el.
31338 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31339
31340 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31341 Move to ada-mode.el.
31342 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31343
31344 * cus-edit.el (custom-file): Call file-chase-links.
31345
31346 * files.el (read-directory-name): Fix previous change.
31347 (hack-local-variables-confirm): New function.
31348 (hack-local-variables-prop-line, hack-local-variables)
31349 (hack-one-local-variable): Use it.
31350
31351 2005-05-10 Lute Kamstra <lute@gnu.org>
31352
31353 * font-lock.el (font-lock-keywords-alist)
31354 (font-lock-removed-keywords-alist): Clarify docstrings.
31355
31356 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31357
31358 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31359 (gdb-source-info): Check for preprocessor info.
31360 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31361 a macro for a function.
31362 (gdb-info-breakpoints-custom): Try to find file again if not already
31363 found (user might have used GDB dir command).
31364 (gdb-get-location): Update gdb-location-alist correctly for change
31365 to gdb-info-breakpoints-custom.
31366
31367 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31368 (gud-tooltip-print-command): Add gdbmi case.
31369 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31370 preprocessor info.
31371
31372 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31373
31374 * startup.el (fancy-splash-insert): Fix typo in doc string.
31375
31376 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31377
31378 * obsolete/float.el (string-to-float):
31379 * obsolete/hilit19.el (hilit-add-pattern):
31380 * obsolete/rnews.el (news-parse-range, news-select-message)
31381 (news-get-pruned-list-of-files): Replace `string-to-int' by
31382 `string-to-number'.
31383
31384 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31385 `find-file-not-found-hooks'; use `add-hook'.
31386 (uncompress-while-visiting): Set `write-file-functions', not
31387 `write-file-hooks'; use `add-hook'.
31388
31389 2005-05-09 Kim F. Storm <storm@cua.dk>
31390
31391 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31392 (cua-paste): Handle clipboard action.
31393 (cua--init-keymaps): Remap clipboard-kill-region and
31394 clipboard-kill-ring-save.
31395
31396 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31397
31398 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31399 Improve commentary.
31400
31401 * simple.el (next-error-overlay-arrow-position): Revert the change
31402 made on 2005-04-30.
31403
31404 2005-05-07 Jay Belanger <belanger@truman.edu>
31405
31406 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31407 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31408 `calc-sel-reselect'.
31409
31410 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31411 Calc is in embedded mode.
31412
31413 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31414
31415 * progmodes/compile.el (compilation-setup):
31416 Set overlay-arrow-string to an empty string on text terminals.
31417
31418 * textmodes/ispell.el (ispell-program-name): Try looking for
31419 "aspell" along exec-path, and if found, use it as the default
31420 speller program.
31421
31422 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31423
31424 * international/mule.el (sgml-xml-auto-coding-function):
31425 Recognize encoding='FOO' in single quotes as well as in double quotes.
31426
31427 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31428
31429 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31430 as well as `interactive', so that defmacro* would recognize
31431 `declare' forms.
31432
31433 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31434
31435 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31436 Explain more about the LIGHTER arg's usage in the doc string.
31437 Add commentary to clarify what the code does. Fix the regexp that
31438 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31439 since it could have characters special to regular expressions.
31440
31441 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31442
31443 * replace.el (occur-1): Bind inhibit-read-only so that
31444 erase-buffer doesn't barf on read-only text properties (likewise
31445 for add-text-properties in occur-engine). Mark buffer as unmodified.
31446 (occur-engine): Don't set buffer-read-only here.
31447
31448 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31449
31450 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31451 list-buffers-directory. This caused the *cvs-commit* buffer to be
31452 sometimes mistakenly reused as a *cvs* buffer.
31453
31454 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31455
31456 * tooltip.el: Move code for GUD tooltips into gud.el.
31457 (require): CL no longer needed to compile case.
31458 (tooltip-mode): Do not toggle functions for GUD tooltips.
31459 (tooltip-gud-tips-p): Remove. Replace with minor mode
31460 gud-tooltip-mode in gud.el.
31461 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31462 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31463 tooltip-gud prefix with gud-tooltip and obsolete.
31464 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31465 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31466 (tooltip-mouse-motion): Mouse movement functions/variable.
31467 Rename in gud.el by adding gud prefix.
31468 (tooltip-gud-original-filter, tooltip-gud-dereference)
31469 (tooltip-gud-event, tooltip-toggle-gud-tips)
31470 (tooltip-gud-process-output, tooltip-gud-print-command)
31471 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31472 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31473 (gdb-tooltip-print): Move to gdb-ui.el.
31474
31475 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31476 (require): CL needed to compile case.
31477 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31478 tooltip-gud-tips-p. Make it a minor-mode.
31479 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31480 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31481 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31482 (gud-tooltip-change-major-mode)
31483 (gud-tooltip-activate-mouse-motions-if-enabled)
31484 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31485 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31486 (gud-tooltip-original-filter, gud-tooltip-dereference)
31487 (gud-tooltip-event, tooltip-toggle-gud-tips)
31488 (gud-tooltip-process-output, gud-tooltip-print-command)
31489 (gud-tooltip-tips): Move from tooltip.el.
31490
31491 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31492 (gdb-cpp-define-alist-flags): Doc fix.
31493 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31494 gud-tooltip-mode is t.
31495
31496 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31497
31498 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31499 evaporate if their text is deleted.
31500 (goto-address-at-point): Make it work as a mouse binding as well.
31501 (goto-address-at-mouse): Obsolete it. Update users.
31502
31503 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31504
31505 * calendar/appt.el (top-level): No longer activate on load.
31506
31507 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31508
31509 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31510 * net/webjump.el (webjump):
31511 * progmodes/idlw-help.el (idlwave-do-context-help1)
31512 (idlwave-highlight-linked-completions):
31513 * textmodes/po.el (po-find-file-coding-system-guts):
31514 Replace `assoc-ignore-case' by `assoc-string'.
31515
31516 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31517
31518 * files.el (locate-file): Doc fix.
31519
31520 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31521 Remove the redundant test for ms-dos.
31522
31523 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31524 look for the preprocessor with exec-suffixes. If not found in
31525 standard places, look in exec-path. Remove most of the tests that
31526 used system-type.
31527
31528 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31529
31530 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31531
31532 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31533 file-name clash with jka-compr.el on 8+3 filesystems.
31534
31535 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31536
31537 * term/mac-win.el: Don't define or bind scroll bar functions if
31538 x-toolkit-scroll-bars is t.
31539 (x-select-text, x-get-selection-value): Clear
31540 x-last-selected-text-clipboard if x-select-enable-clipboard is
31541 nil.
31542 (PRIMARY): Put mac-scrap-name property.
31543 (mac-select-convert-to-file-url): New function.
31544 (public.file-url): New selection target type. Add to
31545 selection-converter-alist.
31546 (x-get-selection, x-selection-value): Handle it.
31547 (x-cut-buffer-or-selection-value): New alias.
31548
31549 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31550
31551 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31552 entry to avoid calling bibtex-find-entry with arg global
31553 being t. Remove arg key.
31554 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31555 (bibtex-copy-summary-as-kill): Change accordingly.
31556
31557 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31558
31559 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31560 (org-agenda-date-later): Use with-current-buffer.
31561
31562 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31563
31564 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31565 (define-obsolete-variable-alias): Doc Fixes.
31566
31567 2005-05-06 Kim F. Storm <storm@cua.dk>
31568
31569 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31570 vertical-motion when selective-display is active.
31571
31572 * ido.el (ido-setup-hook): New hook.
31573 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31574 (ido-input-stack): New var.
31575 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31576 ido-next-work-file binding to M-O.
31577 Bind M-f to ido-wide-find-file-or-pop-dir.
31578 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31579 (ido-read-internal): Run ido-setup-hook.
31580 Catch quit in read-file-name and read-string to cancel edit.
31581 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31582 Automatically pop-all when completing a directory name (RET).
31583 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31584 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31585 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31586 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31587 New functions for M-b/M-f to move among the directory components.
31588 (ido-make-merged-file-list): Catch quit to cancel merge.
31589 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31590 (ido-completion-help): No warnings for ido-completion-buffer-full.
31591
31592 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31593
31594 * font-lock.el (font-lock-negation-char-face): New face and variable.
31595 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31596 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31597 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31598 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31599
31600 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31601
31602 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31603 Fix typo in docstring.
31604
31605 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31606 (ebrowse-print-statistics-line)
31607 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31608
31609 * term/w32-win.el (image-library-alist): Add additional name for
31610 Xpm library.
31611
31612 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31613
31614 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31615 use gcc instead of cpp.
31616
31617 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31618 (gdb-create-define-alist): Use it.
31619 (gdb-cpp-define-alist-program): Update for MS-DOS.
31620
31621 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31622
31623 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31624
31625 2005-05-04 Richard M. Stallman <rms@gnu.org>
31626
31627 * help.el (describe-key): No error when UNTRANSLATED is nil.
31628
31629 * simple.el (line-move-1): Fix previous change to signal errors
31630 appropriately.
31631
31632 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31633
31634 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31635 (icalendar-duration-correction): Remove.
31636 (icalendar--get-event-properties): Split result at commas.
31637 (icalendar--decode-isoduration): New optional argument
31638 DURATION-CORRECTION.
31639 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31640 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31641 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31642 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31643 (icalendar--convert-anniversary-to-ical): New functions, extracted
31644 from icalendar-export-region, with bug fixes.
31645 (icalendar-export-region): Use the above functions.
31646 (icalendar-import-buffer): Check before saving diary file.
31647 (icalendar--convert-recurring-to-diary)
31648 (icalendar--convert-non-recurring-all-day-to-diary)
31649 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31650 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31651 (icalendar--convert-ical-to-diary): Use the above functions.
31652
31653 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31654
31655 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31656 Remove these recent additions.
31657 (c-mode): Restore to before 2005-04-28.
31658
31659 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31660 recent addition.
31661
31662 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31663 (gdb-define-alist): New variables.
31664 (gdb-create-define-alist): New function.
31665 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31666 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31667 with string-to-number.
31668 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31669
31670 * progmodes/gud.el: Replace string-to-int with string-to-number.
31671 (gud-find-file): Handle gdb-define-alist.
31672
31673 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31674
31675 2005-05-02 Jay Belanger <belanger@truman.edu>
31676
31677 * calc/calc-aent.el (math-read-token):
31678 * calc/calc-bin.el (calc-word-size):
31679 * calc/calc-ext.el (calc-read-number-fancy):
31680 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31681 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31682 * calc/calc-frac.el (calc-over-notation):
31683 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31684 (calc-graph-num-points, calc-graph-init):
31685 * calc/calc-prog.el (calc-read-parse-table-part)
31686 (calc-edit-macro-repeats):
31687 * calc/calc-yank.el (calc-do-grab-rectangle):
31688 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31689 Replace `string-to-int' by `string-to-number'.
31690
31691 2005-05-02 Kim F. Storm <storm@cua.dk>
31692
31693 * kmacro.el: Use executing-kbd-macro-index variable.
31694
31695 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31696
31697 * net/rlogin.el (rlogin-parse-words): Delete func.
31698 (rlogin): Use split-string, not rlogin-parse-words.
31699 Also, if there are option-like elements in the parsed args,
31700 take the host to be the first arg immediately following them.
31701 Suggested by Michael Mauger.
31702
31703 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31704
31705 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31706
31707 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31708
31709 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31710 (cc-mode-cpp-program): Rename to cc-define-list-program and
31711 move to cc-vars.el.
31712
31713 * progmodes/cc-vars.el (cc-define-list-program):
31714 Change to "gcc -E -dM -". Make customizable.
31715
31716 2005-05-02 Kim F. Storm <storm@cua.dk>
31717
31718 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31719
31720 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31721
31722 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31723
31724 * international/mule-util.el (truncate-string): Remove alias and
31725 obsolete declaration.
31726
31727 * international/mule-cmds.el (update-iso-coding-systems):
31728 Remove alias and obsolete declaration.
31729
31730 * international/mule.el (coding-system-parent): Remove alias and
31731 obsolete declaration.
31732
31733 * subr.el (define-function, sref): Remove aliases and obsolete
31734 declarations.
31735 (chars-in-region): Remove obsolete declaration.
31736
31737 2005-05-01 Richard M. Stallman <rms@gnu.org>
31738
31739 * info.el (Info-mode): Set widen-automatically to nil, locally.
31740
31741 * simple.el (widen-automatically): New variable.
31742 (pop-global-mark): Obey widen-automatically.
31743
31744 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31745
31746 * term/xterm.el (function-key-map): Call substitute-key-definition
31747 before the keymap size is increased by a lot of define-key calls.
31748
31749 2005-05-01 Richard M. Stallman <rms@gnu.org>
31750
31751 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31752 Rename ARG to ELEMENT. Doc fix.
31753
31754 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31755
31756 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31757 Remove references to allout-exposure/change to allout-new-exposure.
31758
31759 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31760 bytecode symbols.
31761
31762 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31763 (compiled-function-p, focus-frame, unfocus-frame):
31764 Remove aliases and obsolete declarations.
31765 Back out inadvertent changes from previous commit.
31766
31767 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31768
31769 * files.el (require-final-newline): Make Custom tags consistent
31770 with mode-require-final-newline.
31771 (mode-require-final-newline): Doc fix.
31772
31773 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31774
31775 * international/latexenc.el (latexenc-find-file-coding-system):
31776 Fix regular expressions.
31777
31778 2005-05-01 David Kastrup <dak@gnu.org>
31779
31780 * international/latexenc.el (latexenc-find-file-coding-system):
31781 Fix regular expressions.
31782
31783 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31784
31785 * subr.el (string-to-int): Make obsolete.
31786
31787 2005-04-30 Richard M. Stallman <rms@gnu.org>
31788
31789 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31790
31791 * loadup.el: Load jka-comp-hook.
31792
31793 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31794 (jka-compr-handler): Add autoload. `put' calls moved
31795 to jka-comp-hook.el.
31796 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31797 (jka-compr-inhibit): Autoload.
31798
31799 * jka-comp-hook.el: New file.
31800 Enable the mode by default.
31801
31802 * files.el (backup-buffer-copy): Use copy-file instead
31803 of write-region, and put back the 'excl.
31804
31805 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31806
31807 * progmodes/flymake.el (flymake-split-string)
31808 (flymake-split-string, flymake-log, flymake-pid-to-names)
31809 (flymake-reg-names, flymake-get-source-buffer-name)
31810 (flymake-unreg-names, flymake-add-line-err-info)
31811 (flymake-add-err-info): Clarify docstrings.
31812 (flymake-popup-menu, flymake-make-emacs-menu)
31813 (flymake-make-xemacs-menu): Add docstrings.
31814 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31815 Set variables directly throughout.
31816
31817 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31818
31819 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31820 exists. Initialize cc-define-alist.
31821 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31822 If there is no file (Macroexpansion) don't create an alist.
31823
31824 2005-04-29 Sam Steingold <sds@gnu.org>
31825
31826 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31827 (cc-create-define-alist): Use it instead of the hard-coded string.
31828
31829 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31830
31831 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31832 for latexenc.
31833
31834 2005-04-29 Lute Kamstra <lute@gnu.org>
31835
31836 * emacs-lisp/generic.el: Improve commentary section.
31837 (define-generic-mode): Improve docstring.
31838
31839 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31840
31841 * textmodes/org.el (many places): Change to quiet the byte compiler.
31842 (org-prefix-format-compiled): New variable.
31843 (org-compile-prefix-format): New function.
31844 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31845 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31846 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31847 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31848 consistency with entries from `org-mode' files.
31849 (org-get-time-of-day): Fix bug with partial matches early in a line.
31850 (org-non-link-chars): New constant.
31851 (org-link-regexp): Respect `org-non-link-chars'.
31852 (org-agenda-day-view): Remove command.
31853 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31854 (org-follow-bbdb-link, org-store-link): Search also company field.
31855 (org-highlight-overlay): New variable.
31856 (org-highlight, org-unhighlight): New functions.
31857 (org-agenda-mode): Add pre-command-hook to remove highlight.
31858 (org-evaluate-time-range): Behavior depends upon whether time stamp
31859 contains a time or not.
31860 (org-show-subtree, org-show-entry): New functions.
31861 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31862
31863 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31864
31865 * comint.el (comint-output-filter-functions): Add autoload cookie.
31866
31867 2005-04-28 Kim F. Storm <storm@cua.dk>
31868
31869 * ido.el (ido-everywhere): Fix last change.
31870
31871 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31872
31873 * international/latexenc.el: New file.
31874 * international/mule-conf.el (file-coding-system-alist): For .tex,
31875 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31876
31877 2005-04-28 Lute Kamstra <lute@gnu.org>
31878
31879 * font-lock.el (font-lock-add-keywords)
31880 (font-lock-remove-keywords): Clarify docstring.
31881 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31882 Don't start docstrings with a `*'.
31883 (font-lock-update-removed-keyword-alist): Give it a docstring.
31884
31885 * generic-x.el: Update commentary section.
31886 Only require font-lock when compiling.
31887 Define all modes conditionally.
31888 Place all generic modes in the generic-x-modes customization group.
31889 (generic-x-modes): New customization group.
31890 (generic-default-modes, generic-mswindows-modes)
31891 (generic-unix-modes, generic-other-modes): New constants.
31892 (generic-define-mswindows-modes, generic-define-unix-modes):
31893 Update docstrings. Make them obsolete.
31894 (generic-extras-enable-list): New default value. Update docstring.
31895 Improve :type. Change :set function.
31896 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31897 Fix docstring.
31898
31899 * emacs-lisp/generic.el (generic-mode-internal):
31900 Simplify font-lock-defaults.
31901 (define-generic-mode): Fix docstring.
31902
31903 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31904
31905 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31906 font-lock-face property to highlight matches.
31907
31908 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31909
31910 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31911 (cc-define-alist): New variable.
31912 (c-mode): Make it local and initialize it.
31913
31914 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31915 (gdb-exited): New function.
31916 (gdb-annotation-rules): Use it.
31917 (gdb-starting): Set gdb-active-process to t.
31918 (gdb-stopping): Amend doc string.
31919 (gdb-reset): Set gdb-active-process to nil.
31920
31921 * tooltip.el (tooltip-gud-tips): Show the associated #define
31922 directives when a C program under GDB is not executing.
31923
31924 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31925
31926 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31927 font-lock-fontify-syntactic-keywords.
31928
31929 * font-lock.el (font-lock-default-fontify-region): Don't force
31930 parse-sexp-lookup-properties to nil.
31931
31932 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31933
31934 * man.el (man-mode-syntax-table): Set up `:' to have
31935 word-constituent syntax.
31936
31937 2005-04-27 Lute Kamstra <lute@gnu.org>
31938
31939 * novice.el (disable-command): Don't add spurious newlines to the
31940 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31941
31942 2005-04-26 Jay Belanger <belanger@truman.edu>
31943
31944 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31945 than one window before deleting window.
31946
31947 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31948
31949 * shell.el (shell-prompt-pattern): Doc fix.
31950 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31951
31952 * comint.el (comint-prompt-regexp, comint-get-old-input)
31953 (comint-use-prompt-regexp)
31954 (comint-use-prompt-regexp-instead-of-fields)
31955 (comint-replace-by-expanded-history, comint-send-input)
31956 (comint-output-filter, comint-get-old-input-default)
31957 (comint-line-beginning-position, comint-bol, comint-show-output)
31958 (comint-backward-matching-input, comint-forward-matching-input)
31959 (comint-next-prompt, comint-previous-prompt):
31960 Rename `comint-use-prompt-regexp-instead-of-fields' to
31961 `comint-use-prompt-regexp'. Keep old name as alias and declare
31962 obsolete.
31963 (comint-use-prompt-regexp): Shorten first line of doc string.
31964
31965 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31966 Set paragraph-separate buffer locally to "\\'".
31967
31968 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31969 Adapt to above name change.
31970
31971 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31972 (smbclient-prompt-regexp): Ditto.
31973
31974 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31975
31976 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31977
31978 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31979 gdb-location-list.
31980 Break lines that are over 80 characters wide.
31981
31982 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31983
31984 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31985 New fun and var, to preserve compatibility.
31986
31987 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31988
31989 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31990
31991 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31992 name to file-newer-than-file-p.
31993
31994 2005-04-26 Richard M. Stallman <rms@gnu.org>
31995
31996 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31997
31998 * progmodes/python.el (python-mode):
31999 Use new name eldoc-documentation-function.
32000
32001 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32002
32003 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32004 (eldoc-documentation-function):
32005 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32006
32007 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32008
32009 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32010
32011 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32012
32013 * term/xterm.el (function-key-map): Fix strings for
32014 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32015 {C,S,A,C-S}-{f1-f12}.
32016
32017 2005-04-26 Kenichi Handa <handa@m17n.org>
32018
32019 * international/mule-cmds.el (select-safe-coding-system):
32020 Fix previous change.
32021
32022 2005-04-26 Lute Kamstra <lute@gnu.org>
32023
32024 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32025
32026 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32027 (font-lock-comment-delimiter-face): Ditto.
32028
32029 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32030
32031 2005-04-25 Jay Belanger <belanger@truman.edu>
32032
32033 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32034 to t while inserting information; use help-mode.
32035
32036 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32037
32038 * term.el (ansi-term-color-vector): Use the xterm colors.
32039 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32040
32041 2005-04-25 Lute Kamstra <lute@gnu.org>
32042
32043 * font-core.el (font-lock-defaults): Fix docstring.
32044
32045 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32046
32047 2005-04-25 Kenichi Handa <handa@m17n.org>
32048
32049 * international/mule-cmds.el (select-safe-coding-system):
32050 Don't check consistency with coding: spec, etc if raw-text or
32051 no-conversion was found to be safe.
32052
32053 2005-04-24 Richard M. Stallman <rms@gnu.org>
32054
32055 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32056 citation markers at start of each line.
32057
32058 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32059 citation markers at start of each line.
32060
32061 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32062
32063 * files.el (mode-require-final-newline): Fix previous change.
32064 (require-final-newline): Fix type label.
32065
32066 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32067
32068 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32069 statement in buffer (broken by 2004-11-24 change).
32070
32071 2005-04-24 Kim F. Storm <storm@cua.dk>
32072
32073 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32074 and read-file-name-function values. Don't overwrite existing
32075 non-nil values if ido-mode is enabled without ido-everywhere.
32076
32077 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32078
32079 * files.el (mode-require-final-newline): Minor doc fix.
32080
32081 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32082
32083 * subr.el (syntax-after): Doc fix.
32084 (syntax-class): If argument is nil, return nil. Mask off upper 16
32085 bits, not 8 bits.
32086
32087 * files.el (mode-require-final-newline): Doc fix.
32088 (backup-buffer-copy): Fix last change.
32089
32090 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32091
32092 * term/mac-win.el: Require select. Set selection-coding-system to
32093 mac-system-coding-system. Call menu-bar-enable-clipboard.
32094 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32095 (x-select-enable-clipboard): New variables.
32096 (x-select-text, x-get-selection, x-selection-value)
32097 (x-get-selection-value, mac-select-convert-to-string)
32098 (mac-services-open-file, mac-services-open-selection)
32099 (mac-services-insert-text): New functions.
32100 (CLIPBOARD, FIND): Put mac-scrap-name property.
32101 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32102 (public.tiff): Put mac-ostype property.
32103 (selection-converter-alist): Add entries for them.
32104 (mac-application-menu-map): New keymap.
32105 (interprogram-cut-function, interprogram-paste-function): Set to
32106 x-select-text and x-get-selection-value, respectively.
32107 (split-window-keep-point): Set to t.
32108
32109 2005-04-23 Richard M. Stallman <rms@gnu.org>
32110
32111 * files.el (read-directory-name): Always pass non-nil
32112 DEFAULT-FILENAME arg to read-file-name.
32113 (backup-buffer-copy, basic-save-buffer-2): Take care against
32114 writing thru an unexpected existing symlink.
32115 (revert-buffer): In indirect buffer, revert the base buffer.
32116 (magic-mode-alist): Doc fix.
32117 (buffer-stale-function): Doc fix.
32118 (minibuffer-with-setup-hook): Avoid warning.
32119 (mode-require-final-newline): Doc and custom fix.
32120
32121 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32122
32123 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32124 use the default appearance.
32125 (font-lock-comment-delimiter-face): New face, new variable.
32126
32127 * imenu.el (imenu--generic-function): The official position of a
32128 definition is the start of the line that BEG is in.
32129
32130 * midnight.el (midnight-timer): Move defvar up.
32131
32132 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32133
32134 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32135
32136 * startup.el (command-line): Use with-no-warnings.
32137
32138 * window.el (window-size-fixed): New defvar.
32139
32140 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32141
32142 * mail/rmail.el (rmail-font-lock-keywords):
32143 Use font-lock-comment-delimiter-face.
32144
32145 * mail/sendmail.el (mail-font-lock-keywords):
32146 Use font-lock-comment-delimiter-face.
32147
32148 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32149
32150 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32151
32152 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32153 Specify t for LAXMATCH when matching directories.
32154 Save match data around compilation-compat-error-properties form.
32155
32156 2005-04-23 David Kastrup <dak@gnu.org>
32157
32158 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32159 Mention that the autoloaded aliases should be kept for AUCTeX.
32160
32161 2005-04-23 Andreas Schwab <schwab@suse.de>
32162
32163 * isearch.el (isearch-forward): Doc fix.
32164
32165 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32166
32167 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32168 (jit-lock-stealth-nice): Change default value to 0.5.
32169
32170 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32171
32172 * abbrev.el (write-abbrev-file): Write table entries in
32173 alphabetical order by table name.
32174
32175 2005-04-22 Kim F. Storm <storm@cua.dk>
32176
32177 * ido.el (ido-read-internal): Fix `list' completion.
32178
32179 2005-04-22 Kenichi Handa <handa@m17n.org>
32180
32181 * recentf.el (recentf-save-file-coding-system): New variable.
32182 (recentf-save-list): Encode the file by
32183 recentf-save-file-coding-system and add coding: tag.
32184
32185 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32186
32187 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32188
32189 2005-04-21 Lute Kamstra <lute@gnu.org>
32190
32191 * loadhist.el (unload-feature): Don't remove a function from hooks
32192 if it is about to be restored to an autoload . Remove functions
32193 that will become unbound from auto-mode-alist. Simplify the code.
32194
32195 * subr.el (assq-delete-all): New implementation that is linear,
32196 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32197 (rassq-delete-all): New function.
32198
32199 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32200 Add size-indication-mode.
32201
32202 2005-04-21 Kenichi Handa <handa@m17n.org>
32203
32204 * international/mule-cmds.el: Add autoload for widget-value in
32205 eval-when-compile.
32206
32207 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32208
32209 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32210 Add tooltip-mode.
32211
32212 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32213
32214 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32215
32216 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32217 (inferior-lisp-filter-regexp, inferior-lisp-program)
32218 (inferior-lisp-load-command, inferior-lisp-prompt)
32219 (inferior-lisp-mode-hook, lisp-source-modes)
32220 (inferior-lisp-load-hook): defvar->defcustom.
32221 (inferior-lisp-program, inferior-lisp-prompt)
32222 (inferior-lisp-load-hook): Doc fixes.
32223 (inferior-lisp-install-letter-bindings): Small change in
32224 introductory comment.
32225
32226 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32227
32228 * vc.el (vc-annotate-color-map): Change some colors so that text
32229 using them as foreground is readable on both white and black
32230 backgrounds.
32231
32232 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32233
32234 * international/mule-conf.el (translation-table-for-input):
32235 Remove redundant declaration.
32236
32237 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32238
32239 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32240
32241 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32242 (tooltip-toggle-gud-tips): New function.
32243
32244 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32245
32246 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32247 right angle brackets.
32248
32249 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32250
32251 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32252
32253 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32254
32255 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32256 Remove. Update callers to use expand-file-name instead.
32257
32258 * subr.el (syntax-class): New function.
32259
32260 * simple.el (blink-matching-open): Use it.
32261
32262 * paren.el (show-paren-function): Use it to recognize parens that are
32263 also used in 2-char comment markers.
32264
32265 2005-04-19 Lute Kamstra <lute@gnu.org>
32266
32267 * loadhist.el (unload-feature): Update for new format of
32268 load-history. Simplify the code.
32269
32270 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32271
32272 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32273 (mac-add-charset-info): New function. Initialize variable
32274 mac-charset-info-alist using it.
32275 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32276 for translation.
32277 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32278 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32279 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32280 New CCL programs.
32281
32282 2005-04-19 Kim F. Storm <storm@cua.dk>
32283
32284 * simple.el (next-buffer, prev-buffer, next-error)
32285 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32286 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32287
32288 * bindings.el (next-buffer, prev-buffer, next-error)
32289 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32290 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32291 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32292 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32293
32294 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32295
32296 * isearch.el (isearch-edit-string): Make the search-ring available for
32297 minibuffer history commands.
32298 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32299 the default history commands now work just as well.
32300 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32301
32302 2005-04-18 Kim F. Storm <storm@cua.dk>
32303
32304 * emulation/cua-base.el (cua--pre-command-handler): Add more
32305 elaborate check for shift modifier on non-window systems.
32306
32307 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32308
32309 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32310
32311 2005-04-18 Kim F. Storm <storm@cua.dk>
32312
32313 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32314 and make it optional. Don't test tooltip-gud-echo-area here.
32315 (tooltip-gud-process-output, gdb-tooltip-print):
32316 Pass tooltip-gud-echo-area to tooltip-show.
32317 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32318
32319 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32320
32321 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32322 `display-graphic-p' may not be bound yet.
32323
32324 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32325
32326 * startup.el (command-line): No longer enable Xterm Mouse mode by
32327 default in terminals compatible with xterm.
32328
32329 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32330
32331 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32332
32333 * tooltip.el (tooltip-gud-echo-area): Rename from
32334 tooltip-use-echo-area.
32335 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32336 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32337 area independently of where help tooltips are displayed.
32338
32339 2005-04-17 David Kastrup <dak@gnu.org>
32340
32341 * cus-theme.el (custom-theme-write-variables): Quote variables
32342 where necessary.
32343
32344 2005-04-17 Richard M. Stallman <rms@gnu.org>
32345
32346 * simple.el (yank-excluded-properties): Add follow-link to value.
32347
32348 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32349
32350 * startup.el (fancy-splash-max-time): Just 30 seconds.
32351 (fancy-splash-delay): Just 7.
32352 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32353
32354 * loadhist.el (unload-feature): Update for new format of load-history.
32355 Simplify the code.
32356
32357 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32358 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32359
32360 * mail/sendmail.el (mail-font-lock-keywords):
32361 Don't fontify subject text.
32362 Don't fontify the text of a citation.
32363
32364 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32365
32366 * comint.el (comint-output-filter): Run comint-output-filter-functions
32367 with point where the user had it.
32368
32369 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32370
32371 * international/ucs-tables.el (ucs-set-table-for-input):
32372 Disable when using unify-on-decoding.
32373
32374 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32375
32376 * emulation/cua-base.el (cua-global-mark-face): Add special case
32377 for displays supporting a high number of colors.
32378
32379 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32380
32381 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32382
32383 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32384
32385 * filesets.el (filesets-add-buffer): If user supplies a name of a
32386 non-existing fileset, create a new fileset.
32387
32388 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32389
32390 * textmodes/org.el (org-up-heading-all): Fix bug with
32391 `outline-up-heading-all'.
32392
32393 2005-04-16 Andreas Schwab <schwab@suse.de>
32394
32395 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32396 /etc/permissions.d/* and /etc/aliases.d/*.
32397
32398 2005-04-16 Kenichi Handa <handa@m17n.org>
32399
32400 * international/code-pages.el (cp-make-coding-system):
32401 Set `translation-table-for-input' property value to the symbol
32402 ucs-mule-to-mule-unicode, not to that value.
32403 (pt154): Escape guillemet by `\'.
32404
32405 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32406
32407 * loadup.el: Load tooltip if x-show-tip is fboundp.
32408
32409 * startup.el (command-line): Add comment.
32410
32411 * tooltip.el (tooltip-mode): Specify correct standard value for
32412 Custom in init-value.
32413
32414 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32415
32416 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32417 possible.
32418
32419 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32420
32421 * textmodes/org.el (org-agenda-date-prompt): Rename from
32422 `org-agenda-date-today'.
32423 (org-evaluate-time-range): Insert at point instead of directly
32424 after time range.
32425 (org-first-headline-recenter, org-subtree-end-visible-p)
32426 (org-optimize-window-after-visibility-change): New functions
32427 (org-agenda-post-command-hook): Don't allow point at end of line,
32428 to make sure it always hits the text properties.
32429 (org-agenda-next-date-line, org-agenda-previous-date-line):
32430 New commands.
32431 (org-set-regexps-and-options): Category may contain white space.
32432 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32433 Improve marker positions.
32434 (org-agenda-new-marker): Argument POS made optional.
32435 (org-agenda-get-timestamps): Deadlines which are done are listed
32436 in org-done-face now.
32437 (org-agenda-get-todos, org-agenda-get-timestamps)
32438 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32439 Set `undone-face' and `done-face' properties.
32440 (org-last-todo-state-is-todo): New variable.
32441 (org-todo): Set `org-last-todo-state-is-todo'.
32442 (org-agenda-todo): Change face according to
32443 `org-last-todo-state-is-todo'. And change other lines referring to
32444 the same entry.
32445 (org-calendar-goto-agenda): New command.
32446 (org-calendar-to-agenda-key): New option.
32447 (org-startup-folded): New allowed value `content'.
32448 (org-set-regexps-and-options): Accept new value `content' for
32449 `org-startup-folded'.
32450 (org-get-current-options): Handle new value `content' for
32451 `org-startup-folded'.
32452 (org-insert-todo-heading): New command.
32453 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32454 interactively in empty file and option
32455 `org-insert-mode-line-in-empty-file' has been set.
32456 (org-agenda-todo, org-agenda-priority): Modify to use
32457 `org-agenda-change-all-lines'.
32458 (org-warning-face): Change color on dark background.
32459
32460 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32461
32462 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32463 use preferences AppleLocale and AppleLanguages, and variable
32464 mac-system-locale for default locale. On Mac OS Classic, use
32465 mac-system-coding-system for default coding systems.
32466
32467 * term/mac-win.el: Don't set file-name-coding-system.
32468 Decode variables system-name, emacs-build-system, user-login-name, and
32469 user-full-name by mac-system-coding-system on Mac OS Classic.
32470 (mac-system-coding-system): New variable.
32471
32472 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32473
32474 * startup.el (command-line): Handle `xterm-mouse-mode' before
32475 reading init file.
32476
32477 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32478
32479 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32480
32481 * progmodes/sh-script.el (sh-here-document-word): Make it a
32482 defcustom. Doc fix.
32483 (sh-add): Bash uses $(( )) for arithmetic.
32484 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32485 (sh-maybe-here-document): Remove quotes and leading whitespace
32486 from heredoc word when closing. Indent heredoc with tabs if word
32487 starts with "-".
32488
32489 2005-04-13 Richard M. Stallman <rms@gnu.org>
32490
32491 * simple.el (undo): Fix previous change.
32492
32493 * custom.el (defface): Doc fix.
32494
32495 2005-04-13 Lute Kamstra <lute@gnu.org>
32496
32497 * Makefile.in (DONTCOMPILE): Remove list.
32498 (compile, compile-always): Don't use DONTCOMPILE.
32499 (update-authors): Load the library in which batch-update-authors
32500 is defined.
32501 * makefile.w32-in (DONTCOMPILE): Remove list.
32502 (compile, compile-always): Fix comments.
32503 (update-authors): Load the library in which batch-update-authors
32504 is defined.
32505
32506 * generic-x.el (generic-mode-ini-file-find-file-hook):
32507 Rename to ini-generic-mode-find-file-hook.
32508 Keep generic-mode-ini-file-find-file-hook as an alias.
32509 (ini-generic-mode-find-file-hook): Rename from
32510 generic-mode-ini-file-find-file-hook. Fix docstring.
32511 (ini-generic-mode): Docstring change.
32512 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32513
32514 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32515 called from lisp.
32516
32517 * generic.el: Move to the emacs-lisp subdir.
32518
32519 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32520
32521 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32522 and C-S- function and cursor motion keys.
32523
32524 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32525
32526 * startup.el (command-line): Enable Xterm Mouse mode by default.
32527 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32528 for Custom. No longer show "Mouse" in mode line when enabled.
32529 Doc fix.
32530
32531 2005-04-12 Kim F. Storm <storm@cua.dk>
32532
32533 * emulation/cua-base.el (cua-rectangle-face)
32534 (cua-rectangle-noselect-face): Define face attributes here.
32535
32536 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32537
32538 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32539
32540 * startup.el (command-line): Turn off blinking cursor if
32541 cursorBlink in resources is off or false.
32542
32543 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32544
32545 * term/mac-win.el (dnd): Require dnd.
32546 (mac-drag-n-drop): Call dnd-handle-one-url.
32547 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32548 (kTextEncodingISOLatin2): Remove constants.
32549 (mac-script-code-coding-systems): New constant.
32550 (mac-handle-language-change): New function.
32551 (special-event-map): Bind it to `language-change' event.
32552 (mac-centraleurroman, mac-cyrillic): New coding systems.
32553 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32554 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32555 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32556 encode-mac-cyrillic, respectively.
32557
32558 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32559
32560 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32561 Don't set overlay-arrow-string to "=>" as this is done
32562 globally in C now.
32563
32564 2005-04-12 Lute Kamstra <lute@gnu.org>
32565
32566 * generic-x.el (rc-generic-mode, rul-generic-mode):
32567 Fix auto-mode-alist entries.
32568 (etc-fstab-generic-mode): Tweak fontification.
32569
32570 * generic.el (generic-make-keywords-list): Fix docstring.
32571 (generic-mode-internal): Simplify generic-font-lock-keywords.
32572
32573 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32574
32575 * whitespace.el (whitespace-buffer-leading)
32576 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32577 However, fix the highlight area for the leading and
32578 trailing whitespaces to show space.
32579
32580 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32581
32582 * whitespace.el (whitespace-version): Bump to 3.5.
32583
32584 (whitespace-buffer-leading, whitespace-buffer-trailing):
32585 Invert sense of the test to highlight the whitespace.
32586
32587 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32588
32589 * progmodes/gud.el (gud-display-line): GUD uses its own
32590 overlay arrow now so don't set overlay-arrow-string.
32591 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32592
32593 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32594
32595 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32596 (term-ansi-current-reverse, term-ansi-current-invisible)
32597 (term-ansi-face-already-done): Change to boolean.
32598 (term-reset-terminal, term-handle-colors-array): Handle the above
32599 vars accordingly.
32600 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32601 (term-emulate-terminal): Use the new name.
32602
32603 * faces.el (secondary-selection): Use yellow1, not yellow.
32604 (trailing-whitespace): Use red1, not red.
32605
32606 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32607
32608 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32609 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32610 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32611
32612 * cus-edit.el (dnd): New group.
32613
32614 * term/w32-win.el (dnd): Require dnd
32615 (w32-drag-n-drop): Call dnd-handle-one-url.
32616
32617 * x-dnd.el: Require dnd.
32618 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32619 Call dnd-handle-one-url.
32620 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32621 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32622 to dnd-insert-text.
32623 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32624 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32625 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32626 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32627
32628 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32629
32630 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32631
32632 * wdired.el: Doc fixes.
32633 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32634 (wdired-use-dired-vertical-movement): Rename from
32635 wdired-always-move-to-filename-beginning.
32636 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32637 (wdired-change-to-wdired-mode): Change mode name.
32638 (wdired-newline): Delete.
32639
32640 2005-04-11 Richard M. Stallman <rms@gnu.org>
32641
32642 * whitespace.el (whitespace-highlight-the-space):
32643 Don't call whitespace-unhighlight-the-space here.
32644
32645 * simple.el (undo): Record t in undo-equiv-table
32646 for the redo record made by an undo-in-region.
32647
32648 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32649
32650 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32651 (gdb-frame-inferior-io-buffer): New Functions to control
32652 display of separate IO buffer.
32653 (menu): Add them to menu-bar.
32654 (gdb-display-buffer): Check for buffer another frame.
32655 Protect GUD buffer.
32656 (gdb-setup-windows): Create IO buffer if not already there.
32657 (gdb-memory-mode): Remove purecopy noops.
32658
32659 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32660
32661 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32662 and pass to self-insert-command.
32663
32664 2005-04-11 Lute Kamstra <lute@gnu.org>
32665
32666 * generic.el: Commentary section cleanup.
32667 (generic): Delete.
32668 (generic-use-find-file-hook, generic-lines-to-scan)
32669 (generic-find-file-regexp, generic-ignore-files-regexp)
32670 (default-generic-mode, generic-mode-find-file-hook)
32671 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32672 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32673 (generic-use-find-file-hook, generic-lines-to-scan)
32674 (generic-find-file-regexp, generic-ignore-files-regexp)
32675 (default-generic-mode, generic-mode-find-file-hook)
32676 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32677
32678 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32679
32680 * bookmark.el (bookmark-write-file): Catch errors writing file.
32681 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32682
32683 2005-04-10 Richard M. Stallman <rms@gnu.org>
32684
32685 * startup.el (fancy-splash-tail): Update copyright year.
32686 (command-line): Split part of -Q into -D.
32687 (emacs-basic-display): New defvar.
32688 (fancy-splash-text): Correct name of menu item.
32689
32690 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32691
32692 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32693 lines in one node.
32694
32695 * comint.el (comint-send-input): New arg ARTIFICIAL.
32696 Callers in this file changed.
32697
32698 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32699
32700 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32701
32702 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32703
32704 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32705 `ldap-search-internal'.
32706
32707 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32708
32709 * files.el (set-auto-mode-1): Use line-end-position.
32710
32711 * international/latin-1.el:
32712 * international/latin-2.el:
32713 * international/latin-3.el:
32714 * international/latin-4.el:
32715 * international/latin-5.el:
32716 * international/latin-8.el:
32717 * international/latin-9.el: Give punctuation syntax to NBSP.
32718
32719 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32720 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32721 Use char-classes to accept non-ascii letters, accepted in some recent
32722 bibtex implementations.
32723
32724 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32725
32726 * custom.el (custom-set-minor-mode): Any non-nil value for the
32727 variable should enable the mode when set through Custom.
32728
32729 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32730
32731 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32732 TAB binding so tab-always-indent is obeyed.
32733 (vhdl-minibuffer-local-map): Move initialization into declaration.
32734 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32735 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32736 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32737 (vhdl-current-line): Use line-beginning-position.
32738 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32739 with-output-to-temp-buffer, so the current position can be recorded.
32740
32741 2005-04-10 Masatake YAMATO <jet@gyve.org>
32742
32743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32744 Add regexp for gcov.
32745
32746 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32747
32748 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32749 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32750 syntax which Emacs 20 doesn't support.
32751
32752 2005-04-09 Richard M. Stallman <rms@gnu.org>
32753
32754 * help.el (describe-key-briefly, describe-key):
32755 Replace strings as event types with "(any string)".
32756
32757 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32758
32759 * arc-mode.el (archive-mode-map): Move initialization into
32760 the declaration. Override *all* bindings of `undo'.
32761 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32762
32763 2005-04-09 Jay Belanger <belanger@truman.edu>
32764
32765 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32766
32767 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32768
32769 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32770 (xterm-register-default-colors): Update color values computation
32771 to match xterm-200.
32772
32773 2005-04-09 Kenichi Handa <handa@m17n.org>
32774
32775 * international/code-pages.el (iso-latin-7): Fix the map.
32776
32777 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32778
32779 * emacs-lisp/lisp.el (defun-prompt-regexp)
32780 (parens-require-spaces, buffer-end, end-of-defun)
32781 (insert-parentheses): Doc fixes.
32782
32783 2005-04-08 Kim F. Storm <storm@cua.dk>
32784
32785 * comint.el (comint-highlight-prompt): Fix face spec.
32786 * hi-lock.el (hi-green): Likewise.
32787
32788 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32789
32790 * cus-edit.el (custom-modified-face):
32791 * comint.el (comint-highlight-input): Fix previous changes.
32792 * term.el (term-handle-ansi-escape): Add a comment.
32793
32794 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32795
32796 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32797 in the buffer and in whitespace-highlighted-space.
32798 (whitespace-unhighlight-the-space): Simplify.
32799 (whitespace-buffer): Simplify.
32800
32801 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32802
32803 * textmodes/table.el (table-cell-face): Add special case for
32804 displays supporting a high number of colors.
32805 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32806 (vhdl-font-lock-reserved-words-face)
32807 (vhdl-speedbar-architecture-face)
32808 (vhdl-speedbar-instantiation-face)
32809 (vhdl-speedbar-architecture-selected-face)
32810 (vhdl-speedbar-instantiation-selected-face): Likewise.
32811 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32812 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32813 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32814 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32815 (ebrowse-progress-face): Likewise.
32816 * progmodes/compile.el (compilation-info-face): Likewise.
32817 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32818 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32819 * calendar/calendar.el (diary-face): Likewise.
32820 * woman.el (woman-italic-face, woman-bold-face)
32821 (woman-unknown-face): Likewise.
32822 * wid-edit.el (widget-button-pressed-face): Likewise.
32823 * whitespace.el (whitespace-highlight-face): Likewise.
32824 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32825 * pcvs-info.el (cvs-marked-face): Likewise.
32826 * info.el (info-xref): Likewise.
32827 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32828 * hilit-chg.el (highlight-changes-face)
32829 (highlight-changes-delete-face): Likewise.
32830 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32831 (hi-red-b): Likewise.
32832 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32833 * font-lock.el (font-lock-keyword-face)
32834 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32835 * cus-edit.el (custom-invalid-face, custom-modified-face)
32836 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32837 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32838 * comint.el (comint-highlight-prompt): Likewise.
32839
32840 2005-04-08 Lute Kamstra <lute@gnu.org>
32841
32842 * font-lock.el (font-lock-keywords): Docstring fixes.
32843
32844 2005-04-08 Kenichi Handa <handa@m17n.org>
32845
32846 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32847 chars are more than a limit, print " and more..." at the tail.
32848
32849 2005-04-08 Kim F. Storm <storm@cua.dk>
32850
32851 * emacs-lisp/authors.el (authors-aliases): Update list.
32852 (authors-ignored-files): New list.
32853 (authors-fixed-entries): Fix typo.
32854 (authors-renamed-files-alist): Update list.
32855 (authors-add): Check authors-ignored-files.
32856
32857 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32858
32859 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32860 optional, to ensure backward compatibility.
32861
32862 2005-04-08 Stephen Eglen <stephen@gnu.org>
32863
32864 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32865
32866 2005-04-08 Kim F. Storm <storm@cua.dk>
32867
32868 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32869
32870 * mouse.el (mouse-on-link-p): Doc fix.
32871
32872 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32873
32874 * ielm.el (ielm-prompt-read-only): Doc fix.
32875
32876 * comint.el (comint-prompt-read-only): Doc fix.
32877
32878 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32879
32880 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32881 ensure dired always handles wildcards passed to ffap.
32882 (find-file-at-point): Use it.
32883 (ffap-dired-wildcards): Doc fix.
32884
32885 2005-04-07 Juri Linkov <juri@jurta.org>
32886
32887 * simple.el (next-error-overlay-arrow-position): New defvar.
32888 Put "=>" on its property `overlay-arrow-string'. Add it to
32889 `overlay-arrow-variable-list'.
32890
32891 * progmodes/compile.el (compilation-setup):
32892 Set `next-error-overlay-arrow-position' to nil. Also set it to
32893 nil in the local hook `kill-buffer-hook'. Make local variable
32894 `overlay-arrow-string' and set it to "=>".
32895 (compilation-goto-locus): Set BOL position to
32896 `next-error-overlay-arrow-position' instead of
32897 `overlay-arrow-position'.
32898
32899 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32900 locally instead of adding it to the global hook.
32901 (Info-kill-buffer): Move up.
32902
32903 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32904
32905 * term/xterm.el (xterm-standard-colors): Update color values from
32906 xterm-200.
32907
32908 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32909
32910 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32911
32912 * fast-lock.el:
32913 * lazy-lock.el: Move them to the obsolete subdir.
32914
32915 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32916
32917 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32918 (wdired-add-replace-advice): Remove.
32919 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32920
32921 2005-04-06 Kim F. Storm <storm@cua.dk>
32922
32923 * startup.el (command-line): Add --bare-bones alias for -Q.
32924
32925 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32926
32927 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32928 create the startup fontset if a font specification ends with
32929 `mac-roman'.
32930
32931 2005-04-06 Lute Kamstra <lute@gnu.org>
32932
32933 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32934 change.
32935
32936 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32937 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32938
32939 2005-04-05 Lute Kamstra <lute@gnu.org>
32940
32941 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32942 (define-generic-mode): Ditto. Fix debug declaration.
32943
32944 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32945 Put them in the generic-x group.
32946
32947 * calendar/timeclock.el (timeclock): Doc fix.
32948
32949 * generic.el (define-generic-mode): Don't use custom-current-group.
32950 Document default :group value.
32951 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32952 (define-global-minor-mode): Don't use custom-current-group.
32953
32954 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32955
32956 * startup.el (command-line-1): Display startup-echo-area-message
32957 when fancy splash screen is in use.
32958
32959 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32960 (sh-escaped-newline): New face.
32961 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32962 newline, and use sh-escaped-newline face.
32963
32964 * progmodes/tcl.el (tcl-escaped-newline): New face.
32965 (tcl-builtin-list): New variable.
32966 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32967 newlines. Fix keywords subexpression number.
32968
32969 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32970
32971 * textmodes/org.el (org-diary-default-entry): Fix call to
32972 `add-to-diary-entry'.
32973
32974 2005-04-05 Kim F. Storm <storm@cua.dk>
32975
32976 * ediff-init.el: Use (featurep 'xemacs).
32977
32978 2005-04-05 David Ponce <david@dponce.com>
32979
32980 * cus-edit.el (face): Derive from symbol widget. Display sample
32981 of the current face on the fly.
32982 (widget-face-sample-face-get, widget-face-notify): New functions.
32983 (widget-face-value-create): Remove.
32984
32985 * wid-edit.el (widget-field-end): Temporarily remove field
32986 narrowing before to call `get-char-property'.
32987
32988 2005-04-04 Jay Belanger <belanger@truman.edu>
32989
32990 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32991 (math-read-subscripts): New variable.
32992 (math-read-preprocess-string): Process subscripts.
32993
32994 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32995
32996 * comint.el (comint-prompt-read-only): Doc fix.
32997
32998 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32999 `-1'. Doc fix.
33000
33001 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33002
33003 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33004 Change default value to nil.
33005
33006 2005-04-04 Lute Kamstra <lute@gnu.org>
33007
33008 * autorevert.el (auto-revert-mode): Specify :group.
33009 * battery.el (display-battery-mode): Specify :group.
33010 * diff-mode.el (diff-minor-mode): Specify :group.
33011 * font-core.el (font-lock-mode): Specify :group.
33012 * hl-line.el (hl-line-mode): Specify :group.
33013 * iimage.el (iimage): New customization group.
33014 (iimage-mode): Specify :group.
33015 * longlines.el (longlines-mode): Specify :group.
33016 * master.el: Don't require easy-mmode.
33017 (master): New customization group.
33018 (master-mode): Specify :group.
33019 * msb.el (msb-mode): Specify :group.
33020 * reveal.el (reveal-mode): Specify :group.
33021 * simple.el (next-error-follow-minor-mode): Specify :group.
33022 * smerge-mode.el (smerge-mode): Specify :group.
33023 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33024 * emulation/cua-base.el (cua-mode): Specify :group.
33025 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33026 * language/thai-util.el (thai-auto-composition-mode)
33027 (thai-word-mode): Specify :group.
33028 * mail/supercite.el (sc-minor-mode): Specify :group.
33029 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33030 * progmodes/flymake.el (flymake-mode): Specify :group.
33031 * progmodes/glasses.el (glasses-mode): Specify :group.
33032 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33033 * textmodes/enriched.el (enriched-mode): Specify :group.
33034 * textmodes/refill.el (refill-mode): Specify :group.
33035
33036 * add-log.el (change-log-font-lock-keywords): Names in
33037 parenthesized lists can contain spaces.
33038
33039 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33040
33041 * startup.el (fancy-splash-text): Shorten default text of
33042 "Emacs Tutorial" line. Also, if the current language env
33043 indicates an available tutorial file other than TUTORIAL,
33044 extract its title and append it to the line in parentheses.
33045 (fancy-splash-insert): If arg is a thunk, funcall it.
33046
33047 2005-04-04 Jay Belanger <belanger@truman.edu>
33048
33049 * calc.el (calc-language-alist): Add tags to customization type.
33050
33051 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33052
33053 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33054 Doc fix.
33055
33056 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33057
33058 * add-log.el (change-log-font-lock-keywords): The manual
33059 describing a Change Log entry, says: (...) "Aside from these
33060 header lines, every line in the change log starts with a space or
33061 a tab.". The font-lock was not highlighting lines started with
33062 spaces, added support for it.
33063
33064 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33065
33066 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33067 (bibtex-generate-url-list): Update docstring accordingly. Put the
33068 complex example in the docstring.
33069 (bibtex-font-lock-url): Use pop.
33070
33071 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33072
33073 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33074
33075 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33076
33077 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33078
33079 * filesets.el (filesets-set-default): Doc fix.
33080
33081 2005-04-03 Lute Kamstra <lute@gnu.org>
33082
33083 * generic.el (define-generic-mode): Add argument to specify
33084 keywords for defcustom.
33085 (default-generic-mode): Specify :group.
33086
33087 * generic-x.el: Specify :group for all generic modes.
33088
33089 * desktop.el (desktop-no-desktop-file-hook)
33090 (desktop-after-read-hook): Doc fix.
33091
33092 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33093
33094 * simple.el (visible-mode): Use explicit :group keyword.
33095 This changes the group of `visible-mode-hook' from paren-blinking
33096 to editing-basics.
33097
33098 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33099
33100 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33101 mailbox specifications as well as URLs.
33102 (rmail-insert-inbox-text): Remove unused conditional branches.
33103
33104 2005-04-01 Jay Belanger <belanger@truman.edu>
33105
33106 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33107 (calc-gnuplot-print-command): Move definitions to calc.el.
33108
33109 * calc/calc-embed.el (calc-embedded-announce-formula)
33110 (calc-embedded-open-formula, calc-embedded-close-formula)
33111 (calc-embedded-open-word, calc-embedded-close-word)
33112 (calc-embedded-open-plain, calc-embedded-close-plain)
33113 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33114 (calc-embedded-open-mode, calc-embedded-close-mode):
33115 Move definitions to calc.el.
33116
33117 * calc/calc.el (calc-settings-file, calc-language-alist):
33118 Make customizable.
33119 (calc-embedded-announce-formula, calc-embedded-open-formula)
33120 (calc-embedded-close-formula, calc-embedded-open-word)
33121 (calc-embedded-close-word, calc-embedded-open-plain)
33122 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33123 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33124 (calc-embedded-close-mode, calc-gnuplot-name)
33125 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33126 from other files and make customizable.
33127
33128 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33129
33130 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33131 Use buffer-live-p.
33132 (cvs-mode-run): Don't call cvs-update-header here.
33133 (cvs-run-process): Call cvs-update-header.
33134 Use process properties for cvs-postprocess and cvs-buffer so that
33135 the sentinel can behave better if the temp buffer is killed.
33136 Use a pipe rather than a tty, to better handle unexpected prompts.
33137 (cvs-sentinel): Rewrite. Call cvs-update-header.
33138
33139 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33140
33141 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33142 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33143
33144 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33145
33146 * generic.el (define-generic-mode): Add indentation rule.
33147
33148 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33149
33150 * files.el (mode-require-final-newline): Make Custom correctly
33151 report a nil value and allow to set it to nil via Custom.
33152 Doc fix.
33153
33154 2005-04-01 Kenichi Handa <handa@m17n.org>
33155
33156 * international/characters.el: Enable the correct case setting for
33157 dotless-i and dotted-I.
33158
33159 2005-04-01 Kim F. Storm <storm@cua.dk>
33160
33161 * ido.el (ido-file-internal): Fall back to non-ido command if
33162 initial directory is on slow ftp (or tramp) host.
33163
33164 2005-03-31 Richard M. Stallman <rms@gnu.org>
33165
33166 * emacs-lisp/autoload.el (make-autoload):
33167 Handle define-global-minor-mode.
33168
33169 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33170 Rename from easy-mmode-define-global-mode.
33171 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33172
33173 * progmodes/scheme.el (scheme-mode-syntax-table):
33174 Update syntax of | and # for two-character comment syntax.
33175
33176 2005-03-31 Lute Kamstra <lute@gnu.org>
33177
33178 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33179 (define-minor-mode): Call custom-current-group at load-time.
33180
33181 * generic.el (define-generic-mode): Add debug declaration.
33182 Add defcustom for the mode hook.
33183 (generic-mode-internal): Use run-mode-hooks.
33184
33185 2005-03-31 Kim F. Storm <storm@cua.dk>
33186
33187 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33188 (mouse-fixup-help-message): New defun called by show_help_echo
33189 to fixup mouse-2 prefix in help messages when applicable.
33190
33191 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33192
33193 2005-03-31 Kenichi Handa <handa@m17n.org>
33194
33195 * language/thai-word.el (thai-find-word-ends): Pay attention to
33196 the case that we reach the end of buffer.
33197
33198 * textmodes/fill.el (fill-text-properties-at): New function.
33199 (fill-newline): Use fill-text-properties-at instead of
33200 text-properties-at.
33201
33202 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33203
33204 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33205 not comint-quote-filename.
33206
33207 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33208
33209 * help-fns.el (help-with-tutorial): Revert last change.
33210
33211 2005-03-31 Kim F. Storm <storm@cua.dk>
33212
33213 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33214
33215 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33216
33217 * calendar/cal-china.el: Update reference to "Calendrical
33218 Calculations" book; there's a new edition.
33219 * calendar/cal-coptic.el: Likewise.
33220 * calendar/cal-french.el: Likewise.
33221 * calendar/cal-hebrew.el: Likewise.
33222 * calendar/cal-islam.el: Likewise.
33223 * calendar/cal-iso.el: Likewise.
33224 * calendar/cal-julian.el: Likewise.
33225 * calendar/cal-mayan.el: Likewise.
33226 * calendar/cal-persia.el: Likewise.
33227 * calendar/calendar.el: Likewise.
33228 * calendar/holidays.el: Likewise.
33229 * calendar/lunar.el: Likewise.
33230 * calendar/solar.el: Likewise.
33231
33232 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33233 white space from doc string.
33234
33235 2005-03-30 Jay Belanger <belanger@truman.edu>
33236
33237 * calc/calc-help.el (calc-full-help): Remove email address.
33238
33239 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33240
33241 * help-fns.el (help-with-tutorial): Delete title line.
33242
33243 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33244
33245 * calendar/cal-x.el (calendar-one-frame-setup)
33246 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33247 rather than `symbol' for set-window-dedicated-p.
33248
33249 * calendar/appt.el (appt-buffer-name): Make it a constant.
33250 (appt-add): Doc fix.
33251
33252 * filesets.el (filesets-menu-path, filesets-menu-before)
33253 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33254 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33255 (filesets-add-submenu): Delete and use add-submenu instead.
33256
33257 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33258
33259 * textmodes/org.el (org-agenda-phases-of-moon)
33260 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33261 (org-agenda-goto-calendar): New commands.
33262 (org-diary-default-entry): New function.
33263 (org-get-entries-from-diary): Better parsing of diary entries.
33264 (org-agenda-check-no-diary): New function.
33265 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33266 linking to diary entries.
33267 (org-agenda-execute-calendar-command): New function.
33268 (org-agenda): Improve visible section in window.
33269 Use `org-fit-agenda-window'.
33270 (org-fit-agenda-window): New option.
33271 (org-move-subtree-down): Better handling of empty lines
33272 at end of subtree.
33273 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33274 levels up.
33275 (org-fontify-done-headline): New option.
33276 (org-headline-done-face): New face.
33277 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33278 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33279 When current field is non-empty, it is copied to next row.
33280 (org-table-copy-from-above): Fix bug which made it
33281 impossible to copy fields containing only a single non-white character.
33282
33283 2005-03-30 Kim F. Storm <storm@cua.dk>
33284
33285 * kmacro.el (kmacro-end-macro): Isearch may store this command
33286 into the macro -- so ignore it when executing keyboard macro.
33287
33288 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33289
33290 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33291
33292 2005-03-29 Kenichi Handa <handa@m17n.org>
33293
33294 * language/thai.el ("Thai"): Set setup-function and exit-function
33295 for Thai language environment.
33296
33297 * language/thai-util.el: Require thai-word.
33298 (thai-word-mode-map): New variable.
33299 (thai-word-mode): New minor mode.
33300 (setup-thai-language-environment-internal): New function.
33301 (exit-thai-language-environment-internal): New function.
33302
33303 * language/thai-word.el (thai-word-table): Declare it by defvar,
33304 use dolist to initialize it.
33305 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33306 (thai-fill-find-break-point): New functions.
33307
33308 2005-03-29 Richard M. Stallman <rms@gnu.org>
33309
33310 * simple.el (idle-update-delay): Move definition up.
33311 (set-mark): Doc fix.
33312
33313 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33314
33315 * longlines.el: New file.
33316
33317 * simple.el (buffer-substring-filters): New variable.
33318 (filter-buffer-substring): New function.
33319 (kill-region, copy-region-as-kill): Use it.
33320
33321 * register.el (copy-to-register, append-to-register)
33322 (prepend-to-register): Use filter-buffer-substring.
33323
33324 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33325
33326 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33327 (gud-filter-pending-text): Move in front of gdb.
33328 (gud-overlay-arrow-position): New variable.
33329 (gud-sentinel, gud-display-line): Use it in place of
33330 overlay-arrow-position.
33331
33332 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33333
33334 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33335 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33336 (fortran-font-lock-keywords-4): New variable.
33337 (fortran-blocks-re, fortran-end-block-re)
33338 (fortran-start-block-re): New constants, for hideshow.
33339 (hs-special-modes-alist): Add a Fortran entry.
33340 (fortran-mode-map): Bind fortran-end-of-block,
33341 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33342 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33343 (fortran-looking-at-if-then, fortran-end-of-block)
33344 (fortran-beginning-of-block): New functions, for hideshow.
33345
33346 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33347 Doc fix. Tweak regexp.
33348 (f90-beginning-of-block): Push mark first.
33349
33350 2005-03-29 Jay Belanger <belanger@truman.edu>
33351
33352 * calc/calc.el: Update copyright date.
33353 (calc-version): Increase to 2.1.
33354 (calc-version-date): Remove.
33355
33356 * calc/calc-help.el: Update copyright date.
33357 (calc-full-help): Remove reference to calc-version-date.
33358 Update copyright date.
33359
33360 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33361
33362 * vc.el (vc-do-command): Use a pipe for async processes, so password
33363 prompts don't show up at places where the user can't reply.
33364
33365 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33366
33367 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33368 on the file name we pass to the inferior shell.
33369
33370 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33371
33372 * progmodes/which-func.el (which-function): Be robust in the face of an
33373 imenu--make-index-alist failure.
33374
33375 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33376
33377 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33378
33379 * progmodes/python.el (python-preoutput-filter): Fix last change.
33380
33381 2005-03-29 Lute Kamstra <lute@gnu.org>
33382
33383 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33384 functions and compiled macros.
33385 (debug-convert-byte-code): Handle macros too.
33386 (debug-on-entry-1): Don't signal an error when trying to clear a
33387 function that is not set to debug on entry.
33388
33389 2005-03-29 Jay Belanger <belanger@truman.edu>
33390
33391 * calc/calc-lang.el: Add functions to math-function-table
33392 properties of tex and math.
33393
33394 2005-03-29 Kenichi Handa <handa@m17n.org>
33395
33396 * ps-mule.el (ps-mule-plot-string): Translate characters by
33397 ps-print-translation-table.
33398 (ps-mule-begin-job): Call find-charset-region/string with
33399 ps-print-translation-table.
33400 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33401
33402 * ps-print.el (ps-print-translation-table): New variable.
33403 (ps-plot-region): Translate characters by ps-print-translation-table.
33404
33405 2005-03-29 Juri Linkov <juri@jurta.org>
33406
33407 * simple.el (next-error-highlight-timer): New variable.
33408
33409 * progmodes/compile.el (compilation-goto-locus):
33410 Use `next-error-highlight-timer' instead of `sit-for'.
33411
33412 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33413
33414 * mail/supercite.el (sc-mail-field): Use assoc-string.
33415 (sc-get-address): Simplify regexps.
33416
33417 * files.el (minibuffer-with-setup-hook): New macro.
33418 (find-file-read-args): Use it to avoid let-binding
33419 minibuffer-with-setup-hook (which breaks turning on/off
33420 file-name-shadow-mode while in the prompt).
33421
33422 * complete.el (PC-read-include-file-name-internal):
33423 Use test-completion.
33424
33425 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33426
33427 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33428
33429 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33430
33431 * window.el (window-buffer-height): Use count-screen-lines.
33432
33433 * progmodes/python.el (python-preoutput-leftover): New var.
33434 (python-preoutput-filter): Use it.
33435 (python-send-receive): Loop until all the result has been received.
33436
33437 2005-03-28 Juri Linkov <juri@jurta.org>
33438
33439 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33440
33441 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33442 "Recover Crashed Session".
33443 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33444 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33445 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33446 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33447 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33448 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33449 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33450 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33451
33452 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33453 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33454 Ediff Sessions", "Toggle use of separate control buffer frame",
33455 "Use separate frame for Ediff control buffer".
33456
33457 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33458 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33459 "Rename Bookmark", "Delete Bookmark".
33460
33461 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33462 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33463 Add `:active Info-index-alternatives' to "Next Matching Item".
33464
33465 * wdired.el (wdired-change-to-wdired-mode):
33466 Mention `wdired-abort-changes' key in the initial message.
33467
33468 * international/mule.el (auto-coding-alist): Associate non-ascii
33469 image filename extensions with `no-conversion'.
33470
33471 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33472
33473 * international/iso-acc.el:
33474 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33475
33476 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33477
33478 * textmodes/sgml-mode.el (html-mode): Doc update.
33479
33480 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33481
33482 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33483
33484 * term.el (term-move-columns): Fix face after extending a line.
33485 (term-insert-spaces): Likewise.
33486 (term-reset-terminal): Fix off by one error.
33487
33488 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33489
33490 * international/mule.el (auto-coding-alist): Add .xpi files.
33491
33492 * files.el (auto-mode-alist): Add .xpi files.
33493
33494 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33495
33496 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33497
33498 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33499
33500 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33501
33502 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33503
33504 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33505 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33506
33507 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33508 cursor to Jan 1 when needed.
33509 (calendar-end-of-year): Fix -/+ typo.
33510 Reported by Chong Yidong <cyd@stupidchicken.com>.
33511
33512 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33513
33514 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33515
33516 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33517 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33518
33519 2005-03-25 Richard M. Stallman <rms@gnu.org>
33520
33521 * filesets.el (filesets-init): Add autoload.
33522
33523 * mail/mailalias.el (mail-directory): Doc fix.
33524
33525 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33526
33527 * mail/mailalias.el (mail-directory-process): Do nothing if
33528 mail-directory-process is an atom.
33529 (mail-get-names): Ignore mail-directory-names if it is an atom.
33530 (mail-directory-process defvar): Doc fix.
33531 (mail-names): Doc fix.
33532
33533 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33534
33535 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33536
33537 2005-03-26 Kenichi Handa <handa@m17n.org>
33538
33539 * international/mule-util.el (detect-coding-with-priority):
33540 Call update-coding-systems-internal before detect-coding-region.
33541
33542 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33543
33544 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33545 (gdb-frames-mode-map): Add follow-link property.
33546
33547 2005-03-25 Jay Belanger <belanger@truman.edu>
33548
33549 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33550 for variables.
33551
33552 2005-03-25 Juri Linkov <juri@jurta.org>
33553
33554 * image-mode.el: Optimize image filename extension regexps in
33555 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33556 in `auto-mode-alist'.
33557 (image-mode): Add `image-toggle-display-text' to local hook
33558 `change-major-mode-hook'. Display the image as an image by
33559 default. Set `cursor-type' and `truncate-lines' if the image
33560 is already displayed. Take into account the current mode (image
33561 or text) in message.
33562 (image-minor-mode): New minor mode.
33563 (image-mode-maybe, image-toggle-display-text): New functions.
33564 (image-toggle-display): Use called-interactively-p.
33565 Let-bind `inhibit-read-only' to t.
33566
33567 * image-mode.el (image-minor-mode): Set `cursor-type' and
33568 `truncate-lines' if the image is already displayed. Add turning
33569 image-minor-mode off to `change-major-mode-hook'. Add message.
33570 Call `image-toggle-display-text' after turning image-minor-mode off.
33571
33572 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33573
33574 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33575 Terminal.app, use utf-8.
33576 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33577 (set-locale-environment): Use it.
33578
33579 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33580
33581 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33582
33583 * progmodes/python.el (python-close-block-statement-p)
33584 (python-outdent-p, python-current-defun): Use symbol-end.
33585
33586 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33587
33588 * files.el (save-some-buffers): Doc fix.
33589
33590 2005-03-25 Werner Lemberg <wl@gnu.org>
33591
33592 * complete.el, thumbs.el: Replace `legal' with `valid'.
33593 * calendar/calendar.el: Replace `legal' with `valid'.
33594 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33595 * mail/supercite.el: Replace `legal' with `valid'.
33596 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33597 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33598 Replace `legal' with `valid'.
33599 * textmodes/reftex-vars.el, textmodes/reftex.el:
33600 Replace `legal' with `valid'.
33601
33602 2005-03-25 Werner Lemberg <wl@gnu.org>
33603
33604 * calc/calc-forms.el, calc/calc-sel.el
33605 * midnight.el, vc-cvs.el
33606 * emacs-lisp/cl-macs.el
33607 * emulation/vip.el
33608 * eshell/esh-io.el, eshell/esh-var.el
33609 * mail/supercite.el
33610 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33611 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33612 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33613 * progmodes/sh-script.el, progmodes/xscheme.el
33614 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33615 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33616 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33617 * textmodes/reftex.el, textmodes/org.el:
33618 Replace `illegal' with `invalid'.
33619
33620 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33621
33622 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33623 (flymake-find-buildfile, flymake-find-possible-master-files)
33624 (flymake-check-include, flymake-parse-line): Replace loops over the
33625 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33626
33627 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33628 Substitute file-name-as-directory in the rest of the file.
33629 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33630 (flymake-replace-region): Remove unused arg `buffer'.
33631 (flymake-check-patch-master-file-buffer): Update calls to it.
33632 (flymake-add-err-info): Remove unused var `count'.
33633 (flymake-mode): Use define-minor-mode.
33634
33635 * progmodes/flymake.el: Use with-current-buffer.
33636 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33637 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33638 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33639 Avoid testing for `xemacs'.
33640 (flymake-nop): Move.
33641 (flymake-region-has-flymake-overlays): Return the computed value.
33642 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33643 Remove unused var `endline'.
33644 (flymake-get-line-count): Remove unused function.
33645 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33646
33647 * emulation/vi.el:
33648 * generic.el:
33649 * hilit-chg.el (global-highlight-changes):
33650 * hi-lock.el (hi-lock-mode):
33651 * follow.el: find-file-hooks -> find-file-hook.
33652
33653 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33654
33655 2005-03-24 Juri Linkov <juri@jurta.org>
33656
33657 * dired.el (dired-mode-map): Add menu item "Compare directories"
33658 for dired-compare-directories.
33659
33660 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33661 Doc fix. Replace `read-file-name' with `read-directory-name'.
33662
33663 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33664
33665 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33666
33667 2005-03-24 Jay Belanger <belanger@truman.edu>
33668
33669 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33670 relevant mode settings in calc-embedded-original-modes when modes
33671 are permanently changed.
33672
33673 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33674
33675 * autoinsert.el: find-file-hooks -> find-file-hook.
33676
33677 2005-03-24 Lute Kamstra <lute@gnu.org>
33678
33679 * generic.el (generic-font-lock-defaults): Make it obsolete.
33680 (generic-font-lock-keywords): New variable to replace
33681 generic-font-lock-defaults.
33682 (generic-mode-set-font-lock): Delete it.
33683 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33684 (generic-bracket-support): Add docstring.
33685
33686 * generic-x.el: Rename generic-font-lock-defaults to
33687 generic-font-lock-keywords throughout.
33688 (mailagent-rules-setup-function): Delete it.
33689 (mailagent-rules-generic-mode): Use anonymous function instead.
33690 (show-tabs-generic-mode-font-lock-defaults-1)
33691 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33692 Quote faces.
33693 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33694 not foreground.
33695
33696 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33697 Recognize define-generic-mode.
33698
33699 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33700
33701 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33702 if there's no completion table.
33703
33704 2005-03-23 Miles Bader <miles@gnu.org>
33705
33706 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33707 Remove tty-specific variants, as they're no longer needed.
33708
33709 2005-03-23 Lute Kamstra <lute@gnu.org>
33710
33711 * generic-x.el: Code cleanup: make args constant whenever possible.
33712 (installshield-statement-keyword-list)
33713 (installshield-system-functions-list)
33714 (installshield-system-variables-list, installshield-types-list)
33715 (installshield-funarg-constants-list): Make them constants.
33716
33717 * generic.el (generic-make-keywords-list): Add autoload cookie.
33718
33719 * calendar/time-date.el: Add comment on time value formats.
33720 Don't require parse-time.
33721 (with-decoded-time-value): New macro.
33722 (encode-time-value): New function.
33723 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33724 (days-to-time): Return a valid time value when arg is huge.
33725 (time-since): Use time-subtract.
33726 (time-to-number-of-days): Use time-to-seconds.
33727
33728 2005-03-23 David Ponce <david@dponce.com>
33729
33730 * recentf.el (recentf-keep): New option.
33731 (recentf-menu-action): Default to `find-file'.
33732 (recentf-keep-non-readable-files-flag)
33733 (recentf-keep-non-readable-files-p)
33734 (recentf-file-readable-p, recentf-find-file)
33735 (recentf-cleanup-remote): Remove.
33736 (recentf-include-p): More robust.
33737 (recentf-keep-p): New function.
33738 (recentf-remove-if-non-kept): Rename from
33739 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33740 All callers updated.
33741 (recentf-menu-items-for-commands): Fix help string.
33742 (recentf-track-closed-file): Update. Doc fix.
33743 (recentf-cleanup): Update. Count removed files. Doc fix.
33744
33745 2005-03-23 Kim F. Storm <storm@cua.dk>
33746
33747 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33748 Don't inherit from fringe face (now happens automatically).
33749
33750 2005-03-22 Kim F. Storm <storm@cua.dk>
33751
33752 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33753 position values.
33754
33755 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33756
33757 * menu-bar.el (showhide-date-time): Remove.
33758 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33759 (menu-bar-make-mm-toggle): Simplify.
33760
33761 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33762
33763 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33764 Accept qualified variable and function names.
33765
33766 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33767
33768 * bindings.el (completion-ignored-extensions):
33769 Remove ".lis" for `vax-vms'.
33770
33771 2005-03-22 Andreas Schwab <schwab@suse.de>
33772
33773 * generic-x.el: Revert last change.
33774 * ldefs-boot.el: Update.
33775
33776 2005-03-22 Jay Belanger <belanger@truman.edu>
33777
33778 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33779 (calc-embedded-save-original-modes)
33780 (calc-embedded-restore-original-modes): New functions.
33781 (calc-do-embedded): Save original modes when entering embedded mode
33782 and restore when leaving embedded mode.
33783 (calc-embedded-modes-change): Change the value of
33784 calc-embedded-original-modes to reflect permanent changes.
33785
33786 2005-03-22 Lute Kamstra <lute@gnu.org>
33787
33788 * generic-x.el: Require generic again.
33789
33790 2005-03-22 Miles Bader <miles@gnu.org>
33791
33792 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33793 Tweak details to look good on both ttys and bitmap displays, light
33794 or dark background, etc.
33795
33796 2005-03-21 Kim F. Storm <storm@cua.dk>
33797
33798 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33799 mouse position.
33800
33801 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33802
33803 * icomplete.el: Don't forcibly turn on the mode upon load.
33804 (icomplete-mode): Use define-minor-mode.
33805 (icomplete-eoinput): Default to nil.
33806 (icomplete-minibuffer-setup): Remove autoload.
33807 (icomplete-tidy): Simplify.
33808 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33809 in the initial state or if the user has modified the field.
33810 Fix handling of icomplete-max-delay-chars.
33811 Remove code that handles the oddball case where
33812 minibuffer-completion-table is an integer.
33813 Wrap icomplete-completions in while-no-input in case building
33814 completions takes more time than expected.
33815 (icomplete-completions): Simplify.
33816
33817 2005-03-21 Richard M. Stallman <rms@gnu.org>
33818
33819 * jka-compr.el (jka-compr-really-do-compress):
33820 Make variable buffer-local.
33821
33822 * image-mode.el: Handle .xpm files too.
33823 (image-toggle-display): Preserve modification flag.
33824
33825 * help.el (where-is): Don't mention aliases with no key bindings.
33826
33827 2005-03-21 Lute Kamstra <lute@gnu.org>
33828
33829 * generic.el: Fix commentary section. Don't require cl for
33830 compilation.
33831 (generic-mode-list): Add autoload cookie.
33832 (generic-use-find-file-hook, generic-lines-to-scan)
33833 (generic-find-file-regexp, generic-ignore-files-regexp)
33834 (generic-mode, generic-mode-find-file-hook)
33835 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33836 (define-generic-mode): Make it a defmacro. Fix docstring.
33837 (generic-mode-internal): Code cleanup. Add autoload cookie.
33838 (generic-mode-set-comments): Code cleanup.
33839 * generic-x.el: Don't prevent compilation. Don't require generic.
33840 Follow coding conventions. Minor code cleanup.
33841 (etc-fstab-generic-mode): Add some keywords.
33842 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33843 define-generic-mode like a function declaration.
33844
33845 2005-03-21 Jay Belanger <belanger@truman.edu>
33846
33847 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33848 changing modes.
33849
33850 2005-03-21 Sam Steingold <sds@gnu.org>
33851
33852 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33853
33854 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33855
33856 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33857 Add underscore to "f$ lexicals" regexp.
33858
33859 2005-03-20 Juri Linkov <juri@jurta.org>
33860
33861 * subr.el (progress-reporter-do-update): When `min-value' is equal
33862 to `max-value', set `percentage' to 0 and prevent division by zero.
33863
33864 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33865
33866 Sync with Tramp 2.0.48.
33867
33868 * net/tramp.el (all): Change all addresses to .gnu.org.
33869 (tramp-append-tramp-buffers): New defun.
33870 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33871 Catch `dont-send' signal.
33872 (tramp-set-auto-save-file-modes): Set always permissions, because
33873 there might be an old auto-saved file belonging to another
33874 original file. This could be a security threat. Reported by
33875 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33876 Check for Emacs 21.3.50 removed.
33877
33878 * net/tramp-smb.el (all): Remove debug construct for
33879 `with-parsed-tramp-file-name'.
33880 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33881 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33882 No error message if DIRECTORY or FILENAME doesn't exist.
33883 (tramp-smb-open-connection): Check existence of
33884 `tramp-smb-program'.
33885
33886 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33887
33888 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33889 Properly handle the case where the `m' or `s' command's argument is not
33890 yet terminated.
33891 (perl-indent-new-calculate): New function.
33892 (perl-indent-line): Use it.
33893
33894 2005-03-20 Miles Bader <miles@gnu.org>
33895
33896 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33897 in text-mode too. Change to new face names.
33898 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33899 Add `:weight bold' attribute.
33900 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33901
33902 2005-03-19 Juri Linkov <juri@jurta.org>
33903
33904 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33905
33906 * international/mule.el (auto-coding-alist): Sync with
33907 `auto-mode-alist' by adding upper case archive file extensions
33908 and adding ear/war to jar extension.
33909
33910 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33911
33912 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33913 running, restart it.
33914
33915 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33916
33917 * finder.el (finder-current-item): Throw an error on an empty line.
33918
33919 * man.el (Man-follow-manual-reference): If current-word returns
33920 nil, use "".
33921
33922 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33923
33924 * simple.el (goto-line): Doc fix.
33925
33926 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33927
33928 * files.el (save-buffer): Doc fix.
33929
33930 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33931
33932 * recentf.el (recentf-cleanup-remote): New variable.
33933 (recentf-cleanup): Use it to conditionally check availability of
33934 remote files.
33935
33936 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33937
33938 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33939 function names.
33940
33941 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33942
33943 * language/thai-word.el: New file.
33944
33945 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33946
33947 * files.el (backup-buffer): If the file's directory is not
33948 writable, use copy instead of move to backup the file.
33949
33950 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33951
33952 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33953
33954 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33955
33956 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33957 Use functionp instead of symbolp and fboundp. Reported by Drkm
33958 <darkman_spam@yahoo.fr>.
33959 (ps-print-version): New version 6.6.6.
33960
33961 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33962
33963 * textmodes/table.el (table--line-column-position): New idiom.
33964 (table--row-column-insertion-point-p): New function to test
33965 validity of row and column insertion operation at a location.
33966 (table-global-menu, table-cell-menu): Use above functions for
33967 deterministic test operation.
33968 (table--editable-cell-p): Behave in deterministic fashion.
33969
33970 2005-03-18 Juri Linkov <juri@jurta.org>
33971
33972 * isearch.el (isearch-lazy-highlight-new-loop):
33973 Make arguments beg and end optional.
33974 (isearch-update): Remove optional arguments nil from
33975 isearch-lazy-highlight-new-loop.
33976 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33977 isearch-lazy-highlight-case-fold-search instead of
33978 isearch-case-fold-search, and let-bind isearch-regexp to
33979 isearch-lazy-highlight-regexp.
33980 Use isearch-lazy-highlight-last-string instead of isearch-string.
33981
33982 * replace.el (perform-replace): Remove bindings of global
33983 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33984 Add three new arguments to `replace-highlight'.
33985 (replace-highlight): Add arguments string, regexp, case-fold.
33986 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33987 to allow isearch-lazy-highlight-new-loop to use these values
33988 to set corresponding isearch-lazy-highlight-* internal
33989 variables whose values lazy highlighting will use regardless of
33990 changes to global variables isearch-string, isearch-regexp,
33991 isearch-case-fold-search during lazy highlighting loop.
33992 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33993 to `lazy-highlight-cleanup'.
33994
33995 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33996 (ispell-highlight-face): Set default face to `isearch' when
33997 lazy highlighting is enabled.
33998 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33999 priority to 1. Add lazy highlighting.
34000 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34001 from `isearch-dehighlight'.
34002
34003 2005-03-18 David Ponce <david@dponce.com>
34004
34005 * files.el (hack-local-variables): Do a case-insensitive search
34006 for End.
34007
34008 2005-03-18 Juri Linkov <juri@jurta.org>
34009
34010 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34011 `isearch-lazy-highlight-cleanup', add alias to old name and
34012 declare obsolete. Add release numbers to other obsolete vars.
34013 (isearch-done, isearch-lazy-highlight-new-loop):
34014 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34015 (lazy-highlight-cleanup) <variable>: Doc fix.
34016 (isearch-lazy-highlight-update): Rename obsolete
34017 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34018
34019 2005-03-18 Kenichi Handa <handa@m17n.org>
34020
34021 * language/thai-util.el: Fix categorization of Thai characters in
34022 thai-category-table.
34023 (thai-composition-pattern): Adjust it for the above change.
34024 (thai-self-insert-command, thai-compose-syllable): New functions.
34025 (thai-compose-region): Use thai-compose-syllable.
34026 (thai-compose-string): Likewise.
34027 (thai-composition-function): Likewise.
34028 (thai-auto-composition): New function.
34029 (thai-auto-composition-mode): New minor mode.
34030
34031 * language/thai.el: Fix patterns to be registered in
34032 composition-function-table.
34033
34034 * international/quail.el (quail-input-method): Locally bind
34035 inhibit-modification-hooks to t.
34036
34037 2005-03-17 Richard M. Stallman <rms@gnu.org>
34038
34039 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34040 (perl-mode): Use run-mode-hooks.
34041
34042 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34043 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34044 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34045
34046 * mail/sendmail.el (sendmail-send-it): Reenable the code
34047 to compute resend-to-address and use it.
34048
34049 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34050
34051 * image-mode.el: New file.
34052
34053 * image.el (insert-sliced-image): Add autoload cookie.
34054
34055 * font-lock.el (font-lock-lines-before): New user option.
34056 (font-lock-after-change-function): Obey it.
34057
34058 * bindings.el (esc-map): Make M-g a prefix.
34059 Bind M-g g and M-g M-g to goto-line.
34060
34061 * faces.el (face-id): Doc fix.
34062
34063 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34064
34065 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34066 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34067 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34068
34069 * mail/sendmail.el (mail-yank-ignored-headers)
34070 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34071 Add Mail-Followup-To and Mail-Reply-To headers.
34072 (mail-citation-hook): Add autoload cookie.
34073 (mail-mode): Doc fix.
34074 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34075 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34076 (mail-mode-fill-paragraph): Handle those headers.
34077 (mail-mailing-lists): New variable.
34078 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34079
34080 2005-03-17 Juri Linkov <juri@jurta.org>
34081
34082 * isearch.el (isearch-fallback): Check for `(car previous)'
34083 before calling `isearch-other-end-state'.
34084
34085 2005-03-17 Kim F. Storm <storm@cua.dk>
34086
34087 * simple.el (move-beginning-of-line): Move to beginning of buffer
34088 line, as well as beginning of screen line.
34089
34090 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34091
34092 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34093 argument REDRAW rather than calendar-redrawing variable.
34094 * calendar/calendar.el (calendar-redrawing): Delete.
34095 (redraw-calendar): Do not bind calendar-redrawing.
34096
34097 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34098
34099 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34100 diary-file buffer.
34101
34102 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34103
34104 * help.el (describe-mode): Allow a :minor-mode-function property to
34105 specify a different minor mode toggle function than the variable.
34106 * simple.el (auto-fill-function):
34107 * subr.el (add-minor-mode): Use it.
34108
34109 2005-03-16 Kenichi Handa <handa@m17n.org>
34110
34111 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34112 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34113 (ethio-fidel-to-sera-buffer): Likewise.
34114
34115 2005-03-16 Juri Linkov <juri@jurta.org>
34116
34117 * emacs-lisp/find-func.el (find-function-regexp):
34118 Add defun-emitting macro `menu-bar-make-toggle'.
34119
34120 * isearch.el: Put `isearch-scroll' property to
34121 `split-window-horizontally'.
34122
34123 * info.el: Update error messages for `debug-ignored-errors'.
34124 (Info-isearch-search): Doc fix.
34125 (Info-find-node): Move up code to go into info buffer before
34126 recording the node to the history.
34127 (Info-fontify-node): Fontify titles only if the next line
34128 has two or more `*', `=', `-', `.'.
34129 Display "go to this node" for empty (match-string 3).
34130
34131 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34132
34133 * term/mac-win.el: Add mouse pointer shape constants.
34134
34135 2005-03-15 Kim F. Storm <storm@cua.dk>
34136
34137 * simple.el (move-beginning-of-line): Use vertical-motion.
34138
34139 2005-03-15 Juri Linkov <juri@jurta.org>
34140
34141 * isearch.el (isearch-error): New variable.
34142 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34143 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34144 (isearch-within-brackets-state): Remove.
34145 (isearch-case-fold-search-state, isearch-pop-fun-state):
34146 Decrease frame index.
34147 (isearch-mode, isearch-top-state, isearch-push-state)
34148 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34149 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34150 (isearch-search, isearch-lazy-highlight-new-loop):
34151 Replace `isearch-invalid-regexp' with `isearch-error'.
34152 Remove `isearch-within-brackets'.
34153 (isearch-search): Add `search-failed' handler to `condition-case'.
34154 (isearch-lazy-highlight-search): Add `condition-case' to catch
34155 errors and allow `isearch-lazy-highlight-update' to try
34156 highlighting from the beginning of the window.
34157 (isearch-repeat): Move up code to set isearch-wrapped to t
34158 before calling isearch-wrap-function.
34159
34160 * info.el (Info-isearch-initial-node): New internal variable.
34161 (Info-search): Signal an error in isearch mode when search leaves
34162 the initial node. Signal an error when `bound' is non-nil and
34163 nothing was found in the current subfile.
34164 (Info-isearch-search): Remove `condition-case'.
34165 (Info-isearch-wrap): Don't wrap when search failed during leaving
34166 the initial node. If `Info-isearch-search' is nil, wrap around
34167 the current node.
34168 (Info-isearch-start): New fun.
34169 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34170 `isearch-mode-hook'.
34171
34172 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34173
34174 * simple.el (normal-erase-is-backspace): Set default to t if
34175 running on Mac.
34176
34177 * term/mac-win.el (function-key-map): Sync with x-win.el.
34178
34179 2005-03-15 Kenichi Handa <handa@m17n.org>
34180
34181 * international/mule-cmds.el (locale-language-names): Modify the
34182 format of elements and add more entries.
34183 (locale-preferred-coding-systems): Add more entries.
34184 (set-locale-environment): Adjust for the change of
34185 locale-language-names.
34186
34187 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34188
34189 * pcvs.el (smerge-ediff): Remove bogus autoload.
34190
34191 2005-03-14 Lute Kamstra <lute@gnu.org>
34192
34193 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34194 Ignore a `*' at the beginning of a line.
34195
34196 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34197 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34198 subr.el.
34199 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34200 to specify indentation.
34201
34202 * generic.el (define-generic-mode): Let generic-mode-list be a
34203 list of strings; test membership with equal.
34204
34205 2005-03-14 Kim F. Storm <storm@cua.dk>
34206
34207 * simple.el (next-line, previous-line): Add optional try-vscroll
34208 arg to recognize interactive use. Pass it on to line-move.
34209 (line-move): Don't perform auto-window-vscroll when defining or
34210 executing keyboard macro to ensure consistent behavior.
34211
34212 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34213
34214 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34215
34216 2005-03-13 Lute Kamstra <lute@gnu.org>
34217
34218 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34219 debugger-setup-buffer so that backtrace marks the frames set to
34220 debug-on-exit and we don't have to do it manually. Set an extra
34221 debug-on-exit for macro's.
34222 (debugger-setup-buffer): Don't mark the top frame manually.
34223
34224 2005-03-12 Lute Kamstra <lute@gnu.org>
34225
34226 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34227 lisp-indent-function throughout.
34228 (with-no-warnings): Set lisp-indent-function property.
34229
34230 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34231
34232 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34233 Add entry for backslash.
34234
34235 2005-03-12 Juri Linkov <juri@jurta.org>
34236
34237 * info.el (Info-search): Four fixes for backward search.
34238
34239 2005-03-11 Jay Belanger <belanger@truman.edu>
34240
34241 * calc/calc.el (calc-language-alist): New variable.
34242 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34243 (calc-embedded-find-modes): Use calc-language-alist instead of
34244 calc-embedded-language-alist.
34245
34246 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34247
34248 * calendar/calendar.el (calendar-redrawing): New internal
34249 variable.
34250 (redraw-calendar): Remove bogus save-excursion from previous
34251 change. Bind calendar-redrawing to t for mark-diary-entries.
34252 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34253 calendar if that is why we were called.
34254
34255 2005-03-11 Kenichi Handa <handa@m17n.org>
34256
34257 * international/mule.el (make-coding-system): Set property
34258 coding-system-define-form to nil.
34259 (define-coding-system-alias): Likewise.
34260
34261 2005-03-11 Kenichi Handa <handa@m17n.org>
34262
34263 These changes are suggested by Dave Love <fx@gnu.org>.
34264
34265 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34266 coding: tag.
34267 (adaptive-fill-regexp): Add more bullets.
34268 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34269 regexps.
34270
34271 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34272
34273 * help.el (describe-mode): Properly handle non-trivial lighters.
34274 Don't ignore minor modes that are not listed in minor-mode-list.
34275
34276 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34277 feature ON when the user requests to turn it OFF.
34278
34279 2005-03-10 Lute Kamstra <lute@gnu.org>
34280
34281 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34282 (implement-debug-on-entry): New function to replace debug-entry-code.
34283 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34284 second argument as the 2005-03-07 change makes it obsolete.
34285 (debug-on-entry, cancel-debug-on-entry): Update call to
34286 debug-on-entry-1.
34287 (debug, debugger-setup-buffer): Comment update.
34288 (debugger-frame-number): Update to work with implement-debug-on-entry.
34289
34290 2005-03-10 Jay Belanger <belanger@truman.edu>
34291
34292 * calc/calc-embed.el (math-ms-args): Declare it.
34293 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34294 math-ms-args.
34295 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34296 variables.
34297
34298 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34299
34300 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34301 Use message-box.
34302
34303 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34304 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34305 (tooltip-gud-tips): Simplify.
34306 (tooltip-gud-tips-p): Remove superfluous :set.
34307 (tooltip-gud-modes): Add fortran-mode.
34308 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34309
34310 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34311
34312 2005-03-09 Kim F. Storm <storm@cua.dk>
34313
34314 * play/animate.el (animate-place-char): Use forward-line instead
34315 of next-line to improve performance.
34316
34317 2005-03-09 Simon Josefsson <jas@extundo.com>
34318
34319 * net/browse-url.el (browse-url-default-browser): Doc fix.
34320
34321 2005-03-09 Miles Bader <miles@gnu.org>
34322
34323 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34324 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34325
34326 2005-03-09 Kenichi Handa <handa@m17n.org>
34327
34328 * international/latin-1.el: Set case and syntax for 255 only if
34329 set-case-syntax-set-multibyte is nil.
34330
34331 * textmodes/ispell.el (ispell-insert-word): New function.
34332 (ispell-word): Use ispell-insert-word to insert a new word.
34333 (ispell-process-line): Likewise.
34334 (ispell-complete-word): Likewise.
34335
34336 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34337
34338 * calendar/calendar.el (redraw-calendar): Preserve point.
34339 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34340 (calendar-week-start-day): Move after definition of
34341 redraw-calendar. Delete buffer test, since redraw-calendar has
34342 that now.
34343
34344 * calendar/diary-lib.el (mark-diary-entries): Only call
34345 redraw-calendar in the first of any recursive calls.
34346 Reported by Alan Shutko <ats@acm.org>.
34347
34348 2005-03-08 Juri Linkov <juri@jurta.org>
34349
34350 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34351 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34352 (html-radio-buttons): Add a space before the trailing `/>' where
34353 sgml-xml-mode is non-nil.
34354 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34355 the subsequent tag of the empty XML tag.
34356 (html-href-anchor): Don't set initial input to "http:".
34357 (html-image): Ask for the image URL and set point inside alt="".
34358 (html-name-anchor): Duplicate the name in the `id' attribute when
34359 sgml-xml-mode is non-nil.
34360 (html-paragraph): Remove \n before <p>.
34361 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34362 instead of `checked' when sgml-xml-mode is non-nil.
34363
34364 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34365 Remove 1 space before #RRGGBB to not truncate it on terminal
34366 windows w/o fringes. Remove 1 space between bg and fg examples
34367 to get more space.
34368 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34369 avoid byte-compile warnings.
34370
34371 * image-file.el (image-file-handler): Put `safe-magic' property to
34372 `image-file-handler'.
34373
34374 * info.el (Info-isearch-search): Emulate word search in
34375 isearching through multiple Info nodes with Info-search.
34376 (Info-isearch-wrap): Allow isearch-word.
34377
34378 2005-03-08 Lute Kamstra <lute@gnu.org>
34379
34380 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34381 stepping into the debugger's code is not possible.
34382 (debugger-jumping-flag): Docstring update.
34383
34384 2005-03-08 Jay Belanger <belanger@truman.edu>
34385
34386 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34387 embedded mode begins.
34388 (calc-embedded-language-alist): New variable.
34389 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34390 set default language mode.
34391
34392 2005-03-08 Kenichi Handa <handa@m17n.org>
34393
34394 * international/ccl.el (define-ccl-program): Fix docstring about
34395 extra 256 bytes assured for the output buffer.
34396
34397 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34398 Fix BUFFER_MAGNIFICATION to 2.
34399 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34400
34401 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34402
34403 * align.el (align-rules-list): Added an alignment rule for CSS
34404 declarations (applies to css-mode and html-mode buffers).
34405
34406 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34407
34408 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34409
34410 2005-03-07 Kim F. Storm <storm@cua.dk>
34411
34412 * simple.el (move-beginning-of-line): New command.
34413
34414 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34415
34416 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34417
34418 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34419 and move-beginning-of-line.
34420
34421 * apropos.el (apropos-print): Omit command from M-x ... RET.
34422
34423 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34424
34425 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34426 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34427
34428 2005-03-06 Richard M. Stallman <rms@gnu.org>
34429
34430 * bindings.el (esc-map): Bind M-g to goto-line.
34431
34432 * facemenu.el (global-map): Bind M-o, not M-g.
34433
34434 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34435
34436 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34437 "Open Directory" as for "Open File".
34438
34439 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34440
34441 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34442 (push-mark-command): Run activate-mark-hook.
34443
34444 2005-03-06 Richard M. Stallman <rms@gnu.org>
34445
34446 * help-mode.el (help-mode-finish): Don't alter the element
34447 in view-return-to-alist if there already is one.
34448
34449 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34450 make sure the current buffer is the expected one.
34451
34452 * novice.el (disabled-command-function): Output in *Disabled Command*.
34453 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34454
34455 * textmodes/flyspell.el (flyspell-large-region):
34456 Pass args differently for aspell.
34457
34458 * files.el (mode-require-final-newline): Doc fix.
34459
34460 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34461
34462 * progmodes/which-func.el (which-function):
34463 Specify NOERROR when calling imenu--make-index-alist.
34464
34465 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34466
34467 * simple.el (normal-erase-is-backspace): Define default value.
34468
34469 * custom.el (custom-theme-set-variables): Remove unused var
34470 `immediate'.
34471 (custom-reevaluate-setting): Simple function to handle variables
34472 that are defined before their default value can really be
34473 computed.
34474
34475 * startup.el (command-line): Use it for temporary-file-directory,
34476 small-emporary-file-directory, auto-save-file-name-transforms,
34477 blink-cursor-mode, and normal-erase-is-backspace.
34478
34479 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34480 progress, even with buggy anchored keywords.
34481
34482 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34483
34484 * simple.el (goto-line): Remove unbalanced final parenthesis.
34485
34486 2005-03-05 Richard M. Stallman <rms@gnu.org>
34487
34488 * simple.el (goto-line): Use a number at point as the default.
34489 With C-u as arg, switch buffers.
34490
34491 2005-03-05 Juri Linkov <juri@jurta.org>
34492
34493 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34494 with `no-blinking-cursor'.
34495
34496 * startup.el (no-blinking-cursor): New defvar.
34497 (command-line): Add `--no-blinking-cursor' to longopts.
34498 Set `no-blinking-cursor' to t for command line arguments
34499 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34500 with `no-blinking-cursor' in the condition for calling
34501 `blink-cursor-mode'.
34502
34503 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34504
34505 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34506 (menu-bar-options-save): Add blink-cursor-mode.
34507 (menu-bar-options-menu): Add blink-cursor-mode.
34508
34509 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34510
34511 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34512 (icalendar-export-file, icalendar-export-region)
34513 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34514 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34515
34516 2005-03-04 Lute Kamstra <lute@gnu.org>
34517
34518 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34519 (debug-function-list): Ditto.
34520
34521 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34522
34523 * textmodes/texinfmt.el (texinfo-append-refill):
34524 Redefine the types of line to which @refill
34525 is not appended by replacing a search for `@refill\\|@bye' with
34526 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34527 itemize@refill' bug and the unfilled long lines bug.
34528 (texinfmt-version): Update number and date.
34529
34530 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34531
34532 * international/code-pages.el (windows-1250, windows-125[2-8])
34533 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34534
34535 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34536
34537 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34538 bound yet.
34539
34540 2005-03-02 Romain Francoise <romain@orebokech.com>
34541
34542 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34543 buffer after removing limits.
34544 (ibuffer-pop-filter): Ditto.
34545 Update copyright.
34546
34547 2005-03-02 Miles Bader <miles@gnu.org>
34548
34549 * button.el (make-text-button): If the user doesn't specify a
34550 type, use the default. Rewrite to use `add-text-properties' and
34551 plist functions.
34552
34553 2005-03-01 Lute Kamstra <lute@gnu.org>
34554
34555 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34556 (debugger-jumping-flag): New var.
34557 (debug-entry-code): Use it.
34558 (debugger-jump): Use debugger-jumping-flag and add
34559 debugger-reenable to post-command-hook.
34560 (debugger-reenable): Use debugger-jumping-flag and remove itself
34561 from post-command-hook.
34562 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34563 debugger-reenable.
34564
34565 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34566
34567 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34568 inclusion of "itemize\\|", which may be unnecessary, is certainly
34569 inelegant, and stops refilling in itemize lists when formatting
34570 Japanese Texinfo files to Info.
34571 Update copyright to 2005.
34572
34573 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34574
34575 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34576 of an error if GDB can't find the source file.
34577
34578 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34579
34580 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34581 not just the calendar.
34582
34583 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34584 first.
34585 (diary-redraw-calendar): New function.
34586 (make-diary-entry): Add diary-redraw-calendar to local
34587 write-contents-functions. Turn off selective display before
34588 inserting in diary.
34589
34590 2005-03-01 Kim F. Storm <storm@cua.dk>
34591
34592 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34593
34594 2005-03-01 Lute Kamstra <lute@gnu.org>
34595
34596 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34597 that debug-entry-code can be safely removed from a function while
34598 this code is being evaluated. Revert the 2005-02-27 change as the
34599 new implementation no longer requires it. Make sure that a
34600 function body containing just a string is not mistaken for a docstring.
34601 (debug): Skip one more frame in case of debug on entry.
34602 (debugger-setup-buffer): Delete one more frame line in case of
34603 debug on entry.
34604 (debugger-frame-number): Update to use the new text introduced by
34605 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34606
34607 2005-02-28 Kim F. Storm <storm@cua.dk>
34608
34609 * double.el (double-translate-key): Call force-window-update after
34610 read-event to avoid crash in redisplay.
34611
34612 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34613
34614 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34615 (debug): Use it. Move the inhibit-trace earlier.
34616 (debug-entry-code): New const.
34617 (debug-on-entry-1): Use it.
34618
34619 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34620
34621 * international/utf-16.el (ccl-encode-mule-utf-16le):
34622 Fix BUFFER_MAGNIFICATION to 2.
34623 (ccl-encode-mule-utf-16be): Likewise.
34624
34625 2005-02-28 Kenichi Handa <handa@m17n.org>
34626
34627 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34628 Fix BUFFER_MAGNIFICATION to 4.
34629 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34630
34631 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34632
34633 * speedbar.el (speedbar-update-flag): Doc fix.
34634 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34635 argument.
34636
34637 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34638
34639 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34640 have a non-nil `invisible' property but are actually visible.
34641
34642 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34643 for perldoc sections.
34644 (perl-outline-regexp, perl-outline-level): New var and function.
34645 (perl-mode): Use them.
34646
34647 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34648
34649 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34650 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34651
34652 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34653
34654 * cus-edit.el: Comment change.
34655 (custom-buffer-create-internal): Slightly reword text at top of
34656 Custom buffers. Mention there that saving an option edits the
34657 init file. Add link to Emacs manual node on `custom-file'.
34658 (custom-magic-alist): Rewrite individual State messages to use
34659 capitalized keywords. Doc fix.
34660
34661 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34662
34663 * calendar/calendar.el (calendar-buffer): Move above
34664 calendar-week-start-day.
34665 (calendar-week-start-day): Doc fix. Add :set function.
34666 (calendar-minimum-window-height): New variable.
34667 (generate-calendar-window): Only resize window if selected-window
34668 is displaying the calendar buffer. Use new variable
34669 calendar-minimum-window-height.
34670 (generate-calendar): Reword error message.
34671 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34672
34673 2005-02-27 Andreas Schwab <schwab@suse.de>
34674
34675 * vc.el (vc-do-command): Don't run command asynchronously when
34676 operating in a remote directory.
34677
34678 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34679 change from sync with Tramp 2.0.47.
34680
34681 2005-02-27 Richard M. Stallman <rms@gnu.org>
34682
34683 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34684
34685 * textmodes/flyspell.el (flyspell-mode-on):
34686 Call ispell-change-dictionary only if necessary.
34687
34688 * emacs-lisp/re-builder.el (regexp-builder): New function.
34689
34690 * register.el (describe-register-1): Explicitly handle
34691 yank-excluded-properties = t.
34692
34693 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34694 (custom-magic-alist): Change the status descriptions again.
34695 (face widget-type): Total rewrite based on `restricted-sexp'
34696 to eliminate the confusing double hiding levels.
34697
34698 * emacs-lisp/debug.el (debug-on-entry-1):
34699 If function body is empty, add nil as body form.
34700
34701 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34702
34703 * emacs-lisp/trace.el (inhibit-trace): New var.
34704 (trace-make-advice): Use it.
34705
34706 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34707
34708 2005-02-26 Kim F. Storm <storm@cua.dk>
34709
34710 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34711 (mouse-on-link-p, mouse-drag-region-1): Use it.
34712
34713 2005-02-25 Lute Kamstra <lute@gnu.org>
34714
34715 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34716
34717 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34718
34719 * frame.el (blink-cursor-mode): Add :group keyword.
34720
34721 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34722
34723 * calendar/icalendar.el (icalendar--decode-isodatetime):
34724 New optional argument DAY-SHIFT.
34725 (icalendar-export-region): Fix coding-system-for-write.
34726 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34727 events by one.
34728
34729 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34730
34731 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34732
34733 2005-02-24 Kim F. Storm <storm@cua.dk>
34734
34735 * international/iso-acc.el (iso-accents-compose): Fix crash
34736 during redisplay. Call force-window-update after read-event
34737 and delete-region to signal that window is not accurate.
34738
34739 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34740
34741 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34742 Remove unused and inexistent var `inhibit-trace'.
34743 (debugger-mode): Use run-mode-hooks.
34744 (debugger-list-functions): Add buttons; setup xref stack.
34745
34746 2005-02-23 Richard M. Stallman <rms@gnu.org>
34747
34748 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34749 appointment says it was explicitly made.
34750 (appt-add): Set the 3rd element.
34751 (appt-make-list): Preserve explicit appointments.
34752
34753 * subr.el (find-tag-default): Catch errors in forward-sexp.
34754
34755 2005-02-23 Juri Linkov <juri@jurta.org>
34756
34757 * info.el (Info-isearch-search): New defcustom.
34758 (Info-isearch-search): Call the default isearch function
34759 when Info-isearch-search is nil.
34760 (Info-isearch-wrap): Use variable Info-isearch-search.
34761
34762 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34763
34764 * cus-edit.el: Comment change.
34765
34766 2005-02-22 Kim F. Storm <storm@cua.dk>
34767
34768 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34769 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34770
34771 2005-02-22 Simon Josefsson <jas@extundo.com>
34772
34773 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34774 New variable.
34775 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34776 Oskarsson" <myrkraverk@users.sourceforget.net>.
34777
34778 2005-02-22 Kim F. Storm <storm@cua.dk>
34779
34780 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34781 check that window of that event is the selected window.
34782 (mouse-drag-region-1): Compare mouse event window to selected
34783 window before setting point.
34784
34785 * tooltip.el (tooltip-show-help-function): Pass event to
34786 mouse-on-link-p so it can check selected window.
34787
34788 2005-02-22 Kenichi Handa <handa@m17n.org>
34789
34790 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34791 (ps-mule-show-warning): New function.
34792 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34793 characters are found.
34794
34795 * ps-print.el (ps-header-footer-string): Return a list of header
34796 and footer strings.
34797
34798 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34799
34800 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34801
34802 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34803
34804 * frame.el (blink-cursor-mode): Use define-minor-mode.
34805
34806 * term/mac-win.el (function-key-map): Use char-names more consistently.
34807 (file-name-coding-system): Only set it for MacOS-9. The other case is
34808 already handled in mule-cmds.el (where it also works when mac-win.el
34809 is not used).
34810
34811 2005-02-21 Kenichi Handa <handa@m17n.org>
34812
34813 * international/mule.el (ctext-pre-write-conversion): Always use
34814 " *code-converting-work*" buffer for work.
34815
34816 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34817
34818 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34819
34820 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34821
34822 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34823
34824 * ses.el (undo-more): Restore defadvice, but only the part that
34825 allows changes outside the restricted area of the buffer.
34826
34827 2005-02-20 Kim F. Storm <storm@cua.dk>
34828
34829 * simple.el (line-move): Add fourth optional arg try-vscroll which
34830 must be set to perform auto-window-vscroll.
34831 When moving backwards and doing auto-window-vscroll, automatically
34832 vscroll to the last part of lines which are taller than the window.
34833 (next-line, previous-line): Set try-vscroll arg on line-move.
34834
34835 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34836
34837 * replace.el (query-replace, query-replace-regexp)
34838 (replace-string, replace-regexp): When operating on region, make
34839 the minibuffer prompt say so.
34840
34841 * isearch.el (isearch-forward): Document isearch-query-replace and
34842 isearch-query-replace-regexp keybindings.
34843
34844 2005-02-19 Jay Belanger <belanger@truman.edu>
34845
34846 * calc/calc-aent.el (math-read-token): Add local variable.
34847
34848 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34849 (calc-edit-top): Move declaration to earlier in file.
34850 (calc-edit-macro-repeats): Add local variables.
34851
34852 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34853 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34854 calcFunc-tanh.
34855 Adjust integration rule for calcFunc-tan.
34856
34857 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34858
34859 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34860 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34861 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34862 (viper-skip-separators): Bug fix.
34863 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34864 particular major mode.
34865 (viper-del-backward-char-in-replace): Don't put deleted char on the
34866 kill ring.
34867
34868 * emulation/viper-ex.el (viper-color-display-p): New function.
34869 (viper-has-face-support-p): Use viper-color-display-p.
34870
34871 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34872
34873 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34874
34875 * emulation/viper-util.el (viper-glob-unix-files):
34876 Fix shell status check.
34877 (viper-file-remote-p): Make equivalent to file-remote-p.
34878
34879 * emulation/viper.el (viper-major-mode-modifier-list):
34880 Use viper-gnus-modifier-map.
34881
34882 2005-02-19 David Kastrup <dak@gnu.org>
34883
34884 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34885 quoting.
34886
34887 2005-02-19 Jay Belanger <belanger@truman.edu>
34888
34889 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34890 Remove extra definitions.
34891 (calc-coth): New function.
34892 (calcFunc-cot): Fix `let'.
34893
34894 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34895
34896 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34897 the reasons we use "type pc" in these faces.
34898
34899 * button.el (button): Ditto.
34900
34901 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34902
34903 * replace.el (query-replace-read-from): Set the value of
34904 query-replace-from-history-variable to handle the case of an empty
34905 string entered to accept the suggested default.
34906
34907 * net/tramp.el (tramp-file-name-for-operation):
34908 Use dired-call-process instead of dired-call-process-command.
34909
34910 2005-02-19 Jay Belanger <belanger@truman.edu>
34911
34912 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34913 (math-div-non-trig): New variables.
34914 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34915 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34916 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34917 trig expressions.
34918
34919 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34920
34921 * progmodes/gdb-ui.el (gdb-var-update-handler)
34922 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34923 for watch expressions,
34924 (gdb-var-create-handler): Don't set speedbar-update-flag.
34925 (gdb-post-prompt): Simplify test for speedbar.
34926
34927 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34928
34929 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34930 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34931 we use the syntax table of the correct buffer.
34932 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34933 Felix Gatzemeier.
34934
34935 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34936 (ediff-file-remote-p): Make synonymous with file-remote-p.
34937 In all deffaces ediff-*-face-*, use min-colors.
34938
34939 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34940 ediff-recurse-to-subdirectories.
34941 (ediff-mark-if-equal): Check that the arguments are strings, use
34942 ediff-same-contents (after to Felix Gatzemeier).
34943
34944 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34945 nil.
34946
34947 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34948
34949 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34950
34951 2005-02-18 David Kastrup <dak@gnu.org>
34952
34953 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34954 use `mark-active' when defined.
34955
34956 2005-02-18 Kenichi Handa <handa@m17n.org>
34957
34958 * ps-print.el (ps-font-info-database): New entry
34959 ZapfChancery-MediumItalic with correct font name. Fix font name
34960 of the entry Zapf-Chancery-MediumItalic.
34961
34962 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34963
34964 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34965
34966 2005-02-16 Kim F. Storm <storm@cua.dk>
34967
34968 * ido.el (ido-fallback-command): Pass user input to fallback command.
34969
34970 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34971
34972 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34973 (gdb-find-file-hook): Add server prefix.
34974
34975 2005-02-16 Richard M. Stallman <rms@gnu.org>
34976
34977 * replace.el (perform-replace): Pass new args to replace-highlight.
34978 (replace-highlight): Take region args,
34979 and pass them to isearch-lazy-highlight-new-loop.
34980
34981 * novice.el (disabled-command-hook): Autoload the defalias
34982 and the make-obsolete-variable call.
34983
34984 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34985
34986 * isearch.el (isearch-lazy-highlight-start-limit)
34987 (isearch-lazy-highlight-end-limit): New variables limit
34988 the region for highlighting.
34989 (isearch-lazy-highlight-new-loop): New args BEG and END.
34990 (isearch-lazy-highlight-search): Use the new vars.
34991 (isearch-lazy-highlight-update): Likewise.
34992
34993 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34994
34995 * cus-start.el (all): Use default-boundp.
34996
34997 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34998
34999 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35000
35001 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35002
35003 * autorevert.el (auto-revert-stop-on-user-input)
35004 (auto-revert-verbose): Doc fixes.
35005
35006 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35007
35008 * international/mule-cmds.el (set-locale-environment): Remove call
35009 to set-selection-coding-system on Windows.
35010
35011 2005-02-15 Jay Belanger <belanger@truman.edu>
35012
35013 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35014 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35015 calcFunc-coth.
35016 (math-simplify-sqrt): Add simplifications.
35017
35018 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35019 to list.
35020
35021 * calc/calc-ext.el: Add functions to autoloads.
35022
35023 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35024 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35025 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35026 (math-csc-raw, math-cot-raw): New functions.
35027
35028 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35029
35030 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35031 the variable name in a message.
35032
35033 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35034 calcFunc-csc, calcFunc-cot.
35035
35036 * calc/calcalg2.el: Add derivative and integration rules for
35037 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35038 calcFunc-csch, calcFunc-coth.
35039 (math-do-integral-methods): Add to checks for when to use
35040 substitutions.
35041
35042 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35043
35044 2005-02-15 Lute Kamstra <lute@gnu.org>
35045
35046 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35047 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35048 <monnier@iro.umontreal.ca>.
35049 (lisp-outline-level): Improve efficiency. Suggested by David
35050 Kastrup <dak@gnu.org>.
35051
35052 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35053
35054 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35055 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35056 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35057 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35058 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35059
35060 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35061
35062 * cus-start.el (all): Comment change.
35063
35064 2005-02-14 Lute Kamstra <lute@gnu.org>
35065
35066 * cus-start.el (all): Check if symbol is void.
35067
35068 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35069
35070 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35071 optional argument to \cite.
35072
35073 2005-02-14 Richard M. Stallman <rms@gnu.org>
35074
35075 * cus-edit.el (custom-buffer-create-internal): Update help message.
35076 (custom-magic-alist): Update help messages.
35077
35078 * cus-start.el (all): Allow a var to specify a standard value.
35079
35080 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35081
35082 * custom.el (custom-theme-set-variables): Handle variable aliases.
35083
35084 * frame.el (blink-cursor-timer): Doc fix.
35085 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35086 declare obsolete.
35087 (blink-cursor-mode): Define with defcustom and use correct
35088 standard expression in that defcustom.
35089 * startup.el (command-line): Adapt to above changes in frame.el.
35090
35091 2005-02-11 Lute Kamstra <lute@gnu.org>
35092
35093 * apropos.el (apropos-score-doc): Prevent division by zero.
35094
35095 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35096
35097 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35098 (icalendar--get-event-property-attributes)
35099 (icalendar--get-event-properties)
35100 (icalendar--datetime-to-diary-date): New functions.
35101 (icalendar--split-value): Doc fix.
35102 (icalendar--datetime-to-noneuropean-date)
35103 (icalendar--datetime-to-european-date): New optional argument
35104 SEPARATOR. Return result as a string instead of a list.
35105 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35106 (icalendar--convert-string-for-export): Rename arg S to STRING.
35107 (icalendar-export-region): Doc fix. Change name of error buffer.
35108 Save output buffer.
35109 (icalendar-import-file): Add blank at end of prompt.
35110 (icalendar-import-buffer): Doc fix. Do not switch to error
35111 buffer. Indicate status in return value.
35112 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35113 buffer. Save output buffer. Handle exception from recurrence
35114 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35115 events. Fix problems with weekly all-day events.
35116
35117 2005-02-10 Richard M. Stallman <rms@gnu.org>
35118
35119 * simple.el (eval-expression-print-format):
35120 Avoid warning about edebug-active.
35121
35122 * help.el (help-for-help-internal): Rename from help-for-help.
35123 (help-for-help): Define with defalias.
35124
35125 * font-core.el (font-lock-default-function): Use with-no-warnings.
35126
35127 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35128
35129 * custom.el (defface): Doc fix.
35130
35131 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35132
35133 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35134 width 0" to prevent word wrapping problems.
35135
35136 2005-02-09 Kim F. Storm <storm@cua.dk>
35137
35138 * ido.el (ido-file-extensions-order): New defcustom.
35139 (ido-file-extension-lessp, ido-file-extension-aux)
35140 (ido-file-extension-order): New advanced file ordering.
35141 (ido-file-lessp): New simple file ordering.
35142 (ido-sort-list): Remove.
35143 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35144 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35145
35146 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35147
35148 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35149 that some versions of grep produce.
35150 (grep-mode-font-lock-keywords): Likewise.
35151
35152 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35153
35154 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35155 (gdb-cdir): Delete.
35156 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35157 (gdb-source-info): Treat case when source file is in another
35158 directory properly.
35159 (gdb-get-location): New function.
35160
35161 2005-02-07 Jay Belanger <belanger@truman.edu>
35162
35163 * calc/calc-prog.el (calc-write-parse-table-part)
35164 (calc-fix-token-name): Fix a check for language type.
35165
35166 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35167
35168 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35169
35170 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35171 as directory not writable.
35172
35173 2005-02-07 Kim F. Storm <storm@cua.dk>
35174
35175 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35176 (cua--standard-movement-commands): Remove list.
35177 Instead, set CUA property value to move for movement commands.
35178 (cua-movement-commands): Remove. Users must set CUA prop instead.
35179 (cua--pre-command-handler): Check CUA property.
35180 (cua--init-keymaps): Don't remap undo commands.
35181 (cua-mode): Don't call cua--rectangle-on-off.
35182
35183 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35184 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35185 (cua--rect-undo-set-point): New var.
35186 (cua--rectangle-undo-boundary): Setup undo apply entry.
35187 (cua--rect-undo-handler): New function for rectangle undo.
35188 (cua--rect-start-position, cua--rect-end-position): Add.
35189 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35190 for restored rectangle. Set point if cua--rect-undo-set-point.
35191
35192 2005-02-06 Jay Belanger <belanger@truman.edu>
35193
35194 * calc/calc-lang.el (calc-tex-language): Display more information
35195 in messages.
35196
35197 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35198 in TeX mode.
35199
35200 2005-02-06 Richard M. Stallman <rms@gnu.org>
35201
35202 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35203
35204 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35205
35206 * net/ldap.el (ldap-search-internal): Support attributes with
35207 optional descriptions separated by a semi-colon, as in
35208 "userCertificate;binary".
35209
35210 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35211
35212 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35213 isn't a cons (i.e. the version is 0).
35214
35215 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35216
35217 * help.el (help-for-help): Doc fix.
35218
35219 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35220
35221 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35222 GDB-Windows on the menu-bar as this works better.
35223
35224 2005-02-04 Jay Belanger <belanger@truman.edu>
35225
35226 * calc/calc-embed.el (calc-embedded-update): Don't put in
35227 unnecessary newlines. Adjust the end of formula marker.
35228
35229 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35230 (math-latex-parse-two-args): New function.
35231
35232 2005-02-03 Lute Kamstra <lute@gnu.org>
35233
35234 * help-fns.el (help-with-tutorial): Make sure that users cannot
35235 remove the entire text of the tutorial by means of `undo'.
35236
35237 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35238
35239 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35240 in recent changes, where the ispell process was repeatedly
35241 killed & restarted.
35242
35243 * international/mule-cmds.el (set-locale-environment): Set file-name
35244 coding system to utf-8 on Darwin systems.
35245 (set-default-coding-systems): Don't set default-file-name-coding-system
35246 on Darwin systems.
35247
35248 2005-02-03 Richard M. Stallman <rms@gnu.org>
35249
35250 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35251
35252 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35253
35254 * faces.el (list-faces-display): Add optional argument.
35255
35256 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35257
35258 * font-core.el (font-lock-default-function): Handle the rare case where
35259 only font-lock-keywords is set.
35260
35261 2005-02-02 Kenichi Handa <handa@m17n.org>
35262
35263 * international/characters.el: Cancel previous change for
35264 I-WITH-DOT-ABOVE and DOTLESS-i.
35265
35266 * international/latin-5.el: Cancel previous change.
35267
35268 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35269
35270 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35271
35272 2005-02-02 Kenichi Handa <handa@m17n.org>
35273
35274 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35275 DOTLESS-i.
35276
35277 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35278 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35279
35280 * case-table.el (get-upcase-table): New function.
35281 (copy-case-table): Copy upcaes table too if non-nil.
35282 (set-case-syntax-delims): Maintain upcase table too.
35283 (set-case-syntax-pair): Likewise.
35284 (set-upcase-syntax, set-downcase-syntax): New functions.
35285 (set-case-syntax): Maintain upcase table too.
35286
35287 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35288
35289 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35290
35291 * progmodes/gud.el (gud-goto-info): New function.
35292 (gud-tool-bar-map): Use correct icon.
35293
35294 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35295
35296 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35297 When delegating, order args in the funcall correctly.
35298
35299 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35300
35301 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35302
35303 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35304
35305 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35306 buffer not visiting a file.
35307
35308 2005-01-31 Jay Belanger <belanger@truman.edu>
35309
35310 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35311 bound on the line with the formula.
35312
35313 2005-01-31 Kim F. Storm <storm@cua.dk>
35314
35315 * ses.el (ses-create-cell-variable-range)
35316 (ses-destroy-cell-variable-range, ses-reset-header-string)
35317 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35318 (ses-insert-row): Fix format of apply undo entries.
35319
35320 2005-01-31 Jay Belanger <belanger@truman.edu>
35321
35322 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35323 parts.
35324
35325 * calc/calc-embed.el (calc-embedded-open-formula)
35326 (calc-embedded-close-formula): Ignore matrix environments.
35327
35328 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35329 TeX mode.
35330
35331 * calc/calc-lang.el (math-function-table, math-oper-table)
35332 (math-variable-table): Adjust the LaTeX portions.
35333
35334 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35335 (math-latex-ignore-words): New constant.
35336
35337 2005-01-31 Richard M. Stallman <rms@gnu.org>
35338
35339 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35340 (ispell-local-dictionary): Doc fix.
35341 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35342 Don't reinitialize at run time. Don't defcustom.
35343 All uses changed to append ispell-local-dictionary-alist,
35344 or check it first.
35345 (ispell-current-dictionary): New variable for dictionary in use.
35346 (ispell-dictionary): Now used only for global default.
35347 (ispell-start-process): Set ispell-current-dictionary,
35348 not ispell-dictionary.
35349 (ispell-change-dictionary): Use this only for setting
35350 user preferences.
35351 (ispell-internal-change-dictionary): New function
35352 to change the current dictionary in use.
35353 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35354 Use ispell-current-dictionary.
35355 Handle ispell-local-dictionary-overridden.
35356 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35357
35358 2005-01-31 Jay Belanger <belanger@truman.edu>
35359
35360 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35361
35362 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35363 (calc-mode-map): Add calc-latex-language.
35364
35365 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35366 (math-latex-print-frac): New functions.
35367 (math-oper-table, math-function-table, math-variable-table)
35368 (math-complex-format, math-input-filter): Add latex properties.
35369 (calc-set-language): Set math-expr-special-function-mapping.
35370
35371 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35372 (calc-write-parse-table-part): Add LaTeX support.
35373
35374 * calc/calc.el (calc-language): Adjust docstring.
35375 (calc-set-mode-line): Add LaTeX support.
35376 (math-expr-special-function-mapping): New variable.
35377 (math-tex-ignore-words): Add to list.
35378
35379 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35380 Add LaTeX support.
35381 (math-compose-expr): Add support for special functions.
35382
35383 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35384
35385 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35386
35387 * progmodes/gdb-ui.el (gdb-memory-address)
35388 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35389 (gdb-memory-mode-map, gdb-memory-format-keymap)
35390 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35391 (gdb-memory-unit-menu): New variables for a buffer
35392 that lets the user examine program memory.
35393 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35394 (gdb-memory-format-binary, gdb-memory-format-octal)
35395 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35396 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35397 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35398 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35399 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35400 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35401 (gdb-memory-mode, gdb-memory-buffer-name)
35402 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35403 New functions for above buffer.
35404
35405 2005-01-30 Richard M. Stallman <rms@gnu.org>
35406
35407 * cus-edit.el (custom-bury-buffer): Function deleted.
35408 (custom-buffer-done-function): Option deleted.
35409 (custom-buffer-done-kill): New replacement option.
35410 (Custom-buffer-done): Call quit-window.
35411 (custom-buffer-create-internal): Update for above changes.
35412
35413 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35414
35415 * simple.el (undo-ask-before-discard): New var.
35416 (undo-outer-limit-truncate): Implement it.
35417 (undo-extra-outer-limit): Doc update.
35418
35419 2005-01-29 Richard M. Stallman <rms@gnu.org>
35420
35421 * ses.el (undo-more): Delete defadvice.
35422 (ses-begin-change): Doc fix.
35423
35424 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35425 instead of rebinding C-x u and C-_.
35426
35427 * files.el (normal-backup-enable-predicate): Return nil for files
35428 in /tmp, regardless of temporary-file-directory.
35429
35430 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35431
35432 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35433 (open-rectangle, delete-whitespace-rectangle-line)
35434 (clear-rectangle-line): If FILL, pass t instead of FILL
35435 for move-to-column's 2nd arg.
35436
35437 * simple.el (undo): Fix the test for continuing a series of undos.
35438 (undo-more): Set pending-undo-list to t when we reach end.
35439 (pending-undo-list): Move up defvar.
35440
35441 * wid-edit.el (widget-button-click):
35442 Shorten the range of the track-mouse binding.
35443
35444 * comint.el (comint-insert-input): Undo previous changes;
35445 use last-input-event in interactive spec.
35446
35447 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35448
35449 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35450 to nil before invoking call-process. Reset buffer's modified flag
35451 after fontifying it in the no-async branch.
35452
35453 * wid-edit.el (widget-specify-button): If mouse pointer shape
35454 cannot be changed, use mouse face instead.
35455
35456 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35457
35458 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35459 (gdb-goto-breakpoint): Make breakpoint handling work on template
35460 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35461 (gdb-assembler-custom): Update to recognize breakpoint information
35462 added on 2005-01-19.
35463
35464 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35465
35466 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35467 (dsssl-mode): Use define-derived-mode.
35468 (scheme-mode-initialize): Remove.
35469 (scheme-mode): Use run-mode-hooks.
35470
35471 * cus-edit.el (customize-group-other-window)
35472 (custom-buffer-create-other-window): Don't override special-display-*.
35473 (custom-mode-map): Make it dense.
35474
35475 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35476 sets the default value.
35477
35478 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35479
35480 * descr-text.el: Add more keywords.
35481
35482 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35483
35484 * speedbar.el: Avoid unnecessary use of locate-library.
35485
35486 * international/mule-cmds.el (standard-display-european-internal):
35487 Don't fiddle with latin-1 non-break space any more since it's now
35488 special cased in the C code.
35489 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35490
35491 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35492
35493 * cus-start.el (all): Add `undo-outer-limit'.
35494
35495 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35496
35497 * textmodes/bibtex.el (bibtex-format-entry):
35498 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35499 field lines.
35500 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35501 not on part of a buffer.
35502
35503 2005-01-25 Lute Kamstra <lute@gnu.org>
35504
35505 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35506 nonempty field text strings like "{letters\\macro{}more letters}".
35507 Clarify docstring.
35508 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35509 (bibtex-entry-offset, bibtex-parse-association)
35510 (bibtex-parse-field-name): Fix typos in docstrings.
35511 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35512
35513 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35514 Juri Linkov <juri@jurta.org>
35515
35516 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35517 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35518 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35519 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35520
35521 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35522 isearch minor mode.
35523
35524 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35525
35526 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35527
35528 2005-01-24 Lute Kamstra <lute@gnu.org>
35529
35530 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35531 CASECHARS and NOT-CASECHARS regular expressions of the
35532 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35533 striding over charsets" error.
35534
35535 2005-01-24 Jay Belanger <belanger@truman.edu>
35536
35537 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35538 display variable name.
35539
35540 2005-01-24 Kenichi Handa <handa@m17n.org>
35541
35542 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35543 Fix setting of the element of encoded-kbd-iso2022-invocations.
35544
35545 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35546
35547 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35548 (gdb-threads-select): Change to also accept mouse events.
35549 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35550 (gdb-threads-mouse-select): Delete.
35551
35552 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35553
35554 * files.el (insert-directory): Take care of empty directory,
35555 listed without -a switch.
35556
35557 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35558
35559 * textmodes/refill.el (refill-post-command-function):
35560 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35561 to the list of functions that we should be careful not to undo.
35562 (refill-late-fill-paragraph-function): Remove.
35563 (refill-saved-state): New var.
35564 (refill-mode): Use it to save fill-paragraph-function.
35565 Save also the value of auto-fill-function.
35566
35567 * term/w32-win.el: Simplify code.
35568
35569 2005-01-23 Kim F. Storm <storm@cua.dk>
35570
35571 * simple.el (line-move): Adapt to new return value from
35572 pos-visible-in-window-p.
35573
35574 * simple.el (line-move): Fix last change. Check partial
35575 visibility at point rather than at window-start.
35576
35577 2005-01-22 Jason Rumney <jasonr@gnu.org>
35578
35579 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35580
35581 2005-01-22 David Kastrup <dak@gnu.org>
35582
35583 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35584
35585 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35586
35587 * type-break.el (type-break-mode): Add a test for
35588 type-break-file-name being non-nil.
35589
35590 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35591
35592 * net/eudc.el (top level): Call (message "") via progn, so that
35593 eudc-options-file is loaded.
35594
35595 2005-01-22 Kim F. Storm <storm@cua.dk>
35596
35597 * simple.el (line-move-1): Rename from line-move.
35598 (line-move): New function that adjusts vscroll for partially
35599 visible rows, and calls line-move-1 otherwise.
35600
35601 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35602
35603 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35604 since it's not a complete read-event implementation.
35605
35606 2005-01-20 Jay Belanger <belanger@truman.edu>
35607
35608 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35609 for called function.
35610
35611 2005-01-20 Steven Tamm <steventamm@mac.com>
35612
35613 * term/mac-win.el (process-connection-type): Remove.
35614 Controlled now by s/darwin.h:PTY_ITERATION.
35615
35616 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35617
35618 * window.el (handle-select-window): Don't switch window when we're
35619 in the minibuffer.
35620
35621 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35622
35623 * subr.el (dotimes-with-progress-reporter): New macro.
35624
35625 * ses.el (ses-dotimes-msg): Remove macro.
35626 Use `dotimes-with-progress-reporter' instead.
35627
35628 2005-01-19 Steven Tamm <steventamm@mac.com>
35629
35630 * term/mac-win.el (process-connection-type): Use new
35631 operating-system-release variable to use ptys on Darwin 7 (OS X
35632 10.3) when using carbon build.
35633
35634 2005-01-19 Jay Belanger <belanger@truman.edu>
35635
35636 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35637 flags if the last command was a tab or M-tab.
35638
35639 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35640 in formula editing buffer.
35641
35642 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35643
35644 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35645 breakpoint image symbol in margin.
35646
35647 2005-01-19 Jay Belanger <belanger@truman.edu>
35648
35649 * calc/calc-prog.el (calc-execute-kbd-macro):
35650 Ignore calc-keep-arg-flag.
35651
35652 2005-01-19 Kenichi Handa <handa@m17n.org>
35653
35654 * textmodes/ispell.el (ispell-looking-at): New function.
35655 (ispell-process-line): Use ispell-looking-at to compare the ispell
35656 output and the buffer contents.
35657
35658 2005-01-18 Jay Belanger <belanger@truman.edu>
35659
35660 * calc/calc.el (calc-display-raw): Fix docstring.
35661
35662 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35663
35664 * simple.el (blink-matching-open): Strip extra info from syntax.
35665
35666 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35667 funny chars in the end-of-here-doc marker.
35668
35669 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35670
35671 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35672 that enable/disabled state of breakpoints is shown correctly in
35673 fringe and on ttys.
35674 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35675 Add breakpoint information as text properties.
35676 (gdb-mouse-toggle-breakpoint):
35677 Rename to gdb-mouse-set-clear-breakpoint.
35678 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35679 breakpoints in the margin.
35680 (gdb-remove-strings): Simplify.
35681
35682 2005-01-17 Jay Belanger <belanger@truman.edu>
35683
35684 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35685 erasing buffer.
35686
35687 2005-01-17 Richard M. Stallman <rms@gnu.org>
35688
35689 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35690 for calling grep-compute-defaults.
35691
35692 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35693 if buffer is empty.
35694
35695 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35696
35697 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35698
35699 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35700
35701 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35702 non-preloaded variables.
35703
35704 2005-01-17 Steven Tamm <steventamm@mac.com>
35705
35706 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35707 tex-shell cause to force interactivity when using pipes.
35708
35709 2005-01-17 Kim F. Storm <storm@cua.dk>
35710
35711 * simple.el (just-one-space): Make arg optional.
35712
35713 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35714
35715 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35716 posn-at-x-y to t to access left-margin.
35717
35718 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35719
35720 Sync with Tramp 2.0.47.
35721
35722 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35723 catching keep-date problems in cp/scp operations.
35724 (tramp-handle-copy-file): Don't call `set-file-modes'
35725 unconditionally. Specialized functions should know better what is
35726 necessary. This improves performance a little bit, and the
35727 functions could catch errors with `cp -p' and `scp -p'.
35728 (tramp-do-copy-or-rename-file-via-buffer)
35729 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35730 when appropriate.
35731 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35732 Call `set-file-modes' when appropriate.
35733 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35734 Johnsson <isak@hypergene.com>.
35735 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35736 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35737 <joakim@verona.se>.
35738 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35739 Emacs only.
35740
35741 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35742 `find-file-hooks' and `dired-mode-hook'.
35743 (tramp-minor-mode-map): Respective map. Add remapping for
35744 `compile' and `recompile'.
35745 (tramp-remap-command, tramp-recompile): New defuns.
35746 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35747 in buffer "*Compilation*". Call the commands asynchronously.
35748
35749 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35750 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35751 `shell-command', because it isn't magic in XEmacs. Reported by
35752 Adrian Aichner <adrian@xemacs.org>.
35753
35754 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35755 `substitute-in-file-name.
35756 (tramp-smb-handle-substitute-in-file-name): New defun.
35757 (tramp-smb-advice-PC-do-completion): Delete advice.
35758
35759 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35760
35761 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35762 Fix error in deleting region.
35763
35764 2005-01-15 Richard M. Stallman <rms@gnu.org>
35765
35766 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35767 In non-temp buffer, switch syntax table temporarily.
35768
35769 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35770
35771 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35772
35773 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35774
35775 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35776 (imenu--generic-function): Use START, not BEG, as pos of definition.
35777
35778 * simple.el (just-one-space): Argument specifies number of spaces.
35779
35780 * simple.el (eval-expression-print-format): Avoid warning
35781 about edebug-active.
35782
35783 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35784
35785 * progmodes/sh-script.el: Code copied from make-mode.el
35786 with small changes,
35787 (sh-mode-map): Bind C-c C-\.
35788 (sh-backslash-column, sh-backslash-align): New variables.
35789 (sh-backslash-region, sh-append-backslash): New functions.
35790
35791 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35792
35793 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35794 (rmail-pop-password, rmail-pop-password-required): Move to
35795 rmail-obsolete group.
35796 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35797 All callers updated.
35798 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35799 Take an argument specifying whether it is POP or IMAP mailbox we
35800 are using. All callers updated.
35801 (rmail-pop-password-error): Rename to
35802 rmail-remote-password-error. Added mailutils-specific error message.
35803 (rmail-movemail-search-path)
35804 (rmail-movemail-variant-in-use): New variables.
35805 (rmail-remote-password, rmail-remote-password-required):
35806 New customization variables.
35807 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35808 (rmail-parse-url): New function.
35809 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35810 with GNU mailutils movemail.
35811
35812 2005-01-15 Kevin Ryde <user42@zip.com.au>
35813
35814 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35815 suffix to space, $ or '$, to correctly position point when going
35816 to @table style constants like DBL_MAX.
35817
35818 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35819
35820 * type-break.el (type-break-mode, type-break-file-time)
35821 (type-break-file-keystroke-count, type-break-choose-file):
35822 Don't store data in or load data from the file if type-break-file-name
35823 is nil.
35824 (type-break-file-name): Doc update as per the above.
35825
35826 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35827
35828 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35829 lookup-key might return nil; handle that.
35830
35831 2005-01-15 Alan Mackenzie <acm@muc.de>
35832
35833 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35834 Return the tail of the tree rather than the element found,
35835 thus enabling the tree to be setcar'd.
35836
35837 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35838
35839 * textmodes/org.el (org-show-following-heading): New option.
35840 (org-show-hierarchy-above): Use `org-show-following-heading'.
35841 (org-cycle): Documentation fix.
35842
35843 * textmodes/org.el (orgtbl-optimized): New option.
35844 (orgtbl-mode): New command, a minor mode.
35845 (orgtbl-mode-map): New variable.
35846 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35847 (orgtbl-error, orgtbl-self-insert-command)
35848 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35849
35850 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35851 a local variable in each org-mode buffer.
35852
35853 * textmodes/org.el (org-set-regexps-and-options): Rename from
35854 `org-set-regexps'. Added checking for STARTUP keyword.
35855 (org-get-current-options): Add STARTUP options.
35856 (org-table-insert-row): Make mode intelligent about when
35857 realignment is needed.
35858 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35859 New commands.
35860 (org-enable-table-editor): New default value `optimized'.
35861 (org-table-blank-field): Support blanking regions if active.
35862
35863 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35864
35865 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35866 if the year is not given.
35867
35868 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35869 Add new escapes %m and %M, fixed bug with %F by adding
35870 save-match-data.
35871 (reftex-reference): Remove ?. from list of spaces.
35872 (reftex-label-info): Add automatic label prefix recognition.
35873
35874 * textmodes/reftex-index.el (reftex-index-next-phrase):
35875 Add slave parameter to call of `reftex-index-this-phrase'.
35876 (reftex-index-this-phrase): New optional argument.
35877 (reftex-index-region-phrases): Add slave parameter to call of
35878 `reftex-index-this-phrase'.
35879 (reftex-display-index): New argument redo.
35880 (reftex-index-rescan): Add `redo' to arguments of
35881 `reftex-display-index'.
35882 (reftex-index-Rescan, reftex-index-revert)
35883 (reftex-index-switch-index-tag): Add `redo' to arguments of
35884 `reftex-display-index'.
35885 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35886 indexing. Fix bug with matching is there is a quote before or
35887 after the word.
35888
35889 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35890 Fix bug when collecting citation keys in lines with comments.
35891 (reftex-citation): Prefix argument no longer rescans the document,
35892 but forces prompting for optional arguments of cite macros.
35893 (reftex-do-citation): Prompting for optional arguments implemented.
35894
35895 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35896 Add optional arguments to most cite commands.
35897 (reftex-cite-cleanup-optional-args): New option
35898 (reftex-cite-prompt-optional-args): New option.
35899 (reftex-trust-label-prefix): New option.
35900
35901 * textmodes/reftex-toc.el (reftex-toc-find-section):
35902 Add push-mark before changing the position in the buffer.
35903
35904 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35905 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35906
35907 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35908
35909 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35910 more carefully.
35911
35912 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35913
35914 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35915 (sgml-mode): Use it.
35916 (sgml-get-context): Better keep track of implicitly closed tags.
35917
35918 2005-01-13 Kenichi Handa <handa@m17n.org>
35919
35920 * textmodes/ispell.el: These changes are to fix misalignment error
35921 caused by equivalent characters of different Emacs charsets.
35922 (ispell-unified-chars-table): New variable.
35923 (ispell-get-decoded-string): New function.
35924 (ispell-get-casechars, ispell-get-not-casechars)
35925 (ispell-get-otherchars): Call ispell-get-decoded-string.
35926
35927 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35928
35929 * custom.el (custom-declare-variable): Just put symbol instead
35930 of (defvar . symbol) in `current-load-list'.
35931
35932 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35933
35934 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35935
35936 2005-01-12 Jay Belanger <belanger@truman.edu>
35937
35938 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35939 to create a Calc summary.
35940
35941 2005-01-12 Kim F. Storm <storm@cua.dk>
35942
35943 * mouse.el (mouse-on-link-p): Change functionality and doc
35944 string to comply with latest description in lisp ref.
35945
35946 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35947
35948 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35949 Enable mouse clicks on mode-line, header-line and margin.
35950 (event-type): Give mouse event symbols an `event-kind' property
35951 with value `mouse-click'.
35952
35953 2005-01-12 Juri Linkov <juri@jurta.org>
35954
35955 * facemenu.el (list-colors-display): Add new arg buffer-name.
35956 Use it. Fix docstring. Replace code for identifying duplicate
35957 colors by the name with call to `list-colors-duplicates' which
35958 identifies duplicate colors by the value unless the color
35959 is one of special Windows colors. Set truncate-lines to t.
35960 Print sorted duplicate color names on each line. Indent to 22
35961 \(the longest color name in rgb.txt) instead of 20. Optimize.
35962 (list-colors-duplicates): New function.
35963 (facemenu-color-name-equal): Delete function.
35964
35965 * facemenu.el (list-colors-print): New function created from code
35966 in list-colors-display. Print #RRGGBB at the window right edge.
35967 (list-colors-display): When temp-buffer-show-function is not
35968 defined, call list-colors-print from temp-buffer-show-hook
35969 to get the right value of window-width in list-colors-print
35970 after the buffer is displayed.
35971
35972 * simple.el (pop-mark): Move deactivate-mark out of conditional
35973 part to deactivate the active mark regardless of the state of the
35974 mark ring.
35975
35976 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35977 variables line in desktop files.
35978
35979 2005-01-12 Juri Linkov <juri@jurta.org>
35980
35981 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35982 Bring together isearch highlight related options.
35983 (lazy-highlight): Replace group `replace' by `matching'.
35984 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35985 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35986 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35987 and declare them obsolete.
35988 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35989 (isearch-faces): Remove defgroup.
35990 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35991 Move isearch highlighting code closer to lazy highlighting code.
35992
35993 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35994 (query-replace-highlight, query-replace-lazy-highlight)
35995 (query-replace): Move definitions to the beginning of the file.
35996
35997 2005-01-11 Juri Linkov <juri@jurta.org>
35998
35999 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36000 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36001 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36002
36003 * info.el (Info-history-forward): New variable.
36004 (Info-select-node): Reset Info-history-forward to nil.
36005 (Info-last): Turn into defalias.
36006 (Info-history-back): Rename from Info-last.
36007 Add current node to Info-history-forward.
36008 (Info-history-forward): New fun.
36009 (Info-mode-map): Replace Info-last by Info-history-back.
36010 Bind Info-history-forward to "r".
36011 (Info-mode-menu): Replace Info-last by Info-history-back.
36012 Fix menu item text. Add menu item for Info-history-forward.
36013 (info-tool-bar-map): Replace Info-last by Info-history-back.
36014 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36015 for Info-history-forward.
36016 (Info-mode): Replace Info-last by Info-history-back in docstring.
36017 Add local variable Info-history-forward.
36018 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36019
36020 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36021
36022 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36023 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36024 Ignore select-window events rather than fiddle with
36025 mouse-autoselect-window.
36026
36027 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36028
36029 * type-break.el (type-break-mode): Fix previous change.
36030
36031 2005-01-10 Jay Belanger <belanger@truman.edu>
36032
36033 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36034 calculator; only reset when point is inside a calculator.
36035 Don't adjust the window height if the window takes up the whole height
36036 of the frame.
36037
36038 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36039
36040 * ebuff-menu.el (Electric-buffer-menu-mode):
36041 Preserve value of buffer-local var header-line-format.
36042
36043 2005-01-09 Jay Belanger <belanger@truman.edu>
36044
36045 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36046 Make sure settings file exists before accessing it.
36047
36048 * calc/calc-embed.el (calc-embedded-subst):
36049 Replace math-multi-subst-rec, which is only supposed to be called
36050 by math-multi-subst, by math-multi-subst.
36051
36052 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36053
36054 * vc.el (vc-allow-async-revert): New user option.
36055 (vc-disable-async-diff): New internal variable.
36056 (vc-revert-buffer): Use them to disable asynchronous diff.
36057
36058 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36059 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36060 asynchronously if vc-disable-async-diff is t.
36061
36062 2005-01-09 Jay Belanger <belanger@truman.edu>
36063
36064 * calc/calc.el (defcalcmodevar): New macro.
36065 (calc-mode-var-list-restore-default-values)
36066 (calc-mode-var-list-restore-saved-values): New functions.
36067 (calc-mode-var-list): Use defcalcmodevar to define it.
36068 (calc-always-load-extensions, calc-line-numbering)
36069 (calc-line-breaking, calc-display-just, calc-display-origin)
36070 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36071 (calc-group-char, calc-point-char, calc-frac-format)
36072 (calc-prefer-frac, calc-hms-format, calc-date-format)
36073 (calc-float-format, calc-full-float-format, calc-complex-format)
36074 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36075 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36076 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36077 (calc-matrix-brackets, calc-language, calc-language-option)
36078 (calc-left-label, calc-right-label, calc-word-size)
36079 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36080 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36081 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36082 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36083 (calc-window-height, calc-display-trail, calc-show-selections)
36084 (calc-use-selections, calc-assoc-selections)
36085 (calc-display-working-message, calc-auto-why, calc-timing)
36086 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36087 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36088 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36089 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36090 (calc-gnuplot-geometry, calc-graph-default-resolution)
36091 (calc-graph-default-resolution-3d, calc-invocation-macro)
36092 (calc-show-banner): Use defcalcmodevar to declare them and set
36093 their default values.
36094
36095 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36096 instead of default values (but restore default values if there is
36097 an argument of 0).
36098
36099 2005-01-09 David Kastrup <dak@gnu.org>
36100
36101 * desktop.el (desktop-restore-eager): Fix typo in type.
36102
36103 2005-01-08 Richard M. Stallman <rms@gnu.org>
36104
36105 * cus-edit.el (customize): Delete :link.
36106
36107 2005-01-08 Jay Belanger <belanger@truman.edu>
36108
36109 * calc/calc.el (calc-mode): Remove the extension from the
36110 `calc-settings-file' file name when loading it.
36111
36112 2005-01-08 Kim F. Storm <storm@cua.dk>
36113
36114 * info.el (Info-mode-map, Info-next-link-keymap)
36115 (Info-prev-link-keymap, Info-up-link-keymap):
36116 Map follow-link to mouse-face.
36117 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36118
36119 2005-01-08 Jay Belanger <belanger@truman.edu>
36120
36121 * calc/calc.el (calc-settings-file): Change default value.
36122 Suggested by cgw in a comment in calc-mode.el.
36123
36124 * calc/calc-mode.el (calc-settings-file-name):
36125 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36126 Replace ~/.emacs in a prompt by calc-settings-file.
36127
36128 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36129
36130 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36131 (desktop-lazy-idle-delay): New customizable variables.
36132 (desktop-buffer-args-list): New variable.
36133 (desktop-append-buffer-args): New function.
36134 (desktop-save): Call desktop-append-buffer-args for some buffers.
36135 (desktop-lazy-create-buffer): New function.
36136 (desktop-idle-create-buffers): New function.
36137 (desktop-read): Add message about buffers to restore lazily.
36138 (desktop-lazy-abort): New command.
36139 (desktop-clear): Call desktop-lazy-abort.
36140 (desktop-lazy-complete): New command.
36141
36142 2005-01-06 Richard M. Stallman <rms@gnu.org>
36143
36144 * emacs-lisp/find-func.el (find-face-definition):
36145 Rename from find-face.
36146
36147 2005-01-06 Kim F. Storm <storm@cua.dk>
36148
36149 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36150
36151 * man.el (Man-xref-man-page, Man-xref-header-file)
36152 (Man-xref-normal-file): Add follow-link property.
36153
36154 2005-01-06 Jay Belanger <belanger@truman.edu>
36155
36156 * calc/calc-units.el: Make sure the proper macro definitions are
36157 available when compiling.
36158
36159 2005-01-06 Juri Linkov <juri@jurta.org>
36160
36161 * isearch.el (isearch-lazy-highlight-update):
36162 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36163
36164 2005-01-06 Miles Bader <miles@gnu.org>
36165
36166 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36167 (isearch-lazy-highlight-face): Use new name.
36168
36169 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36170
36171 * uniquify.el (uniquify-rationalize-file-buffer-names):
36172 Re-add an interactive spec.
36173 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36174 to the same name.
36175
36176 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36177 (isearch-update, isearch-done): Adjust calls accordingly.
36178
36179 2005-01-05 Richard M. Stallman <rms@gnu.org>
36180
36181 * custom.el (custom-set-variables, custom-theme-set-variables):
36182 Clarify documentation.
36183
36184 * emacs-lisp/find-func.el (find-variable)
36185 (find-variable-other-window, find-variable-other-frame):
36186 Fix the TYPE args to find-function-read and find-function-do-it.
36187 (find-function): Doc fix.
36188 (find-function-at-point): Replace function-at-point alias.
36189
36190 2005-01-04 Richard M. Stallman <rms@gnu.org>
36191
36192 * cus-face.el (custom-declare-face):
36193 Record defface in current-load-list.
36194
36195 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36196
36197 * emacs-lisp/find-func.el: Doc fixes.
36198 (find-face-regexp): New variable.
36199 (find-function-regexp-alist): New variable.
36200 (find-function-C-source): Third arg is now TYPE.
36201 (find-function-search-for-symbol): Handle general TYPE.
36202 (find-function-read, find-function-do-it): Handle general TYPE.
36203 (find-definition-noselect, find-face): New functions.
36204 (function-at-point): Alias deleted.
36205
36206 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36207
36208 * battery.el (display-battery-mode): Rename from display-battery.
36209 Handle the case where it gets turned off.
36210
36211 2005-01-04 Richard M. Stallman <rms@gnu.org>
36212
36213 * cus-edit.el (customize): Make :link point to user doc.
36214
36215 * man.el (Man-fontify-manpage): Turn off undo generation.
36216
36217 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36218
36219 2005-01-04 Andreas Schwab <schwab@suse.de>
36220
36221 * files.el (insert-directory): Only look for error lines in
36222 inserted text. Don't move too far after processing --dired markers.
36223
36224 2005-01-04 Richard M. Stallman <rms@gnu.org>
36225
36226 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36227 Don't expand if the character is @, period, dash, etc.
36228 (define-mail-abbrev): Quote names that contain problem characters.
36229
36230 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36231
36232 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36233
36234 2005-01-03 Richard M. Stallman <rms@gnu.org>
36235
36236 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36237 (query-replace-highlight, query-replace-lazy-highlight)
36238 (query-replace): Definitions moved up. Doc fix.
36239
36240 2005-01-03 Richard M. Stallman <rms@gnu.org>
36241
36242 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36243 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36244 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36245 (lazy-highlight-face): Rename from isearch-lazy-...
36246 Change all references to them.
36247
36248 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36249
36250 * cus-edit.el (custom-file): Doc fix for defcustom.
36251 (custom-file): The function no longer sets the variable
36252 `custom-file' to its return value.
36253
36254 * startup.el (command-line): No longer load `custom-file'.
36255
36256 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36257
36258 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36259
36260 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36261 Don't confuse module-prefixed identifiers for labels.
36262 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36263
36264 2005-01-02 Richard M. Stallman <rms@gnu.org>
36265
36266 * files.el (basic-save-buffer-1): Fix previous change.
36267
36268 * loadhist.el (file-loadhist-lookup): New function.
36269 (file-provides, file-requires): Use it.
36270
36271 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36272 instead of calculating the right size.
36273
36274 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36275
36276 * vc-svn.el (vc-svn-diff): Stay local if possible.
36277
36278 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36279
36280 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36281
36282 * files.el (hack-local-variables): Fix last change.
36283
36284 2005-01-02 Jay Belanger <belanger@truman.edu>
36285
36286 * calc/calc-yank.el (calc-edit-top): New variable.
36287 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36288 object. Change header properties.
36289 (calc-edit-finish, calc-edit-finish-stack-object)
36290 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36291 edited object.
36292 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36293 for the beginning of the edited object.
36294 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36295 for the beginning of the edited object.
36296 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36297 (calc-finish-formula-edit, calc-macro-repeats)
36298 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36299 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36300 beginning of the edited object.
36301 (calc-user-define-edit): Change the header for editing macros.
36302 Remove unnecessary variable.
36303
36304 2005-01-01 Jay Belanger <belanger@truman.edu>
36305
36306 * calc/calc-yank.el (calc-edit-mode): Change default header.
36307 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36308 * calc/calc-store.el (calc-edit-variable): Change title to match new
36309 header.
36310 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36311 mode to match new header.
36312 (calc-user-define-edit): Change titles to include names of commands.
36313 (calc-finish-formula-edit): Adjust to handle new header.
36314 (calc-finish-macro-edit): Remove.
36315 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36316 (calc-edit-macro-command, calc-edit-macro-command-type)
36317 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36318 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36319 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36320 (calc-edit-macro-finish-edit): New functions.
36321 (calc-user-define-edit): Use new functions to edit named calc macros.
36322
36323 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36324
36325 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36326
36327 * ses.el (copy-region-as-kill): Deactivate mark.
36328
36329 2005-01-01 Richard M. Stallman <rms@gnu.org>
36330
36331 * replace.el (occur-1): If the output buffer is also an input,
36332 don't kill it, rename it.
36333
36334 * faces.el (set-face-background, set-face-foreground): Doc fix.
36335
36336 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36337 for :foreground and :background.
36338
36339 * dired.el (dired-view-command-alist): Variable deleted.
36340 (dired-view-file, dired-mouse-find-file-other-window):
36341 Delete the code to use it.
36342
36343 2005-01-01 Kim F. Storm <storm@cua.dk>
36344
36345 * image.el (insert-sliced-image): Use t for line-height property.
36346
36347 See ChangeLog.11 for earlier changes.
36348
36349 ;; Local Variables:
36350 ;; coding: iso-2022-7bit
36351 ;; add-log-time-zone-rule: t
36352 ;; End:
36353
36354 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36355
36356 This file is part of GNU Emacs.
36357
36358 GNU Emacs is free software; you can redistribute it and/or modify
36359 it under the terms of the GNU General Public License as published by
36360 the Free Software Foundation; either version 3, or (at your option)
36361 any later version.
36362
36363 GNU Emacs is distributed in the hope that it will be useful,
36364 but WITHOUT ANY WARRANTY; without even the implied warranty of
36365 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36366 GNU General Public License for more details.
36367
36368 You should have received a copy of the GNU General Public License
36369 along with GNU Emacs; see the file COPYING. If not, write to the
36370 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36371 Boston, MA 02110-1301, USA.
36372
36373 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1