]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
New file.
[gnu-emacs] / lisp / ChangeLog
1 2007-12-08 Michael McNamara <mac@verilog.com>
2 Wilson Snyder <wsnyder@wsnyder.org>
3
4 * progmodes/verilog-mode.el: New file.
5
6 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
7
8 * international/latexenc.el (latexenc-find-file-coding-system): If
9 both coding-system-for-write and buffer-file-coding-system of
10 latex-main-file are nil, use `undecided'.
11
12 2007-12-06 Jason Rumney <jasonr@gnu.org>
13
14 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
15
16 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
17
18 * ido.el (ido-save-history): Use emacs-mule coding system
19 instead of utf-8 to save filenames (it's safer in Emacs 22).
20 Set the `coding' local variable on the first line of the file.
21
22 2007-12-04 Karl Fogel <kfogel@red-bean.com>
23
24 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
25 coding system. This ports revisions 1.40 and 1.41 over to the
26 EMACS_22_BASE branch, but with the right coding system for Emacs
27 22 to reliably record filenames. Suggested by Eli Zaretskii.
28
29 2007-12-01 Richard Stallman <rms@gnu.org>
30
31 * wid-edit.el (widget-type): Doc fix.
32
33 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
34
35 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
36
37 2007-12-01 Alexandre Julliard <julliard@winehq.org>
38
39 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
40
41 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
44 Don't match "sub { (...) ... }".
45
46 2007-11-29 Richard Stallman <rms@gnu.org>
47
48 * international/mule-cmds.el (toggle-input-method-active): New var.
49 (toggle-input-method): Bind toggle-input-method-active to t.
50 Error if it was already non-nil.
51
52 2007-11-29 Glenn Morris <rgm@gnu.org>
53
54 * calendar/time-date.el (with-decoded-time-value): Doc fix.
55
56 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
57
58 * calendar/time-date.el (encode-time-value): Doc fix.
59
60 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
61
62 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
63
64 2007-11-24 Kenichi Handa <handa@m17n.org>
65
66 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
67
68 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
69
70 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
71
72 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
73
74 * textmodes/paragraphs.el (forward-sentence): Doc fix.
75 Reported by Drew Adams <drew.adams@oracle.com>.
76
77 2007-11-20 Glenn Morris <rgm@gnu.org>
78
79 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
80 for compatibility with Emacs 23.
81
82 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
83
84 * replace.el (map-query-replace-regexp): Doc fix (revert part of
85 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
86
87 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
88
89 * progmodes/gdb-ui.el: Update commentary.
90
91 2007-11-16 Eli Zaretskii <eliz@gnu.org>
92
93 * international/mule-cmds.el (set-locale-environment):
94 Set default-file-name-coding-system _after_ keyboard and terminal
95 coding systems. This fixes last change.
96
97 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
98 one space after "Subject:".
99
100 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
101
102 * subr.el (make-variable-frame-local):
103 Fix typo in obsolescence declaration.
104
105 2007-11-16 Glenn Morris <rgm@gnu.org>
106
107 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
108
109 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
110
111 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
112 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
113 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
114
115 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
118 in order to determine if there's a conflict.
119
120 2007-11-16 Juri Linkov <juri@jurta.org>
121
122 * man.el (Man-heading-regexp): Add 0-9.
123 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
124
125 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
126
127 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
128 Fix typo in docstring.
129
130 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
131 (cua-highlight-region-shift-only): Doc fix.
132
133 2007-11-15 Richard Stallman <rms@gnu.org>
134
135 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
136
137 * reposition.el (reposition-window):
138 Binding C-M-l moved to bindings.el.
139
140 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
141
142 * add-log.el (add-change-log-entry-other-window):
143 Key binding C-x 4 a moved to bindings.el.
144
145 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
146 from filecache.el.
147
148 * filecache.el: Minibuffer map bindings moved to bindings.el.
149
150 2007-11-14 Jason Rumney <jasonr@gnu.org>
151
152 * international/mule-cmds.el (set-locale-environment):
153 Set default-file-name-coding-system from system defaults on Windows.
154
155 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
156
157 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
158 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
159 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
160 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
161 locations.
162 (gdb-info-breakpoints-custom, gdb-assembler-custom)
163 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
164 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
165
166 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
167
168 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
169 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
170 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
171 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
172 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
173 Rewrite in active voice.
174
175 2007-11-10 Juri Linkov <juri@jurta.org>
176
177 * startup.el: Backport startup screen related changes from the trunk.
178 (initialization): Change group to `environment'.
179 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
180 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
181 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
182 (initial-scratch-message): Fix docstring.
183 (startup-screen-inhibit-startup-screen)
184 (pure-space-overflow-message): New variables.
185 (command-line): Rename `inhibit-startup-message' to
186 `inhibit-startup-screen'.
187 (initial-scratch-message): Doc fix.
188 (fancy-splash-text): Remove variable.
189 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
190 New variables.
191 (fancy-splash-delay, fancy-splash-max-time)
192 (fancy-current-text, fancy-splash-stop-time)
193 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
194 Remove variables.
195 (fancy-splash-insert): Use help-echo from the 3rd element of the
196 link specification list, or "Follow this link" if it's nil. Doc fix.
197 Allow functions for face and link specs.
198 (fancy-splash-tail): Remove function.
199 (fancy-startup-tail): New function.
200 (fancy-splash-default-action, fancy-splash-special-event-action)
201 (fancy-splash-screens): Remove functions.
202 (fancy-about-screen): New function.
203 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
204 Fix docstring. Use argument `startup' to conditionally display
205 different texts for Startup and About screens. Don't display Help
206 commands on the About screen. Remove `unwind-protect' `sit-for'
207 delay and `kill-buffer' after it.
208 (normal-mouse-startup-screen, normal-splash-screen)
209 (normal-no-mouse-startup-screen): New functions.
210 (startup-echo-area-message): Change text of the echo area.
211 (display-splash-screen): Remove function.
212 (display-startup-screen, display-about-screen): New functions.
213 (about-emacs): Make alias to `display-about-screen'.
214 (display-splash-screen): Make alias to `display-startup-screen'.
215 (command-line-1): Rename `inhibit-startup-message' to
216 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
217 started with command line options "-f", "-funcall", "-e", "-eval",
218 "-execute", "-insert", "-find-file", "-file", "-visit".
219 Inhibit startup screen when Emacs is started with a file name only
220 on tty (i.e. don't inhibit it when started with a file name like
221 "emacs FILE..." on a window system).
222 Comment out unused code for coping with the old sit-for behavior.
223 If file-count > 0, then display the concise version in another
224 window, otherwise display full version in the same window.
225 * loadup.el: Add `button'. Move up `startup'.
226 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
227 * version.el (emacs-copyright): Add emacs-copyright.
228 * menu-bar.el (menu-bar-help-menu):
229 Move "About Emacs" and "About GNU" to the end of the Help menu.
230 Move "Emacs Psychotherapist" after "Send Bug Report...".
231 Move "External Packages" after "Find Emacs Packages".
232
233 2007-11-10 Jason Rumney <jasonr@gnu.org>
234
235 * w32-fns.el: Sync charset names with setup-default-fontset.
236 Append "-1" where second part missing.
237
238 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
239
240 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
241
242 * ido.el (ido-save-history): Write the history file in UTF-8,
243 and add `coding' file-local variable.
244
245 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
246
247 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
248 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
249 (iso-iso2duden-trans-tab): Add docstring.
250
251 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
252
253 * faces.el (face-normalize-spec): Remove function.
254 (frame-set-background-mode): Undo last change.
255
256 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
257
258 * files.el (enable-local-variables): Doc fix.
259
260 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
261
262 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
263 match dir like "a...b".
264
265 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
266
267 * eshell/esh-mode.el (eshell-output-filter):
268 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
269 Use `with-current-buffer'.
270
271 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
272
273 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
274
275 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
276
277 * net/tls.el: Require rx when compiling.
278 (tls-end-of-info): New variable.
279 (open-tls-stream): Keep reading input until `tls-end-of-info' is
280 matched.
281
282 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
283
284 * simple.el (bad-packages-alist): Anchor semantic regexp.
285
286 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
287
288 * files.el (hack-local-variables): Fix membership tests to avoid
289 treating all variables as safe if `enable-local-variables' is
290 set to :safe (CVE-2007-5795).
291
292 2007-11-02 Glenn Morris <rgm@gnu.org>
293
294 * progmodes/etags.el (tags-table-mode): Disable undo.
295
296 * simple.el (bad-packages-alist): Revert previous change.
297
298 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * printing.el (printing): Fix :version, printing.el was included
301 in emacs-22.1.
302 (pr-path-style, pr-path-alist, pr-txt-name)
303 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
304 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
305 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
306 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
307 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
308 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
309 (pr-setting-database, pr-visible-entry-list)
310 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
311 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
312 :version.
313
314 2007-11-01 Glenn Morris <rgm@gnu.org>
315
316 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
317
318 * mail/footnote.el (footnote-numeric-regexp)
319 (footnote-english-upper-regexp, footnote-english-lower-regexp)
320 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
321 Match multi-character footnotes.
322
323 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
324 (nroff-indent-line-function): New function.
325 (nroff-count-text-lines): Use nroff-forward-text-line rather than
326 obsolete alias.
327
328 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
329
330 * net/tramp.el (tramp-open-connection-telnet)
331 (tramp-open-connection-rsh, tramp-open-connection-su)
332 (tramp-open-connection-multi): Set $LC_ALL to "C".
333
334 2007-10-31 Sven Joachim <svenjoac@gmx.de>
335
336 * dired-aux.el (dired-copy-file-recursive):
337 Preserve directory permissions.
338
339 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
340
341 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
342 (whitespace-unload-function): New-style unload function. When run,
343 unintern `whitespace-unload-hook' and call `unload-feature' recursively
344 to stop the old hook from messing with the unloading.
345
346 * strokes.el (strokes-alphabetic-lessp): Doc fix.
347
348 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
349
350 * emacs-lisp/find-func.el (find-library): Use library at
351 point as default interactive argument.
352
353 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
354
355 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
356 (elp-unset-master, elp-results): Fix typos.
357 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
358 Doc fixes.
359
360 * msb.el (msb--many-menus): Remove variable.
361 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
362 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
363 (msb--toggle-menu-type): Fix typos in docstrings.
364
365 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
366 (shadow-insert-var): Doc fixes.
367 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
368 Reflow docstrings.
369 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
370
371 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
372
373 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
374 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
375 Fix typos in autoload docstrings.
376
377 * loadhist.el (unload-feature): Remove redundant check.
378
379 2007-10-30 Richard Stallman <rms@gnu.org>
380
381 * savehist.el (savehist-save): Obey savehist-ignored-variables.
382
383 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
384
385 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
386 (gdb-var-update-handler-1): Use it.
387
388 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
389
390 * loadhist.el (unload-feature): Remove erroneous check for the
391 FEATURE-unload-function variable; check the existence of the
392 function (that's what the docstring says, and it makes more sense).
393
394 * follow.el (follow-unload-function): Add docstring.
395 (follow-unload-function): Remove variable.
396
397 * server.el (server-unload-function): Remove variable.
398 (server-unload-function): Unbind `server-edit' from `C-x #'.
399
400 * uniquify.el (uniquify-unload-function): Add docstring.
401 (uniquify-unload-function): Remove variable.
402
403 * ses.el (ses-unload-function): New function.
404
405 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
406
407 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
408 (unsafep-progn, unsafep-let): Fix typos in docstrings.
409
410 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
411 before use to avoid a warning in packages that require uniquify.
412 (uniquify-unload-function): New function and var.
413
414 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
415
416 * loadhist.el (unload-feature-special-hooks):
417 Add `delete-frame-functions'.
418
419 * server.el (server-unload-function): Rename from `server-unload-hook'
420 and adapt to new `unload-feature' functionality. Remove hook from
421 `kill-buffer-hook' buffer-locally.
422 (server-unload-hook): Remove.
423 (server-unload-function): New var; replaces `server-unload-hook'.
424
425 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
426
427 * desktop.el (uniquify-managed): Pacify byte compiler.
428 (desktop-buffer-info): If the buffer name is managed by uniquify,
429 save the base name, not the uniquified one.
430 (desktop-create-buffer): Allow `rename-buffer' to generate a new
431 name in case of conflict.
432
433 2007-10-26 Glenn Morris <rgm@gnu.org>
434
435 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
436 safe-local-variable property.
437
438 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
439
440 * net/browse-url.el (browse-url-browser-function): Delete grail.
441 (browse-url-grail): Function and variable deleted.
442 (browse-url-browser-function): Delete IXI Mosaic.
443 (browse-url-default-browser): Don't try IXI Mosaic.
444 (browse-url-iximosaic): Function deleted.
445 (browse-url-browser-function): Delete MMM.
446 (browse-url-default-browser): Don't try MMM.
447 (browse-url-mmm): Function deleted.
448
449 2007-10-25 Glenn Morris <rgm@gnu.org>
450
451 * progmodes/f90.el (f90-indented-comment-re)
452 (f90-directive-comment-re, f90-break-delimiters):
453 * progmodes/fortran.el (fortran-comment-line-start-skip)
454 (fortran-directive-re):
455 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
456 as safe if they are strings.
457
458 2007-10-25 Richard Stallman <rms@gnu.org>
459
460 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
461
462 2007-10-24 Richard Stallman <rms@gnu.org>
463
464 * savehist.el (savehist-save): Omit unreadable elements.
465
466 * loadhist.el (unload-function-defs-list): Renamed from
467 unload-function-features-list.
468 (unload-feature-special-hooks, unload-feature): Doc fixes.
469
470 * indent.el (indent-to-left-margin): If point's in the indentation,
471 move to the end of the indentation.
472
473 * cus-edit.el (customize-changed-options): Make arg optional.
474
475 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
476
477 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
478
479 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * textmodes/css-mode.el: Require CL.
482 (comment-continue): Declare.
483
484 * subr.el (make-variable-frame-localizable): Remove.
485 (make-variable-frame-local): Mark obsolete.
486
487 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
488
489 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
490 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
491
492 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
493
494 * comint.el (comint-password-prompt-regexp):
495 Handle `[sudo] password'-style prompt.
496
497 2007-10-23 Glenn Morris <rgm@gnu.org>
498
499 * progmodes/f90.el (f90-do-indent, f90-if-indent)
500 (f90-type-indent, f90-program-indent)
501 (f90-continuation-indent, f90-comment-region)
502 (f90-beginning-ampersand, f90-smart-end)
503 (f90-break-before-delimiters, f90-auto-keyword-case)
504 (f90-leave-line-no, f90-mode-hook):
505 Give an appropriate safe-local-variable property.
506 (f90-font-lock-keywords-2): Fix `go to' regexp.
507
508 * progmodes/fortran.el (fortran-tab-mode-default)
509 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
510 (fortran-structure-indent, fortran-continuation-indent)
511 (fortran-comment-indent, fortran-comment-line-extra-indent)
512 (fortran-comment-line-start)
513 (fortran-minimum-statement-indent-fixed)
514 (fortran-minimum-statement-indent-tab)
515 (fortran-comment-indent-char, fortran-line-number-indent)
516 (fortran-check-all-num-for-matching-do)
517 (fortran-blink-matching-if, fortran-continuation-string)
518 (fortran-comment-region, fortran-electric-line-number)
519 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
520 (fortran-analyze-depth, fortran-break-before-delimiters):
521 Give an appropriate safe-local-variable property.
522
523 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
526 of the subdirs is unreadable.
527
528 2007-10-22 Martin Rudalics <rudalics@gmx.at>
529
530 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
531 Use window-full-width-p.
532
533 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
536 (tpu-edt-off): Use it.
537 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
538 the global-map before adding it to global-map.
539
540 * menu-bar.el (global-buffers-menu-map): New var.
541 (global-map, menu-bar-update-buffers): Use it.
542 * msb.el (msb-menu-bar-update-buffers): Use it.
543 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
544 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
545 Use with-current-buffer.
546
547 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * hexl.el (hexl-menu): New major mode menu.
550
551 2007-10-20 Glenn Morris <rgm@gnu.org>
552
553 * progmodes/f90.el (f90-font-lock-keywords-2)
554 (f90-looking-at-type-like): Fix regexp typos.
555
556 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
557
558 * bs.el (bs-mode): Add mode name (accidentally left out
559 in the 2007-10-16 change).
560
561 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
562
563 * bs.el (bs--track-window-changes): Don't refresh the whole list.
564 (bs-mode): Set mode-class property to special.
565
566 * follow.el (follow-unload-function): New function.
567
568 * loadhist.el (unload-function-features-list):
569 Rename from `unload-hook-features-list'.
570 (unload-hook-features-list): Add as obsolete alias.
571 (unload-feature): Use `unload-function-features-list'
572 and new FEATURE-unload-function.
573
574 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
575
576 * loadhist.el (unload-feature-special-hooks):
577 Update list of special hooks.
578
579 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
580 (adaptive-fill-function): Doc fix. Remove * from docstring.
581
582 2007-10-18 Glenn Morris <rgm@gnu.org>
583
584 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
585
586 2007-10-17 Aaron Hawley <aaronh@garden.org>
587
588 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
589 position is not saved.
590
591 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
592
593 * longlines.el (longlines-wrap-follows-window-size): Integer value
594 specifies wrapping margin.
595 (longlines-mode, longlines-window-change-function):
596 Set window-specific wrapping margin based on the above.
597
598 2007-10-17 John Wiegley <johnw@newartisans.com>
599
600 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
601
602 2007-10-17 Glenn Morris <rgm@gnu.org>
603
604 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
605 Tweak regexp to avoid stack overflow.
606
607 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * simple.el (reindent-then-newline-and-indent): Don't assume that
610 indent-according-to-mode preserves point.
611
612 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
613
614 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
615 (bs--restore-window-config): Keep the selected frame.
616 (bs--track-window-changes, bs--remove-hooks): New functions.
617 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
618 (bs--show-with-configuration): Revert 2006-11-09 change.
619 Don't reuse window unless it is visible on the selected frame.
620 Restore window configuration (possibly in a different frame)
621 before creating any window.
622
623 2007-10-16 Richard Stallman <rms@gnu.org>
624
625 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
626 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
627 (ad-is-advised, ad-get-advice-info-field)
628 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
629
630 2007-10-16 Glenn Morris <rgm@gnu.org>
631
632 * simple.el (blink-matching-open): Don't report false errors with
633 the `$' syntax class.
634
635 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
636
637 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
638 (filesets-ormap, filesets-sort-case-sensitive-flag)
639 (filesets-remake-shortcut, filesets-ingroup-collect-files):
640 Fix typos in docstrings.
641 (filesets-data-get-name, filesets-data-get-data)
642 (filesets-data-set, filesets-cmd-query-replace-getargs)
643 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
644
645 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
646
647 * term/mac-win.el: Don't require url when compiling, as url-type is
648 no longer a macro.
649
650 2007-10-14 Glenn Morris <rgm@gnu.org>
651
652 * progmodes/etags.el (select-tags-table): Disable undo in the
653 `*Tags Table List*' buffer.
654
655 2007-10-13 Eli Zaretskii <eliz@gnu.org>
656
657 * dired.el (dired-warn-writable): New face.
658 (dired-warn-writable-face): New variable.
659 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
660 of dired-warning-face, for group- and world-writable files.
661
662 2007-10-13 Glenn Morris <rgm@gnu.org>
663
664 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
665 (octave-re-search-forward-kw, octave-re-search-backward-kw):
666 Add doc string, and an explicit COUNT argument.
667 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
668 `inc' to search functions.
669
670 2007-10-13 John W. Eaton <jwe@octave.org>
671
672 * progmodes/octave-mod.el (octave-looking-at-kw)
673 (octave-re-search-forward-kw, octave-re-search-backward-kw):
674 New functions.
675 (octave-in-defun-p, calculate-octave-indent)
676 (octave-blink-matching-block-open, octave-beginning-of-defun)
677 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
678 to search for regexps that contain case-sensitive keywords.
679 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
680 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
681
682 2007-10-13 Richard Stallman <rms@gnu.org>
683
684 * files.el (directory-abbrev-alist): Doc fix.
685
686 2007-10-13 Jari Aalto <jari.aalto@cante.net>
687
688 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
689
690 2007-10-12 Martin Rudalics <rudalics@gmx.at>
691
692 * frame.el (set-frame-configuration): Assign name parameter only
693 if it has been set explicitly before.
694
695 * window.el (handle-select-window): Revert part of 2007-10-06
696 change setting the input focus.
697
698 2007-10-12 Glenn Morris <rgm@gnu.org>
699
700 * cus-edit.el (custom-variable-menu, custom-face-menu)
701 (custom-group-menu): Check init-file-user rather than
702 user-init-file, in case cus-edit is loaded by site-run-file.
703
704 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
705
706 * follow.el (follow-stop-intercept-process-output):
707 Use `follow-call-process-filter' rather than `process-filter'.
708
709 2007-10-11 Tom Tromey <tromey@redhat.com>
710
711 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
712 frame is visible.
713
714 2007-10-10 Richard Stallman <rms@gnu.org>
715
716 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
717 in *Backtrace*.
718
719 * faces.el (face-font-selection-order): Doc fix.
720
721 * loadhist.el (unload-feature): Doc fix.
722
723 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
724
725 * ps-print.el: Fix the usage of :foreground and :background face
726 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
727 (ps-print-version): New version 6.7.6.
728 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
729 Fix code.
730 (ps-face-foreground-color-p, ps-face-background-color-p)
731 (ps-face-color-p): New inline funs.
732
733 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
734
735 * follow.el: Change all instances of "Follow Mode" to "Follow
736 mode" in docstrings and messages.
737
738 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
739
740 * faces.el (face-font-selection-order): Doc fix.
741
742 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
743 (follow-mode-off-hook): Mark as obsolete.
744
745 2007-10-08 Richard Stallman <rms@gnu.org>
746
747 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
748 (edebug-install-custom-print, edebug-reset-print-funcs)
749 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
750 Functions deleted.
751 (edebug-prin1, edebug-print, edebug-prin1-to-string)
752 (edebug-format, edebug-message): Define directly as aliases.
753
754 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
755
756 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
757
758 2007-10-07 Glenn Morris <rgm@gnu.org>
759
760 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
761 version numbers.
762
763 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
764
765 * net/tramp.el (tramp-completion-mode): Extend doc-string.
766 (tramp-completion-mode-p): Revert change from 2007-09-24.
767 Checking for `return' etc as last character is not sufficient, for
768 example in dired-mode when entering <g> (revert-buffer) or
769 <s> (dired-sort).
770
771 2007-10-06 Martin Rudalics <rudalics@gmx.at>
772
773 * window.el (mouse-autoselect-window-cancel): Don't cancel for
774 select-window or select-frame events.
775 (handle-select-window): When autoselecting window set input
776 focus. Restructure.
777
778 * frame.el (focus-follows-mouse): Moved to frame.c.
779 * cus-start.el (all): Add focus-follows-mouse.
780
781 2007-10-05 Chris Moore <dooglus@gmail.com>
782
783 * server.el (server-kill-new-buffers): Doc fix.
784
785 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
786
787 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
788 activate font-locking in the *buffer-selection* buffer.
789 (bs-show-sorted): Doc fix.
790
791 * bs.el (bs--get-marked-string, bs--get-modified-string)
792 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
793 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
794 (bs--format-aux): Doc fix.
795
796 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
797
798 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
799
800 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
801
802 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
803
804 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
805
806 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
807 (gud-gdb): New function for old M-x gdb (text command mode).
808 (gud-gdb-command-name, gdb): Move to...
809
810 * progmodes/gdb-ui.el: ...here and adapt doc string.
811 (gud-gdba-command-name, gdba): Delete.
812
813 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
814
815 * bs.el: Don't defvar `font-lock-verbose'.
816 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
817 (bs--get-file-name): Fix typos in docstrings.
818 (bs--show-header): Use `dolist' instead of `mapcar'.
819 (bs-mode): Set `show-trailing-whitespace' to nil.
820 (bs-buffer-sort-function, bs-mouse-select-other-frame)
821 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
822 Doc fixes.
823
824 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
825
826 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
827
828 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
829
830 * progmodes/gud.el (gdb): Make graphical mode the default and
831 switch to text command mode if appropriate, i.e., reverse previous
832 arrangement.
833 (gud-gdb-marker-filter): Adapt for above change.
834
835 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
836 gud-minor-mode and gud-marker-filter.
837 (gdb-fullname-regexp): New variable.
838 (gud-gdba-marker-filter): Use it to switch to text command
839 mode if appropriate.
840
841 2007-10-02 Richard Stallman <rms@gnu.org>
842
843 * frame.el (cursor-in-non-selected-windows): Doc fix.
844
845 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
846
847 * progmodes/gud.el (gud-display-line): Find source buffer even when
848 GUD buffer has its own frame.
849
850 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
851
852 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
853
854 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
855
856 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
857
858 2007-09-29 Martin Rudalics <rudalics@gmx.at>
859
860 * allout.el (allout-before-change-handler): Replace got-char by
861 goto-char.
862
863 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
866 Used to try and automatically enabled smerge-mode in the presence of
867 conflicts and to call `svn resolved' when the conflicts are gone.
868 (vc-svn-parse-status): Remember the svn-specific status.
869
870 * newcomment.el (comment-choose-indent): New function extracted
871 from comment-indent. Improve the alignment algorithm.
872 (comment-indent): Use it.
873
874 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
875
876 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
877 (eldoc-message-commands, eldoc-current-idle-delay):
878 Fix typos in docstrings.
879
880 * progmodes/python.el (python-eldoc-function): Doc fix.
881
882 2007-09-26 Eli Zaretskii <eliz@gnu.org>
883
884 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
885 menu-bar-apropos-menu. All users changed.
886 (menu-bar-help-menu): Change menu symbols to better match the text
887 displayed by the menu.
888
889 2007-09-25 Glenn Morris <rgm@gnu.org>
890
891 * view.el (view-search-no-match-lines): Add a doc string.
892 Rewrite to simplify and work better.
893
894 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
895
896 * net/tramp.el (tramp-completion-mode-p): Rename from
897 `tramp-completion-mode'. Revert logic, check `return', `newline'
898 and such alike. Packages like Icicles tend to use other completion
899 characters but `tab' and `space' only.
900 (top): Require cl.el, when `copy-tree' is not available otherwise.
901
902 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
903 `ad-get-arg'.
904
905 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
906
907 * net/tramp-vc.el (tramp-vc-user-login-name):
908 Use `vc-find-version' instead of `process-file' to check whether we
909 have a new enough vc that doesn't need the defadvice.
910
911 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
912
913 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
914 #, @, : and ^.
915
916 2007-09-23 Glenn Morris <rgm@gnu.org>
917
918 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
919
920 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
923
924 * log-view.el (log-view-mode-map): Likewise.
925
926 * diff-mode.el (diff-mode-shared-map): Likewise.
927
928 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
929
930 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
931 add inferior-octave-directory-tracker to the buffer-local value
932 of comint-input-filter-functions.
933
934 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
935
936 * files.el (file-name-sans-versions): Also allow `A-Z'.
937
938 * vc.el: Mention all supported VC backends.
939
940 2007-09-22 Richard Stallman <rms@gnu.org>
941
942 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
943 neighbouring buttons.
944
945 2007-09-22 Andreas Schwab <schwab@suse.de>
946
947 * files.el (file-name-sans-versions): Also allow `_'.
948
949 2007-09-22 Glenn Morris <rgm@gnu.org>
950
951 * eshell/esh-mode.el (eshell-output-filter-functions):
952 Add eshell-postoutput-scroll-to-bottom.
953
954 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * files.el (file-name-sans-versions): Allow - and a-z in version names.
957
958 * log-view.el (log-view-mode-map, log-view-mode-menu):
959 Bind log-view-annotate-version.
960 (log-view-beginning-of-defun, log-view-end-of-defun)
961 (log-view-annotate-version): New functions.
962 (log-view-mode): Use log-view-beginning-of-defun and
963 log-view-end-of-defun.
964
965 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
968
969 2007-09-21 Kevin Ryde <user42@zip.com.au>
970
971 * international/mule.el (sgml-html-meta-auto-coding-function):
972 Bind `case-fold-search' to t.
973
974 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
977 neighbouring buttons.
978
979 * progmodes/compile.el (compilation-error-regexp-alist-alist):
980 Recognize gcc's use of "note" for informational messages.
981
982 2007-09-20 Glenn Morris <rgm@gnu.org>
983
984 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
985 motion functions, rather than hard-coding "\n\n".
986 (tex-validate-region): Check for eobp, to speed up.
987 (tex-next-unmatched-end): Doc fix.
988
989 2007-09-19 Glenn Morris <rgm@gnu.org>
990
991 * textmodes/tex-mode.el (tex-terminate-paragraph):
992 Use backward-paragraph.
993
994 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
997 (css-mode): Update correspondingly.
998
999 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1002
1003 * vc-hooks.el (vc-menu-entry): New var.
1004 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1005 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1006 (vc-menu-map): Declare and initialize in one step.
1007
1008 * menu-bar.el (vc-menu-map): Don't setup any more.
1009 Instead, just create the proper spot in the menu.
1010
1011 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1012 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * vc.el: Document new VC operation `extra-menu'.
1015
1016 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1017
1018 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1019
1020 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1021 Signed-off-by, Acked-by and Merge.
1022
1023 2007-09-17 Glenn Morris <rgm@gnu.org>
1024
1025 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1026 filename from `--file-line-error', if it is available.
1027
1028 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1029
1030 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1031 TeX `--file-line-error' format.
1032
1033 2007-09-17 Glenn Morris <rgm@gnu.org>
1034
1035 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1036 handling the case where the region is not in `tex-main-file'.
1037 (tex-region-1): Delete.
1038 (tex-region-header): New function, doing the header part of the
1039 old tex-region-1.
1040
1041 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1044
1045 2007-09-16 Drew Adams <drew.adams@oracle.com>
1046
1047 * cus-edit.el (custom-face-edit-activate): Doc fix.
1048
1049 2007-09-16 Glenn Morris <rgm@gnu.org>
1050
1051 * textmodes/tex-mode.el (tex-region): Handle the case where the
1052 region is not in `tex-main-file'. Move the old code that applies
1053 to both cases...
1054 (tex-region-1): ...to this new function.
1055
1056 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1057
1058 * simple.el (blink-matching-open): Don't display message when no
1059 paren is found within blink-matching-paren-distance characters.
1060 Don't search prompt in blink-matching-paren-distance nil case.
1061
1062 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1063
1064 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1065
1066 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * vc-mtn.el: New file.
1069
1070 * vc-hooks.el (vc-handled-backends): Add Mtn.
1071
1072 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1073
1074 * files.el (find-file, find-file-other-window)
1075 (find-file-other-frame, find-file-existing, find-file-read-only)
1076 (find-file-read-only-other-window)
1077 (find-file-read-only-other-frame)
1078 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1079
1080 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1081
1082 * man.el (Man-default-man-entry): At end of line, continue looking
1083 to the next line for possible end of hyphenated command.
1084
1085 2007-09-13 Chris Moore <dooglus@gmail.com>
1086
1087 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1088 the command being edited.
1089
1090 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1091
1092 * progmodes/gud.el (gdb-ready): New variable.
1093 (gdb): Set it to nil. Set gud-running to nil here...
1094 (gud-common-init): ...instead of here.
1095
1096 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1097 Use gdb-ready. Discard input until GDB is ready to accept it.
1098
1099 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1100
1101 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1102 C-M-S- keys.
1103
1104 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1105
1106 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1107 make it show up with eight colors.
1108
1109 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1112 diffs are concatenated with no intervening line.
1113
1114 2007-09-10 Dave Love <fx@gnu.org>
1115
1116 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1117 (python-font-lock-keywords): Update to the 2.5 version of the language.
1118 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1119 (python-backspace): Only behave funny in code.
1120 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1121 (inferior-python-mode): Add PDB prompt regexp.
1122 (python-fill-paragraph): Refine the fenced-string regexp.
1123 (python-find-imports): Handle imports spanning several lines.
1124 (python-mode): Add `class' to hideshow support.
1125
1126 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1129 add-log-buffer-file-name-function rather than bind buffer-file-name,
1130 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1131 ChangeLog file itself.
1132
1133 * outline.el (outline-flag-region): Use front-advance.
1134
1135 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1136
1137 * progmodes/cperl-mode.el: Merge upstream 5.23.
1138 (cperl-where-am-i): Remove function.
1139 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1140 (cperl-sniff-for-indent): De-invert [string] and [comment].
1141 When looking for label, skip s:m:y:tr.
1142 (cperl-indent-line): Likewise.
1143 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1144 (cperl-windowed-init): Wrong `ps-print' handling.
1145 Both thanks to Chong Yidong.
1146 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1147 (cperl-find-pods-heres): If the second part of s()[] is missing,
1148 don't try to highlight delimiters...
1149
1150 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * progmodes/compile.el (compilation-get-file-structure): Complete last
1153 change by also using spec-directory in the puthash.
1154
1155 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1156
1157 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1158 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1159 (vc-bzr-status): Fix shadowing of variable 'status'.
1160 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1161 Use `expand-file-name' instead of `concat'.
1162 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1163 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1164
1165 2007-09-05 Jason Rumney <jasonr@gnu.org>
1166
1167 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1168
1169 2007-09-02 Richard Stallman <rms@gnu.org>
1170
1171 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1172 Add `safe-local-variable' property.
1173 (lisp-body-indent): Likewise.
1174
1175 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1176
1177 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1178 prev/next-node.
1179
1180 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1181 (x-gtk-map-stock): New function.
1182
1183 2007-09-02 Glenn Morris <rgm@gnu.org>
1184
1185 * comint.el (comint-mode): Don't set scroll-conservatively.
1186
1187 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1188 non-command arguments.
1189
1190 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1191
1192 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1193 Fix bug: Don't expand top-level file name more than once.
1194 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1195
1196 2007-09-01 Richard Stallman <rms@gnu.org>
1197
1198 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1199 Add doc string.
1200
1201 2007-08-30 Richard Stallman <rms@gnu.org>
1202
1203 * speedbar.el (speedbar-frame-reposition-smartly)
1204 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1205 (speedbar-check-vc): Don't use dframe-xemacsp.
1206
1207 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1208
1209 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1210
1211 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1212
1213 * repeat.el (repeat): Use last-repeatable-command instead of
1214 real-last-command. Run pre- and post-command hooks for
1215 self-insertion. Update doc-string.
1216
1217 2007-08-28 Glenn Morris <rgm@gnu.org>
1218
1219 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1220
1221 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1222
1223 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1224 state of the file.
1225 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1226 (vc-git-create-repo): Fix invalid command.
1227
1228 2007-08-27 Richard Stallman <rms@gnu.org>
1229
1230 * textmodes/flyspell.el (flyspell-mode):
1231 Catch errors in flyspell-mode-on.
1232
1233 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1234
1235 * progmodes/modula2.el (m2-definition, m2-module):
1236 Don't use previous-line. Reported by T. V. Raman.
1237
1238 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1239
1240 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1241 argument to tool-bar-mode call.
1242
1243 2007-08-27 Glenn Morris <rgm@gnu.org>
1244
1245 * diff-mode.el (diff-find-file-name): Only accept regular files,
1246 to rule out /dev/null, directories, etc.
1247
1248 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1251 safe-local-variable setting.
1252 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1253
1254 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1257 of buffers in uniquify-managed.
1258
1259 * simple.el (invisible-p): Rename from text-invisible-p.
1260 Update callers.
1261
1262 2007-08-25 Alan Mackenzie <acm@muc.de>
1263
1264 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1265 new language variable.
1266
1267 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1268 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1269 "extern" etc., rather than BOI. Fix addition of spurious
1270 syntactic-symbol 'defun-block-intro, replacing it with
1271 'innamespace, etc.
1272
1273 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1274
1275 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1276 Don't behave differently when executed via M-x. Add doc string.
1277
1278 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1279
1280 * files.el (backup-buffer-copy): Don't wrap delete in
1281 condition-case, only try to delete if file exists.
1282
1283 2007-08-24 Glenn Morris <rgm@gnu.org>
1284
1285 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1286
1287 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1290 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1291 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1292 (cperl-etags-goto-tag-location): Use new style backquotes.
1293
1294 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1295 (dynamic-completion-table): Use it it.
1296
1297 * net/browse-url.el: Remove spurious * in custom docstrings.
1298 (browse-url-filename-alist): Use new-style backquote.
1299
1300 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1301 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1302
1303 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1304 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1305
1306 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1307
1308 * net/socks.el (socks-username/password-auth-filter):
1309 Remove unused vars `state' and `desired-len'.
1310 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1311 (socks-wait-for-state-change): Use new-style backquotes.
1312
1313 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1314
1315 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1316 backquotes after each `read' rather than once per buffer.
1317
1318 * dframe.el: Remove spurious * in custom docstrings.
1319 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1320 (dframe-xemacs20p): Remove, inline at the sole use point.
1321 (defface): Don't defvar the face, don't use old-style backquote.
1322 (defcustom): Don't use old-style backquote.
1323 (dframe-frame-parameter, dframe-mouse-event-p):
1324 Make it obvious that it's always defined.
1325 (dframe-popup-kludge): New function to replace
1326 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1327 (dframe-frame-mode, dframe-set-timer-internal)
1328 (dframe-mouse-set-point): Remove use of with-no-warnings from
1329 XEmacs-specific code.
1330 (dframe-set-timer-internal): Fix very old bug with
1331 post-command-idle-hook.
1332
1333 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1334
1335 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1338
1339 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1340
1341 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1342 safe-local-variable.
1343
1344 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1345
1346 * net/browse-url.el (browse-url-emacs): New function.
1347
1348 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1351 warning if the file uses old style backquotes.
1352
1353 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1354 (byte-recompile-directory, byte-compile-file)
1355 (byte-compile-from-buffer): Use with-current-buffer.
1356
1357 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1358 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1359 (line-move-1, line-move-finish, line-move-to-column)
1360 (move-end-of-line, move-beginning-of-line): Use new name.
1361
1362 2007-08-22 Glenn Morris <rgm@gnu.org>
1363
1364 * files.el (backup-buffer-copy): Check backup directory is
1365 writable, to avoid infloop deleting old backup.
1366
1367 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1368 movemail related variables.
1369 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1370 will now be set before this is called.
1371
1372 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1375
1376 * progmodes/ada-mode.el: Fix up comment style in header.
1377 (ada-check-emacs-version): Remove.
1378 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1379 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1380 to try and quieten the byte-compiler.
1381 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1382
1383 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1384
1385 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1386
1387 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1388 extracted from `eval-last-sexp-1'.
1389 (eval-last-sexp-1): Call `preceding-sexp'.
1390
1391 2007-08-19 Glenn Morris <rgm@gnu.org>
1392
1393 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1394 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1395 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1396 shadow files messing up the compilation.
1397
1398 2007-08-18 Glenn Morris <rgm@gnu.org>
1399
1400 * progmodes/scheme.el (scheme-mode-variables):
1401 Set font-lock-comment-start-skip.
1402
1403 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1404
1405 * progmodes/ada-mode.el (ada-create-syntax-table):
1406 Move set-syntax-table from here to ...
1407 (ada-mode): ... here. Don't change global value of comment-multi-line.
1408 Call new function ada-initialize-syntax-table-properties.
1409 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1410 (ada-deactivate-properties, ada-initialize-properties):
1411 Replace by new functions ...
1412 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1413 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1414 properties uniformly, independently from whether font-lock-mode
1415 is enabled or not. Handle read-only buffers and do not change
1416 undo-list when setting syntax-table properties.
1417 (ada-after-change-function): Use ada-set-syntax-table-properties.
1418
1419 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1420
1421 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1422 (cperl-find-pods-heres): Fix an error when typing expressions like
1423 `s{a}{b}'.
1424
1425 2007-08-17 Glenn Morris <rgm@gnu.org>
1426
1427 * progmodes/compile.el (compilation-get-file-structure): Make use
1428 of the directory part when checking for an existing entry, to
1429 handle files with same basename in different directories.
1430
1431 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1432
1433 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1434 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1435 (ps-paragraph-spacing): Docstring fix.
1436
1437 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * smerge-mode.el (smerge-resolve): New arg `safe'.
1440 (smerge-resolve-all, smerge-batch-resolve): New function.
1441 (smerge-refine): Make sure `diff' returns the expected result.
1442 (smerge-parsep-re): New const.
1443 (smerge-mode): Use it to adjust paragraph-separate.
1444
1445 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1446 Correctly match / regexp matchers as first char on a line when
1447 fontifying only that line.
1448
1449 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1450
1451 2007-08-16 Glenn Morris <rgm@gnu.org>
1452
1453 * ps-print.el (ps-font-size): Doc fix.
1454
1455 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1458 (vc-bzr-registered): Don't redundantly protect against
1459 file-error. Actually use the format-specific code.
1460 (vc-bzr-buffer-nonblank-p): Remove.
1461 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1462
1463 2007-08-15 Glenn Morris <rgm@gnu.org>
1464
1465 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1466 sloppier, for the sake of GNU Mailman.
1467 (rmail-digest-rfc1153): Initialize `result' correctly.
1468
1469 2007-08-14 Glenn Morris <rgm@gnu.org>
1470
1471 * simple.el (bad-packages-alist): New constant.
1472 (bad-package-check): New function. Together, these two add
1473 elements to `after-load-alist' to check for problematic external
1474 packages.
1475 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1476
1477 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1478
1479 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1480 optional quotes around files in NEED-UPDATE . REMOVED case.
1481
1482 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1483 (ada-treat-cmd-string): Improve error message.
1484 (ada-do-file-completion): Call `ada-require-project-file', so
1485 project variables are set properly.
1486 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1487 (ada-gnatfind-buffer-name): New constant.
1488 (ada-find-any-references): Use new constant. Set buffer name
1489 properly in compilation-start. Toggle read-only properly.
1490 (ada-find-in-src-path): Fix spelling error in docstring.
1491
1492 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1493 by zero error.
1494
1495 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1496
1497 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1498
1499 2007-08-12 Richard Stallman <rms@gnu.org>
1500
1501 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1502 (cvs-execute-single-file): Use new name split-string-and-unquote.
1503 (cvs-header-msg): Use new name combine-and-quote-strings.
1504
1505 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1506
1507 * progmodes/gud.el (gud-common-init): Use new name
1508 split-string-and-unquote.
1509
1510 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1511 in javac regexp.
1512
1513 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1514 combine-and-quote-strings and split-string-and-unquote.
1515
1516 * subr.el (combine-and-quote-strings): Rename from strings->string.
1517 (split-string-and-unquote): Rename from string->strings.
1518
1519 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1522 to buffer-local settings.
1523
1524 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1525 (backquote-process): Add internal arg `level'. Use the two to
1526 correctly handle nested backquotes.
1527
1528 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1529
1530 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1531 (vc-bzr-state-words): Add "kind changed" state word.
1532 (vc-bzr-status): New function. Return Bzr idea of file status,
1533 which is different from VC's.
1534 (vc-bzr-state): Use vc-bzr-status.
1535 (vc-workfile-unchanged-p): Use vc-bzr-status.
1536 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1537 (vc-dired-state): Process "kind changed" state word.
1538
1539 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1542
1543 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1544 Move from vc-default-find-file-not-found-hook.
1545
1546 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1547
1548 * url/url-auth.el (url-basic-auth): When prompting for username
1549 and password, default to the username and password in the URL.
1550
1551 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * man.el: Remove spurious * in docstrings.
1554 Merge defvars and toplevel setq-defaults.
1555 (Man-highlight-references0): Limit=nil rather than point-max.
1556 (Man-mode-map): Move initialization into the declaration.
1557 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1558 (Man-view-header-file): Use expand-file-name rather than concat.
1559 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1560
1561 * man.el (Man-next-section): Make sure we do not move backward.
1562
1563 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1564
1565 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1566 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1567 ps-print-color-p is neither nil nor black-white. Reported by Christian
1568 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1569
1570 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1573
1574 2007-08-08 Andreas Schwab <schwab@suse.de>
1575
1576 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1577 self-insert-command, not self-insert.
1578
1579 2007-08-08 Glenn Morris <rgm@gnu.org>
1580
1581 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1582
1583 * Replace `iff' in doc-strings and comments.
1584
1585 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1586 rather than just `-'.
1587
1588 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1589
1590 * dired.el (dired-pop-to-buffer):
1591 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1592 * calendar/calendar.el (generate-calendar-window):
1593 * progmodes/compile.el (compilation-set-window-height):
1594 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1595 Use window-full-width-p instead of comparing frame-width and
1596 window-width.
1597
1598 * progmodes/compile.el (compilation-find-buffer): Remove extra
1599 argument in call to compilation-buffer-internal-p.
1600
1601 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1604 parameters IDENTIFICATION and CONNECTED.
1605 (tramp-handle-insert-file-contents): VISIT must be handled after
1606 insertion of the local copy. Reported by Peter Gordon
1607 <peter@pg-consultants.com>.
1608 (tramp-file-name-handler): No special handling for
1609 `expand-file-name'. But for `file-name-as-directory'.
1610 (tramp-find-shell, tramp-open-connection-telnet)
1611 (tramp-open-connection-rsh, tramp-open-connection-su)
1612 (tramp-open-connection-multi)
1613 (tramp-open-connection-setup-interactive-shell): Guard against
1614 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1615 <steve@sxemacs.org>.
1616 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1617 the hint.
1618
1619 * net/trampver.el: Update release number.
1620
1621 2007-08-07 Tom Tromey <tromey@redhat.com>
1622
1623 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1624 Add safe-local-variable property.
1625
1626 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * image-mode.el (image-toggle-display): Use image-refresh.
1629
1630 * longlines.el (longlines-decoded): New variable.
1631 (longlines-mode): Avoid encoding or decoding the buffer twice.
1632
1633 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1634
1635 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1636 unofficial version.
1637 (vc-bzr-command): Remove redundant setting of process-connection-type.
1638 (vc-bzr-admin-checkout-format-file): Add autoload.
1639 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1640 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1641 (vc-bzr-registered): Compare dirstate format tag with known good
1642 value, abort parsing if match fails. Warn user in docstring.
1643 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1644 See bzrlib/branch.py in Bzr sources.
1645 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1646 (vc-bzr-shell-command): Remove in favor of
1647 vc-bzr-command-discarding-stderr.
1648 (vc-bzr-command-discarding-stderr): New function.
1649
1650 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1651
1652 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1653 program, and return nil
1654 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1655 (vc-bzr-state): Look for path names relative to the repository
1656 root after status keyword.
1657 (vc-bzr-file-name-relative): New function.
1658 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1659 depend on it.
1660 (vc-bzr-admin-dirname, ...-checkout-format-file)
1661 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1662 files that we now parse directly for speed.
1663 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1664 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1665 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1666 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1667 Bzr warnings, so we must discard it.
1668 (vc-bzr-workfile-version): Speedup counting lines from
1669 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1670 if that file doesn't exist.
1671 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1672 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1673 (not ".bzr"!) to `vc-directory-exclusion-list'
1674 (vc-bzr-shell-command): New function.
1675
1676 2007-08-06 Tom Tromey <tromey@redhat.com>
1677
1678 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1679 (diff-fixup-modifs): Typo in docstring.
1680
1681 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1684 count-screen-lines.
1685 (tpu-edt-off): Disable relevant pieces of advice.
1686
1687 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1688 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1689 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1690 redefining the function.
1691 (tpu-set-scroll-margins): Activate the pieces of advice.
1692
1693 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1694
1695 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1696 process-filter.
1697
1698 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1699
1700 * help.el (resize-temp-buffer-window): Use window-full-width-p
1701 instead of comparing frame-width and window-width.
1702
1703 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1704
1705 * term.el: Honor term-default-fg-color and term-default-bg-color
1706 settings when modifying term-current-face.
1707 (term-default-fg-color, term-default-bg-color): Initialize from
1708 default term-current-face.
1709 (term-mode, term-reset-terminal): Set term-current-face with
1710 term-default-fg-color and term-default-bg-color.
1711 (term-handle-colors-array): term-current-face has term-default-fg-color
1712 and term-default-bg-color after reset escape sequence.
1713 (term-handle-colors-array): Set term-current-color with
1714 term-default-fg/bg-color instead of ansi-term-color-vector when the
1715 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1716
1717 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1718
1719 * files.el (set-auto-mode): Handle also remote files wrt
1720 `auto-mode-alist'.
1721
1722 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1723 remote identification.
1724
1725 2007-08-04 Glenn Morris <rgm@gnu.org>
1726
1727 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1728 zero, not nil, when the library is first loaded. Check for a file
1729 that has been modified on disk.
1730
1731 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1732 Remove duplicate defvar preventing initialization.
1733 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1734
1735 2007-08-03 Miles Bader <miles@gnu.org>
1736
1737 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1738 backend names for new backends to `Git', `Hg', and `Bzr'.
1739 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1740 not `HG'.
1741 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1742 name, not `GIT'.
1743 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1744 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1745
1746 2007-08-03 Glenn Morris <rgm@gnu.org>
1747
1748 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1749
1750 2007-08-02 Richard Stallman <rms@gnu.org>
1751
1752 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1753 to update deleted flag.
1754
1755 * cus-edit.el (customize-apropos, customize-apropos-options)
1756 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1757
1758 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1759
1760 * startup.el (fancy-splash-head, startup-echo-area-message):
1761 Change message text.
1762
1763 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1764 All callers use line-move.
1765
1766 * progmodes/compile.el (compilation-find-buffer): Return current
1767 buffer immediately if suitable.
1768 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1769
1770 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1773 Make it more discriminating and more useful.
1774 (vc-bzr-root-dir): Use new name.
1775 (vc-bzr-registered): Use new name and look at the dirstate file to
1776 determine if it's registered or not without running `bzr'.
1777
1778 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1779
1780 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1781
1782 2007-07-31 Drew Adams <drew.adams@oracle.com>
1783
1784 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1785 Fix parent groups link.
1786
1787 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1788
1789 * faces.el (face-normalize-spec): New function.
1790 (frame-set-background-mode): Normalize face-spec before calling
1791 face-spec-match-p.
1792
1793 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * vc-bzr.el: New file (copied from the trunk).
1796
1797 * vc-hooks.el (vc-handled-backends): Add BZR.
1798 (vc-find-file-hook): Failsafe if the backend's `registered'
1799 function burps.
1800
1801 * server.el (server-window): Add switch-to-buffer-other-frame option.
1802
1803 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1804
1805 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1806 (vc-git-revision-completion-table): Enable.
1807
1808 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1809
1810 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1811
1812 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1813 (vc-hg-registered): Set the vc-state property.
1814
1815 * diff-mode.el (diff-mode-menu): New entries.
1816
1817 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1820 (diff-file-kill): Use it.
1821 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1822 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1823 Use it so they find the hunk even when we're in the file header.
1824
1825 * vc.el: Add new VC operation `revision-completion-table'.
1826 (vc-default-revision-completion-table): New function.
1827 (vc-version-diff, vc-version-other-window): Use it to provide
1828 completion of revision names if the backend provides it.
1829
1830 * vc-arch.el (vc-arch--version-completion-table)
1831 (vc-arch-revision-completion-table): New functions to provide
1832 completion of revision names.
1833
1834 * vc-cvs.el: Require CL.
1835 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1836 New functions to provide completion of revision names.
1837
1838 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1839
1840 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1841 (copyright-fix-years, copyright): Correctly handle the case where
1842 copyright-limit is nil.
1843
1844 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1845
1846 * progmodes/python.el (run-python): Fix path separator under w32.
1847
1848 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * vc-git.el: New File.
1851
1852 2007-07-28 Alan Mackenzie <acm@muc.de>
1853
1854 Fix problem with modes derived from CC Mode:
1855 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1856 macro to cc-langs.
1857 (c-init-language-vars-for): Remove call to above macro.
1858 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1859 been moved to here.
1860 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1861
1862 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1863
1864 * net/trampver.el: Fix the `coding' cookie.
1865
1866 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1867
1868 * add-log.el (change-log-redate): Remove (not needed anymore and
1869 doesn't appear to work).
1870
1871 2007-07-25 Glenn Morris <rgm@gnu.org>
1872
1873 * Relicense all FSF files to GPLv3 or later.
1874
1875 * COPYING: Switch to GPLv3.
1876
1877 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1880 Replace it with another one which disables undo before calling
1881 erase-buffer and then turns it back on if needed.
1882
1883 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1884
1885 * ps-print.el: Problem with foreground and background color when
1886 printing a buffer with and without faces. Reported by Christian
1887 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1888 (ps-print-version): New version 6.7.5.
1889 (ps-default-fg): Change default value to nil, so black color is used
1890 when a face does not specify a foreground color.
1891 (ps-default-bg): Change default value to nil, so white color is used
1892 for background color.
1893 (ps-begin-job): Fix code.
1894
1895 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1898
1899 2007-07-24 Alan Mackenzie <acm@muc.de>
1900
1901 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1902 Initialise byte-compile-unresolved-functions before rather than
1903 after a compilation.
1904 (byte-compile-unresolved-functions): Amplify doc string.
1905
1906 2007-07-24 Glenn Morris <rgm@gnu.org>
1907
1908 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1909 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1910 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1911 (cal-tex-cursor-week, cal-tex-cursor-week2)
1912 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1913 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1914 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1915 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1916
1917 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1920
1921 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1924 underlying file is uptodate.
1925
1926 2007-07-23 Richard Stallman <rms@gnu.org>
1927
1928 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1929
1930 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1933 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1934 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1935 different possible cases for \'.
1936 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1937
1938 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1939 `file' from which to start the search and fix case where `file' is the
1940 current directory and the root as well.
1941
1942 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1943 name for buffer-file-name if it refers to a directory.
1944
1945 2007-07-22 Jason Rumney <jasonr@gnu.org>
1946
1947 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1948 for input to cmdproxy on all versions of Windows.
1949 Use dos line ends for input to plink.
1950
1951 * comint.el (comint-simple-send): Concat newline before sending.
1952 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1953
1954 2007-07-22 Juri Linkov <juri@jurta.org>
1955
1956 * isearch.el (isearch-edit-string): Save old point and
1957 isearch-other-end to old-point and old-other-end before reading
1958 the search string from minibuffer. After exiting minibuffer set
1959 point to old-other-end if point and the search direction is the
1960 same as before reading the search string.
1961 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1962 to isearch-other-end. Instead of isearch-search-and-update call
1963 three functions isearch-search, isearch-push-state and isearch-update.
1964
1965 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1966
1967 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1968 destroying an existing buffer.
1969
1970 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1971
1972 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1973
1974 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1975
1976 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1977
1978 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1979 file in a way that does not interfere with recentf.
1980
1981 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1982
1983 * image-dired.el (image-dired-sane-db-file): New func.
1984 (image-dired-write-tags, image-dired-remove-tag)
1985 (image-dired-list-tags, image-dired-write-comments)
1986 (image-dired-get-comment, image-dired-mark-tagged-files)
1987 (image-dired-create-gallery-lists): Call new func.
1988 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1989
1990 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1991
1992 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1993 (vc-hg-dir-state): Fix loop.
1994 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1995 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1996 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1997 (vc-hg-revert): Likewise.
1998 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1999
2000 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2001
2002 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2003 case of alignment under a constant symbol, find and consider
2004 the sexp actually at indentation to be the "last sexp".
2005
2006 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2007
2008 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2009 (install): Use them to copy all *.el files before *.elc.
2010 (clean): Don't delete *~.
2011
2012 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2015
2016 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2017
2018 * vc-hg.el (vc-hg-registered): Replace if with when.
2019 (vc-hg-state): Deal with nonexistent files.
2020
2021 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2024 (follow-delete-other-windows-and-split, follow-recenter)
2025 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2026 (follow-redisplay, follow-estimate-first-window-start)
2027 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2028 Fix typos in docstrings.
2029
2030 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2031
2032 * bookmark.el (bookmark-show-all-annotations):
2033 Make sure each inserted annotation ends with newline.
2034
2035 (bookmark-maybe-sort-alist): Don't modify
2036 bookmark-alist. Instead, if not sorting, simply return it.
2037 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2038 for its return value, not for its side effect.
2039
2040 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2041
2042 * vc.el: Add more info about the vc-registered function.
2043
2044 2007-07-16 David Kastrup <dak@gnu.org>
2045
2046 * emacs-lisp/advice.el (defadvice): Doc fix.
2047
2048 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2049
2050 * subr.el (when, unless): Doc fix.
2051
2052 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2053
2054 * vc-hg.el (vc-hg-state): Handle removed files.
2055 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2056 (vc-hg-checkout): Re-enable.
2057
2058 2007-07-15 Richard Stallman <rms@gnu.org>
2059
2060 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2061
2062 * tutorial.el (tutorial--find-changed-keys):
2063 Handle C-x specially like ESC.
2064
2065 2007-07-15 Roland McGrath <roland@frob.com>
2066
2067 * add-log.el (add-change-log-entry): Check add-log-full-name
2068 and add-log-mailing-address later, after change-log-mode-hook.
2069
2070 2007-07-15 Richard Stallman <rms@gnu.org>
2071
2072 * isearch.el (isearch-mode, isearch-done):
2073 Delete unintended code in previous change.
2074
2075 * ps-print.el (ps-default-bg): Change to White.
2076
2077 2007-07-15 Aaron Hawley <aaronh@garden.org>
2078
2079 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2080
2081 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2082
2083 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2084 when handling the terminating event.
2085
2086 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2087
2088 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2089
2090 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2091
2092 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2093 (install): Use them to copy all *.el files before *.elc.
2094
2095 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2096
2097 * replace.el (match): Use yellow1 instead of yellow.
2098
2099 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2100
2101 * pcvs-info.el (cvs-unknown): Likewise.
2102
2103 2007-07-12 Davis Herring <herring@lanl.gov>
2104
2105 * desktop.el (desktop-buffer-info, desktop-save):
2106 Use `desktop-dirname' instead of `dirname'.
2107
2108 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2109
2110 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2111
2112 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2113
2114 2007-07-10 Richard Stallman <rms@gnu.org>
2115
2116 * emacs-lisp/lisp-mode.el (eval-defun):
2117 Explain special handling of `defface'.
2118
2119 2007-07-09 Richard Stallman <rms@gnu.org>
2120
2121 * isearch.el (isearch-edit-string): Call to isearch-push-state
2122 after the search.
2123
2124 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2125
2126 * cus-start.el (file-coding-system-alist): Fix custom type.
2127
2128 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2131 modified.
2132 (longlines-auto-wrap, longlines-window-change-function):
2133 Remove unnecessary calls to set-buffer-modified-p.
2134
2135 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * vc.el (vc-default-log-view-mode): New function.
2138 (vc-print-log): Add new `log-view-mode' VC operation.
2139
2140 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2141
2142 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2143 Rename and move to...
2144
2145 * subr.el (strings->string, string->strings): ...here.
2146
2147 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2148 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2149
2150 * progmodes/gud.el (gud-common-init): Call string->strings instead
2151 of split-string.
2152
2153 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2154
2155 * term/w32-win.el (menu-bar-open): New function.
2156 Bind <f10> to it.
2157
2158 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2159
2160 * log-view.el (log-view-mode-menu): New menu.
2161
2162 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2163
2164 * vc-hg.el: New file.
2165
2166 2007-07-06 Andreas Schwab <schwab@suse.de>
2167
2168 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2169 dynamic bindings around the evaluation of the expression.
2170 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2171
2172 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2173
2174 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2175 file names.
2176
2177 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2178
2179 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2180
2181 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2182 event is not a cons cell. Do not unread drag-mouse-1 events.
2183 Select right window in check whether space was stolen from
2184 window above.
2185
2186 2007-07-01 Richard Stallman <rms@gnu.org>
2187
2188 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2189
2190 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2191
2192 * generic-x.el (generic-define-mswindows-modes)
2193 (generic-define-unix-modes, apache-log-generic-mode)
2194 (bat-generic-mode-keymap, java-manifest-generic-mode)
2195 (show-tabs-generic-mode): Fix typos in docstrings.
2196
2197 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2198
2199 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2200 replace-regexp-in-string.
2201
2202 2007-06-28 Andreas Schwab <schwab@suse.de>
2203
2204 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2205 $(lisp)/subdirs.el.
2206
2207 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2210 the speedbar frame if nil; that deletes the current frame or
2211 causes an error if it is the only frame.
2212 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2213
2214 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2217 directory where the desktop file was found, as the docstring says.
2218 (desktop-kill): Use `read-directory-name'.
2219
2220 * desktop.el (desktop-load-locked-desktop): New option.
2221 (desktop-read): Use it.
2222 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2223 Use `when'.
2224
2225 2007-06-24 Davis Herring <herring@lanl.gov>
2226
2227 * desktop.el (desktop-save-mode-off): New function.
2228 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2229 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2230 (desktop-claim-lock, desktop-release-lock): New functions.
2231 (desktop-kill): Tell `desktop-save' that this is the last save.
2232 Release the lock afterwards.
2233 (desktop-buffer-info): New function.
2234 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2235 says to. Detect conflicts, and manage the lock.
2236 (desktop-read): Detect conflicts. Manage the lock.
2237
2238 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2239
2240 * ls-lisp.el (insert-directory): If an invalid regexp error is
2241 thrown, try using FILE as a literal file name, not a wildcard.
2242 Check for FILE as an existing file, not just a directory.
2243
2244 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2247 `header-line-format' when reentering ruler mode.
2248
2249 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2250
2251 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2252 FILE exists as a directory.
2253
2254 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2257 (vera-font-lock-match-item): Fix doc string.
2258 (vera-in-comment-p): Remove unused function.
2259 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2260 use `syntax-ppss'.
2261 (vera-forward-syntactic-ws): Fix argument order.
2262 (vera-prepare-search): Use `with-syntax-table'.
2263 (vera-indent-line): Fix doc string.
2264 (vera-electric-tab): Fix doc string.
2265 (vera-expand-abbrev): Define alias instead of using `fset'.
2266 (vera-comment-uncomment-region): Use `comment-start-skip'.
2267
2268 2007-06-20 Reto Zimmermann <reto@gnu.org>
2269
2270 * progmodes/vera-mode.el: New file.
2271
2272 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * ido.el (ido-find-file-in-dir): Don't signal an error for
2275 empty directories.
2276
2277 2007-06-18 Alan Mackenzie <acm@muc.de>
2278
2279 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2280 When removing lines, also remove the \n. Correction of patch of
2281 2007-04-21.
2282
2283 2007-06-17 Glenn Morris <rgm@gnu.org>
2284
2285 * lpr.el (lpr-page-header-switches): Move %s to separate element
2286 for correct quoting. Doc fix.
2287
2288 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2289
2290 * term/xterm.el (terminal-init-xterm): Escape parens in character
2291 constants.
2292
2293 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2294
2295 * scroll-lock.el (scroll-lock-mode): Doc fix.
2296
2297 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2300 half-activated, forcefully activate it completely.
2301
2302 2007-06-11 Richard Stallman <rms@gnu.org>
2303
2304 * cus-edit.el (custom-variable-type): Doc fix.
2305
2306 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2307
2308 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2309
2310 2007-06-09 Davis Herring <herring@lanl.gov>
2311
2312 * desktop.el (desktop-minor-mode-table): Doc fix.
2313
2314 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2317 (image-next-line, image-previous-line, image-scroll-up)
2318 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2319 New functions.
2320 (image-mode-map): Remap motion commands.
2321 (image-mode-text-map): New keymap for viewing images as text.
2322 (image-mode): Use image-mode-map.
2323 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2324
2325 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2326
2327 Sync with Tramp 2.0.56.
2328
2329 * net/tramp.el:
2330 * net/tramp-ftp.el:
2331 * net/tramp-smb.el:
2332 * net/tramp-util.el:
2333 * net/tramp-vc.el:
2334 Don't load cl.el, because that pollutes the namespace. Replace cl
2335 macros by their implementations where necessary. Requested by
2336 Richard Stallman <rms@gnu.org>.
2337
2338 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2339 doesn't exist.
2340 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2341 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2342 (tramp-file-name-p, tramp-file-name-multi-method)
2343 (tramp-file-name-method, tramp-file-name-user)
2344 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2345 replacing defstruct `tramp-file-name'.
2346 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2347 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2348 Apply `vector' instead of `make-tramp-file-name'.
2349 (tramp-handle-make-auto-save-file-name):
2350 Apply `tramp-temporary-file-directory' for compatibility reasons.
2351 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2352 because of XEmacs.
2353 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2354 started.
2355
2356 2007-06-07 David Kastrup <dak@gnu.org>
2357
2358 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2359 Change default to `top'.
2360
2361 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * dired.el (dired-mode-map): Remove spurious separator.
2364
2365 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2366
2367 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2368
2369 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2370 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2371
2372 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2373
2374 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2375 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2376
2377 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * progmodes/ebrowse.el (ebrowse-member-table):
2380 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2381
2382 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * pgg.el (pgg-sign-region, pgg-sign):
2385 * ses.el (ses-call-printer):
2386 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2387 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2388
2389 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2390
2391 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2392 (tar-get-descriptor): Handle type 55, an extended pax header.
2393
2394 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * textmodes/css-mode.el: New file.
2397
2398 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2399
2400 * net/socks.el: New file, taken from w3 repository.
2401 (top): Update Copyright. Don't load cl.el.
2402 (all): Replace `case' by `cond', `string-to-int' by
2403 `string-to-number', and `process-kill-without-query' by
2404 `set-process-query-on-exit-flag'.
2405 (socks-char-int): Remove defalias and all occurrences.
2406
2407 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2410 (sort-coding-systems, search-unencodable-char): Doc fixes.
2411 (coding-system-change-eol-conversion, set-default-coding-systems)
2412 (prefer-coding-system, find-multibyte-characters, princ-list)
2413 (leim-list-entry-regexp, set-input-method, locale-language-names)
2414 (input-method-exit-on-first-char, exit-language-environment-hook)
2415 (locale-charset-language-names): Fix typos in docstrings.
2416
2417 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2420 `switch-to-buffer' has returned succesfully.
2421 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2422 window is dedicated (it could iconify the frame).
2423
2424 2007-06-05 Glenn Morris <rgm@gnu.org>
2425
2426 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2427
2428 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * files.el (auto-mode-alist): Add lower-priority match for names
2431 like ChangeLog.old.
2432
2433 2007-06-04 Andreas Schwab <schwab@suse.de>
2434
2435 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2436
2437 2007-06-04 Davis Herring <herring@lanl.gov>
2438
2439 * calendar/timeclock.el: Update version number.
2440 (timeclock-modeline-display): Mention timeclock-use-display-time
2441 in explanatory message.
2442 (timeclock-log): Suppress warnings when finding the log.
2443 Don't check for a nil project twice. Run hooks after killing the
2444 buffer (if applicable).
2445 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2446 was geometric). All uses changed.
2447 (timeclock-generate-report): Support prefix argument.
2448
2449 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2450
2451 * man.el (Man-next-section): Don't consider the last line of the
2452 page as being part of any section.
2453
2454 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2455
2456 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2457 modified flag of buffer. Use `inhibit-modification-hooks'.
2458
2459 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2460
2461 * mail/mail-extr.el (mail-extract-address-components):
2462 Recognize non-ASCII characters except for NBSP as words.
2463
2464 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2465
2466 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2467
2468 2007-06-04 Michael Olson <mwolson@gnu.org>
2469
2470 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2471 died and we are trying to send a signal to it.
2472
2473 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2474
2475 * emacs-lisp/easy-mmode.el (define-minor-mode)
2476 (easy-mmode-define-navigation): Fix typos in docstrings.
2477
2478 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2479 Fix typos in docstrings.
2480 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2481 (compilation-finish-function): Fix typo in obsolescence declaration.
2482
2483 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2484
2485 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2488 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2489
2490 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2491
2492 * longlines.el (longlines-mode): Make longlines-auto-wrap
2493 buffer-local. Add hooks unconditionally.
2494 (longlines-auto-wrap): Toggle wrapping.
2495 (longlines-after-change-function)
2496 (longlines-post-command-function): Check longlines-auto-wrap.
2497
2498 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * Version 22.1 released.
2501
2502 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2505 changes.
2506
2507 2007-05-31 Richard Stallman <rms@gnu.org>
2508
2509 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2510
2511 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2512
2513 * textmodes/table.el (table--point-entered-cell-function)
2514 (table--point-left-cell-function):
2515 Bind `inhibit-point-motion-hooks' to t.
2516
2517 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2518
2519 * emacs-lisp/rx.el (rx): Doc fix.
2520
2521 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2524
2525 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2526
2527 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2528 as the end of the ChangeLog paragraph when it ends without a line
2529 termination.
2530
2531 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * textmodes/fill.el (canonically-space-region): Make the second arg
2534 a marker if it's not already the case.
2535
2536 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2537 (xterm-mouse-event): Use it.
2538
2539 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2540
2541 * vc-hooks.el (vc-find-root): Fix file attribute test.
2542
2543 2007-05-24 Richard Stallman <rms@gnu.org>
2544
2545 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2546 Don't let opoint be nil.
2547 (flyspell-emacs-popup): Explicit error if no dialogs.
2548
2549 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2550
2551 * tar-mode.el (tar-file-name-handler): New function.
2552 (tar-extract): Bind file-name-handler-alist to it to force
2553 find-buffer-file-type-coding-system behave as if the file being
2554 extracted existed. Use last-coding-system-used to force
2555 buffer-file-coding-system to what decode-coding-region actually
2556 used to decode the file.
2557
2558 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2559
2560 * progmodes/compile.el (compilation-handle-exit):
2561 `compilation-finish-function' may change the current buffer.
2562
2563 2007-05-22 Richard Stallman <rms@gnu.org>
2564
2565 * files.el (set-auto-mode): Doc fix.
2566
2567 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2568
2569 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2570
2571 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2572
2573 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2574 (rcirc-print): Handle `window-width'.
2575 (rcirc-buffer-maximum-lines): Doc fix.
2576
2577 2007-05-19 Kevin Ryde <user42@zip.com.au>
2578
2579 * info.el (Info-fontify-node): Match https also.
2580
2581 2007-05-18 Richard Stallman <rms@gnu.org>
2582
2583 * simple.el (push-mark): Doc fix.
2584
2585 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2586
2587 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2588 tpu-global-map.
2589 (tpu-original-global-map): Delete variable.
2590 (tpu-control-keys-map): New keymap variable.
2591 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2592 setting keymapping directly.
2593 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2594 tpu-global-map.
2595 (tpu-edt-on): Activate the tpu-global-map.
2596 (tpu-edt-off): Deactivate the tpu-global-map.
2597
2598 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2599
2600 * textmodes/ispell.el (ispell-get-word): Return markers
2601 for start and end positions.
2602 (ispell-word): Assume END is a marker.
2603
2604 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2605
2606 * ps-print.el: Use default color when foreground or background color
2607 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2608 (ps-print-version): New version 6.7.4.
2609 (ps-rgb-color): New argument. Use default color when color is
2610 unspecified.
2611 (ps-begin-job): Fix code.
2612
2613 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2614
2615 * textmodes/ispell.el (ispell-start-process): Defend against bad
2616 default-directory.
2617
2618 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2621
2622 2007-05-16 Richard Stallman <rms@gnu.org>
2623
2624 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2625
2626 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2629 Move the *ml, Postscript, and XmCD entries to the fallback part.
2630
2631 * files.el (magic-fallback-mode-alist):
2632 Rename from file-start-mode-alist.
2633
2634 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2635
2636 * progmodes/compile.el (compilation-handle-exit): Quote first
2637 argument of `run-hook-with-args'.
2638
2639 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * buff-menu.el (Buffer-menu-sort-column):
2642 * dabbrev.el (dabbrev-upcase-means-case-search):
2643 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2644 * info.el (Info-current-subfile):
2645 * ls-lisp.el (ls-lisp-verbosity):
2646 * msb.el (msb-menu-cond):
2647 * pcvs.el (cvs-dired-use-hook):
2648 * simple.el (set-mark-command-repeat-pop):
2649 * time.el (display-time-24hr-format, display-time-mail-file):
2650 Doc fixes.
2651
2652 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2653 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2654
2655 * view.el (view-inhibit-help-message): Fix typo in docstring.
2656 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2657
2658 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2659
2660 * mail/rmail.el (rmail-convert-to-babyl-format):
2661 Check content-transfer-encoding _last_, because we need its position
2662 in base64-header-field-end.
2663
2664 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2665
2666 * files.el (mode-require-final-newline, require-final-newline)
2667 (enable-local-variables, enable-local-eval): Doc fixes.
2668
2669 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2670
2671 * progmodes/python.el (python-font-lock-keywords)
2672 (python-open-block-statement-p, python-mode): Add support for the new
2673 "with" keyword.
2674
2675 2007-05-10 Richard Stallman <rms@gnu.org>
2676
2677 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2678 (iso-cvt-write-only): Likewise.
2679
2680 * emacs-lisp/easy-mmode.el (define-minor-mode):
2681 Fix generated doc string.
2682
2683 * startup.el (fancy-splash-text): Add URL of guided tour.
2684 Adjust horizontal and vertical whitespace.
2685
2686 * progmodes/compile.el (compilation-handle-exit):
2687 Use run-hook-with-args to run compilation-finish-functions.
2688
2689 * files.el (file-start-mode-alist): New variable.
2690 (magic-mode-regexp-match-limit): Doc fix.
2691 (set-auto-mode): Handle file-start-mode-alist.
2692 A little cleanup of structure.
2693
2694 2007-05-10 Davis Herring <herring@lanl.gov>
2695
2696 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2697 workday specifications.
2698 (timeclock-log): Don't kill the log buffer if it already existed.
2699
2700 2007-05-08 Richard Stallman <rms@gnu.org>
2701
2702 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2703 Don't include non-self-insert commands in the exception for `-'.
2704
2705 2007-05-08 David Reitter <david.reitter@gmail.com>
2706
2707 * progmodes/python.el (python-guess-indent): Check non-nullness
2708 before comparing indent against the 2..8 interval.
2709
2710 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2711
2712 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2713 available.
2714
2715 2007-05-06 Richard Stallman <rms@gnu.org>
2716
2717 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2718
2719 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2720
2721 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2722 disconnections.
2723
2724 2007-05-01 Romain Francoise <romain@orebokech.com>
2725
2726 * dired-x.el: Revert 2007-04-06 change.
2727
2728 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2729
2730 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2731 don't put stop on toolbar.
2732
2733 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2734
2735 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2736
2737 2007-04-29 Richard Stallman <rms@gnu.org>
2738
2739 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2740
2741 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2744 than 1.
2745
2746 2007-04-28 Richard Stallman <rms@gnu.org>
2747
2748 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2749
2750 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2753
2754 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2755
2756 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2757 instead of $(lisp)/mh-e.
2758
2759 * textmodes/fill.el (fill-paragraph): Doc fix.
2760
2761 2007-04-28 Glenn Morris <rgm@gnu.org>
2762
2763 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2764 (image-dired-cmd-create-temp-image-options): Replace option
2765 +profile "*" with -strip.
2766
2767 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2770 Use window-start and window-end.
2771
2772 2007-04-26 Glenn Morris <rgm@gnu.org>
2773
2774 * progmodes/python.el: Restore file pending consideration of legal
2775 status.
2776
2777 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2778
2779 * locate.el (locate-in-alternate-database): Doc fix.
2780
2781 2007-04-26 Glenn Morris <rgm@gnu.org>
2782
2783 * button.el (button): Use underline if supported, else fall back
2784 to color.
2785
2786 2007-04-25 Richard Stallman <rms@gnu.org>
2787
2788 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2789
2790 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2791
2792 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2793 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2794 pushing mark.
2795 (idlwave-current-routine): Don't push mark.
2796
2797 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2798
2799 * image-dired.el (image-dired-display-image): Derive image-type from
2800 filename rather than assuming jpeg, in case no resizing was needed.
2801
2802 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2803
2804 * custom.el (defface): Doc fix.
2805
2806 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * progmodes/python.el: Remove due to unclear legal issues.
2809
2810 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2811
2812 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2813 Don't re-query for each cleared BP.
2814 (idlwave-shell-clear-bp): Optionally skip BP query.
2815 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2816 of set-window-buffer, which incorrectly moves displayed region.
2817
2818 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2819
2820 * calc/calc.el (calc-bug-address): Update maintainer's address.
2821 * calc/*: Update maintainer's address.
2822
2823 2007-04-23 Richard Stallman <rms@gnu.org>
2824
2825 * simple.el (set-mark-command-repeat-pop): Doc fix.
2826 Put in `editing-basics' group.
2827
2828 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2831 New functions.
2832 (Info-mode-line-node-keymap): Bind mouse commands to
2833 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2834
2835 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2836
2837 * locate.el (locate-local-prompt): New var.
2838 (locate-prompt-for-command): Doc fix.
2839 (locate-prompt-for-search-string): New function.
2840 (locate): New optional arg. Make locate-local-prompt
2841 buffer-local. Use locate-prompt-for-search-string.
2842 (locate-with-filter): New optional arg.
2843 Use locate-prompt-for-search-string.
2844 (locate-update): Bind locate-prompt-for-command.
2845
2846 2007-04-23 Glenn Morris <rgm@gnu.org>
2847
2848 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2849
2850 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2851
2852 * button.el (button): Inherit from link face on a tty.
2853
2854 2007-04-23 Glenn Morris <rgm@gnu.org>
2855
2856 * button.el (button): Use color for this face on a tty.
2857
2858 * files.el (magic-mode-alist): Allow for carriage-returns in
2859 html-mode and sgml-mode entries.
2860
2861 2007-04-22 Richard Stallman <rms@gnu.org>
2862
2863 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2864 Improve doc string of generated command.
2865
2866 * subr.el (read-number): Catch errors.
2867
2868 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2869
2870 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * image-dired.el: Rename from thumbnails.el. All instances of
2873 "thumbnails" replaced with "image-dired".
2874
2875 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2876 "image-dired".
2877
2878 2007-04-22 Kim F. Storm <storm@cua.dk>
2879
2880 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2881 Don't use kill-line.
2882
2883 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2884
2885 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2886 error message.
2887
2888 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * dired.el: Rename "tumme" to "thumbnails".
2891
2892 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2893 replaced with "thumbnails".
2894
2895 2007-04-22 Glenn Morris <rgm@gnu.org>
2896
2897 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2898 and give it the risky-local-variable property.
2899
2900 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2901 before defining it.
2902
2903 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2904
2905 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2906 Use delete-region instead of kill-line.
2907
2908 2007-04-21 Alan Mackenzie <acm@muc.de>
2909
2910 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2911 `kill-region' by `delete-region'.
2912
2913 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2916 instead of kill-region.
2917
2918 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2919 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2920 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2921 and kill-line.
2922
2923 * progmodes/vhdl-mode.el (vhdl-template-type)
2924 (vhdl-template-record, vhdl-template-nature)
2925 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2926 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2927 Use delete-region instead of kill-word and kill-line.
2928
2929 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2930
2931 * dired-x.el (dired-virtual-mode): Doc fix.
2932
2933 2007-04-21 Richard Stallman <rms@gnu.org>
2934
2935 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2936
2937 * subr.el (read-number): Doc fix.
2938
2939 * simple.el (pop-to-mark-command): Display message "mark popped"
2940 if point does not move.
2941 (set-mark-command): Doc fix.
2942
2943 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2944
2945 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2946 (locate-local-filter, locate-local-search): New vars.
2947 (locate): Make variables local.
2948 (locate-update): Bind locate-buffer-name. Call locate using
2949 locate-local-filter and locate-local-search.
2950
2951 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2952
2953 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2954 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2955 (hi-lock-mode): Update docstring.
2956
2957 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2960 fill-nobreak-predicate when the break is past fill-column.
2961
2962 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2963
2964 * locate.el (locate): Output from shell-command should go in the
2965 current buffer rather than *Shell Command Output*.
2966
2967 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * paren.el (show-paren-function): Fix last fix.
2970
2971 2007-04-19 Kevin Ryde <user42@zip.com.au>
2972
2973 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2974 (archive-lzh-summarize): Add optional start arg for where to start
2975 looking at the archive.
2976 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2977
2978 * international/mule.el (auto-coding-alist): no-conversion for .exe
2979 and .EXE.
2980
2981 2007-04-19 Alan Mackenzie <acm@muc.de>
2982
2983 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2984 function return type contains "struct", "union", etc.
2985 c-end-of-defun goes too far forward.
2986
2987 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * paren.el (show-paren-function): Reset window-start to avoid
2990 recentering.
2991
2992 2007-04-19 Glenn Morris <rgm@gnu.org>
2993
2994 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2995
2996 2007-04-18 Glenn Morris <rgm@gnu.org>
2997
2998 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2999 :set function.
3000 (diary-list-entries): Only switch to diary-mode from
3001 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3002 diary-mode set header-line-format, in case of any customization.
3003
3004 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3005
3006 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3007 is less than the length of parse-time-syntax.
3008
3009 2007-04-17 David Kastrup <dak@gnu.org>
3010
3011 * replace.el (query-replace-regexp-eval): Deprecate.
3012
3013 2007-04-17 Alan Mackenzie <acm@muc.de>
3014
3015 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3016 point too close to EOB, leave point at EOB rather than last `}'.
3017
3018 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3019
3020 * textmodes/bibtex.el (bibtex-include-OPTkey)
3021 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3022 Fix defcustom.
3023
3024 2007-04-17 Glenn Morris <rgm@gnu.org>
3025
3026 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3027 be encoded, fall back to current year.
3028
3029 2007-04-14 Kevin Ryde <user42@zip.com.au>
3030
3031 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3032 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3033 M "MSDOS".
3034
3035 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3036
3037 * progmodes/python.el (python-end-of-block): Avoid looping forever
3038 if python-next-statement fails.
3039
3040 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3041
3042 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3043
3044 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3045
3046 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3047 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3048
3049 2007-04-15 Jay Belanger <belanger@truman.edu>
3050
3051 * calc/calc.el (calc-version): New function.
3052 (calc-trail-mode): Shorten the title.
3053
3054 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * mail/footnote.el (footnote-style): Clarify docstring to state
3057 that customizing this only applies to future footnotes.
3058
3059 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3060
3061 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3062 (bibtex-make-field): Check that INIT is a string. Use functionp.
3063
3064 2007-04-14 Glenn Morris <rgm@gnu.org>
3065
3066 * complete.el (PC-goto-end): New buffer-local variable.
3067 (PC-do-completion-end): Make buffer-local.
3068 (partial-completion-mode) <choose-completion-string-functions>:
3069 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3070 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3071 doc string. Set PC-goto-end for choose-completion.
3072 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3073 PC-do-completion.
3074
3075 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3076 arg to bibtex-make-field.
3077 (bibtex-make-field): Add optional fourth arg NODELIM.
3078 Insert delimiters around INIT unless this arg is non-nil.
3079
3080 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3081
3082 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3083 global map isn't modified.
3084
3085 2007-04-14 Glenn Morris <rgm@gnu.org>
3086
3087 * calendar/appt.el (appt-disp-window): Do not split small windows.
3088 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3089
3090 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3093
3094 * files.el: Ditto.
3095
3096 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3099
3100 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3101 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3102 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3103 (term-pager-help): Fix typos in docstrings.
3104
3105 * wid-edit.el (widget-documentation): Fix typo in docstring.
3106
3107 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3108 Fix typos in error messages.
3109
3110 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3111
3112 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3113 window marked as dedicated.
3114
3115 * mail/footnote.el (footnote-latin-string): New variable.
3116 (footnote-latin-regexp): Redefine as regexp alternative.
3117 (Footnote-latin): Use footnote-latin-string instead of
3118 footnote-latin-regexp.
3119
3120 2007-04-13 Glenn Morris <rgm@gnu.org>
3121
3122 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3123 inherited keymaps.
3124
3125 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * outline.el (outline-get-next-sibling): Clarify docstring.
3128 (outline-get-last-sibling): Handle case where we are at the first
3129 heading. Clarify docstring.
3130
3131 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3132
3133 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3134 length as stop button to lessen flicker.
3135 (jdb): Add gud-print.
3136 (gud-find-expr): Jdb prints the expression with the value, so
3137 don't insert it in the output.
3138
3139 2007-04-11 Jason Rumney <jasonr@gnu.org>
3140
3141 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3142 case hex. Do not try to decode non-hex letters.
3143
3144 2007-04-11 Markus Triska <markus.triska@gmx.at>
3145
3146 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3147 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3148 (byte-optimize-form-code-walker): Evaluate pure function calls if
3149 possible.
3150 (byte-optimize-all-constp): New function.
3151
3152 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3153 Improve numeric argument case.
3154 (byte-compile-backward-char, byte-compile-backward-word):
3155 New functions, performing rewriting previously done in byte-opt.el.
3156 Fix their "Fixme" item (restriction to numeric arguments).
3157
3158 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3161 with dolist.
3162 (after-init-hook): Don't quote lambda.
3163 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3164 (desktop-internal-v2s): Remove unused var `el'.
3165 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3166 desktop-restore-file-buffer.
3167 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3168 desktop-create-buffer.
3169
3170 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * woman.el (woman-decode-buffer): Postpone macro-set check...
3173 (woman-decode-region): ...to here.
3174
3175 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3176
3177 * startup.el (tty-handle-args): Use %S to log ARGS.
3178
3179 2007-04-10 Glenn Morris <rgm@gnu.org>
3180
3181 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3182 it is obsolete and has no effect.
3183
3184 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3185 byte-compiler.
3186
3187 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3188 obsolete function make-local-hook.
3189
3190 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3191 start to quieten byte-compiler.
3192
3193 2007-04-10 Markus Triska <markus.triska@gmx.at>
3194
3195 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3196 to bytecomp.el as byte-compile-char-before).
3197 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3198 New function (modified replacement for byte-optimize-char-before in
3199 byte-opt.el).
3200
3201 2007-04-09 Alan Mackenzie <acm@muc.de>
3202
3203 * startup.el (inhibit-splash-screen): Emphatically state that it
3204 can't be set in site-start.el.
3205
3206 2007-04-09 Masatake YAMATO <jet@gyve.org>
3207
3208 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3209 mimic the behavior of `capitalize-word'. Do not move point with a
3210 negative argument. Based on tiny change by Paul Curry.
3211
3212 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3213
3214 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3215 Don't move point if ARG is negative.
3216
3217 2007-04-09 Alan Mackenzie <acm@muc.de>
3218
3219 Changes to make `narrow-to-defun' and `mark-defun' work properly
3220 in CC Mode:
3221
3222 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3223 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3224 Bind beginning/end-of-defun-function to nil around calls to
3225 beginning/end-of-defun.
3226
3227 * progmodes/cc-langs.el (beginning-of-defun-function)
3228 (end-of-defun-function): New c-lang-setvar's.
3229
3230 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3231 (setq arg 1))" to enable non-interactive call.
3232
3233 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3234
3235 * simple.el (set-mark-command): Doc fix.
3236
3237 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * progmodes/gud.el (gdb): Restore existing session if user
3240 tries to start a second one in graphical mode.
3241
3242 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3243
3244 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3245
3246 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3247
3248 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3249 Add binding for C-M-SPC.
3250
3251 2007-04-08 Richard Stallman <rms@gnu.org>
3252
3253 * pcomplete.el (pcomplete-read-event): One single definition,
3254 and not a defsubst.
3255
3256 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3259 byte-compiler warning "value unused".
3260
3261 2007-04-08 Andreas Schwab <schwab@suse.de>
3262
3263 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3264
3265 2007-04-07 Glenn Morris <rgm@gnu.org>
3266
3267 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3268 Autoload these functions.
3269 (diary-date-forms): Add a custom :set form.
3270
3271 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3272 before first use.
3273 (diary-font-lock-keywords): New function with old code for
3274 initialization of variable of same name.
3275
3276 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3277
3278 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3279 clean-up: only insert space when on identifier, etc.
3280
3281 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3284
3285 * net/tls.el (open-tls-stream): Properly handle case where there
3286 is no associated buffer.
3287
3288 2007-04-07 Glenn Morris <rgm@gnu.org>
3289
3290 * ffap.el (ffap-file-at-point): Lower the priority of the
3291 ffap-ftp-sans-slash-regexp check.
3292
3293 2007-04-06 Alan Mackenzie <acm@muc.de>
3294
3295 Fix fontification of labels, and other things with ":".
3296
3297 * progmodes/cc-engine.el (c-forward-label): The function now
3298 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3299 the former t.
3300
3301 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3302 new return code from c-forward-label, fontifying tokens properly.
3303 Add some general comments throughout the file.
3304
3305 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3308 Revert 2006-01-27 change.
3309
3310 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3311
3312 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3313
3314 * desktop.el (desktop-create-buffer, desktop-save):
3315 Revert 2004-11-12 change for lack of copyright papers.
3316
3317 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3318 (dired-guess-default): Respect case.
3319
3320 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3321
3322 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3323 was originally checked in as byte-optimize-concat on 1997-11-02.
3324
3325 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3326 1995-05-19 doc changes.
3327
3328 2007-04-06 Kim F. Storm <storm@cua.dk>
3329
3330 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3331 (unload-feature): Update interactive spec accordingly.
3332
3333 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3334
3335 2007-04-06 John Paul Wallington <jpw@pobox.com>
3336
3337 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3338 capture. Restore the table in the same buffer.
3339
3340 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3341
3342 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3345 Print entire form.
3346
3347 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3348
3349 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3350 for low-color displays.
3351
3352 2007-04-05 Glenn Morris <rgm@gnu.org>
3353
3354 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3355 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3356 Seed random number generator on loading.
3357
3358 * emacs-lisp/authors.el (top-level): Provide self.
3359
3360 * play/animate.el (top-level): Provide self.
3361
3362 2007-04-04 Alan Mackenzie <acm@muc.de>
3363
3364 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3365 to mention c-syntactic-indentation.
3366
3367 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * subr.el (with-case-table): New macro.
3370
3371 * international/mule.el (ascii-case-table): New var.
3372
3373 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3374 downcasing.
3375
3376 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3377
3378 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3379
3380 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3381 of the window if we're outside it e.g menu-bar.
3382
3383 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3384 window if we're outside it e.g menu-bar.
3385
3386 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3387
3388 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3389 decode base-64 encoded body if its content-type is something other
3390 than text/* or message/*.
3391
3392 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * simple.el (activate-mark-hook): Fix typo in docstring.
3395
3396 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * tmm.el (tmm-c-prompt): Initialize.
3399 (tmm-menubar): Deal with extended menu-items at top level.
3400 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3401 (tmm-prompt): Handle visibility of top level menu-items.
3402
3403 * progmodes/gud.el (gud-menu-map): Simplify.
3404 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3405 menubar.
3406
3407 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3410
3411 * comint.el (comint-send-input): Widen the buffer first.
3412
3413 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3414
3415 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3418 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3419
3420 * newcomment.el (comment-search-forward): Discard comment starters
3421 before point.
3422
3423 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3424
3425 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3426
3427 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3428
3429 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3430 when downcasing.
3431
3432 * button.el (previous-button): Rewrite to account for adjacent buttons.
3433
3434 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3435
3436 * progmodes/idlwave.el (idlwave-auto-fill):
3437 Revert paragraph-separate change.
3438
3439 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3440 Simplify module calc.
3441 (idlwave-shell-set-bp-in-module): Compute module.
3442
3443 2007-03-31 Glenn Morris <rgm@gnu.org>
3444
3445 * emacs-lisp/timer.el (run-at-time): Doc fix.
3446
3447 * emacs-lisp/warnings.el (display-warning): If we create the
3448 buffer displaying the warning, disable undo there.
3449
3450 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * net/tramp.el (tramp-register-file-name-handler)
3453 (tramp-register-completion-file-name-handler): New defsubst,
3454 derived from `tramp-register-file-name-handlers'. The split is
3455 necessary because Tramp's file name handlers must be registered at
3456 different startup places.
3457
3458 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * progmodes/hideshow.el (turn-off-hideshow): New function.
3461 (hs-minor-mode): Use it instead of a lambda expression in
3462 change-major-mode-hook.
3463
3464 2007-03-31 David Kastrup <dak@gnu.org>
3465
3466 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3467 corresponding to MANPATH_MAP entries.
3468 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3469 (woman-parse-man.conf): Use more discriminating man.conf name.
3470 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3471 (woman-manpath): Doc fix and type fix.
3472 (woman-cached-data): Check for MANPATH_MAP entries.
3473 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3474
3475 2007-03-31 Stuart Herring <herring@lanl.gov>
3476
3477 * emacs-lisp/sregex.el (sregexq): Doc fix.
3478
3479 2007-03-31 Markus Triska <markus.triska@gmx.at>
3480
3481 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3482
3483 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3484
3485 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3486 Move to the right.
3487
3488 2007-03-30 Alan Mackenzie <acm@muc.de>
3489
3490 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3491
3492 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3493
3494 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3495 Use it, passed in explicitly, instead of from the dynamic binding.
3496 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3497
3498 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3499
3500 * simple.el (blink-matching-open): When in minibuffer, don't
3501 search for a match inside the prompt.
3502
3503 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3504
3505 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3506 (tmm-prompt): Don't make the mouse user select the first menu
3507 item twice.
3508
3509 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3510
3511 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3512 SIGUSR1 and SIGUSR2.
3513
3514 2007-03-29 Kim F. Storm <storm@cua.dk>
3515
3516 * ido.el (ido-read-internal): When reading file or dir, only override
3517 minibuffer-local-filename-completion-map, otherwise only override
3518 minibuffer-local-completion-map.
3519
3520 2007-03-29 Glenn Morris <rgm@gnu.org>
3521
3522 * complete.el (partial-completion-mode): Set PC-do-completion-end
3523 to nil after use.
3524 (PC-lisp-complete-symbol): Create and use a marker at `end',
3525 rather than using point-marker.
3526
3527 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3528
3529 * simple.el (next-error-highlight): Doc fix.
3530 (compose-mail): Revert 2007-03-19 change.
3531
3532 2007-03-28 Richard Stallman <rms@gnu.org>
3533
3534 * emacs-lisp/edebug.el (edebug-display): Don't go to
3535 edebug-outside-buffer if it is dead.
3536
3537 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3538
3539 * view.el (view-mode): Fix typos in docstring.
3540
3541 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3542
3543 * recentf.el (recentf-save-file): Add a custom :set function.
3544
3545 2007-03-28 Glenn Morris <rgm@gnu.org>
3546
3547 * complete.el (PC-do-completion-end): New variable.
3548 (partial-completion-mode) <choose-completion-string-functions>:
3549 Use PC-do-completion-end in the non-minibuffer case to replace the
3550 correct amount of text.
3551 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3552 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3553 to deal with improvements inserted after point.
3554
3555 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * button.el (make-text-button): Add explicit `button' property.
3558 (default-button): Don't put a `button' property on it.
3559
3560 * progmodes/python.el (python-mode): Skip comments when parsing.
3561
3562 * vc-arch.el (vc-with-current-file-buffer): New macro.
3563 (vc-arch-file-source-p): Use it to avoid infloop.
3564
3565 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3566
3567 * emacs-lisp/lisp.el (lisp-complete-symbol):
3568 Fix call to get-buffer-window to find windows in other frames.
3569
3570 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3573 Fix calls to get-buffer-window to find windows in other frames.
3574 Reported by David Hansen <david.hansen@gmx.net>.
3575
3576 2007-03-27 Kevin Ryde <user42@zip.com.au>
3577
3578 * info.el (Info-display-images-node): On a text-only terminal,
3579 show the "text" or "alt" parts of the image blobs.
3580
3581 2007-03-27 Glenn Morris <rgm@gnu.org>
3582
3583 * complete.el (PC-do-completion): Compute completion-base-size in
3584 the non-filename case, rather than setting to nil.
3585 (PC-lisp-complete-end): New variable.
3586 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3587 original end in a series of consecutive invocations.
3588
3589 * calendar/calendar.el (calendar-mode-hook): Declare it.
3590
3591 * calendar/diary-lib.el (diary-live-p): Do not check for
3592 diary-selective-display.
3593
3594 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * replace.el (occur-next-error): *Occur* might not be displayed in the
3597 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3598
3599 2007-03-26 Richard Stallman <rms@gnu.org>
3600
3601 * textmodes/flyspell.el (flyspell-large-region):
3602 Use ispell-call-process-region.
3603
3604 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3605
3606 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3607 Use prin1 instead of princ.
3608
3609 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3612 Merge in X resources before global face.
3613
3614 * progmodes/compile.el (compilation-start): Save compilation-directory
3615 rather than default-directory as local var.
3616 (compilation-directory): Mark as safe local var.
3617
3618 * files.el: Don't mark default-directory as a safe local var.
3619
3620 2007-03-25 Alan Mackenzie <acm@muc.de>
3621
3622 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3623 * progmodes/cc-engine.el: Fix typo.
3624
3625 2007-03-25 Juri Linkov <juri@jurta.org>
3626
3627 * compare-w.el (compare-windows): Rename customization group
3628 `compare-w' to `compare-windows'.
3629 (compare-windows-whitespace, compare-ignore-whitespace)
3630 (compare-ignore-case, compare-windows-sync)
3631 (compare-windows-sync-string-size, compare-windows-recenter)
3632 (compare-windows-highlight, compare-windows): Change group name in
3633 the `group' tag from `compare-w' to `compare-windows'.
3634 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3635
3636 2007-03-24 Markus Triska <markus.triska@gmx.at>
3637
3638 * expand.el: Change example to always enable abbrev-mode,
3639 and remove redundant `function'.
3640 (expand-abbrev-hook): Add autoload cookie.
3641
3642 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3643
3644 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3645 (testcover-mark-all, testcover-unmark-all): Add prompts to
3646 interactive specs.
3647
3648 2007-03-24 Jason Rumney <jasonr@gnu.org>
3649
3650 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3651 Use file size in bytes for auto-revert-tail-pos not characters.
3652
3653 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3654
3655 * vc-rcs.el (vc-rcs-annotate-command):
3656 Set text property :vc-annotate-prefix on the annotation text.
3657 (vc-rcs-annotate-time): Instead of searching for ": ",
3658 search for end of text propertized with :vc-annotate-prefix.
3659
3660 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3661
3662 * whitespace.el (top level): Remove calls putting
3663 permanent-local nil property since these are no-ops.
3664
3665 * man.el (Man-support-local-filenames): Assure that
3666 default-directory exists when doing call-process.
3667
3668 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3669
3670 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3671 Fix omission bug: Use m4-program-options to construct shell command.
3672
3673 2007-03-23 David Kastrup <dak@gnu.org>
3674
3675 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3676 Use `mapcar' rather than `mapcan' to silence compiler warning.
3677
3678 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3679
3680 * textmodes/reftex.el, textmodes/reftex-vars.el,
3681 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3682 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3683 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3684 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3685 * textmodes/reftex-auc.el: Add maintainer address.
3686
3687 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3688
3689 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3690 Make sure that `global-font-lock-mode' does not turn on font-lock
3691 in these buffers.
3692
3693 2007-03-21 Kim F. Storm <storm@cua.dk>
3694
3695 * xt-mouse.el (xt-mouse-epoch): New variable.
3696 (xterm-mouse-event): Use float-time.
3697
3698 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3701 current-time.
3702
3703 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * complete.el (read-file-name-internal): Don't add the final > if the
3706 completion is not finished (re-application of this patch, which was
3707 accidentally undone by Eli).
3708
3709 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3712 clicks in describe-key and describe-key-briefly advice a little better.
3713
3714 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * server.el (server-process-filter): Cancel any pending isearch.
3717
3718 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3719
3720 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3721 (icalendar--get-unfolded-buffer): Define actual arguments rather
3722 than just using &rest. Check replace-in-string is fbound.
3723 (icalendar-import-buffer): Doc fix.
3724 (icalendar--convert-ical-to-diary): Set diary-file.
3725 Check diary-file before inserting final newline.
3726 (icalendar--add-diary-entry): Return diary-file.
3727
3728 2007-03-21 Glenn Morris <rgm@gnu.org>
3729
3730 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3731 (diary-display-hook): Add custom :set function.
3732
3733 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3734 Add custom :set function.
3735 (diary-header-line-format): Doc fix.
3736 (diary-set-maybe-redraw): New function.
3737 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3738 (diary-list-entries): Always run diary-mode.
3739
3740 2007-03-20 Kenichi Handa <handa@m17n.org>
3741
3742 * international/quail.el (quail-setup-completion-buf): Make the
3743 completion buffer read-only.
3744 (quail-completion): Adjusted for the above change. Leave the
3745 modified flag nil.
3746
3747 2007-03-20 David Kastrup <dak@gnu.org>
3748
3749 * files.el (magic-mode-alist): Require literal "%!PS" string for
3750 magic postscript file detection.
3751
3752 2007-03-20 Richard Stallman <rms@gnu.org>
3753
3754 * textmodes/ispell.el (ispell-call-process): New function.
3755 Defends against bad `default-directory.'
3756 (ispell-check-version, ispell-find-aspell-dictionaries)
3757 (ispell-get-aspell-config-value, lookup-words): Call it.
3758 (ispell-call-process-region): New function.
3759 (ispell-send-string): Call it.
3760
3761 2007-03-20 Andreas Schwab <schwab@suse.de>
3762
3763 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3764 (finder-data): Likewise.
3765 (autoloads): Likewise.
3766
3767 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3768
3769 * files.el (basic-save-buffer): Do not set visited filename when
3770 the corresponding directory does not exist or the specified
3771 filename is that of an existing directory.
3772
3773 2007-03-20 Glenn Morris <rgm@gnu.org>
3774
3775 * calendar/diary-lib.el (diary-live-p): New function.
3776 (number-of-diary-entries): Add a :set function to redisplay diary
3777 when necessary.
3778
3779 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3780
3781 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3782 from client program, mev, to compute mouse event.
3783
3784 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * faces.el (momentary): Face removed; unused due to reversion of
3787 2007-01-04 changes by Kevin Rodgers.
3788
3789 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3790 Suggested by Johan Bockg\e,Ae\e(Brd.
3791
3792 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3793
3794 * font-lock.el (lisp-font-lock-keywords-1):
3795 Highlight define-globalized-minor-mode as a keyword.
3796
3797 2007-03-19 Kim F. Storm <storm@cua.dk>
3798
3799 * calc/calc-forms.el (math-std-daylight-savings)
3800 (math-std-daylight-savings-old): Doc fix.
3801
3802 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3803
3804 * progmodes/python.el (python-default-template): Doc fix.
3805 (python-buffer): Fix typo in docstring.
3806
3807 * isearchb.el (isearchb-follow-char):
3808 * subr.el (def-edebug-spec): Fix typo in docstring.
3809
3810 2007-03-19 Richard Stallman <rms@gnu.org>
3811
3812 * files.el (default-directory): Mark safe.
3813 (basic-save-buffer-2): Put proper dir name in error message.
3814
3815 * simple.el (compose-mail): Run switch-function after
3816 setting up the mail buffer.
3817
3818 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3819
3820 2007-03-18 Jay Belanger <belanger@truman.edu>
3821
3822 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3823 (math-std-daylight-savings-new): Rename from
3824 `math-std-daylight-savings'.
3825 (math-std-daylight-savings-old): Rename from old value of
3826 `math-std-daylight-savings'.
3827 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3828 `math-std-daylight-savings-old' depending on the year.
3829
3830 2007-03-18 Detlev Zundel <dzu@gnu.org>
3831
3832 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3833 zero-width regexps as invalid but rather at least count them correctly.
3834
3835 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3836
3837 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3838 don't wait more if there is output available to process.
3839
3840 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3841
3842 * progmodes/compile.el (compilation-find-file): Revert change
3843 from 2006-07-18 to allow completion of directory names.
3844 Reported by John Carter <john.carter@tait.co.nz>.
3845
3846 2007-03-18 Kim F. Storm <storm@cua.dk>
3847
3848 * subr.el (when, unless): Doc fix.
3849
3850 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3851
3852 * net/tls.el (tls-program): Doc fix.
3853
3854 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3855
3856 * autorevert.el (auto-revert-tail-handler):
3857 Call after-revert-hook.
3858
3859 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3860
3861 * simple.el (switch-to-completions): No error if search for \n\n fails.
3862
3863 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * simple.el (line-move-1):
3866 Respect `inhibit-line-move-field-capture' property.
3867
3868 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * comint.el (comint-arguments): Mark backslash-escaped chars.
3871 (comint-delim-arg): Don't treat them as delimiters.
3872
3873 2007-03-12 Kim F. Storm <storm@cua.dk>
3874 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3875
3876 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3877
3878 * tempo.el (tempo-insert): Deal with 'r> if it appears
3879 specified with a prompt argument.
3880
3881 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3882
3883 * textmodes/org.el (org-set-font-lock-defaults):
3884 Handle narrow table columns correctly.
3885
3886 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3887
3888 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3889 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3890 Return to use of the -no-properties variants. There was
3891 consensus on emacs-devel that the speed of these variants was
3892 prefered since we are usually parsing files (from the internet
3893 or on disk) instead of XML created in Emacs.
3894
3895 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3896 Add customize option.
3897
3898 2007-03-12 Glenn Morris <rgm@gnu.org>
3899
3900 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3901 North American rule. Replace "daylight savings" with "daylight
3902 saving" in doc.
3903
3904 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3905 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3906 "daylight saving" in text.
3907
3908 * woman.el (woman-change-fonts): Tweak previous change by using
3909 woman-request-regexp rather than "^\\.".
3910
3911 * startup.el (command-line-1): Make insertion of
3912 initial-scratch-message not depend on scratch being selected.
3913
3914 2007-03-11 Juri Linkov <juri@jurta.org>
3915
3916 * replace.el (match): Use yellow background on light-bg terminals.
3917
3918 2007-03-11 Richard Stallman <rms@gnu.org>
3919
3920 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3921 Correctly compute line number.
3922
3923 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3924
3925 * type-break.el (type-break-get-previous-count):
3926 Repeat previous change here.
3927
3928 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3929
3930 * progmodes/grep.el (grep-find-ignored-directories):
3931 Add .git and .bzr to list.
3932
3933 2007-03-11 Andreas Schwab <schwab@suse.de>
3934
3935 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3936
3937 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3940
3941 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * faces.el (face-set-after-frame-default): Recalculate face
3944 customizations after applying X resources.
3945
3946 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3947
3948 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3949 (rcirc-keepalive-seconds): Remove variable.
3950 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3951 (rcirc-process, rcirc-user-disconnect): New variables.
3952 (rcirc-connect): Initalize new variables.
3953 (rcirc-keepalive): Don't send keepalive pings before connection
3954 is completed.
3955 (rcirc-sentinel): Do mark all channels with activity when
3956 connection is dropped. Run hook with process buffer local.
3957 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3958 (rcirc-buffer-process): Return value of rcirc-process if
3959 rcirc-server-buffer is nil.
3960 (rcirc-server-name): Return the reported server name.
3961 (rcirc-update-prompt): Simplify computation of the server name.
3962 (rcirc-format-response-string): Likewise.
3963 (rcirc-handler-001): Mark server as connected, record the reported
3964 server name, and schedule a timeout.
3965 (rcirc-track-nick): Add a spec for the tty class.
3966 (rcirc-user-non-nick): Remove function.
3967 (rcirc-nick-prefix-chars): Add variable.
3968 (rcirc-user-nick): Use above variable.
3969
3970 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3971
3972 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3973 Bind deactivate-mark to nil.
3974
3975 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3976
3977 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3978 that buffer contents get erased during completion.
3979
3980 2007-03-10 Glenn Morris <rgm@gnu.org>
3981
3982 * woman.el (woman-change-fonts): Add a hack to deal with
3983 font-escape followed by "." at start of a line.
3984 (woman2-IP): Add a hack to deal with consecutive requests.
3985 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3986
3987 2007-03-10 Alan Mackenzie <acm@muc.de>
3988
3989 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3990
3991 2007-03-09 Richard Stallman <rms@gnu.org>
3992
3993 * abbrev.el (abbrev): Add `provide'.
3994
3995 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3996
3997 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3998
3999 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4000
4001 * complete.el (PC-try-completion): New function.
4002 (PC-do-completion, read-file-name-internal): Use it instead of
4003 try-completion.
4004
4005 2007-03-08 Alan Mackenzie <acm@muc.de>
4006
4007 Remove stale tokens from `c-found-types' cache.
4008
4009 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4010 (c-unfind-coalesced-tokens, c-before-change): New functions.
4011 (c-maybe-stale-found-type): New variable.
4012
4013 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4014 (c-trim-found-types): New functions.
4015
4016 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4019 (debug-ignored-errors): Add entry from smerge-match-conflict.
4020
4021 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4022
4023 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4024 special help topics for keywords.
4025 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4026 etc. Assistant command.
4027
4028 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * replace.el (occur-engine): Move buffer-undo-list binding...
4031 (occur-1): ...to here.
4032
4033 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4034
4035 * simple.el (minibuffer-completing-symbol): New var.
4036 (eval-expression): Use it.
4037 (completion-setup-function): Don't bind completion-base-size when
4038 completing a symbol in the minibuffer.
4039
4040 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4041
4042 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4043 tries to start a second session in graphical mode.
4044
4045 2007-03-07 Miles Bader <miles@gnu.org>
4046
4047 * international/isearch-x.el
4048 (isearch-process-search-multibyte-characters):
4049 Strip text-properties from PROMPT to avoid an error from read-string.
4050
4051 2007-03-07 Kim F. Storm <storm@cua.dk>
4052
4053 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4054 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4055
4056 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4057
4058 * complete.el (PC-do-completion): Delete duplicates in the list of
4059 possible completions.
4060
4061 2007-03-07 Glenn Morris <rgm@gnu.org>
4062
4063 * ses.el (ses-mode): Doc fix.
4064
4065 2007-03-06 Kim F. Storm <storm@cua.dk>
4066
4067 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4068
4069 2007-03-06 Kenichi Handa <handa@m17n.org>
4070
4071 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4072
4073 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * simple.el (completion-setup-function): Improve last fix so it doesn't
4076 set it to a relative directory name either.
4077
4078 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4079
4080 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4081
4082 2007-03-05 Richard Stallman <rms@gnu.org>
4083
4084 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4085
4086 * files.el (find-file-noselect): No error if file no longer exists.
4087 Display a message and avoid other questions.
4088
4089 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4092 as not to use an invisible window and to create a window if none exist.
4093
4094 * progmodes/python.el (python-send-command): Restart proc if necessary.
4095 (python-proc): Simplify.
4096
4097 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4098
4099 * pcomplete.el (pcomplete-show-completions): Search all frames for
4100 completions buffer.
4101
4102 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * cus-edit.el (customize-save-variable): Clear customized-value
4105 property (saved values are now put in theme-value property).
4106 (customize-set-variable): Doc fix.
4107
4108 * complete.el (PC-do-completion): If completion-ignore-case is
4109 non-nil, replace field with completion string before exiting.
4110
4111 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4114 Append its extension to the resulting temporary file name.
4115 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4116
4117 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4118 (tramp-smb-handle-write-region): Apply it.
4119
4120 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4121
4122 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4123 Redo previous change.
4124
4125 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4126
4127 * diff-mode.el (diff-mode): Doc fix.
4128
4129 2007-03-05 Kenichi Handa <handa@m17n.org>
4130
4131 * international/characters.el: Set category `l' (latin)
4132 for more characters.
4133
4134 2007-03-04 Kim F. Storm <storm@cua.dk>
4135
4136 * emacs-lisp/authors.el (authors-aliases): Add alias.
4137
4138 2007-03-04 Glenn Morris <rgm@gnu.org>
4139
4140 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4141 all when switching major mode.
4142 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4143 (hs-block-start-mdata-select, hs-block-end-regexp)
4144 (hs-forward-sexp-func, hs-adjust-block-beginning):
4145 Do not make these variables permanent-local.
4146
4147 2007-03-04 Richard Stallman <rms@gnu.org>
4148
4149 * progmodes/cperl-mode.el (cperl-mode):
4150 Modify cperl-compilation-error-regexp-alist by appending.
4151
4152 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4153 (edebug-mode): Add the hook.
4154 (edebug-recursive-edit): Remove the hook on exiting.
4155
4156 * type-break.el (type-break-get-previous-time):
4157 Handle end-of-file errors specially
4158 so they don't get reported wrong in .emacs.
4159
4160 * startup.el (fancy-splash-text): Clarify text.
4161
4162 * simple.el (beginning-of-buffer, end-of-buffer):
4163 Avoid treating plain C-u like numeric arg.
4164
4165 * simple.el (completion-setup-function): Don't set
4166 default-directory to nil.
4167
4168 * shell.el (shell-dirstack-query): Doc fix.
4169
4170 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4171 Don't select the window -- pass it to primitives instead.
4172
4173 * faces.el (minibuffer-prompt): Use medium blue by default.
4174
4175 2007-03-04 David Kastrup <dak@gnu.org>
4176
4177 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4178 Preserve 16 as default value for "seconds" when customizing.
4179
4180 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4181
4182 * textmodes/org.el (org-self-insert-command)
4183 (orgtbl-self-insert-command, org-delete-char)
4184 (org-delete-backward-char): Set the `flyspell-delayed' property.
4185
4186 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * international/mule.el (find-auto-coding): Don't search for
4189 line-ending characters past the end of the tail.
4190
4191 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4192
4193 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4194 Jump to the line where new score has been uploaded.
4195
4196 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4197 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4198 Do nothing when the game is paused.
4199
4200 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4201
4202 * textmodes/org.el (org-set-tags): Prevent slipping of point
4203 during completion.
4204
4205 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4206
4207 * isearch.el (isearch-message-prefix):
4208 Use minibuffer-prompt-properties.
4209
4210 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4211
4212 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4213 (ps-setup): Print which Emacsen is running ps-print package.
4214
4215 2007-03-01 Stuart Herring <herring@lanl.gov>
4216
4217 * files.el (set-auto-mode-0): Use `indirect-function'.
4218 (hack-one-local-variable): Don't reapply current major mode.
4219
4220 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * progmodes/python.el (python-quote-syntax): Don't bother with
4223 syntax-ppss-context.
4224 (python-fill-paragraph): Make sure that fenced-string delimiters that
4225 stand on their own line stay there.
4226
4227 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4228
4229 * replace.el (perform-replace): Propertize message.
4230
4231 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4232
4233 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4234 invisible heading.
4235
4236 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4237
4238 * net/tramp.el (tramp-file-name-handler): Revert last change.
4239
4240 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4243 Correct doc strings.
4244
4245 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * replace.el (perform-replace): Undo forward-char immediately if
4248 non-adjacent search fails.
4249
4250 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * version.el (emacs-major-version, emacs-minor-version):
4253 string-to-int -> string-to-number.
4254
4255 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4256
4257 * help.el (where-is): Fail gracefully when not passed a command.
4258
4259 2007-02-28 Stuart Herring <herring@lanl.gov>
4260
4261 * find-lisp.el (find-lisp-default-directory-predicate):
4262 Fix bug: Do symlink check on expanded filename.
4263
4264 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4265
4266 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4267 changes during replacement.
4268 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4269
4270 2007-02-28 Lars Hansen <larsh@soem.dk>
4271
4272 * desktop.el: Delete header line listing me as maintainer.
4273
4274 2007-02-28 Glenn Morris <rgm@gnu.org>
4275
4276 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4277 the menus case.
4278
4279 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4282 hooks to avoid confusion when combining after-change calls.
4283
4284 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4285
4286 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4287 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4288 (allout-distinctive-bullets-string): Add info about bullet conventions.
4289 (allout-mode): Add info about distinctive vs plain bullets.
4290
4291 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4292
4293 * textmodes/org.el (org-archive-subtree): Quote variable name.
4294 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4295
4296 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4299 (gud-bashdb-command-name, bashdb): Remove.
4300 (gud, gud-menu-map): Remove references to bash/bashdb.
4301
4302 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4303
4304 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4305 keyword for Python 2.5.
4306
4307 2007-02-26 Romain Francoise <romain@orebokech.com>
4308
4309 * net/net-utils.el (whois-server-tld): Update server for .org.
4310 (whois-server-list): Add whois.publicinterestregistry.net.
4311 (whois-guess-server): Fix formatting in docstring.
4312
4313 2007-02-26 Kim F. Storm <storm@cua.dk>
4314
4315 * mouse.el (mouse-show-mark): Run hooks and perform command
4316 remapping for mouse-region-delete-keys.
4317
4318 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4319
4320 * font-core.el (font-lock-mode): Doc fix.
4321
4322 2007-02-25 Kim F. Storm <storm@cua.dk>
4323
4324 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4325 Add selected buffer to buffer-name-history.
4326 (ido-file-internal): Set this-command to fallback command.
4327 Add file names to file-name-history.
4328
4329 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4330 Apply minibuffer-prompt-properties.
4331
4332 2007-02-25 Andreas Schwab <schwab@suse.de>
4333
4334 * files.el (hack-one-local-variable-eval-safep): Correct handling
4335 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4336
4337 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4338
4339 * textmodes/org.el (org-table-overlay-coordinates)
4340 (org-table-toggle-coordinate-overlays): New functions.
4341 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4342 New variables.
4343 (org-startup-with-deadline-check): Remove option.
4344 (org-mode): Remove deadline check on startup.
4345 (org-table-limit-column-width): Remove option.
4346 (org-table-formula-numbers-only): Remove option.
4347 (org-link-style, org-link-format): Remove options.
4348 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4349 (org-export-ascii-show-new-buffer)
4350 (org-export-html-show-new-buffer): Remove options.
4351 (org-activate-links): Remove camel option.
4352 (org-file-link-context-use-camel-case): Remove option.
4353 (org-camel-regexp): Remove variable.
4354 (org-activate-camels): Remove function.
4355 (org-store-link): Remove Camel stuff.
4356 (org-make-org-heading-camel): Remove function.
4357 (org-open-at-point): Remove camel stuff.
4358 (org-link-search): Remove camel stuff.
4359 (org-camel-to-words): Function removed.
4360 (org-get-agenda-file-buffer): Make sure we prepare the base
4361 buffers, not any indirect buffers.
4362 (org-sort-entries): Sort top-level when not on a headline, and no
4363 active region.
4364 (org-in-regexp): New function.
4365 (org-search-not-self): Rename from `org-search-not-link'.
4366 (org-open-link-marker): New variable.
4367 (org-open-at-point): Set `org-open-link-marker'.
4368 (org-print-icalendar-entries): Fixe bug with excluding DONE
4369 entries from the exported list.
4370 (org-edit-formula-lisp-indent): New command.
4371 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4372 (orgtbl-to-latex, orgtbl-insert-radio-table)
4373 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4374 (orgtbl-radio-table-templates): New option.
4375 (org-store-link-props):
4376 (org-remember-templates): More possibilities to insert info
4377 into templates.
4378 (org-remember-apply-template): Make use of the extended
4379 template capabilities.
4380 (org-remember-redo-template): New command.
4381 (org-upgrade-old-links)
4382 (org-table-modify-formulas, org-table-replace-in-formulas)
4383 (org-table-find-dataline)
4384 (org-table-get-vertical-vector): Remove functions.
4385 (org-table-remove-rectangle-highlight)
4386 (org-time-stamp-format, org-toggle-log-option)
4387 (org-table-highlight-rectangle)
4388 (org-table-iterate, org-table-make-reference):
4389 (org-translate-time, org-tree-to-indirect-buffer)
4390 (org-table-field-info, org-table-fix-formulas)
4391 (org-table-force-dataline, org-table-get-descriptor-line)
4392 (org-table-get-range)
4393 (org-skip-comments, org-sort)
4394 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4395 (org-table-current-dline, org-table-current-field-formula)
4396 (org-table-edit-backward-field)
4397 (org-table-edit-formulas-post-command)
4398 (org-table-edit-line-down, org-table-edit-line-up)
4399 (org-agenda-archive)
4400 (org-agenda-clock-cancel)
4401 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4402 (org-agenda-open-link, org-agenda-show-new-time)
4403 (org-agenda-skip-subtree-when-regexp-matches)
4404 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4405 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4406 (org-do-sort, org-file-image-p, org-find-overlays)
4407 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4408 (org-highlight-until-next-command, org-isearch-end)
4409 (org-match-any-p, org-next-link, org-previous-link):
4410 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4411 (org-rewrite-old-row-references)
4412 (org-isearch-post-command)
4413 (org-table-edit-move, org-table-edit-next-field)
4414 (org-table-edit-scroll, org-table-edit-scroll-down)
4415 (org-set-frame-title, org-show-reference)
4416 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4417 (org-show-variable): Remove command.
4418 (org-add-log-maybe): New arguments STATE, FINDPOS
4419 (org-table-sort-lines): Rewrite from scratch.
4420 (org-link-search): New argument AVOID-POS.
4421 (org-print-icalendar-entries): Remove argument CATEGORY.
4422 (org-run-agenda-series): Remove argument WONDOW.
4423 (org-next-link, org-previous-link): New commands.
4424 (org-agenda-date-format): New option.
4425 (org-table-iterate): New command.
4426 (org-table-modify-formulas)
4427 (org-table-replace-in-formulas): Remove functions.
4428 (org-table-fix-formulas): New function.
4429 (org-table-insert-column, org-table-delete-column)
4430 (org-table-move-column): Use `org-table-fix-formulas'.
4431 (org-follow-gnus-link): Patch from Bastien/Leo.
4432 (org-table-current-field-formula): New function.
4433 (org-file-image-p): New function.
4434 (org-agenda-show-new-time): New function.
4435 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4436 (org-with-remote-undo): New macro.
4437 (org-agenda-undo): New command.
4438 (org-verify-change-for-undo): New function.
4439 (org-time-stamp-format): New function.
4440 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4441 by user.
4442 (org-match-any-p): New function.
4443 (org-make-tags-matcher): Handle regular expressions for tag and
4444 todo matches.
4445 (org-read-date): Accept "+N" as input for a date relative to the
4446 current date.
4447 (org-remove-subtree-entries-from-agenda): New function.
4448 (org-agenda-archive, org-agenda-kill):
4449 Use `org-remove-subtree-entries-from-agenda'.
4450 (org-do-sort, org-sort-entries): New functions.
4451 (org-sort): New command.
4452 (org-table-sort-lines): Use `org-do-sort'.
4453 (org-fix-decoded-time): New function.
4454 (org-table-number-regexp): Require 0x... to identify as number
4455 in tables.
4456 (org-startup-options): New keywords for note taking.
4457 (org-upgrade-old-links): Remove function.
4458 (org-get-repeat): New function.
4459 (org-show-context): Also show siblings on current level.
4460 (org-show-siblings): New function.
4461 (org-isearch-end, org-isearch-post-command): New functions.
4462 (org-show-siblings): New option.
4463 (org-show-context): Use `org-show-siblings'.
4464 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4465 to be bound, because user may just use elisp.
4466
4467 2007-02-24 Kim F. Storm <storm@cua.dk>
4468
4469 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4470 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4471
4472 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4473
4474 * startup.el (command-line): Also check if the abbrev file is readable.
4475
4476 2007-02-24 John Paul Wallington <jpw@pobox.com>
4477
4478 * net/tls.el (tls-certtool-program): Fix custom type.
4479
4480 * mail/feedmail.el (feedmail-message-id-generator)
4481 (feedmail-date-generator): Fix custom types.
4482
4483 * mail/rmail.el (rmail-message-filter): Fix custom type.
4484
4485 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4486
4487 * startup.el (command-line): If simple.el cannot be found, proceed
4488 with a warning message.
4489
4490 2007-02-24 Kenichi Handa <handa@m17n.org>
4491
4492 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4493 case that BEG is a string.
4494
4495 2007-02-24 Chris Moore <dooglus@gmail.com>
4496
4497 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4498 * pgg-pgp.el (pgg-pgp-encrypt-region):
4499 * pgg-gpg.el (pgg-gpg-encrypt-region):
4500 Check pgg-encrypt-for-me if no other recipients.
4501
4502 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4503
4504 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4505
4506 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4507 shell-quote-argument.
4508
4509 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4510
4511 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4512 from the comint buffer instead of the temporary one.
4513
4514 2007-02-23 David Reitter <david.reitter@gmail.com>
4515
4516 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4517 storing it in recentf-exclude.
4518
4519 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4522 in splash screen.
4523
4524 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4525
4526 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4527 commands, for restart.
4528 (idlwave-shell-current-module): Fix handling of module name by type.
4529 (idlwave-shell-break-in): Update type handling.
4530 (idlwave-shell-bp-get): Encode type in BP structure.
4531 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4532 (idlwave-shell-module-source-query): Query routine info based on type.
4533 Fix path parsing for non-compiled files.
4534 (idlwave-shell-module-source-filter): Don't signal error in filter
4535 if no source found.
4536 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4537 filter race.
4538
4539 2007-02-22 Kim F. Storm <storm@cua.dk>
4540
4541 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4542 (editable-field): Document need to put some text before the %v
4543 escape in :format string.
4544
4545 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4548 (vc-svn-use-edit): Remove unused config var.
4549 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4550
4551 * outline.el (hide-sublevels): Keep empty last line, if available.
4552
4553 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4554 rather than the corresponding unicode char, to make the code
4555 more readable.
4556
4557 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4560 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4561 (speedbar-item-info-tag-helper): Doc fixes.
4562
4563 2007-02-19 Kenichi Handa <handa@m17n.org>
4564
4565 * international/mule-cmds.el (locale-language-names):
4566 Map "eo" to "Esperanto".
4567
4568 * language/european.el ("Esperanto"): New language environment.
4569
4570 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4571
4572 * simple.el (kill-line): Doc fix.
4573
4574 2007-02-17 Kim F. Storm <storm@cua.dk>
4575
4576 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4577 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4578 (bindat--unpack-group, bindat--pack-group):
4579 Handle vectors with optional element type.
4580
4581 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4582
4583 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4584 if PASSPHRASE is given.
4585
4586 2007-02-17 Chris Moore <dooglus@gmail.com>
4587
4588 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4589 Recognize backups of bz2 compressed files.
4590
4591 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4592
4593 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4594 to nil to speed up lookup of the symbol in index nodes.
4595
4596 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4597
4598 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4599 Add indentation for the constants of Lisp.
4600
4601 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4602
4603 * ps-print.el: Use (defvar <foo>) where applicable.
4604 (ps-print-emacs-type): Remove.
4605 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4606 (ps-frame-parameter): Align its call-convention with frame-parameter.
4607 (ps-begin-job): Adjust calls to it appropriately.
4608 (ps-setup): Don't print ps-print-emacs-type.
4609 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4610 Define in such a way that it's obvious that it's defined.
4611 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4612 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4613 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4614
4615 2007-02-15 Alan Mackenzie <acm@muc.de>
4616
4617 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4618 an empty one-line C-style comment, post-position point properly.
4619
4620 2007-02-15 Chris Moore <dooglus@gmail.com>
4621
4622 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4623 (isearch-lazy-highlight-new-loop): Bind it.
4624 (isearch-lazy-highlight-search): Use it.
4625
4626 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4627
4628 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * font-lock.el (font-lock-extend-region-wholelines):
4631 Only return non-nil if the region has really been changed.
4632 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4633
4634 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4635
4636 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4637 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4638 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4639
4640 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * faces.el (color-values): Revert changes to docstring from
4643 2007-01-31 and 2000-09-07.
4644
4645 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4646 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4647 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4648 (ispell-help): Fix typos in docstring and output message.
4649
4650 2007-02-14 Kim F. Storm <storm@cua.dk>
4651
4652 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4653 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4654 (grep): Fix lgrep reference.
4655
4656 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4657 (standard-display-underline): Use make-glyph-code.
4658
4659 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4660
4661 * international/latin1-disp.el (latin1-display-char):
4662 Use make-glyph-code.
4663
4664 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * ehelp.el (with-electric-help, electric-help-exit)
4667 (electric-help-retain): Doc fixes.
4668
4669 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4670 (byte-compile-file): Doc fixes.
4671
4672 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4673
4674 * term/mac-win.el: Change all uses of
4675 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4676 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4677 (mac-ae-get-url): Call select-frame-set-input-focus.
4678 (mac-dnd-handle-drag-n-drop-event): Don't call
4679 select-frame-set-input-focus.
4680
4681 2007-02-13 Kenichi Handa <handa@m17n.org>
4682
4683 * international/characters.el: Fix documentation of category `a'.
4684
4685 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4686
4687 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4688
4689 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4692 (tramp-get-remote-ln): Handle error case.
4693 Reported by Chris Moore <dooglus@gmail.com>.
4694
4695 2007-02-11 Kim F. Storm <storm@cua.dk>
4696
4697 * bindings.el (ctl-x-map): Remove register compatibility bindings
4698 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4699
4700 2007-02-11 Richard Stallman <rms@gnu.org>
4701
4702 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4703 in load history.
4704
4705 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4706 condition -- don't fail to stop at endpos.
4707
4708 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4709
4710 * textmodes/org.el (org-agenda-get-todos)
4711 (org-agenda-get-timestamps, org-agenda-get-closed)
4712 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4713 (org-agenda-get-blocks, org-format-agenda-item)
4714 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4715 from `category' to `org-category'.
4716
4717 2007-02-11 Kenichi Handa <handa@m17n.org>
4718
4719 * international/titdic-cnv.el (titdic-convert): Force files be written
4720 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4721 (miscdic-convert): Force files be written with Unix-like eol format.
4722
4723 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4726
4727 * calculator.el (calculator-prompt): Doc fix.
4728 (calculator-mode-map): Fix typo in menu entry.
4729
4730 2007-02-10 Jay Belanger <belanger@truman.edu>
4731
4732 * calculator.el (calculator): Do more extensive checking for when
4733 3 lines should be used for the calculator.
4734
4735 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4736
4737 * info-look.el (info-lookup-make-completions):
4738 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4739 index nodes.
4740
4741 * info.el (Info-fontify-maximum-menu-size): Document the effect
4742 of a nil value.
4743 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4744 non-nil before using it as size.
4745
4746 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * subr.el (insert-for-yank-1): Prevent read-only properties from
4749 interfering with text property operations.
4750
4751 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4752
4753 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4754 (image-type-auto-detected-p): Fail if another match is found in
4755 auto-mode-alist.
4756
4757 * files.el (magic-mode-alist): Call image-mode instead of
4758 image-mode-maybe for autodetected images.
4759
4760 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4763 Fix typos in docstrings.
4764 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4765
4766 2007-02-09 Kim F. Storm <storm@cua.dk>
4767
4768 * emacs-lisp/float-sup.el: Remove obsolete comment.
4769
4770 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4773
4774 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4775
4776 * simple.el: Revert previous change, at request of RMS:
4777 (fundamental-mode-hook): Remove.
4778 (fundamental-mode): Run after-change-major-mode-hooks manually,
4779 and don't run the now-nonexistent fundamental-mode-hook.
4780
4781 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4782
4783 * simple.el (fundamental-mode-hook): Declare new hook.
4784 (fundamental-mode): Run the new dedicated hook, and don't run
4785 after-change-major-mode-hooks manually anymore.
4786
4787 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4790 added columns of chars. Remove support for the "no-meta-info" format.
4791 Prompted by Romain Francoise <romain@orebokech.com>.
4792
4793 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4794
4795 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4796 (gdb-mouse-until, gdb-mouse-jump): Use it.
4797
4798 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4799
4800 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4801 work when there is just an assembler buffer (no source buffer).
4802
4803 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4804
4805 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4806 just because the diff was produced using "-p" (--show-c-function).
4807
4808 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * faces.el (frame-set-background-mode): Use `color-values' and
4811 `display-color-p', not `x-color-values' and `x-display-color-p'.
4812 (face-valid-attribute-values): Use `defined-colors' instead of
4813 `x-defined-colors'.
4814
4815 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4816
4817 * ps-print.el: The ps-print commands without face printing should not
4818 print background color. Reported by Leo <sdl.web@gmail.com>.
4819 (ps-print-version): New version 6.7.3.
4820 (ps-begin-job): New arg. Fix ps-default-background and
4821 ps-default-foreground initialization.
4822 (ps-face-attributes): Fix doc string.
4823 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4824
4825 * printing.el: Fix ps-print link.
4826
4827 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * faces.el (face-set-after-frame-default): Compile attributes to
4830 be set by frame parameters before merging in X resources.
4831
4832 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4833
4834 * simple.el (blink-matching-paren-dont-ignore-comments):
4835 (blink-matching-paren-on-screen): Doc fixes.
4836
4837 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4840
4841 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4844 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4845 entries like `defun'. Return nil.
4846
4847 2007-02-05 Kim F. Storm <storm@cua.dk>
4848
4849 * ido.el: Doc fixes.
4850
4851 2007-02-04 David Kastrup <dak@gnu.org>
4852
4853 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4854 `mpuz-allow-double-multiplicator' is non-zero, and correct
4855 calculation of `min'.
4856
4857 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4858
4859 * wid-edit.el (widget-default-create): Insert new text at the
4860 :from marker _after_ the marker, not before it.
4861
4862 2007-02-04 Alan Mackenzie <acm@muc.de>
4863
4864 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4865 containing it is re-indented.
4866
4867 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * net/newsticker.el (newsticker--insert-image): Update docstring,
4870 and insert the image directly.
4871 (newsticker--buffer-redraw): Update docstring.
4872
4873 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4874 Rename from define-global-minor-mode.
4875
4876 * progmodes/cwarn.el (global-cwarn-mode):
4877 * emacs-lisp/autoload.el (make-autoload):
4878 * hi-lock.el (global-hi-lock-mode):
4879 * font-core.el (global-font-lock-mode): All callers changed.
4880
4881 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4882
4883 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4884 Don't copy @ignore lines into menu descriptions.
4885 (texinfo-multi-file-update): Goto the @node line before attempting
4886 to pluck the node name.
4887 (texinfo-multiple-files-update): Reverse the optional arguments'
4888 order, as per the doc string and the `interactive' form.
4889
4890 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * image-mode.el: Use autoload to avoid overriding disabled setting
4893 applied in .emacs.
4894
4895 2007-02-03 Alan Mackenzie <acm@muc.de>
4896
4897 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4898 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4899 adjacent paren groups).
4900
4901 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4902
4903 * progmodes/ebnf2ps.el: Doc fixes.
4904 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4905
4906 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4907
4908 * dired-x.el (dired-do-relsymlink): Add reference to
4909 dired-do-symlink. Add an autoload cookie.
4910
4911 * dired-aux.el (dired-do-symlink): Add reference to
4912 dired-do-relsymlink.
4913
4914 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4915
4916 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4917 <left-fringe mouse-3>: New bindings.
4918
4919 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4920
4921 * net/newsticker.el (newsticker-version): Changed to "1.10".
4922 (newsticker--set-customvar): Doc string.
4923 (newsticker-new-item-face): Doc string.
4924 (newsticker-mode): Initialize `invisibility-spec' with t.
4925 (newsticker-mode-map): Added
4926 `newsticker-mark-all-items-at-point-as-read'.
4927 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4928 (newsticker-w3m-show-inline-images): Do not call
4929 `w3m-remove-image'.
4930 (newsticker--buffer-after-w3m-insert-image): New advice for
4931 w3m-insert-image to cache images.
4932 (newsticker-next-item-same-feed): New.
4933 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4934 (newsticker-mark-all-items-of-feed-as-read): New.
4935 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4936 (newsticker-mark-item-at-point-as-read): Doc string.
4937 (newsticker-mark-item-at-point-as-read): Use new functions.
4938 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4939 `newsticker-mark-item-at-point-as-read'.
4940 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4941 (newsticker--sentinel): Yet another xml-parser workaround.
4942 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4943 days.
4944 (newsticker--buffer-do-insert-text): Fix.
4945 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4946 (newsticker--buffer-make-item-completely-visible):
4947 `switch-to-buffer' not necessary.
4948
4949 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4950
4951 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4952 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4953 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4954 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4955 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4956
4957 2007-02-02 Kenichi Handa <handa@m17n.org>
4958
4959 * international/quail.el (quail-show-key): Fix an error message.
4960
4961 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * faces.el (set-face-underline-p, modify-face): Rename arg
4964 UNDERLINE-P to UNDERLINE (it is not a flag).
4965
4966 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4967
4968 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4969 when adding gdb-speedbar-update to gdb-input-queue.
4970
4971 2007-02-01 Kenichi Handa <handa@m17n.org>
4972
4973 * international/quail.el (quail-show-key): Signal an error if the
4974 current input method is not using Quail.
4975
4976 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4977
4978 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4979 Trim leading whitespace in sysvar names.
4980
4981 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4984
4985 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4986
4987 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4988
4989 2007-01-31 Romain Francoise <romain@orebokech.com>
4990
4991 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4992 previous change to this file.
4993
4994 2007-01-31 Jason Rumney <jasonr@gnu.org>
4995
4996 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4997 image-mode.
4998
4999 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5000 interfering with attempt to set major mode from modified
5001 auto-mode-alist.
5002
5003 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5004
5005 * faces.el (color-values): Doc fix.
5006 (face-differs-from-default-p): Don't check :foreground twice.
5007
5008 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5009
5010 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5011
5012 2007-01-31 Kenichi Handa <handa@m17n.org>
5013
5014 * international/quail.el (quail-store-decode-map-key): Store a
5015 translated character too.
5016 (quail-char-equal-p): New function.
5017 (quail-find-key1): Check character equality by quail-char-equal-p.
5018 (quail-decode-map-generated): New variable.
5019 (quail-find-key): Check quail-decode-map-generated and re-generate
5020 a decode map if necessary.
5021
5022 2007-01-30 Richard Stallman <rms@gnu.org>
5023
5024 * tutorial.el (tutorial--detailed-help): Make the list of
5025 changed keys look nicer.
5026
5027 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5028
5029 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5030 (gdb-var-delete): Use it.
5031 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5032 `in_scope'.
5033
5034 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * files.el (get-free-disk-space): Return nil for remote directories.
5037
5038 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5039 instead of "dir".
5040
5041 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * type-break.el (type-break-catch-up-event): New function.
5044 (type-break-demo-hanoi, type-break-demo-life)
5045 (type-break-demo-boring): Use it.
5046
5047 * image-mode.el (image-mode): Don't automatically view as image.
5048 (image-toggle-display): Add `disabled' property.
5049
5050 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * isearchb.el (isearchb-iswitchb):
5053 * ps-print.el (ps-build-face-reference):
5054 * emacs-lisp/shadow.el (list-load-path-shadows):
5055 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5056 * international/mule.el (find-auto-coding):
5057 * mail/supercite.el (sc-attrib-selection-list):
5058 * progmodes/cc-defs.el (c-emacs-features):
5059 * progmodes/cc-vars.el (c-offsets-alist):
5060 * progmodes/flymake.el
5061 (flymake-init-create-temp-source-and-master-buffer-copy):
5062 Fix typos in docstrings (some suggested by Chris Moore).
5063
5064 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5065 (vhdl-get-library-unit, vhdl-corresponding-begin)
5066 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5067 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5068 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5069 (vhdl-font-lock-match-item): Fix typos in docstrings.
5070 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5071 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5072 (vhdl-speedbar-insert-project-hierarchy):
5073 Improve argument/docstring consistency.
5074
5075 2007-01-29 Kenichi Handa <handa@m17n.org>
5076
5077 * international/titdic-cnv.el (py-converter): Fix previous change.
5078
5079 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * jka-compr.el (jka-compr-partial-uncompress)
5082 (jka-compr-call-process): Rebind default-directory if it is
5083 invalid. Suggested by Chris Moore.
5084
5085 * comint.el (comint-insert-input): Handle situation where the
5086 selected buffer is not the clicked buffer.
5087
5088 2007-01-29 Kenichi Handa <handa@m17n.org>
5089
5090 * international/ja-dic-cnv.el (skkdic-convert):
5091 Add byte-compile-disable-print-circle:t at the head.
5092
5093 * international/titdic-cnv.el (tit-process-header):
5094 Add byte-compile-disable-print-circle:t at the head.
5095 (miscdic-convert): Likewise.
5096 (py-converter): Skip the header comments.
5097
5098 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5099 New variable.
5100 (byte-compile-output-file-form): Bing print-circle to nil if
5101 byte-compile-output-file-form is not nil.
5102 (byte-compile-output-docform): Likewise.
5103
5104 2007-01-28 Kim F. Storm <storm@cua.dk>
5105
5106 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5107 Declare earlier to avoid byte compiler warnings.
5108
5109 2007-01-28 Markus Triska <markus.triska@gmx.at>
5110
5111 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5112
5113 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5116 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5117 when calling update-game-score program. Remove unnecessary
5118 save-excursion.
5119
5120 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5121
5122 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5123
5124 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5125 avoid compiler warning.
5126 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5127 might have values other than "true" or "false".
5128
5129 2007-01-28 Richard Stallman <rms@gnu.org>
5130
5131 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5132 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5133
5134 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5135
5136 * image.el (image-type-header-regexps): Make GIF regex more specific.
5137
5138 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5139 Don't check `backspace'.
5140 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5141 in Fundamental mode.
5142
5143 * startup.el (fancy-splash-text, normal-splash-screen):
5144 Mention C-g.
5145
5146 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5147 when inserting in buffer.
5148
5149 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5150 inside the if.
5151
5152 2007-01-27 Richard Stallman <rms@gnu.org>
5153
5154 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5155
5156 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5157
5158 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5159 enum/union/struct/class definition.
5160 Revert change to call `forward-sexp' multiple times.
5161
5162 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * files.el (hack-local-variables-confirm): Don't keep trying to
5165 read an event from an empty kbd macro.
5166
5167 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5168
5169 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5170
5171 2007-01-27 Ben North <ben@redfrontdoor.org>
5172
5173 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5174 the arg CHILDREN -> WHICH.
5175
5176 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5179 default-directory to a sane value when calling start-process.
5180
5181 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5182
5183 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5184 (ls-lisp-format-time-list): Doc fix. Mention
5185 ls-lisp-use-localized-time-format.
5186 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5187 ls-lisp-use-localized-time-format is non-nil, even if a valid
5188 locale is defined.
5189
5190 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * jka-compr.el (jka-compr-shell): Doc fix.
5193
5194 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5195
5196 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5197
5198 * ps-print.ps: Fix background height.
5199 (ps-print-version): New version 6.7.2.
5200
5201 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5202
5203 * makefile.w32-in (finder-data, custom-deps): Depend on
5204 $(lisp)/loaddefs.el.
5205
5206 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5207
5208 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5209
5210 2007-01-24 Miles Bader <miles@gnu.org>
5211
5212 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5213 (byte-compile-output-docform): Bind `print-circle' to t.
5214
5215 2007-01-24 Kenichi Handa <handa@m17n.org>
5216
5217 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5218 file name of the original SKK dictionary file.
5219
5220 2007-01-24 Kim F. Storm <storm@cua.dk>
5221
5222 * ido.el (ido-initial-position): New variable.
5223 (ido-read-internal): Set it if default item is specified.
5224 (ido-minibuffer-setup): Position cursor accordingly if set.
5225 (ido-edit-input): C-e moves to end of input if not already there.
5226 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5227 Don't switch to buffer mode if repeating C-b at start of input.
5228 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5229 input; else it moves to start of input.
5230 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5231 not at end of input, delete rest of input, rather than normal op.
5232
5233 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5234
5235 * emulation/viper-keym.el (viper-insert-basic-map):
5236 Delete binding for S-TAB.
5237
5238 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5239 of message. Activate mark.
5240 (ediff-activate-mark): Set transient-mark-mode to t.
5241
5242 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5243
5244 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5245
5246 * help-fns.el (describe-variable): Don't suppress display of
5247 buffer local value when the value is "large".
5248
5249 2007-01-22 Kim F. Storm <storm@cua.dk>
5250
5251 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5252 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5253 (ido-tidy): Use ido-active.
5254
5255 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5256
5257 * hexl.el (hexl-mode-exit): Add missing quote.
5258
5259 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5260
5261 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5262 (mac-ae-keyboard-modifiers): New function.
5263 (mac-handle-toolbar-switch-mode): Use it.
5264 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5265 if keyboard modifiers on drop contain option key.
5266 (mac-dnd-drop-data): Add optional argument `action'.
5267 (special-event-map): Remove binding for M-drag-n-drop.
5268
5269 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5270
5271 * add-log.el (add-log-current-defun): Use CC Mode functions to
5272 find the beginning and end of a defun.
5273
5274 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5275
5276 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5277 (gdb-var-create-handler): Handle value field in GDB output of
5278 -var-create.
5279 (gdb-max-frames): New variable.
5280 (gdb-stack-buffer, gdb-frames-select): Use it.
5281 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5282 if necessary.
5283 (gdb-get-frame-number): Simplify.
5284
5285 2007-01-21 Glenn Morris <rgm@gnu.org>
5286
5287 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5288 Update copyrights.
5289
5290 2007-01-21 Alan Mackenzie <acm@muc.de>
5291
5292 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5293 handling of K&R stuff.
5294
5295 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5296
5297 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5298
5299 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5300
5301 * ps-print.el: Handle frame parameters (background and/or foreground
5302 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5303 (ps-print-version): New version 6.7.1.
5304 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5305 (ps-frame-parameter): New fun.
5306 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5307 Fix doc and customization.
5308 (ps-begin-job): Get frame parameters (background and/or foreground
5309 colors).
5310 (ps-do-despool): Ensure ps-printer-name has a valid value.
5311
5312 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5313
5314 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5315 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5316 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5317 mean unlimited.
5318
5319 2007-01-20 Alan Mackenzie <acm@muc.de>
5320
5321 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5322 much more rigorous analysis of putative K&R regions.
5323
5324 2007-01-20 Alan Mackenzie <acm@muc.de>
5325
5326 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5327 New functions.
5328
5329 2007-01-20 Alan Mackenzie <acm@muc.de>
5330
5331 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5332 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5333 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5334 * progmodes/cc-vars.el: Add my name.
5335
5336 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * files.el (find-alternate-file): Revert query message to Emacs 21
5339 version.
5340
5341 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5342
5343 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5344 the doc string how to use personal abbrevs without electric
5345 keywords.
5346
5347 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5348
5349 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5350 Fixed cursor position when toggle abbreviated display.
5351
5352 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5353
5354 * t-mouse.el: Update copyright following assignment by
5355 Alessandro Rubini.
5356
5357 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5360 (type-break-demo-boring): Call read-event instead of read-char.
5361
5362 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5363
5364 * progmodes/compile.el: Add handling for makepplog.
5365
5366 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5367
5368 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5369 aspell dictionaries are initialized when called non-interactively.
5370
5371 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * progmodes/compile.el (compilation-loop): New arg limit.
5374 Handle case where the first error is at point-min.
5375 (compilation-next-error): New arg to compilation-loop call.
5376
5377 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5378
5379 * info.el (Info-default-dirs): Change default info dir to
5380 share/info.
5381
5382 * paths.el (Info-default-directory-list): Ditto.
5383
5384 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5385
5386 * hexl.el (hexl-before-revert-hook): New function.
5387 (hexl-mode): Use it.
5388 (hexl-after-revert-hook): Just call hexl-mode.
5389 (hexl-mode-exit): Remove before-revert-hook.
5390
5391 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5394
5395 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5396
5397 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5398 by "-" in francais7 otherchars entry.
5399 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5400 otherchars entry.
5401
5402 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5403
5404 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5405 path. Rewrite function in `cond' style for readability.
5406
5407 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5408 (The path shortening, that is, not the rearrarangement.)
5409
5410 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5411
5412 * term/mac-win.el (mac-ae-quit-application): New function.
5413 (mac-apple-event-map): Bind "quit application" Apple event to it.
5414
5415 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5418 than the program's output.
5419
5420 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5421
5422 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5423 (kmacro-start-macro-or-insert-counter)
5424 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5425 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5426
5427 * longlines.el (longlines-show-hard-newlines):
5428 * ruler-mode.el (ruler-mode-ruler):
5429 * emulation/keypad.el (keypad-setup):
5430 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5431 Fix typo in docstring.
5432
5433 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5434
5435 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5436 Remove redirect character ">".
5437
5438 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * replace.el (perform-replace): Remove leftover code.
5441
5442 2007-01-12 Richard Stallman <rms@gnu.org>
5443
5444 * replace.el (perform-replace): Don't clear NODENT when computing
5445 the replacement string.
5446
5447 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * net/tramp.el (tramp-handle-file-local-copy):
5450 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5451 <christopher.ian.moore@gmail.com>.
5452
5453 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * diff-mode.el (diff-sanity-check-context-hunk-half)
5456 (diff-sanity-check-hunk): New functions.
5457 (diff-find-source-location): Use'em to check the hunks are well-formed.
5458
5459 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5460 activate undo when undo is not active.
5461 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5462
5463 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5466 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5467 (ffap-url-at-point): Use char-classes rather than "a-z".
5468
5469 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5470
5471 * ediff-init.el (ediff-autostore-merges):
5472 * textmodes/fill.el (fill-region): Doc fix.
5473
5474 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5475
5476 * server.el (server-ensure-safe-dir): UIDs may be floats.
5477
5478 2007-01-10 Richard Stallman <rms@gnu.org>
5479
5480 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5481 around calls to directory-files.
5482
5483 * subr.el (momentary-string-display): Use save-excursion.
5484
5485 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5486 argument, but read it as `X' does.
5487
5488 2007-01-09 Juri Linkov <juri@jurta.org>
5489
5490 * info.el (Info-fontify-node): Don't hide node names of index entries.
5491
5492 * faces.el (momentary): Change :group to basic-faces where all
5493 basic faces belong to. Add :version.
5494
5495 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5496
5497 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5498 keybinding is found.
5499 (tutorial--find-changed-keys): Never treat null keybinding as a
5500 remapping.
5501
5502 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5503
5504 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5505
5506 2007-01-09 Kenichi Handa <handa@m17n.org>
5507
5508 * international/mule-cmds.el
5509 (select-safe-coding-system-interactively): Fix message.
5510
5511 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5514 (tramp-process-actions): Add optional parameter TIMEOUT.
5515 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5516 (tramp-open-connection-su): Add timeout of 60".
5517
5518 2007-01-09 Richard Stallman <rms@gnu.org>
5519
5520 * progmodes/compile.el (compile): Doc fix.
5521
5522 2007-01-09 Markus Triska <markus.triska@gmx.at>
5523
5524 * tumme.el (tumme-display-thumb): Doc fix.
5525
5526 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * battery.el (battery-search-for-one-match-in-files):
5529 * bindings.el (mode-line-minor-mode-help):
5530 * x-dnd.el (x-dnd-types-alist):
5531 * calendar/icalendar.el (icalendar-import-buffer):
5532 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5533
5534 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5535
5536 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5537
5538 * replace.el (replace-regexp): Fix typo in docstring.
5539
5540 2007-01-07 Alan Mackenzie <acm@muc.de>
5541
5542 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5543 Amend doc-string and comments.
5544
5545 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5546
5547 * files.el (abbreviate-file-name): Doc fix.
5548
5549 2007-01-06 Markus Triska <triska@gmx.at>
5550
5551 * subr.el (split-string): Remove spurious ")" from doc string.
5552
5553 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5554
5555 * textmodes/table.el (table--warn-incompatibility):
5556 Use display-warning instead of momentary-string-display.
5557
5558 2007-01-05 Richard Stallman <rms@gnu.org>
5559
5560 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5561
5562 * simple.el (backward-kill-word): Doc fix.
5563
5564 2007-01-05 Romain Francoise <romain@orebokech.com>
5565
5566 * international/mule.el (sgml-html-meta-auto-coding-function):
5567 Ensure that the buffer contains a HTML document.
5568
5569 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5570
5571 * faces.el (momentary): Move here ...
5572 * subr.el (momentary): ... from here.
5573
5574 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5575
5576 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5577 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5578 large structures/arrays.
5579
5580 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5581
5582 * files.el (find-file-noselect-1, set-visited-file-name):
5583 Allow backup-enable-predicate to be nil.
5584
5585 2007-01-04 Andreas Schwab <schwab@suse.de>
5586
5587 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5588 last change.
5589
5590 2007-01-03 Richard Stallman <rms@gnu.org>
5591
5592 * woman.el (woman-decode-buffer): Clarify error message.
5593
5594 2007-01-03 Alan Mackenzie <acm@muc.de>
5595
5596 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5597
5598 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5599
5600 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5601
5602 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5605
5606 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5607
5608 * emulation/viper.el (viper-custom-file-name, viper-mode):
5609 Fix typos in docstrings.
5610
5611 * subr.el (momentary-string-display): After moving point, set POS
5612 variable to it to avoid later errors once the buffer is modified.
5613 Doc fix.
5614
5615 2007-01-02 Alan Mackenzie <acm@muc.de>
5616
5617 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5618 check that the "*/" is present before trying to manipulate it.
5619
5620 2007-01-02 Richard Stallman <rms@gnu.org>
5621
5622 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5623
5624 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5625 Fix format of value.
5626
5627 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5628 Change messages accordingly.
5629 (customize-customized): Now alias.
5630
5631 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * files.el (version-control): Doc fix.
5634
5635 2007-01-01 Alan Mackenzie <acm@muc.de>
5636
5637 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5638 Check the format of c-state-cache is valid for an optimisation before
5639 using it.
5640
5641 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5642 are at a statement within a macro". Other changes so that only
5643 the first continuation line in a macro gets the symbol
5644 `cpp-define-intro', the others getting `statement', or whatever.
5645
5646 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5647 a string, preserve whitespace. Add a backslash only when also in
5648 a macro.
5649
5650 * progmodes/cc-defs.el: Correct typos.
5651
5652 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5653 new line after an escaped EOL in a string.
5654
5655 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5656 label when it directly follows "else", "do", ....
5657
5658 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5659 angle brackets (as seen in "explicit specialisations" of C++
5660 templates).
5661
5662 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5663 in the doc-string.
5664
5665 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5666 when the comment ender looks like "=========*/" and is alone on
5667 its line.
5668
5669 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5670 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5671 for the old name.
5672
5673 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5674 c-\(beginning\|end\)-of-defun by default.
5675
5676 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5677 New line-up function, for the DEFUN macro in the Emacs C sources.
5678 Only used in "gnu" style.
5679
5680 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5681 the "gnu" style.
5682
5683 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5684 clean-up comment-close-slash also to work when there's a comment
5685 terminator on the line.
5686 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5687 these for large arg - only take account of top level {..}, except
5688 for initial and final adjustments. M-- C-M-[ae] now go to the
5689 right defuns when the starting point is between defuns. They use
5690 the four new functions:
5691 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5692 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5693 support c-\(beginning\|end\)-of-defun.
5694
5695 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5696 expressions more rigorously, to exclude bit-field specifiers from
5697 being classed as labels.
5698 (c-forward-label): When analyzing a ":" within a macro, be careful
5699 about using c-forward-syntactic-ws at the macro beginning.
5700 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5701 stmt boundary, check for "operator=", etc.
5702
5703 * progmodes/cc-mode.el (c-postprocess-file-styles):
5704 Bind inhibit-read-only to t, around the call to
5705 c-remove-any-local-eval-or-mode-variables, so that it works on a
5706 RO file.
5707
5708 * progmodes/cc-defs.el (c-version): Update the version number to
5709 "5.31.4".
5710
5711 2007-01-01 Richard Stallman <rms@gnu.org>
5712
5713 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5714 only if we restored isearch-window-configuration.
5715
5716 2006-12-31 Romain Francoise <romain@orebokech.com>
5717
5718 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5719
5720 2006-12-31 Kim F. Storm <storm@cua.dk>
5721
5722 * files.el (auto-mode-case-fold): New defcustom.
5723 (set-auto-mode): If non-nil, perform second case-sensitive pass
5724 through auto-mode-alist if first pass failed.
5725
5726 2006-12-30 Richard Stallman <rms@gnu.org>
5727
5728 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5729
5730 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5731
5732 * allout.el (allout-encrypt-string): Handle symmetric-key
5733 passphrase caching but leave keypair caching to pgg.
5734
5735 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5736
5737 Sync with Tramp 2.0.55.
5738
5739 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5740 `integerp'. `char-equal' could fail else in case of negative
5741 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5742 (top): Check for `font-lock-add-keywords' before calling; it
5743 doesn't exist under XEmacs.
5744 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5745 (tramp-completion-mode): Remove clause (not
5746 tramp-unified-filenames), because the function is called in other
5747 context too, where this check results in wrong results in the
5748 XEmacs case on Windows.
5749 (tramp-touch): UTC handling is not possible for XEmacs.
5750
5751 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5752
5753 * scroll-bar.el (previous-scroll-bar-mode): New variable
5754 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5755 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5756
5757 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5758
5759 2006-12-30 Richard Stallman <rms@gnu.org>
5760
5761 * files.el (make-backup-file-name-1): Precompute abs name
5762 but don't lose the relative name.
5763
5764 * international/mule-cmds.el (select-safe-coding-system-interactively):
5765 Fix message.
5766
5767 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5768
5769 * files.el (backup-buffer): Show entire backup file name in msg.
5770
5771 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5772
5773 * image.el (image-type-header-regexps, image-type-from-data)
5774 (image-type-from-buffer, image-type-from-file-header):
5775 Revert changes from 2006-12-26.
5776 (image-type-auto-detectable): New variable.
5777 (image-type-auto-detected-p): New function.
5778
5779 * files.el (magic-mode-alist): Detect image files with
5780 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5781
5782 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5783
5784 * dired.el (dired-sort-other): Move test for dired-mode...
5785 (dired-sort-set-modeline): ...to here.
5786
5787 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5788
5789 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5790 change. Suggested by Stefan Monnier.
5791
5792 2006-12-29 Kim F. Storm <storm@cua.dk>
5793
5794 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5795 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5796
5797 2006-12-27 Kim F. Storm <storm@cua.dk>
5798
5799 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5800 so it doesn't accidentally match an fsf.org mail address.
5801 (authors-renamed-files-alist): Add tcover-*.el.
5802
5803 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * vc-arch.el (vc-arch-find-version): New function.
5806
5807 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5808 composed of arbitrary characters (even /) in some systems.
5809
5810 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5811
5812 * international/mule-cmds.el (select-safe-coding-system-interactively):
5813 Improve the message in the *Warning* buffer.
5814
5815 2006-12-27 Kim F. Storm <storm@cua.dk>
5816
5817 * ido.el (ido-set-matches-1): Fix last change. If default item is
5818 current buffer, it is ok to be first.
5819
5820 2006-12-27 Kenichi Handa <handa@m17n.org>
5821
5822 * international/mule-cmds.el (select-safe-coding-system-interactively):
5823 Use face `link' for problematic chars.
5824
5825 2006-12-27 Kenichi Handa <handa@m17n.org>
5826
5827 * international/mule-cmds.el (select-safe-coding-system-interactively):
5828 Improve the message in *Warning* buffer.
5829
5830 2006-12-27 Kim F. Storm <storm@cua.dk>
5831
5832 * ido.el (ido-set-matches-1): Never put current buffer first if
5833 there are other matches.
5834
5835 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5836
5837 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5838 expressions.
5839 (gdb-var-delete): Handle duplicate names. Print message for non
5840 root expressions.
5841 (gdb-partial-output-name): Start buffer name with a space.
5842 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5843 buffer name.
5844
5845 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5846
5847 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5848 last footnote when `footnote-spaced-footnotes' is nil.
5849
5850 2006-12-26 Richard Stallman <rms@gnu.org>
5851
5852 * cus-edit.el (custom-browse-sort-alphabetically)
5853 (custom-buffer-sort-alphabetically)
5854 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5855
5856 * image.el (image-type-header-regexps): Change element format
5857 to include third item NOT-ALWAYS.
5858 (image-type-from-data): Handle new format.
5859 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5860 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5861
5862 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5863
5864 * add-log.el (add-log-current-defun): Call `forward-sexp'
5865 multiple times to pick a member function name defined as
5866 part of nested classes/namespaces.
5867
5868 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5869
5870 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5871 which keymap should be used to change menu. It does not affect any
5872 existent code.
5873
5874 2006-12-26 Richard Stallman <rms@gnu.org>
5875
5876 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5877 rather than for being in a minibuffer window.
5878
5879 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5880
5881 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5882 locale-coding-system.
5883 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5884 LF.
5885
5886 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5887
5888 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5889 (sql-mode-syntax-table): Disable double quoted strings.
5890 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5891
5892 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5893
5894 * startup.el (fancy-splash-last-input-event): New variable.
5895 (fancy-splash-special-event-action): New function.
5896 (fancy-splash-screens): Temporarily bind special events to it.
5897 Execute command for saved special event before exiting from
5898 recursive editing.
5899
5900 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5901 New functions.
5902 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5903 Use mac-unread-string.
5904
5905 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5906
5907 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5908 an optimized comment regexp if `comment-start-skip' uses a ^.
5909 * bs.el (bs--up): Remove interactive spec.
5910
5911 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5914 Suggested by James Cloos.
5915
5916 2006-12-24 Kevin Ryde <user42@zip.com.au>
5917
5918 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5919 in March.
5920 (calendar-dst-ends): Default to first Sunday in November.
5921
5922 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5923
5924 * allout.el (allout-encrypt-string): Inhibit use of agent within
5925 body of let form where encryption happens. Acknowledge non-use of
5926 gpg-agent in docstring.
5927 (allout-toggle-subtree-encryption): Acknowledge non-use of
5928 gpg-agent in docstring.
5929
5930 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5931
5932 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5933
5934 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5935
5936 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5937 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5938
5939 * emulation/viper-cmd.el (viper-post-command-sentinel):
5940 Protect against errors in hooks.
5941 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5942 actually modify buffer; ignore errors if occur.
5943
5944 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5947 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5948 formatting.
5949
5950 2006-12-23 Richard Stallman <rms@gnu.org>
5951
5952 * simple.el (delete-horizontal-space): Doc fix.
5953
5954 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5955
5956 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5957 explicitly in a recursive Make, not implicitly through prerequisites,
5958 since the latter is wrong under parallel builds.
5959
5960 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5961
5962 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5963
5964 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5965
5966 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5967 message string.
5968
5969 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5970
5971 * outline.el (outline-next-visible-heading): Fix the case with a
5972 header at end-of-file with no final newline.
5973
5974 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5975
5976 * indent.el (tab-always-indent): Doc fix.
5977
5978 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5979
5980 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5981 (Info-fontify-node): Do fontify indices.
5982
5983 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5984 to the Emacs Lisp reference manual.
5985 (tutorial--tab-map): Remove. All callers changed.
5986 (tutorial--find-changed-keys): New elt QUIET, used to...
5987 (tutorial--display-changes): ...ensure that warning messages are
5988 only issued once per changed key.
5989 (tutorial--remove-remarks): Delete unused code-path.
5990 (lang-strings): Remove extraneous formatting.
5991 (tutorial--save-tutorial): Prompt before saving tutorial state.
5992
5993 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5994
5995 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5996 Replace '?\ ' by '?\s' throughout.
5997 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5998 `help' custom group.
5999 (tutorial--key-description): New function.
6000 (tutorial--display-changes): Remove redundant arg. Scan for all
6001 key sequences to avoid false matches. Cleanup.
6002 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6003 reduce homedir pollution.
6004 (help-with-tutorial): Call tutorial--display-changes with no arg.
6005
6006 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6007
6008 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6009
6010 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6011
6012 * net/tramp.el (tramp-default-method): We still need to check for
6013 `executable-find', because it is not bound under Emacs 20.
6014 (tramp-handle-file-name-completion)
6015 (tramp-completion-handle-file-name-completion): Handle optional
6016 parameter PREDICATE.
6017 (tramp-find-default-method): Add code for default values.
6018
6019 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6022 make gud-go send "continue".
6023
6024 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6025
6026 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6027 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6028
6029 2006-12-19 Kim F. Storm <storm@cua.dk>
6030
6031 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6032 instead of global-map.
6033
6034 * files.el (magic-mode-alist): Allow matching file type by
6035 calling a function at bob. Check for image types by calling
6036 image-type-from-buffer. Suggested by Juanma Barranquero.
6037 (set-auto-mode): Do it.
6038
6039 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6042 Remove "ControlMaster" option from the other `scp*' methods.
6043 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6044
6045 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6046
6047 * textmodes/org.el (org-mode): Show context after isearch.
6048 (org-show-siblings): New function.
6049 (org-show-context): Use `org-show-siblings'.
6050
6051 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6054 Use syntax-ppss-toplevel-pos.
6055
6056 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6057
6058 * textmodes/org.el (org-current-line): Make sure that lines are
6059 counted from beginning of buffer.
6060 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6061 lines are counted from beginning of buffer.
6062
6063 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * info.el (Info-build-node-completions): Signal error if tag-table
6066 marker is not found.
6067
6068 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6069
6070 2006-12-17 Alan Mackenzie <acm@muc.de>
6071
6072 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6073 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6074 Based on code by Martin Rudalics.
6075
6076 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6077 open-paren-in-column-0-is-defun-start to nil any more.
6078
6079 2006-12-17 Richard Stallman <rms@gnu.org>
6080
6081 * simple.el (delete-horizontal-space): Use prefix arg.
6082
6083 * help-fns.el (describe-variable): Improve blank separator lines.
6084
6085 * files.el (magic-mode-alist): Mark as risky.
6086
6087 * files.el (make-backup-file-name-1):
6088 Expand backup-directory explicitly.
6089
6090 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6091
6092 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6093 check whether package password.el is loaded, or Pageant is running.
6094
6095 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6096
6097 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6098 (icalendar--rris): First try Emacs, then XEmacs.
6099 (icalendar--convert-ical-to-diary): Doc fix.
6100 Insert newline at end of target file.
6101
6102 2006-12-17 Kim F. Storm <storm@cua.dk>
6103
6104 * outline.el (outline-isearch-open-invisible-function): New defvar.
6105 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6106 overlay property instead of outline-isearch-open-invisible.
6107
6108 2006-12-16 Kim F. Storm <storm@cua.dk>
6109
6110 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6111 if ido-directory-too-big is set on entry.
6112 (ido-toggle-ignore, ido-completion-help): Print message while
6113 reading big directory.
6114
6115 2006-12-15 Richard Stallman <rms@gnu.org>
6116
6117 * shell.el (shell): Doc fix.
6118
6119 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6120
6121 * emulation/edt.el (edt-xserver):
6122 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6123 to fix a problem on Cygwin.
6124
6125 * emulation/edt.el
6126 * emulation/edt-mapper.el
6127 * emulation/edt-lk201.el
6128 * emulation/edt-pc.el
6129 * emulation/edt-vt100.el: Update maintainer's email address.
6130
6131 2006-12-15 Simon Marshall <simon@gnu.org>
6132
6133 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6134
6135 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6136
6137 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6138 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6139 instead of mac-atsu-font-table.
6140 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6141
6142 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6143
6144 * align.el (align-match-tex-pattern): Fix a rare bug which
6145 hanged Emacs.
6146
6147 2006-12-14 Richard Stallman <rms@gnu.org>
6148
6149 * startup.el (use-fancy-splash-screens-p): Use frame-height
6150 instead of window-height. Pass frame to image-size.
6151
6152 2006-12-13 Kenichi Handa <handa@m17n.org>
6153
6154 * international/mule-cmds.el (set-locale-environment):
6155 Set default-sendmail-coding-system too.
6156
6157 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6158
6159 * progmodes/idlw-help.el: Fix copyright notice.
6160
6161 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6164
6165 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6166
6167 * subr.el (unread-command-char): Reformat obsolescence info.
6168
6169 2006-12-11 Richard Stallman <rms@gnu.org>
6170
6171 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6172 about calls to cl-struct-setf-expander.
6173
6174 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6177 (ediff-combination-pattern): Fix typo in docstring.
6178
6179 * textmodes/refer.el (refer-find-entry): Doc fix.
6180 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6181 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6182 Fix tipos in docstrings.
6183
6184 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6185
6186 2006-12-10 Kim F. Storm <storm@cua.dk>
6187
6188 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6189 instead of binding M-backspace.
6190
6191 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * replace.el (replace-match-data, replace-match-maybe-edit):
6194 * calc/calc-aent.el (calc-eval-error):
6195 * emulation/vi.el (vi-char-argument):
6196 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6197 (c-vsemi-status-unknown-p-fn): Doc fixes.
6198
6199 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6202 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6203
6204 2006-12-10 Masatake YAMATO <jet@gyve.org>
6205
6206 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6207
6208 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6211
6212 * man.el (Man-xref-button-action): New function. If the
6213 `Man-target-string' button property is a function, assume it
6214 accepts a position argument.
6215 (Man-abstract-xref-man-page): Use it.
6216 (Man-default-man-entry): New optional arg POS.
6217
6218 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6219 symlink arrows read-only and non-rear-sticky.
6220
6221 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6222
6223 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6224 (wdired-search-and-rename): Simplify code.
6225 (wdired-preprocess-files, wdired-preprocess-perms): Make
6226 read-only property of preceding character rear-nonsticky to
6227 avoid that it can be modified. Put old-name and old-link
6228 properties on character preceding name and replace
6229 put-text-property by add-text-properties.
6230 (wdired-get-filename, wdired-get-previous-link): Get old-name
6231 and old-link properties from character preceding name and
6232 simplify code.
6233 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6234 (wdired-perms-to-number): Make local-map property
6235 rear-nonsticky to avoid that text following permissions may be
6236 modified. Use add-text-properties instead of put-text-property
6237 when changing a permission bit.
6238 (wdired-change-to-dired-mode): Remove stickiness properties.
6239
6240 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * international/mule-cmds.el (register-input-method): Doc fix.
6243
6244 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6245
6246 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6247
6248 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6249
6250 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6251 Force buffer local defs evaluation on local variables loading.
6252 (flyspell-mode-on, flyspell-mode-off): Use it in
6253 `hack-local-variables-hook'.
6254
6255 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6256
6257 * emacs-lisp/find-func.el (find-variable): Doc fix.
6258
6259 * help-fns.el (variable-at-point): Doc fix.
6260
6261 * w32-fns.el (w32-append-code-lines): New function.
6262
6263 2006-12-09 Romain Francoise <romain@orebokech.com>
6264
6265 * comint.el (comint-insert-input): Delete obsolete comment.
6266
6267 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6270 current frame, in case we're connected to several displays.
6271
6272 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6273
6274 * frame.el (other-frame): Doc fix.
6275 (set-frame-parameter): Fix typo in docstring.
6276
6277 2006-12-07 Kim F. Storm <storm@cua.dk>
6278
6279 * info.el (Info-index): Strip leading colon from topic.
6280
6281 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6282
6283 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6284 to pointers.
6285
6286 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6287
6288 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6289 Trim out spurious class inheritance "None" entries.
6290
6291 2006-12-05 Kim F. Storm <storm@cua.dk>
6292
6293 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6294 (cua-paste-pop): Rework last change for
6295 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6296 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6297 text inserted by the last M-y command.
6298
6299 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6300
6301 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6302 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6303
6304 * shell.el (shell): Search the start file in ~/.emacs.d as
6305 `init_SHELLNAME.sh' instead.
6306
6307 2006-12-05 Glenn Morris <rgm@gnu.org>
6308
6309 * progmodes/cperl-mode.el (cperl-mode)
6310 * progmodes/f90.el (f90-mode-abbrev-table)
6311 * progmodes/fortran.el (fortran-mode-abbrev-table)
6312 * progmodes/octave-mod.el (octave-abbrev-table)
6313 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6314 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6315
6316 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6317 clear abbrev table, else saved abbrevs will not be restored.
6318
6319 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6320
6321 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6322 the call to `make-obsolete-variable', not in the docstring.
6323
6324 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6325
6326 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6327
6328 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6329
6330 * progmodes/ebnf-abn.el:
6331 * progmodes/ebnf-bnf.el:
6332 * progmodes/ebnf-dtd.el:
6333 * progmodes/ebnf-ebx.el:
6334 * progmodes/ebnf-iso.el:
6335 * progmodes/ebnf-otz.el:
6336 * progmodes/ebnf-yac.el:
6337 * progmodes/ebnf2ps.el:
6338 * delim-col.el:
6339 * printing.el:
6340 * ps-bdf.el:
6341 * ps-mule.el:
6342 * ps-print.el: Remove 'Time-stamp' comment mark.
6343
6344 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6345 'easy-menu-add-item' when called in Emacs 21 or higher.
6346
6347 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6348
6349 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6350 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6351
6352 2006-12-04 Kim F. Storm <storm@cua.dk>
6353
6354 * bindings.el (global-map): Bind [signal t] to ignore, to have
6355 user signals ignored by default.
6356
6357 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6360 Unicode data file pointed to by `describe-char-unicodedata-file'.
6361
6362 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6365 O(n^2) regexp-search by anchoring the search.
6366
6367 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6368
6369 * whitespace.el (whitespace-cleanup-internal): Use current
6370 argument for recursive call.
6371
6372 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6373
6374 * net/tramp.el (tramp-methods): Add "ControlPath" and
6375 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6376 Andreas Schwab <schwab@suse.de>.
6377 (tramp-do-copy-or-rename-file-out-of-band)
6378 (tramp-open-connection-rsh): Compute format spec for ?t.
6379 (tramp-process-actions): Trace command parameters.
6380
6381 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6382
6383 * simple.el (toggle-truncate-lines): Clarify doc string.
6384
6385 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6386 (gdb-speedbar-expand-node): Use it.
6387
6388 2006-12-04 Richard Stallman <rms@gnu.org>
6389
6390 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6391
6392 * dired.el (dired-revert): Turn off dired-after-readin-hook
6393 around call to dired-readin.
6394
6395 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6396 to echo area messages.
6397 <indicate-empty-lines, case-fold-search>:
6398 Add "globally" to Help string.
6399 <case-fold-search>: MESSAGE arg need not say "globally".
6400 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6401
6402 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6403
6404 * outline.el (outline-end-of-subtree): Don't leave an empty
6405 line hidden as we would a real next heading.
6406
6407 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6408
6409 * allout.el (allout-ascend): Add an optional argument to preserve
6410 original position of point when unsuccessful. Also, fix a
6411 docstring error.
6412 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6413 work again, using allout-ascend's new option.
6414 (allout-setup-mode-map): Extract from allout-mode to initialize
6415 allout-mode-map. Call it on file load, so the mode docstring
6416 substitutions work even if allout mode has not yet been invoked.
6417 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6418 customizations since the map was last processed. Also, refine the
6419 docstring so it's ship-shape for release.
6420 (allout-default-layout, allout-beginning-of-line-cycles)
6421 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6422 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6423 (allout-version, allout-layout, allout-infer-body-reindent)
6424 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6425 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6426 (allout-previous-heading, allout-goto-prefix-doublechecked)
6427 (allout-current-bullet-pos, allout-next-sibling-leap)
6428 (allout-pre-command-business, allout-encrypted-type-prefix)
6429 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6430 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6431 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6432 (allout-old-expose-topic, allout-listify-exposed)
6433 (allout-process-exposed, allout-latex-verb-quote)
6434 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6435 (allout-toggle-current-subtree-encryption)
6436 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6437 Remove extraneous open-paren and close paren string escapes.
6438
6439 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6440
6441 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6442 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6443 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6444 Fix typos in docstrings.
6445
6446 2006-12-03 Glenn Morris <rgm@gnu.org>
6447
6448 * progmodes/cc-align.el
6449 * progmodes/cc-awk.el
6450 * progmodes/cc-cmds.el
6451 * progmodes/cc-compat.el
6452 * progmodes/cc-defs.el
6453 * progmodes/cc-engine.el
6454 * progmodes/cc-langs.el
6455 * progmodes/cc-menus.el
6456 * progmodes/cc-mode.el
6457 * progmodes/cc-styles.el
6458 * progmodes/cc-vars.el
6459 * progmodes/vhdl-mode.el: Fix Copyright format.
6460
6461 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6462
6463 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6464 initial down event.
6465
6466 2006-12-02 Kim F. Storm <storm@cua.dk>
6467
6468 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6469 (cua-repeat-replace-region): Make M-v more robust.
6470 (cua-paste-pop-rotate-temporarily): New defcustom.
6471 (cua-paste-pop): Use it.
6472 (cua-auto-mark-last-change): New defcustom.
6473 (cua-pop-to-last-change): New helper function.
6474 (cua-set-mark): Use them.
6475
6476 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6477
6478 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6479 mini-buffer message.
6480
6481 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6482
6483 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6484
6485 2006-12-01 Ben North <ben@redfrontdoor.org>
6486
6487 * paren.el: Fix the highlight overlay extension when the user types a
6488 sequence of char very fast just before the open parenthesis.
6489
6490 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6491
6492 * ps-mule.el: Eliminate Emacs 20 compatibility.
6493
6494 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6495 (ps-print-version): New version 6.7.
6496 (ps-print-quote): Replace '?\ ' by '?\s'.
6497
6498 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6499
6500 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6501 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6502 (hexl-end-of-1k-page): Doc fixes.
6503 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6504 Fix typos in docstrings.
6505
6506 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6507
6508 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6509 locally, i.e. without using file name handlers.
6510 (ido-read-internal): Allow mono letter host names, avoiding the
6511 `c:' problem by testing if the file exists locally.
6512 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6513
6514 2006-11-30 Masatake YAMATO <jet@gyve.org>
6515
6516 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6517 to avoid bytecomp warnings.
6518 (hexl-mode-old-ruler-function): New variable.
6519 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6520 and `hl-line-range-function' after `require' hl-line.
6521 Then bind `hl-line-range-function' and `hl-line-face'.
6522 Don't require frame. Don't use `with-no-warnings'.
6523 (hexl-activate-ruler): Store the original value of
6524 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6525 (hexl-mode-exit): Restore the original value of
6526 `ruler-mode-ruler-function'.
6527
6528 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6529
6530 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6531 (hexl-mode-old-hl-line-face): New variable.
6532 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6533 line when exit from the hexl-mode.
6534
6535 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6538 Doc fixes.
6539
6540 * international/fontset.el (create-fontset-from-ascii-font)
6541 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6542 (fontset-name-p): Fix typo in docstring.
6543
6544 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6545
6546 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6547
6548 * ps-bdf.el: Fix maintainer email.
6549
6550 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6551 compatibility.
6552
6553 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6554 21 compatibility.
6555 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6556 Emacs 20 & 21.
6557
6558 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6559
6560 * progmodes/idlwave.el (idlwave-auto-fill):
6561 Remove paragraph-start let to prevent auto-fill giving up.
6562
6563 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * vt100-led.el (led-state): Fix typo in previous change.
6566
6567 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6568
6569 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6570 Fix interactive spec of the functions getting defined to make them
6571 work as documented.
6572
6573 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6576
6577 2006-11-28 Kim F. Storm <storm@cua.dk>
6578
6579 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6580 icomplete-mode is enabled.
6581
6582 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6583
6584 * textmodes/org.el (require): Require gnus-sum during compilation
6585 to avoid problem with a macro call.
6586
6587 2006-11-28 Glenn Morris <rgm@gnu.org>
6588
6589 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6590
6591 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6592 (fortran-window-create-momentarily): Do not need string-to-char.
6593
6594 2006-11-28 Richard Stallman <rms@gnu.org>
6595
6596 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6597 Replace incorrect use of assoc-default with a loop.
6598
6599 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6600
6601 * simple.el (next-error-find-buffer): Improve messages.
6602
6603 * files.el (revert-buffer): Special error message if file
6604 is now not readable.
6605
6606 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6607 constructed commands.
6608
6609 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6610 in INSIDE_EMACS.
6611
6612 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6615
6616 * server.el: Remove spurious * in docstrings.
6617 (server-process-filter): Exit from recursive editing before processing
6618 a new request.
6619
6620 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6621
6622 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6623 line so hidden blocks will be correctly identified.
6624
6625 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6626
6627 * ledit.el (ledit-save-defun, ledit-mode):
6628 * resume.el (resume-emacs-args-buffer):
6629 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6630 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6631 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6632 (command-send-input, command-kill-line):
6633 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6634
6635 * autoarg.el (autoarg-kp-mode): Doc fix.
6636
6637 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6638 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6639 (check-emacs-lock): Doc fix. Simplify.
6640
6641 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6642 (iimage-mode-buffer): Fix typos in docstring.
6643
6644 * misc.el (zap-up-to-char): Doc fix.
6645
6646 * time-stamp.el: Fix comment and obsolescence string for old
6647 functions. Use `dolist' instead of `while'.
6648
6649 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6650
6651 * disp-table.el (standard-display-8bit, standard-display-default):
6652 * ebuff-menu.el (electric-buffer-list):
6653 * ehelp.el (electric-help-command-loop):
6654 * font-core.el (font-lock-mode):
6655 * help-macro.el (make-help-screen):
6656 * help.el (describe-minor-mode-completion-table-for-indicator)
6657 (lookup-minor-mode-from-indicator):
6658 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6659 * info-look.el (info-lookup-guess-custom-symbol):
6660 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6661 * longlines.el (longlines-wrap-line):
6662 * macros.el (insert-kbd-macro):
6663 * menu-bar.el (menu-bar-update-buffers):
6664 * misc.el (copy-from-above-command):
6665 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6666 * newcomment.el (comment-indent):
6667 * novice.el (disabled-command-function):
6668 * sort.el (sort-fields-syntax-table):
6669 * subr.el (momentary-string-display):
6670 * tar-mode.el (tar-header-block-summarize)
6671 (tar-clear-modification-flags):
6672 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6673 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6674 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6675 (te-delete-char, te-down-vertically-or-scroll):
6676 * time-stamp.el (time-stamp-string-preprocess):
6677 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6678
6679 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6680
6681 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6682 in GUD mode.
6683
6684 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6685 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6686
6687 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6688
6689 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6690
6691 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6692
6693 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6694 (ada-compile-goto-error): Adapt to new argument profile of
6695 compilation-goto-locus in Emacs 22. Don't check if the various
6696 compile functions are defined; we already do "(require 'compile)".
6697
6698 2006-11-26 Kim F. Storm <storm@cua.dk>
6699
6700 * kmacro.el: Fix commentary.
6701
6702 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6703
6704 * progmodes/gud.el (gdb): Explain how to run in text command mode
6705 more clearly. Say in error message that multiple debugging
6706 requires restarting GDB.
6707
6708 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6711
6712 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6713
6714 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6715 (flymake-popup-menu): Use it instead of posn-at-point.
6716
6717 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6718
6719 * progmodes/cc-vars.el (c-backslash-column):
6720 Mention c-backslash-max-column in documentation for c-backslash-column.
6721
6722 2006-11-24 Lars Hansen <larsh@soem.dk>
6723
6724 * net/tramp.el (tramp-default-method): Under Windows, change from
6725 plink to pscp.
6726 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6727 (tramp-actions-copy-out-of-band):
6728 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6729 (tramp-action-out-of-band): Move "Permission denied" handling to
6730 tramp-action-copy-failed.
6731 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6732 process buffer.
6733
6734 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6737 strings to a single string. Quote `errors-file-name'.
6738 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6739 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6740 Adjust calls. Use `shell-quote-argument'.
6741
6742 * international/mule.el (load-with-code-conversion)
6743 (with-category-table): Use with-current-buffer.
6744 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6745
6746 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6747
6748 * mail/smtpmail.el (smtpmail-send-it):
6749 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6750 MIME header for the message encoding.
6751 Bind coding-system-for-write around the call to mail-do-fcc.
6752 Use smtpmail-code-conv-from to encode queued mail messages.
6753
6754 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * tabify.el (tabify-regexp): Doc fix.
6757
6758 * net/rcirc.el (rcirc-buffer-maximum-lines):
6759 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6760
6761 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6762 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6763 Fix typos in output messages.
6764 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6765
6766 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6769 the horse's mouth.
6770 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6771
6772 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6773
6774 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6775 Remove condition-case.
6776
6777 2006-11-23 Glenn Morris <rgm@gnu.org>
6778
6779 * progmodes/f90.el (f90-comment-indent): Do not move point in
6780 default case.
6781
6782 2006-11-21 Romain Francoise <romain@orebokech.com>
6783
6784 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6785 from library name (reverts change of 2005-10-25).
6786
6787 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6788
6789 * tutorial.el (tutorial--default-keys): Add newline and
6790 delete-backward-char bindings.
6791 (tutorial--detailed-help): Save excursion when finding keys.
6792 Correct warning string for M-x FOO case.
6793 (tutorial--display-changes): Print special keys in tutorial style.
6794 Tweak search regexp for changed keys.
6795
6796 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6797
6798 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6799 redundant scheme.
6800
6801 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6802
6803 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6804 are new to the list at IANA. Also added irc, mms, mmsh.
6805
6806 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6807
6808 * progmodes/idlw-help.el (idlwave-html-help-location):
6809 Fail gracefully for missing help packages.
6810 (idlwave-help-assistant-open-link): Open full links.
6811 (idlwave-help-assistant-help-with-topic): Direct help link.
6812
6813 * progmodes/idlwave.el (idlwave-mode):
6814 Set add-log-current-defun-function.
6815 (idlwave-current-routine-fullname): Add, to support add-log.
6816 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6817 to reflect improvements to xml-parse-file.
6818 (idlwave-mode-menu-def): New binding for help-with-topic.
6819
6820 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6821 Handle extra newlines and spaces.
6822 (idlwave-shell-mode-map): Add help-with-topic.
6823
6824 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * tutorial.el (tutorial-warning-face): New face.
6827 (tutorial--detailed-help, tutorial--display-changes): Use it.
6828 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6829 Improve search pattern for occurrences of changed keys.
6830
6831 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6832
6833 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6834 (x-select-text): Set it.
6835 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6836 when checking for newness.
6837
6838 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * subr.el (posn-image):
6841 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6842
6843 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6844
6845 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6846
6847 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6848 Exceptions to the rule "add a space between an identifier and an
6849 opening parenthesis". Defaulted to the `#define' problem of cpp.
6850 (glasses-parenthesis-exception-p): New. Check if the region is an
6851 exception regarding to that.
6852 (glasses-make-readable): Use it.
6853 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6854 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6855
6856 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6857
6858 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6859
6860 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6861
6862 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6863
6864 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6865 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6866
6867 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6870 conditions for function or variable bindings.
6871
6872 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6873
6874 * progmodes/compile.el (compilation-start): Ditto.
6875
6876 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * net/tramp.el (top): cl and custom are always required.
6879
6880 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6881
6882 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6883 cut-buffers with next-selection-coding-system if not nil.
6884
6885 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6886
6887 * textmodes/org.el (org-fix-decoded-time): New function.
6888 (org-display-custom-time): Use `org-fix-decoded-time'.
6889
6890 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * menu-bar.el (menu-bar-games-menu): Remove yow.
6893
6894 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6895
6896 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6897 (org-detach-overlay): Rename from `org-detatch-overlay'.
6898 (org-table-convert-region): Insert space after column separator.
6899 (org-agenda-kill): New command.
6900 (org-metaleft): Call `org-outdent-item' on bullets.
6901 (org-metaright): Call `org-indent-item' on bullets.
6902 (org-timestamp-change): Set `org-last-changed-timestamp'.
6903 (org-current-line): Make sure (bolp) returns correct result.
6904 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6905
6906 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6909
6910 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * mouse.el (global-map): Change 2006-08-16 fix to call
6913 mouse-yank-at-click explicitly, since mouse events are not carried
6914 over into keyboard macros.
6915
6916 2006-11-16 Kim F. Storm <storm@cua.dk>
6917
6918 * ido.el (ido-file-internal): Use current buffer's file name as default
6919 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6920
6921 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6922
6923 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6924 (allout-inhibit-aberrance-doublecheck): Rename from
6925 allout-during-yank-processing. All callers changed.
6926 (allout-ascend): Provide for unusual case where some topic after
6927 the first in file is at lower depth than the first.
6928 (allout-shift-in): Ensure the offspring of the new containing
6929 topic are exposed.
6930 (allout-encrypt-string): Preserve the coding-system of the text,
6931 according to that of the containing buffer.
6932 (allout-toggle-subtree-encryption): When the text being encrypted
6933 requires a different coding system, offer to preserve the coding
6934 system using a file local var.
6935
6936 2006-11-15 Simon Marshall <simon@gnu.org>
6937
6938 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6939 to recognise "T t()" as a function declaration, rather than a
6940 variable instantiation, iff at the top-level or inside a class
6941 declaration. Suggested by Feng Li <fengli@gmail.com>.
6942
6943 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6944
6945 * progmodes/ada-xref.el (ada-parse-prj-file):
6946 Don't delete project buffer; user may want to edit it.
6947 (ada-xref-set-project-field, ada-xref-current-project-file)
6948 (ada-xref-current-project, ada-show-current-project)
6949 (ada-set-main-compile-application): New functions.
6950 (ada-xref-get-project-field, ada-require-project-file):
6951 Normalize use of ada-prj-default-project-file.
6952 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6953 Normalize use of ada-require-project-file.
6954 (ada-prj-find-prj-file): Improve doc string, comments.
6955
6956 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6957 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6958 (ada-create-menu): Add ada-set-main-compile-application,
6959 ada-show-current-main, ada-show-current-project.
6960
6961 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6964 (inferior-python-mode): Use it.
6965
6966 2006-11-14 Andreas Schwab <schwab@suse.de>
6967
6968 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6969
6970 2006-11-13 Kim F. Storm <storm@cua.dk>
6971
6972 * ido.el (ido-copy-current-word): C-o copies region if active.
6973
6974 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6975
6976 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6977
6978 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * ediff.el (ediff-revision):
6981 * files.el (set-visited-file-name):
6982 * mail/rmailout.el (rmail-output-body-to-file):
6983 Use `format', not `message', in `y-or-n-p' call.
6984
6985 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6986
6987 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6988 (org-metaright): Call `org-indent-item' on bullets.
6989 (org-timestamp-change): Set `org-last-changed-timestamp'.
6990 (org-current-line): Make sure (bolp) returns correct result.
6991 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6992
6993 2006-11-12 Richard Stallman <rms@gnu.org>
6994
6995 * language/european.el (turkish-case-conversion-enable)
6996 (turkish-case-conversion-disable): New functions.
6997 ("Turkish" lang env): Use them.
6998
6999 * international/characters.el (case table):
7000 Do nothing special for i and I.
7001
7002 * subr.el (remove-overlays): Fix last change.
7003
7004 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7005 for visiting the custom file.
7006
7007 2006-11-12 Markus Triska <triska@gmx.at>
7008
7009 * play/handwrite.el (handwrite): Also process lines not ending
7010 with newline. Replace some position-fiddling with different
7011 logic. Improve performance.
7012
7013 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7014
7015 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7016 replacing deleted variable `ada-check-switch'.
7017 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7018 (ada-xref-project-files): Improve doc string.
7019 (ada-find-executable): New function.
7020 (ada-initialize-runtime-library): Use `ada-find-executable'.
7021 (ada-xref-set-default-prj-values): In compile commands, don't need
7022 `ada-cd-command'; `compile' does that more portably.
7023 Use ada-prj-default-check-cmd.
7024 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7025 properties if not specified in project file.
7026 (ada-goto-declaration): Display useful message for new error
7027 'error-file-not-found.
7028 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7029 'error-file-not-found.
7030 (ada-get-all-references): Match latest ali syntax. Signal new
7031 error 'error-file-not-found.
7032 (ada-find-in-ali): Match latest ali syntax.
7033 (ada-make-filename-from-adaname): Handle different semantics of
7034 gnatkr in GNAT 3.15p vs later.
7035
7036 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7037 ada-procedure-start-regexp.
7038 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7039
7040 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7041 with defvar.
7042 (ada-language-version): Rename ada05 -> ada2005.
7043 (ada-align-region-separate): Add `eval-when-compile'.
7044 (ada-name-regexp): Remove unneeded escapes in regexp character
7045 alternative.
7046 (ada-compile-goto-error-file-linenr-re): New constant.
7047 (ada-matching-start-re): Handle additional cases `declare',
7048 `procedure', `function'.
7049 (ada-compile-goto-error): Handle "... at line nn".
7050 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7051 Delete support for old versions of `align'.
7052 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7053 (ada-check-defun-name): Simplify handling of `declare'.
7054 (ada-goto-matching-start): Handle nested `begin ... end'.
7055 Handle `declare', `protected', `procedure', `function'.
7056 (ada-create-menu): Presence of arm95 is not conditional on using
7057 GNAT compiler.
7058
7059 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7060
7061 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7062 nil in the *RE-Builder* buffer (it causes spurious error messages).
7063
7064 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7065 been set to t, respect it.
7066
7067 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7068
7069 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7070 Delete commented out code for old Emacs versions. Autoloading of
7071 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7072 (ada-mode-version): Bump version number.
7073 (ada-95-string-keywords, ada-2005-string-keywords)
7074 (ada-2005-keywords, ada-name-regexp): New constant.
7075 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7076 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7077 (ada-package-start-regexp): Support private packages, include package
7078 name (for ada-set-point-accordingly).
7079 (ada-next-procedure, ada-previous-procedure)
7080 (ada-which-function-are-we-in): Match changes to
7081 ada-procedure-start-regexp.
7082 (ada-make-body): Make non-interactive; not a user function.
7083 (ada-make-subprogram-body): Improve doc string.
7084
7085 2006-11-11 Romain Francoise <romain@orebokech.com>
7086
7087 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7088 `compilation-error-regexp-alist' buffer-local, since we changed
7089 `compilation-error-regexp-alist-alist' locally.
7090
7091 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7094 to the value of `server-raise-frame'.
7095
7096 2006-11-11 Glenn Morris <rgm@gnu.org>
7097
7098 * ido.el (ido-enable-prefix)
7099 * ses.el (ses-call-printer-return)
7100 * net/tramp.el (tramp-unified-filenames)
7101 * progmodes/cc-align.el (c-lineup-string-cont)
7102 * progmodes/compile.el (compilation-directory-matcher)
7103 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7104 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7105 (vhdl-clock-rising-edge)
7106 * textmodes/org.el (org-export-with-timestamps)
7107 (org-export-remove-timestamps-from-toc)
7108 (org-export-with-tags): Improve previous doc fixes.
7109
7110 2006-11-11 Richard Stallman <rms@gnu.org>
7111
7112 * textmodes/flyspell.el (flyspell-mode-map):
7113 Bind C-c $ instead of M-RET.
7114
7115 2006-11-10 Simon Marshall <simon@gnu.org>
7116
7117 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7118 fontification for "case" and "default" keywords.
7119
7120 2006-11-10 Andreas Schwab <schwab@suse.de>
7121
7122 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7123 Avoid starting sentence with "nil".
7124
7125 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * server.el (server-raise-frame): New option.
7128 (server-switch-buffer): Use it.
7129
7130 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7131
7132 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7133 with a capital.
7134
7135 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7136
7137 * textmodes/org.el (org-show-hierarchy-above)
7138 (org-show-following-heading): Fix typo in default value.
7139 (org-scan-tags): Make the search case-sensitive.
7140 (org-tags-sparse-tree): Don't overrule
7141 `org-show-following-heading' and `org-show-hierarchy-above'.
7142 (org-reveal): New command.
7143 (org-show-context): Rename from `org-show-hierarchy-above'.
7144 (org-fast-tag-selection-single-key): New option.
7145 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7146 (org-tags-overlay): New variable.
7147 (org-agenda-todo-ignore-deadlines): New option.
7148 ("session"): Add circular data structure `org-mark-ring' to
7149 exceptions list in session.el.
7150 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7151 New options.
7152 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7153 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7154 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7155 (org-finalize-agenda): Activate bracket links in agenda.
7156 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7157 INACTIVE-OK.
7158 (org-show-hierarchy-above, org-show-following-heading):
7159 List values allowed for fine-tuned configuration.
7160 (org-show-hierarchy-above): New argument CONTEXT, use the
7161 fine-tuned settings in `org-show-hierarchy-above' and
7162 `org-show-following-heading'.
7163 (org-display-custom-time): New function.
7164 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7165 (org-display-custom-times, org-time-stamp-custom-formats):
7166 (org-maybe-intangible): New macro.
7167 (org-activate-bracket-links, org-hide-wide-columns):
7168 Use `org-maybe-intangible'.
7169 (org-open-file): Use `shell-quote-argument'.
7170 (org-display-internal-link-with-indirect-buffer): New option.
7171 (org-file-remote-p): Get regexp from list.
7172 (org-link-expand-abbrev): New function.
7173 (org-link-abbrev-alist): New option.
7174 (org-open-at-point, org-cleaned-string-for-export):
7175 Call `org-link-expand-abbrev'.
7176 (org-timeline, org-agenda-list, org-todo-list)
7177 (org-tags-view): Remove the KEEP-MODES argument.
7178 (org-finalize-agenda-hook): New hook.
7179 (org-get-alist-option): New function.
7180 (org-follow-timestamp-link): New function.
7181 (org-open-at-point): Call `org-follow-timestamp-link'.
7182 (org-log-note-marker, org-log-note-purpose)
7183 (org-log-note-window-configuration): New variables.
7184 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7185 (org-log-note-headings): New option.
7186 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7187 (org-store-link): Support for dired-mode.
7188 (org-open-file): Substitute environment variables into filename.
7189 (org-last): New defsubst.
7190 (org-agenda-re-align-tags): New function.
7191 (org-agenda-align-tags-to-column): New option.
7192 (org-agenda-timeline): Group removed.
7193 (org-prepare-agenda, org-prepare-agenda-buffers)
7194 (org-run-agenda-series, org-timeline, org-agenda-list)
7195 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7196 the text property inticating the agenda type.
7197 (org-agenda-post-command-hook): Get agenda type from text property
7198 at point.
7199 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7200 and obey `org-agenda-overriding-arguments'.
7201 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7202 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7203 (org-agenda-week-view, org-agenda-day-view):
7204 Use `org-agenda-overriding-arguments' to make updating work with
7205 multi-block agendas.
7206 (org-agenda-prefix-format): Allow different formats for the
7207 different agenda entry types.
7208 (org-timeline-prefix-format): Option removed, use
7209 `org-agenda-prefix-format' instead.
7210 (org-prepare-agenda): New function.
7211 (org-select-timeline-window): Option removed, use
7212 `org-select-agenda-window' instead.
7213 (org-respect-restriction): Variable removed.
7214 (org-cmp-tag): New function.
7215 (org-agenda-sorting-strategy, org-entries-lessp):
7216 Implement sorting by last tag.
7217 (org-complete): Better completion in in-buffer option lines.
7218 (org-in-item-p): New function.
7219 (org-org-menu): Add entries for checkboxes.
7220 (org-cycle): Extra brouping in outline-regexp, because it is used
7221 in a search with "^" prepended.
7222 (org-provide-checkbox-statistics): New option.
7223 (org-set-font-lock-defaults): Highlight checkbox statistics.
7224 (org-update-checkbox-count-maybe)
7225 (org-get-checkbox-statistics-face): New functions.
7226 (org-update-checkbox-count): New command.
7227 (org-insert-item, org-toggle-checkbox):
7228 Call `org-update-checkbox-count-maybe'.
7229 (org-export-as-html): XEmacs compatibility for coding system.
7230 (org-force-cycle-archived): New command.
7231 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7232 overrules cycling.
7233 (org-fix-position-after-promote): If the line contains only a todo
7234 keyword, add a final space.
7235 (org-promote-subtree, org-demote-subtree):
7236 Call `org-fix-position-after-promote'.
7237
7238 2006-11-10 Glenn Morris <rgm@gnu.org>
7239
7240 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7241 date in every year.
7242 (calendar-dst-check-each-year-flag): New customizable variable.
7243 (calendar-dst-find-data): New function, extracted from
7244 calendar-current-time-zone.
7245 (calendar-current-time-zone): Use calendar-dst-find-data.
7246 (calendar-dst-transition-cache): New variable.
7247 (calendar-dst-find-startend, calendar-dst-starts)
7248 (calendar-dst-ends): New functions.
7249 (calendar-daylight-savings-starts)
7250 (calendar-daylight-savings-ends): Change value to use
7251 calendar-dst-starts, calendar-dst-ends; respectively.
7252
7253 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7254
7255 * ido.el (ido-enable-prefix)
7256 * ses.el (ses-call-printer-return)
7257 * net/tramp.el (tramp-unified-filenames)
7258 * progmodes/cc-align.el (c-lineup-string-cont)
7259 * progmodes/compile.el (compilation-directory-matcher)
7260 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7261 * progmodes/gdb-ui.el (gdb-many-windows)
7262 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7263 (vhdl-clock-rising-edge)
7264 * textmodes/org.el (org-export-with-timestamps)
7265 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7266 (org-read-date): Doc fix (Nil -> nil).
7267
7268 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7269
7270 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7271 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7272
7273 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7274
7275 * bs.el (bs--window-for-buffer): Remove.
7276 (bs--show-with-configuration): Use `get-window-with-predicate'
7277 instead of `bs--window-for-buffer'.
7278
7279 2006-11-10 Kenichi Handa <handa@m17n.org>
7280
7281 * files.el (revert-buffer): Fix previous change.
7282
7283 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7284
7285 * bs.el (bs--redisplay): Fix typo in docstring.
7286 (bs--window-config-coming-from): Make frame-local.
7287 (bs--restore-window-config): New function.
7288 (bs-kill, bs-select, bs-select-other-window)
7289 (bs-select-other-frame): Use it.
7290 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7291 (bs--show-with-configuration): Save the window configuration as a
7292 frame local var, and only if *buffer-selection* is not already
7293 visible on this frame.
7294
7295 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * vc-svn.el (vc-svn-admin-directory): New var.
7298 (vc-svn-registered, vc-svn-responsible-p)
7299 (vc-svn-repository-hostname): Use it.
7300 Suggested by arit93@yahoo.com.
7301
7302 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * ldefs-boot.el: Regenerate.
7305
7306 2006-11-08 Alan Mackenzie <acm@muc.de>
7307
7308 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7309 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7310 for least nested open-paren.
7311
7312 2006-11-08 Romain Francoise <romain@orebokech.com>
7313
7314 * subr.el (remove-overlays): Fix typo in last change.
7315
7316 2006-11-08 Richard Stallman <rms@gnu.org>
7317
7318 * subr.el (remove-overlays): Call overlay-recenter.
7319
7320 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7321
7322 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7323 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7324 behaviour.
7325 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7326 directly.
7327
7328 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7331 (ido-max-dir-file-cache, ido-decorations)
7332 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7333 (ido-magic-backward-char, ido-enter-dired)
7334 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7335 (ido-list-directory, ido-first-match, ido-only-match)
7336 (ido-subdir, ido-indicator): Fix typos in docstrings.
7337 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7338 (ido-read-internal): Fix typo in error message.
7339
7340 2006-11-08 Kenichi Handa <handa@m17n.org>
7341
7342 * international/mule-cmds.el (set-default-coding-systems):
7343 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7344
7345 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * makefile.w32-in (setwins): Remove.
7348 (WINS_ALMOST): New macro.
7349 (WINS): Use it.
7350 (autoloads): Don't extract autoloads from files in obsolete/.
7351
7352 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7353
7354 * whitespace.el (whitespace-buffer): Call remove-overlays after
7355 overlay-recenter for performance. Suggested by Martin Rudalics.
7356
7357 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7358
7359 * net/tramp.el (tramp-default-method): scp is the default method.
7360
7361 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7362
7363 * server.el (server-start): Save also the Emacs pid in the server file.
7364
7365 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7366
7367 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7368 point when displaying a bibtex cross reference in the echo area.
7369
7370 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * international/mule.el (make-char): Fix typo in docstring.
7373 (load-with-code-conversion, charsetp): Doc fixes.
7374
7375 * international/ja-dic-cnv.el (skkdic-convert):
7376 * cus-edit.el (hook): Fix typo in docstring.
7377
7378 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7379
7380 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7381 (custom-mode-link-map): New variable.
7382 (custom-group-link, custom-manual): Use follow-link.
7383
7384 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7385
7386 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7387 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7388
7389 2006-11-06 Richard Stallman <rms@gnu.org>
7390
7391 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7392 New function broken out of flyspell-correct-word.
7393 (flyspell-mode-map): Bind it to M-RET.
7394 (flyspell-correct-word): Call it.
7395
7396 * textmodes/fill.el (fill-minibuffer-function): New function.
7397 (fill-paragraph): Bind fill-paragraph-function to
7398 fill-minibuffer-function.
7399
7400 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7401 so that they aren't undefined.
7402
7403 * dired.el (dired-readin): Locally bind file-name-coding-system.
7404
7405 * bindings.el: Shorten and clarify usual mode line mouse help string.
7406
7407 * Makefile.in (autoloads): Don't include `obsolete'.
7408
7409 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7410
7411 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7412 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7413 Printing menu if it's not initialized.
7414 (pr-menu-bind): Act on menu-bar-file-menu directly.
7415
7416 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7417
7418 * help.el (view-emacs-news): Fix typo in error message.
7419
7420 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7421
7422 * shadowfile.el (shadow-define-regexp-group)
7423 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7424 (shadow-read-files): Fix typo in message.
7425 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7426 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7427 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7428 (shadow-file-match): Fix typos in docstrings.
7429
7430 * terminal.el (terminal-emulator): Fix typo in message.
7431
7432 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7433
7434 * emacs-lisp/lselect.el (x-kill-primary-selection)
7435 (x-delete-primary-selection, x-copy-primary-selection):
7436 Fix typos in error messages.
7437
7438 * emulation/edt-mapper.el: Fix typo in interactive message.
7439
7440 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7441
7442 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7443 (ispell-help): Fix typos in docstrings.
7444 (ispell-help): Fix typo in output message.
7445
7446 * allout.el (allout-adjust-file-variable)
7447 (allout-passphrase-verifier-string)
7448 (allout-passphrase-hint-string)
7449 (allout-toggle-current-subtree-encryption):
7450 * apropos.el (apropos-synonyms):
7451 * cus-edit.el (hook):
7452 * emacs-lock.el (emacs-lock-from-exiting):
7453 * follow.el (follow-avoid-tail-recenter-p):
7454 * hexl.el (hexl-mode):
7455 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7456 * mouse.el (mouse-set-font):
7457 * resume.el (resume-emacs-args-file):
7458 * rfn-eshadow.el (file-name-shadow-tty-properties):
7459 * t-mouse.el (t-mouse-process, t-mouse-mode):
7460 * emacs-lisp/cust-print.el (custom-print-install)
7461 (custom-print-uninstall, custom-format):
7462 * emacs-lisp/shadow.el (list-load-path-shadows):
7463 * emulation/tpu-edt.el (tpu-help-text)
7464 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7465 (tpu-reset-control-keys):
7466 * emulation/vip.el (vip-emacs-local-map)
7467 (vip-change-mode-to-emacs):
7468 * emulation/viper.el (viper-mode, viper-set-hooks)
7469 (viper-major-mode-modifier-list):
7470 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7471 * emulation/viper-keym.el (viper-emacs-kbd-map)
7472 (viper-toggle-key):
7473 * mail/feedmail.el (feedmail-queue-reminder)
7474 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7475 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7476 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7477 (feedmail-sender-line, feedmail-force-binary-write)
7478 (feedmail-from-line, feedmail-deduce-envelope-from)
7479 (feedmail-x-mailer-line, feedmail-message-id-generator)
7480 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7481 (feedmail-enable-spray, feedmail-spray-this-address)
7482 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7483 (feedmail-queue-runner-confirm-global)
7484 (feedmail-ask-before-queue-prompt)
7485 (feedmail-ask-before-queue-reprompt)
7486 (feedmail-prompt-before-queue-standard-alist)
7487 (feedmail-prompt-before-queue-user-alist)
7488 (feedmail-prompt-before-queue-help-supplement)
7489 (feedmail-queue-use-send-time-for-message-id)
7490 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7491 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7492 (feedmail-mail-send-hook-queued)
7493 (feedmail-confirm-addresses-hook-example)
7494 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7495 (feedmail-queue-runner-mode-setter)
7496 (feedmail-queue-alternative-mail-header-separator)
7497 (feedmail-queue-runner-message-sender)
7498 (feedmail-buffer-eating-function, feedmail-binmail-template)
7499 (feedmail-run-the-queue-no-prompts)
7500 (feedmail-run-the-queue-global-prompt)
7501 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7502 (feedmail-envelope-deducer, feedmail-fiddle-date)
7503 (feedmail-default-message-id-generator)
7504 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7505 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7506 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7507 (vms-pmail-setup):
7508 * play/dunnet.el (dun-help):
7509 * play/handwrite.el (handwrite):
7510 * play/hanoi.el (hanoi-unix-64):
7511 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7512 * textmodes/enriched.el (fixed):
7513 * textmodes/org.el (org-file-apps)
7514 (org-emphasis-regexp-components, org-emphasis-alist):
7515 * textmodes/texinfmt.el (batch-texinfo-format):
7516 Fix typos in docstrings.
7517
7518 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * loadhist.el (read-feature): Don't complete features not loaded
7521 from a file (which make `unload-feature' to fail).
7522
7523 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7524
7525 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7526
7527 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * startup.el (command-line-1): Kill emacs if the last frame is
7530 deleted while evaluating the command-line arguments.
7531
7532 2006-11-05 Richard Stallman <rms@gnu.org>
7533
7534 * startup.el (init-file-had-error): Add doc string.
7535 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7536 Use fixed-width font for keyboard key descriptions.
7537
7538 * cus-edit.el (custom-save-all): Error if saving in .emacs
7539 and it had an error when loaded.
7540
7541 * dired-aux.el (dired-copy-file-recursive): Catch errors
7542 from recursive copies in the loop, around the recursive call.
7543
7544 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7545
7546 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7547 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7548 `/proc/acpi/thermal_zone/*'.
7549 (battery-search-for-one-match-in-files): New. Search a regexp in
7550 the content of some files.
7551
7552 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7553
7554 * window.el (mouse-autoselect-window-now): Remove variable.
7555 (mouse-autoselect-window-state): New variable.
7556 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7557 (mouse-autoselect-window-select, handle-select-window):
7558 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7559 Suspend delayed autoselection during menu or popup dialog.
7560
7561 * info-look.el (info-lookup-guess-custom-symbol): New function
7562 for retrieving symbol at point in custom buffers.
7563 (top level) <info-lookup-maybe-add-help>: Add backquote and
7564 comma to ignored characters in regexps of help specifications
7565 for emacs-lisp-mode and lisp-interaction-mode. This permits
7566 looking up symbols in `...' and after a comma. Add help
7567 specifications for custom-mode and help-mode.
7568
7569 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7570
7571 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7572 Don't encode body if RAW is non-nil, or if the old encoding is
7573 identical to the new encoding, or if the body contains only
7574 eight-bit-* characters.
7575
7576 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7577
7578 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7579 (faces-sample-overlay): Remove variable.
7580 (describe-face): Insert sample text in the face being described.
7581
7582 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7583
7584 * whitespace.el (whitespace-indent-regexp): Make this match any
7585 multiples of eight spaces near the beginning of a line.
7586 (whitespace-buffer): Use `remove-overlays' instead of
7587 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7588 speed up overlay handling.
7589 (whitespace-buffer-leading, whitespace-buffer-trailing):
7590 Make these functions highlight the text removed by
7591 `whitespace-buffer-leading-cleanup' and
7592 `whitespace-buffer-trailing-cleanup' respectively.
7593 (whitespace-buffer-search): Use `with-local-quit'.
7594 Move `format' out of loop to speed up scanning larger buffers.
7595 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7596 that function is never added to a hook.
7597 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7598 (whitespace-buffer-leading-cleanup)
7599 (whitespace-refresh-rescan-list): Fix docstrings.
7600
7601 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7602
7603 * allout.el (allout-during-yank-processing): Cue for inhibiting
7604 aberrance processing during yanks.
7605 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7606 the amount of yanked topics that can be aberrant.
7607 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7608 a function, and supplement with inihibition of doublechecking
7609 during yanks.
7610 (allout-beginning-of-line, allout-next-heading)
7611 (allout-previous-heading, allout-goto-prefix-doublechecked)
7612 (allout-back-to-current-heading, allout-next-visible-heading)
7613 (allout-next-sibling): Use new allout-do-doublecheck function.
7614 (allout-next-sibling): Ensure we made progress when returning
7615 other than nil.
7616 (allout-rebullet-heading): Preserve text property annotations
7617 indicating the text was hidden, if it was.
7618 (allout-kill-line): Remove any added was-hidden annotations.
7619 (allout-kill-topic): Remove any added was-hidden annotations.
7620 (allout-annotate-hidden): Inhibit adding was-hidden text
7621 properties to the undo list.
7622 (allout-deannotate-hidden): New function to remove was-hidden
7623 annotation.
7624 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7625 (allout-remove-exposure-annotation): Replace by
7626 allout-deannotate-hidden.
7627 (allout-yank-processing): Signal that yank processing is happening
7628 with allout-during-yank-processing. Also, wrap
7629 allout-unprotected's closer to the text changes, for easier
7630 debugging. We need to inhibit-field-text-motion explicitly, in
7631 lieu of the encompassing allout-unprotected.
7632 (outlineify-sticky): Adjust criteria for triggering new outline
7633 decorations to presence or absence of any topics, not just a topic
7634 at the beginning of the buffer.
7635
7636 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * bs.el (bs--show-all, bs--redisplay):
7639 * cus-edit.el (custom-unlispify-menu-entries)
7640 (custom-unlispify-tag-names, custom-prompt-variable):
7641 * expand.el (expand-pos):
7642 * speedbar.el (speedbar-generic-list-tag-p):
7643 * wid-edit.el (widget-image-enable):
7644 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7645 * emacs-lisp/find-func.el (find-function-noselect)
7646 (find-function, find-variable-noselect, find-variable)
7647 (find-definition-noselect, find-face-definition):
7648 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7649 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7650 * progmodes/ada-xref.el (ada-find-in-ali):
7651 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7652 * textmodes/org.el (org-copy-subtree):
7653 * textmodes/table.el (table--row-column-insertion-point-p):
7654 Use "non-nil" in docstrings.
7655
7656 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7657
7658 * sort.el (sort-columns): Set the field separator to tab; on
7659 NetBSD, sort complains if "\n" is used as field separator.
7660
7661 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7662
7663 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7664
7665 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * server.el (server-auth-key): Remove. Replace by a process-property.
7668 (server-start): Don't remove the file of the previous process, but
7669 instead clear out the place for the new file.
7670 (server-start): Set the :auth-key property.
7671 (server-process-filter): Use the :auth-key property.
7672
7673 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7674
7675 * textmodes/org.el (org-mode-map): No longer copy
7676 `outline-mode-map' explicitly - this is already done by
7677 `define-derived-mode'.
7678
7679 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7680
7681 * server.el (server-visit-files): Use `when'.
7682 (server-process-filter): When authentication fails, send error
7683 message to client. Wrap `process-send-region' in `ignore-errors'
7684 instead of `condition-case', and remove misleading comment.
7685
7686 2006-11-01 Juri Linkov <juri@jurta.org>
7687
7688 * simple.el (yank): Doc fix.
7689
7690 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * server.el: Try and fit within 80 columns.
7693 (server-start): Make the auth file unreadable by other users.
7694
7695 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7696
7697 * battery.el (battery-linux-proc-acpi): Prevent range error when
7698 `full-capacity' is 0.
7699
7700 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7701
7702 * faces.el (faces-sample-overlay): New defvar.
7703 (faces-sample-overlay): New function to show face sample text.
7704 (describe-face): Use it.
7705
7706 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7707
7708 * progmodes/ada-stmt.el: Change maintainer, apply
7709 whitespace-cleanup, checkdoc.
7710 (ada-func-or-proc-name): Add doc string.
7711
7712 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7713 whitespace-cleanup, checkdoc. Minor improvements to many doc
7714 strings and comments.
7715 (ada-prj-display-page): Change buffer name to more accurately
7716 reflect function.
7717
7718 * progmodes/ada-xref.el: Change maintainer, apply
7719 whitespace-cleanup, checkdoc. Minor improvements to many doc
7720 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7721 (ada-compile-current): Don't add newlines to commands.
7722
7723 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * server.el: Add support for TCP sockets.
7726 (server-use-tcp, server-host, server-auth-dir): New options.
7727 (server-auth-key): New variable.
7728 (server-ensure-safe-dir): Create nonexistent parent dirs.
7729 Ignore Unix-style file modes on Windows.
7730 (server-start): Crete a TCP or Unix socket according to the value
7731 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7732 `server-auth-dir' directory.
7733 (server-process-filter): Delete process if authentication
7734 fails (which never happens for Unix sockets).
7735
7736 2006-10-30 David Kastrup <dak@gnu.org>
7737
7738 * subr.el (add-to-list): Don't continue checking if a match has
7739 been found.
7740
7741 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7742
7743 * tutorial.el: Move defvars to avoid bytecomp warnings.
7744 (tutorial--find-changed-keys): Check if viper-current-state is
7745 bound before using it.
7746 (help-with-tutorial): Check if viper-tutorial is defined before
7747 using it.
7748
7749 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7750
7751 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7752
7753 * tutorial.el: New file.
7754 (help-with-tutorial): Move here from help-fns.el. Add help for
7755 rebound keys. Fix resume of tutorial.
7756 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7757 (tutorial--find-changed-keys, tutorial--display-changes)
7758 (tutorial--saved-dir, tutorial--saved-file)
7759 (tutorial--save-tutorial): New functions to support the changes in
7760 help-with-tutorial.
7761
7762 2006-10-30 Kenichi Handa <handa@m17n.org>
7763
7764 * files.el (revert-buffer): If a unibyte buffer is being reverted
7765 with a coding system for multibyte, set buffer multibyte before
7766 calling insert-file-contents.
7767
7768 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * server.el (server-select-display): Use a dummy buffer to detect when
7771 the frame is later used.
7772 (server-select-display): New function.
7773 (server-process-filter): Use it to detect unused temp frames.
7774
7775 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7776
7777 * progmodes/ada-mode.el: Change maintainer, apply
7778 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7779 (ada-mode-version): New function.
7780 (ada-create-menu): Menu operations are available for all supported
7781 compilers.
7782
7783 2006-10-29 Lars Hansen <larsh@soem.dk>
7784
7785 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7786 Highlight as keyword.
7787 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7788 Don't call tramp-method-out-of-band-p for local files.
7789 (tramp-touch): Quote file name.
7790
7791 2006-10-28 Glenn Morris <rgm@gnu.org>
7792
7793 * calendar/calendar.el (cal-html-cursor-month)
7794 (cal-html-cursor-year): Add autoloads for this new package.
7795 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7796
7797 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7798
7799 * calendar/cal-html.el: New file.
7800
7801 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * emacs-lisp/authors.el (authors-aliases): Update.
7804
7805 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7806
7807 * version.el (emacs-version): Bump version number to 22.0.90.
7808
7809 2006-10-26 John W. Eaton <jwe@octave.org>
7810
7811 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7812 New defvar.
7813 (inferior-octave-resync-dirs): Check to see whether Octave has
7814 built-in variables and set inferior-octave-has-built-in-variables.
7815 Check inferior-octave-has-built-in-variables to decide whether to
7816 send commands that set built-in variables or call functions to
7817 change Octave's behavior.
7818 Send "disp (pwd ())" to Octave instead of just "pwd".
7819 (inferior-octave-startup): Send "more off" to Octave instead of
7820 "page_screen_output = 0".
7821
7822 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7825 pattern normally.
7826
7827 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7828
7829 * bindings.el (mode-line-mode-menu): Remove bindings for global
7830 minor modes (line/column number) as they are on the menubar.
7831
7832 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * term/w32-win.el (x-handle-name-switch): Doc fix.
7835 (w32-standard-fontset-spec): Fix typo in docstring.
7836
7837 * midnight.el (midnight-buffer-display-time): Doc fix.
7838 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7839
7840 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7841
7842 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7843
7844 * emulation/viper-ex.el (ex-read): Quote file argument.
7845
7846 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7847
7848 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7849
7850 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7851
7852 * textmodes/flyspell.el (flyspell-check-region-doublons):
7853 Fix last fix.
7854
7855 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7856
7857 * bindings.el (mode-line-mode-menu): List global minor modes
7858 before local ones.
7859
7860 2006-10-23 Kim F. Storm <storm@cua.dk>
7861
7862 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7863 (sit-for): If last command was a prefix arg, add the read-ahead
7864 event to unread-command-events as (t . EVENT) so it will be added
7865 to this-command-keys by read-key-sequence.
7866
7867 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7868
7869 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7870 whitespace when checking doublons.
7871 (flyspell-check-region-doublons): Fix doublon regexp.
7872 (flyspell-highlight-incorrect-region): Highlight doublons using
7873 flyspell-duplicate face.
7874
7875 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7876
7877 2006-10-22 John Wiegley <johnw@newartisans.com>
7878
7879 * progmodes/python.el (python-use-skeletons): python-mode was
7880 auto-inserting templates (for those with abbrev-mode on), not only
7881 by default -- *but without a configuration variable to disable
7882 it*. This rendered python-mode completely useless for me, so I
7883 have added `python-use-skeletons', which is now off by default.
7884
7885 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7888 font-lock-multiline is auto-local (it's not).
7889 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7890 initialized before calling cperl-init-faces.
7891
7892 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7895 gdb-stack-position a value when there is no fringe.
7896
7897 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7898 indicator if not visiting a file.
7899
7900 2006-10-20 David Kastrup <dak@gnu.org>
7901
7902 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7903 operation would still cause some window to collapse later.
7904
7905 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7908 side-effect due to mixing various backends's file properties.
7909
7910 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7911 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7912 Return `filename's status if applicable. Update callers.
7913
7914 2006-10-19 Kenichi Handa <handa@m17n.org>
7915
7916 * international/kkc.el (kkc-region): When a key sequence is not
7917 defined, append (this-single-command-raw-keys) to
7918 unread-input-method-events.
7919
7920 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7923
7924 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7925
7926 * version.el (emacs-version): Use mac-carbon-version-string.
7927
7928 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7929
7930 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7931
7932 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7933 Kenichi Handa).
7934 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7935 the selection is not UTF-8.
7936
7937 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7938
7939 * progmodes/ada-mode.el (ada-83-string-keywords)
7940 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7941 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7942 (ada-looking-at-semi-private, ada-get-body-name):
7943 Fix typos in docstrings.
7944 (ada-create-case-exception, ada-create-case-exception-substring):
7945 Fix typos in error messages.
7946 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7947
7948 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7949
7950 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7951 to default-frame-alist if default-frame-alist already contains
7952 width/height.
7953
7954 2006-10-18 Richard Stallman <rms@gnu.org>
7955
7956 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7957 Non-interactive arg is the value, not the expression.
7958
7959 * simple.el (read-expression-map): Just set it, no defvar.
7960
7961 * subr.el (insert-for-yank-1): If last inserted char has
7962 properties, mark them as rear-nonsticky.
7963
7964 * recentf.el (recentf-mode): Doc fix.
7965
7966 * facemenu.el (facemenu-add-new-face): Defend against symbol
7967 that isn't a face name.
7968
7969 * dired-aux.el (dired-do-copy): Doc fix.
7970
7971 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * simple.el (line-move-1): Ignore fields when moving to the
7974 beginning of line to avoid getting point stuck.
7975
7976 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7977
7978 * textmodes/flyspell.el (flyspell-word-search-backward):
7979 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7980 text.
7981
7982 2006-10-16 Richard Stallman <rms@gnu.org>
7983
7984 * help-fns.el (describe-function-1): Special case optimization
7985 for self-insert-command.
7986
7987 2006-10-16 Kim F. Storm <storm@cua.dk>
7988
7989 * ido.el (ido-reread-directory): Work in `dir' mode too.
7990
7991 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7992
7993 * textmodes/table.el: Require 'regexp-opt.
7994
7995 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7996
7997 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7998 Use shell-quote-argument.
7999
8000 * shell.el (explicit-bash-args): Likewise.
8001
8002 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8003 Use grep -E rather than egrep.
8004
8005 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8006
8007 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8008
8009 2006-10-15 Kim F. Storm <storm@cua.dk>
8010
8011 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8012
8013 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8014
8015 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8016 to protect whitespace and metacharacters from the shell.
8017
8018 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8019
8020 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8021
8022 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8023
8024 * subr.el (start-process-shell-command): Doc fix.
8025
8026 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8027
8028 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8029 the regexp for Maxima symbols.
8030
8031 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8034 (vc-find-root): Don't walk higher up than ~.
8035
8036 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * international/utf-8.el (utf-translate-cjk-load-tables):
8039 Avoid clobbering last-coding-system-used during load.
8040
8041 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8042
8043 * textmodes/reftex-global.el (reftex-create-tags-file):
8044 Quote file arguments.
8045
8046 2006-10-12 Richard Stallman <rms@gnu.org>
8047
8048 * files.el (file-name-history): Add defvar.
8049 (save-some-buffers-action-alist): Improve description strings.
8050
8051 2006-10-12 Andreas Schwab <schwab@suse.de>
8052
8053 * files.el (auto-mode-alist): Match change log file name also with
8054 a dash before a numeric extension.
8055
8056 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8057
8058 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8059 After 5.0:
8060 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8061
8062 After 5.1: Major edit. Summary of most visible changes:
8063
8064 - Multiple <<HERE per line allowed.
8065 - Handles multiline subroutine declaration headers (with comments).
8066 (The exception is `cperl-etags' - but it is not used in the rest
8067 of the mode.)
8068 - Fontifies multiline my/our declarations (even with comments,
8069 and with legacy `font-lock').
8070 - Major speedup of syntaxification, both immediate and postponed
8071 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8072 huge real-life document I tested).
8073 - New bindings, edits to imenu.
8074 - "_" is made into word-char during fontification/syntaxification;
8075 some attempts to recognize non-word "_" during other operations too.
8076 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8077 - autoload some more perldoc-related stuff
8078 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8079 - Attempt to incorporate XEmacs edits which reached me.
8080
8081 Fine-grained changelog:
8082 (cperl-hook-after-change): New configuration variable.
8083 (cperl-vc-sccs-header): Likewise.
8084 (cperl-vc-sccs-header): Likewise.
8085 (cperl-vc-header-alist): Default via two preceding variables.
8086 (cperl-invalid-face): Remove double quoting under XEmacs
8087 (still needed under 21.2).
8088 (cperl-tips): Update URLs for resources.
8089 (cperl-problems): Likewise.
8090 (cperl-praise): Mention new features.
8091 New C-c key bindings: for `cperl-find-bad-style',
8092 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8093 `cperl-perdoc', and `cperl-perldoc-at-point'.
8094 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8095 moved, new submenu of Tools with Ispell entries and narrowing.
8096 (cperl-after-sub-regexp): New defsubst.
8097 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8098 Allows heads up to head4.
8099 Allow "package;".
8100 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8101 (paren-backwards-message): ??? Something for XEmacs???
8102 (cperl-mode): Never auto-switch abbrev-mode off.
8103 Try to allow '_' be non-word char.
8104 Do not use `font-lock-unfontify-region-function' on XEmacs.
8105 Reset syntax cache on mode start.
8106 Support multiline facification (even on legacy `font-lock').
8107 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8108 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8109 refuse to inform us whether the fontification is due to lazy
8110 calling or due to edit to a buffer, install our own hook
8111 (controlled by `cperl-hook-after-change').
8112 (cperl-electric-pod): =cut may have been recognized as start.
8113 (cperl-block-p): Move, updated for attributes.
8114 (cperl-calculate-indent): Try to allow '_' be non-word char
8115 Support subs with attributes.
8116 (cperl-where-am-i): Quiet (?) a warning.
8117 (cperl-cached-syntax-table): New function.
8118 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8119 (cperl-unwind-to-safe): Recognize `syntax-type' property
8120 changing in a middle of line.
8121 (cperl-find-sub-attrs): New function.
8122 (cperl-find-pods-heres): Allow many <<EOP per line.
8123 Allow subs with attributes.
8124 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8125 Recognize "extproc " (OS/2) case-folded and only at start.
8126 /x on s///x with empty replacement was not recognized.
8127 Better comments.
8128 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8129 Allow subs with attributes, labels.
8130 Do not confuse "else::foo" with "else".
8131 Minor optimizations...
8132 (cperl-after-expr-p): Try to allow '_' be non-word char.
8133 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8134 with `looking-at' inside `narrow' and bulk out if found.
8135 (cperl-imenu--create-perl-index): Updates for new
8136 `cperl-imenu--function-name-regexp-perl'.
8137 (cperl-outline-level): Likewise.
8138 (cperl-init-faces): Allow multiline subroutine headers
8139 and my/our declarations, and ones with comments.
8140 Allow subroutine attributes.
8141 (cperl-imenu-on-info): Better docstring.
8142 (cperl-etags): Rudimentary support for attributes.
8143 Support for packages and "package;".
8144 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8145 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8146 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8147 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8148 (cperl-perldoc): Add autoload.
8149 (cperl-perldoc-at-point): Likewise.
8150 (cperl-here-doc-spell): New function.
8151 (cperl-pod-spell): Likewise.
8152 (cperl-map-pods-heres): Likewise.
8153 (cperl-get-here-doc-region): Likewise.
8154 (cperl-font-lock-fontify-region-function): Likewise (backward
8155 compatibility for legacy `font-lock').
8156 (cperl-font-lock-unfontify-region-function): Fix style.
8157 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8158 calls with no-change. Governed by `cperl-hook-after-change'.
8159 (cperl-fontify-update): Recognize that syntaxification region
8160 can be larger than fontification one.
8161 XXXX we leave `cperl-postpone' property, so this is quadratic...
8162 (cperl-fontify-update-bad): Temporary placeholder until
8163 it is clear how to implement `cperl-fontify-update'.
8164 (cperl-time-fontification): New function.
8165 (attrib-group): New text attribute.
8166 (multiline): New value: `syntax-type' text attribute.
8167
8168 After 5.2:
8169 (cperl-emulate-lazy-lock): New function.
8170 (cperl-fontify-syntaxically): Would skip large regions.
8171 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8172 Some globals were declared, but uninitialized.
8173
8174 After 5.3, 5.4:
8175 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8176 Copyright message updated.
8177 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8178 facification down a bit.
8179 Misprint for my|our|local for old `font-lock'
8180 "our" was not fontified same as "my|local".
8181 Highlight variables after "my" etc even in
8182 a middle of an expression.
8183 Do not facify multiple variables after my etc
8184 unless parentheses are present.
8185
8186 After 5.5, 5.6
8187 (cperl-fontify-syntaxically): after-change hook could reset.
8188 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8189
8190 After 5.7:
8191 (cperl-init-faces): Allow highlighting of local ($/).
8192 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8193 (cperl-problems): Remove fixed problems.
8194 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8195 Recognize charclasses (unless delimiter is \).
8196 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8197 (cperl-regexp-scan): Update docs.
8198 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8199
8200 After 5.8:
8201 Major user visible changes:
8202 Recognition and fontification of character classes in RExen.
8203 Variable indentation of RExen according to groups.
8204
8205 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8206 Fontify REx charclasses in variable-name face.
8207 Fontify POSIX charclasses in "type" face.
8208 Fontify unmatched "]" in function-name face.
8209 Mark first-char of HERE-doc as `front-sticky'.
8210 Reset `front-sticky' property when needed.
8211 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8212 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8213 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8214 constructs. Support `narrow'ed buffers.
8215 (cperl-praise): Remove a reservation.
8216 (cperl-make-indent): New function.
8217 (cperl-indent-for-comment): Use `cperl-make-indent'.
8218 (cperl-indent-line): Likewise.
8219 (cperl-lineup): Likewise.
8220 (cperl-beautify-regexp-piece): Likewise.
8221 (cperl-contract-level): Likewise.
8222 (cperl-toggle-set-debug-unwind): New function.
8223 New menu entry for this.
8224 (fill-paragraph-function): Use when `boundp'.
8225 (cperl-calculate-indent): Take into account groups when indenting RExen.
8226 (cperl-to-comment-or-eol): Recognize # which end a string.
8227 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8228 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8229 (cperl-fontify-syntaxically): More clear debugging message.
8230 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8231 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8232 Merge cosmetic changes from XEmacs.
8233
8234 After 5.9:
8235 (cperl-1+): Move to before the first use.
8236 (cperl-1-): Likewise.
8237
8238 After 5.10:
8239
8240 This code may lock Emacs hard!!! Use at your own risk!
8241
8242 (cperl-font-locking): New internal variable.
8243 (cperl-beginning-of-property): New function.
8244 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8245 instead of `previous-single-property-change'.
8246 (cperl-unwind-to-safe): Likewise.
8247 (cperl-after-expr-p): Likewise.
8248 (cperl-get-here-doc-region): Likewise.
8249 (cperl-font-lock-fontify-region-function): Likewise.
8250 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8251 recursively.
8252 Bound `next-single-property-change' via `point-max'.
8253 (cperl-unwind-to-safe): Bound likewise
8254 (cperl-font-lock-fontify-region-function): Likewise.
8255 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8256 Initialization of `cperl-font-lock-multiline-start' could be
8257 missed if the "main" fontification did not run due to the
8258 keyword being already fontified.
8259 (cperl-pod-spell): Return t from do-one-chunk function.
8260 (cperl-map-pods-heres): Stop when the worker returns nil.
8261 Call `cperl-update-syntaxification'.
8262 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8263 (cperl-get-here-doc-delim): Remove unused function.
8264
8265 After 5.11:
8266
8267 The possible lockup of Emacs (introduced in 5.10) fixed.
8268
8269 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8270 (cperl-syntaxify-for-menu): New customization variable.
8271 (cperl-select-this-pod-or-here-doc): New function.
8272 (cperl-get-here-doc-region): Extra argument.
8273 Do not adjust pos by 1.
8274
8275 New menu entries
8276 (Perl/Tools): Selection of current POD or HERE-DOC section.
8277 (Debugging CPerl:) backtrace on fontification.
8278
8279 After 5.12:
8280 (cperl-cached-syntax-table): Use `car-safe'.
8281 (cperl-forward-re): Remove spurious argument SET-ST.
8282 Add documentation.
8283 (cperl-forward-group-in-re): New function.
8284 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8285 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8286
8287 After 5.13:
8288 (cperl-string-syntax-table): Make { and } not-grouping
8289 (Sometimes they ARE grouping in RExen, but matching them would only
8290 confuse in many situations when they are not)
8291 (beginning-of-buffer): Replace two occurrences with goto-char...
8292 (cperl-calculate-indent): `char-after' could be nil...
8293 (cperl-find-pods-heres): REx can start after "[" too.
8294 Hightlight (??{}) in RExen too.
8295 (cperl-maybe-white-and-comment-rex): New constant
8296 (cperl-white-and-comment-rex): Likewise.
8297 XXXX Not very efficient, but hard to make
8298 better while keeping 1 group.
8299
8300 After 5.13:
8301 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8302 Likewise for 1 << identifier.
8303
8304 After 5.14:
8305 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8306 Error-less condition-case could fail.
8307 (cperl-font-lock-fontify-region-function): Likewise.
8308 (cperl-init-faces): Likewise.
8309
8310 After 5.15:
8311 (cperl-find-pods-heres): Support property REx-part2.
8312 (cperl-calculate-indent): Likewise.
8313 Don't special-case REx with non-empty 1st line.
8314 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8315 Invert highlighting of charclasses:
8316 now the envelop is highlighted.
8317 Highlight many others 0-length builtins.
8318 (cperl-praise): Mention indenting and highlight in RExen.
8319
8320 After 5.15:
8321 (cperl-find-pods-heres): Highlight capturing parens in REx.
8322
8323 After 5.16:
8324 (cperl-find-pods-heres): Highlight '|' for alternation
8325 Initialize `font-lock-warning-face' if not present.
8326 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8327 `font-lock-function-name-face'.
8328 (cperl-look-at-leading-count): Likewise.
8329 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8330 `font-lock-keyword-face' (needed for
8331 batch processing), etc...
8332 Use `font-lock-builtin-face' for builtin in REx
8333 Now `font-lock-variable-name-face'
8334 is used for interpolated variables
8335 Use "talking aliases" for faces inside REx
8336 Highlight parts of REx (except in charclasses)
8337 according to the syntax and/or semantic
8338 Syntax-mark a {}-part of (?{}) as "comment"
8339 (it was the ()-part)
8340 Better logic to distinguish what is what in REx
8341 (cperl-tips-faces): Document REx highlighting
8342 (cperl-praise): Mention REx syntax highlight etc.
8343
8344 After 5.17:
8345 (cperl-find-sub-attrs): Would not always manage to print error message.
8346 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8347
8348 After 5.18:
8349 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8350 Very minor optimization.
8351 `my-cperl-REx-modifiers-face' got quoted.
8352 Recognize "print $foo <<END" as HERE-doc.
8353 Put `REx-interpolated' text attribute if needed.
8354 (cperl-invert-if-unless-modifiers): New function.
8355 (cperl-backward-to-start-of-expr): Likewise.
8356 (cperl-forward-to-end-of-expr): Likewise.
8357 (cperl-invert-if-unless): Works in "the opposite way" too.
8358 Cursor position on return is on the switch-word.
8359 Indents comments better.
8360 (REx-interpolated): New text attribute.
8361 (cperl-next-interpolated-REx): New function.
8362 (cperl-next-interpolated-REx-0): Likewise.
8363 (cperl-next-interpolated-REx-1): Likewise.
8364 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8365 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8366 (cperl-praise): Mention finded interpolated RExen.
8367
8368 After 5.19:
8369 (cperl-init-faces): Highlight %$foo, @$foo too.
8370 (cperl-short-docs): Better docs for system, exec.
8371 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8372 Would not find HERE-doc ended by EOF without NL.
8373 (cperl-short-docs): Correct not-doubled \-escapes.
8374 start block: Put some `defvar' for stuff gone from XEmacs.
8375
8376 After 5.20:
8377 initial comment: Extend copyright, fix email address.
8378 (cperl-indent-comment-at-column-0): New customization variable.
8379 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8380 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8381 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8382 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8383 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8384 highlight $ in $foo too (UNTESTED).
8385 (cperl-set-style): Docstring missed some available styles.
8386 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8387 Change "Current" to "Memorize Current".
8388 (cperl-indent-wrt-brace): New customization variable; the default is
8389 as for pre-5.2 version.
8390 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8391 (cperl-style-alist): Likewise.
8392 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8393 and `cperl-extra-newline-before-brace' etc
8394 being t
8395 (cperl-indent-exp): Plans B and C to find continuation blocks even
8396 if `cperl-extra-newline-before-brace' is t.
8397
8398 After 5.21:
8399 Improve some docstrings concerning indentation.
8400 (cperl-indent-rules-alist): New variable.
8401 (cperl-sniff-for-indent): New function name
8402 (separated from `cperl-calculate-indent').
8403 (cperl-calculate-indent): Separate the sniffer and the indenter;
8404 uses `cperl-sniff-for-indent' now.
8405 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8406 was inverted;
8407 Support `comment-column' = 0.
8408
8409 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8410
8411 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8412 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8413 * longlines.el (longlines-window-change-function): Likewise.
8414 * simple.el (undo-ask-before-discard): Likewise.
8415 * wid-edit.el (widget-field-prompt-internal)
8416 (widget-documentation-link-p): Likewise.
8417
8418 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8421 for a keyword.
8422
8423 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * newcomment.el (comment-valid-prefix-p): Make the check
8426 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8427 (comment-indent-new-line): Adjust call.
8428
8429 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8430
8431 * allout.el (allout-back-to-current-heading): Base on lower-level
8432 routines to get proper disqualification of aberrant topics.
8433
8434 2006-10-09 Richard Stallman <rms@gnu.org>
8435
8436 * textmodes/two-column.el (2C-two-columns): Doc fix.
8437
8438 2006-10-09 Kim F. Storm <storm@cua.dk>
8439
8440 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8441 about implicit use.
8442
8443 2006-10-08 Richard Stallman <rms@gnu.org>
8444
8445 * textmodes/two-column.el (2C-two-columns): Doc fix.
8446
8447 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8448
8449 * files.el: Mark `buffer-read-only' as safe-local-variable.
8450
8451 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8452
8453 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8454 Burp if GUD buffer has been killed.
8455
8456 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * completion.el (add-completions-from-c-buffer):
8459 Don't presume an error's second element is a string.
8460 Use looking-at rather than buffer-substring + member.
8461
8462 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8463
8464 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8465 `undecided', call find-coding-systems-region to find a proper
8466 non-trivial encoding.
8467 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8468 and "text/plain".
8469
8470 2006-10-07 Kevin Ryde <user42@zip.com.au>
8471
8472 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8473 url-link.
8474
8475 * strokes.el (defgroup strokes): Remove invalid url-link.
8476
8477 2006-10-07 Magnus Henoch <mange@freemail.hu>
8478
8479 * autoinsert.el (auto-insert-alist): Doc fix.
8480
8481 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8482
8483 * mouse-sel.el (mouse-insert-selection-internal):
8484 Use insert-for-yank, so that yank handlers are run.
8485
8486 2006-10-07 Kim F. Storm <storm@cua.dk>
8487
8488 * ido.el (ido-file-extension-aux): Fix comparison.
8489
8490 2006-10-06 Kim F. Storm <storm@cua.dk>
8491
8492 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8493
8494 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8495
8496 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8497 (ad-make-mapped-call): Use `let', not `let*'.
8498
8499 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8500
8501 * international/mule-cmds.el (coding-system-change-eol-conversion):
8502 Ensure the coding system is initialized before calling
8503 coding-system-eol-type.
8504
8505 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8506
8507 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8508 (org-activate-angle-links, org-activate-dates)
8509 (org-activate-target-links, org-activate-camels)
8510 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8511 textproperty keymaps from being active beyond the end of a line.
8512 (org-unfontify-region): Also remove `rear-nonsticky' property.
8513
8514 2006-10-04 Kenichi Handa <handa@m17n.org>
8515
8516 * international/code-pages.el (next): Table fixed.
8517
8518 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8521 that it's been made unnecessary by removing narrowing.
8522
8523 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8526 control flow a bit, simplify another bit, and add comments.
8527
8528 2006-10-03 David Kastrup <dak@gnu.org>
8529
8530 * help.el (describe-mode): For clicks on mode-line, use "@"
8531 interactive argument to get the major mode of the click instead of
8532 the current buffer.
8533
8534 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8535 in order to better redirect mouse-2 clicks. Also allow default
8536 bindings to apply.
8537
8538 2006-10-03 Kim F. Storm <storm@cua.dk>
8539
8540 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8541 (pushnew): Fix last change.
8542
8543 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8544
8545 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8546 Use the interactive spec of `eval-expression'.
8547
8548 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8549
8550 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8551
8552 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8553
8554 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8555 2006-09-28 commit.
8556
8557 2006-10-02 Kenichi Handa <handa@m17n.org>
8558
8559 * international/code-pages.el (iso-8859-6): Table fixed.
8560
8561 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8562
8563 * dired.el (dired-build-subdir-alist): Fix previous change.
8564
8565 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8566
8567 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8568
8569 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8572 "define-button-type".
8573
8574 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8575 they don't keep accumulating.
8576
8577 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8578
8579 * ffap.el (ffap-rfc-path): Change the address of the RFC
8580 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8581
8582 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8583
8584 * allout.el (allout-expose-topic): Rectify implementation of "+"
8585 spec, so that bodies are not exposed with headlines.
8586
8587 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8588
8589 * allout.el (allout-current-depth): Do aberrent check only at or
8590 below doublecheck depth.
8591 (allout-chart-subtree): Make it explicit that LEVELS being nil
8592 means unlimited depth. Drop undocumented support for LEVELS value
8593 t meaning unlimited depth. (This is consistent with
8594 allout-chart-to-reveal, but contrary to allout-show-children,
8595 which needs to use nil to default to depth of 1.)
8596 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8597 (allout-chart-to-reveal): Be explicit in docstring about meaning
8598 of nil LEVELS, and drop support for LEVELS value t.
8599 (allout-show-children): Translate the level spec used by this
8600 routine to that used by allout-chart-subtree and
8601 allout-chart-to-reveal.
8602 (allout-show-to-offshoot): Retry once when stuck, after opening
8603 subtree - improvements in discontinuity handling likely will
8604 enable progress.
8605
8606 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * wid-edit.el (widget-button-click-moves-point): New variable.
8609 (widget-button-click): If widget-button-click-moves-point is
8610 non-nil, set point after performing the button action.
8611
8612 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8613
8614 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8615
8616 * files.el (find-file-existing): Modify to not allow wildcards.
8617
8618 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8619
8620 * simple.el (undo-more): When undo information for the region is
8621 exhausted, say "No further undo information FOR REGION".
8622
8623 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8624
8625 * progmodes/sh-script.el (sh-prev-thing):
8626 Take `sh-leading-keywords' into account.
8627
8628 2006-09-29 Glenn Morris <rgm@gnu.org>
8629
8630 * custom.el (defcustom): Doc fix.
8631
8632 * calendar/calendar.el (european-calendar-style):
8633 Call european-calendar or american-calendar as needed when set.
8634 (diary-view-entries, list-calendar-holidays): Move autoloads
8635 before use.
8636
8637 2006-09-29 Juri Linkov <juri@jurta.org>
8638
8639 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8640 to nil if there is no previous property change.
8641
8642 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8643
8644 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8645 saving anything to be sure that `forward-sexp' behaves correctly.
8646
8647 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8648
8649 * simple.el (line-move-finish): Ignore field boundaries if the
8650 initial and final points have the same `field' property.
8651
8652 2006-09-29 Kim F. Storm <storm@cua.dk>
8653
8654 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8655 to t while calling ido-read-internal.
8656
8657 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8658
8659 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8660 (org-archive-subtree): Remove erraneous `]' from character list.
8661
8662 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8663
8664 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8665 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8666 markers for data-area and parameters-area.
8667
8668 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8671
8672 * font-lock.el (font-lock-after-change-function): Refontify next line
8673 as well if end is at BOL.
8674 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8675 only extend the region as much as needed.
8676
8677 2006-09-28 Richard Stallman <rms@gnu.org>
8678
8679 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8680
8681 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8682
8683 * international/mule.el (after-insert-file-set-coding):
8684 If VISIT, don't let set-buffer-multibyte make undo info.
8685
8686 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8687
8688 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8689 lines in base64-encoded authentication response.
8690
8691 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8692
8693 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8694 (ebnf-version): New version 4.3.
8695 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8696 (ebnf-prologue): Adjust PostScript programming.
8697 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8698 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8699
8700 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * jit-lock.el (jit-lock-force-redisplay): Rename from
8703 jit-lock-fontify-again, and undo the mistaken change I've just done.
8704
8705 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8706 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8707
8708 2006-09-26 Kenichi Handa <handa@m17n.org>
8709
8710 * startup.el (display-splash-screen): Allow a prefix argument.
8711
8712 2006-09-25 Jason Rumney <jasonr@gnu.org>
8713
8714 * subr.el (shell-quote-argument): Use DOS logic for Windows
8715 shells with DOS semantics.
8716
8717 2006-09-24 Richard Stallman <rms@gnu.org>
8718
8719 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8720 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8721 to delete the overlay. Put it on pre-command-hook.
8722
8723 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8724
8725 * startup.el (fancy-splash-screens, normal-splash-screen):
8726 Call the splash buffer *About GNU Emacs*.
8727
8728 * simple.el (next-error-highlight, next-error-highlight-no-select):
8729 Default to 0.5.
8730 (yank-excluded-properties): Add `fontified'.
8731
8732 * font-lock.el (font-lock-compile-keywords): Allow value of
8733 syntax-begin-function to enable paren-column-0 highlighting.
8734
8735 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8736
8737 * dired.el (dired-build-subdir-alist): When file ends in colon,
8738 don't exit the loop, just disregard that file.
8739
8740 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * simple.el (line-move-finish): Handle corner case for fields in
8743 continued lines.
8744 (line-move-1): Remove flawed test for that case.
8745
8746 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8747
8748 * icomplete.el (icomplete-simple-completing-p): Use the correct
8749 name for the new variable, `icomplete-with-completion-tables'.
8750 (file local variables): Remove superfluous setting.
8751
8752 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8753
8754 * calendar/appt.el (appt-check): Fix typo for appointments just
8755 after midnight.
8756
8757 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8758
8759 * help.el (describe-key-briefly, describe-key): Don't expect an
8760 extra up event if a down-event is generated by a popup menu.
8761
8762 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8763
8764 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8765 local dictionary when changing the global dictionary.
8766
8767 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8768
8769 * icomplete.el (icomplete-with-completion-tables): List of
8770 specialized completion tables with which icomplete should
8771 operate. Include the new `internal-complete-buffer', so icomplete
8772 works with interactive buffer-selection.
8773 (icomplete-simple-completing-p): Add acceptance of specialized
8774 completion tables listed in icomplete-with-completion-tables.
8775
8776 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8777
8778 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8779
8780 * startup.el (command-line): Use `custom-reevaluate-setting' for
8781 `focus-follows-mouse'.
8782
8783 2006-09-22 Richard Stallman <rms@gnu.org>
8784
8785 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8786 explain why Save is not available.
8787
8788 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8789
8790 * woman.el (woman0-so): Use `let*', not `let'.
8791 (woman-horizontal-line): Remove unbalanced parenthesis.
8792
8793 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * woman.el: Make sure all the end-of-region markers we use have
8796 a non-nil insertion-type.
8797 (woman0-so): Move things around so we can use copy-marker.
8798 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8799 Adjust marker type.
8800 (woman2-process-escapes): Check marker type.
8801 (woman-horizontal-line): Dispense with the use of a marker.
8802
8803 2006-09-22 Jay Belanger <belanger@truman.edu>
8804
8805 * calc/calc-lang.el: Add Greek letters to math-variable-table
8806 property of tex.
8807
8808 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8811
8812 2006-09-22 Masatake YAMATO <jet@gyve.org>
8813
8814 * add-log.el (add-log-current-defun): Use `forward-sexp'
8815 instead of `forward-word' to pick c++::symbol.
8816 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8817
8818 2006-09-22 Kenichi Handa <handa@m17n.org>
8819
8820 * bindings.el: Fix setting self-insert-command for multibyte
8821 characters in global-map.
8822
8823 2006-09-21 David Kastrup <dak@gnu.org>
8824
8825 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8826 doc string.
8827
8828 2006-09-21 Kenichi Handa <handa@m17n.org>
8829
8830 * language/european.el ("Latin-1"): Add windows-1252 to
8831 coding-priority.
8832 ("German"): Likewise.
8833
8834 2006-09-21 Kim F. Storm <storm@cua.dk>
8835
8836 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8837 Suggested by Miles Bader.
8838
8839 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8840 instead of add-to-list in the simple case.
8841
8842 2006-09-20 Kenichi Handa <handa@m17n.org>
8843
8844 * isearch.el (isearch-process-search-char): Cancel the previous change.
8845 (isearch-search-string): New function.
8846 (isearch-search): Use isearch-search-string.
8847 (isearch-lazy-highlight-search): Likewise.
8848
8849 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8850
8851 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8852 string to become an option.
8853
8854 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8857
8858 2006-09-20 Kim F. Storm <storm@cua.dk>
8859
8860 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8861 position t instead of trying both window-end and window-end - 1.
8862
8863 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8864
8865 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8866 hidden trees.
8867
8868 2006-09-20 David Kastrup <dak@gnu.org>
8869
8870 * mouse.el (mouse-posn-property): Improve doc string.
8871 (mouse-on-link-p): Change buffers for function calls on links.
8872
8873 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8874 buffer is read-only.
8875
8876 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8877
8878 * allout.el (allout-unprotected): Let inhibit-read-only only when
8879 buffer-read-only isn't set.
8880 (allout-annotate-hidden): Enable topic annotation during copies even
8881 when the buffer is read-only, eg for topic copies. Ensure that the loop
8882 advances, even when the span extends beyond the deletion region.
8883 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8884 rather than allout-exposure-changed-hook, as a stronger assertion.
8885 (allout-keybindings-list): Add bindings for
8886 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8887 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8888 Copy wrappers for allout-kill-line and allout-kill-topic.
8889 (allout-listify-exposed): Position correctly to accumulate lines.
8890
8891 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * simple.el (line-move-1): Escape field boundaries occurring
8894 exactly at point. Update goal column if constrained to a field.
8895 (line-move-finish): Escape field boundaries occurring exactly at point.
8896
8897 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8900 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8901
8902 2006-09-19 Kim F. Storm <storm@cua.dk>
8903
8904 * help.el (describe-key-briefly, describe-key): Simplify printing
8905 of descriptions by using format and %S. Fix "is undefined"
8906 messages to say "at that spot" for mouse events.
8907
8908 * simple.el (line-move-partial): Optimize. Try window-line-height
8909 before posn-at-point to get vpos of current line.
8910
8911 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8912
8913 * emulation/viper.el: Bump up version/date of update to reflect the
8914 substantial changes done in August 2006.
8915
8916 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8917 push-button are defined.
8918
8919 * ediff-util.el (ediff-add-to-history): New function.
8920
8921 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8922
8923 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8924
8925 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8926 Delete duplicate make-local-variable form.
8927 (conf-space-keywords): Add autoload cookie.
8928 Fix typo (`keywords', not `keyword').
8929
8930 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8931
8932 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8933 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8934 to x-gtk-use-old-file-dialog.
8935
8936 2006-09-18 Richard Stallman <rms@gnu.org>
8937
8938 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8939 that might come in during mouse tracking.
8940
8941 2006-09-18 Kim F. Storm <storm@cua.dk>
8942
8943 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8944 new window-line-height function. Further optimize by not calling
8945 pos-visible-in-window-p for window-end when window-line-height
8946 returns useful information.
8947
8948 2006-09-16 Richard Stallman <rms@gnu.org>
8949
8950 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8951 (conf-space-mode): Don't handle prefix arg.
8952 Delete conf-space-keywords-override code.
8953 Use add-hook.
8954 (conf-space-keywords): New command.
8955 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8956 Delete conf-space-keywords-override code.
8957 (conf-space-keywords-alist): Doc fix.
8958 (conf-space-font-lock-keywords): Doc fix.
8959 (conf-space-keywords-override): Var deleted.
8960
8961 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * startup.el (fancy-splash-screens): Don't switch to the scratch
8964 buffer; it may not be the next buffer.
8965
8966 2006-09-16 Romain Francoise <romain@orebokech.com>
8967
8968 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8969 in both messages.
8970
8971 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8972
8973 * progmodes/python.el (python-preoutput-filter):
8974 Fix arg order to string-match.
8975
8976 2006-09-16 Richard Stallman <rms@gnu.org>
8977
8978 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8979 font-lock-compile-keywords.
8980
8981 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8982 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8983
8984 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8985
8986 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8987
8988 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8989 and the data doesn't look like UTF8, send STRING instead.
8990
8991 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8992
8993 * textmodes/flyspell.el (flyspell-check-region-doublons):
8994 New function to detect duplicated words.
8995 (flyspell-large-region): Use it.
8996
8997 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9000
9001 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9002
9003 * help.el (describe-prefix-bindings): Use let, not let*.
9004
9005 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9006
9007 * allout.el (allout-regexp, allout-line-boundary-regexp)
9008 (allout-bob-regexp): Correct grouping and boundaries to fix
9009 backwards traversal.
9010 (allout-depth-specific-regexp, allout-depth-one-regexp):
9011 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9012 worse time in allout-ascend.
9013 (allout-doublecheck-at-and-shallower): Identify depth threshold
9014 below which topics are checked for and disqualified by containment
9015 discontinuities.
9016 (allout-hotspot-key-handler): Correctly handle multiple-key
9017 strokes. Remove some unused variables.
9018 (allout-mode-leaders): Clarify that mode-specific comment-start
9019 will be used.
9020 (set-allout-regexp): Correctly regexp-quote allout regexps to
9021 properly accept alternative header-leads and primary bullets with
9022 regexp-specific characters (eg, C "/*", mathematica "(*").
9023 Include new regular expressions among those configured.
9024 (allout-infer-header-lead-and-primary-bullet):
9025 Rename allout-infer-header-lead.
9026 (allout-recent-depth): Manifest as a variable as well as a function.
9027 (allout-prefix-data): Simplify into an inline instead of a macro,
9028 assuming current match data rather than being explicitly passed
9029 it. Establish allout-recent-depth value as well as
9030 allout-recent-prefix-beginning and allout-recent-prefix-end.
9031 (allout-aberrant-container-p): True when an item's immediate
9032 offspring discontinuously contained. Useful for disqualifying
9033 unintended topic prefixes, likely at low depths.
9034 (allout-goto-prefix-doublechecked): Elaborate version of
9035 allout-goto-prefix which disqualifies aberrant pseudo-items.
9036 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9037 get disqualification of aberrant containers.
9038 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9039 containers.
9040 (allout-beginning-of-current-entry): Position at start of buffer
9041 when in container (depth 0) entry.
9042 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9043 (allout-current-bullet): Strip text properties.
9044 (allout-get-prefix-bullet): Use right match groups.
9045 (allout-beginning-of-line, allout-next-heading):
9046 Disqualify aberrant containers.
9047 (allout-previous-heading): Disqualify aberrant containers, and
9048 change to regular (rather than inline) function, to allow
9049 self-recursion.
9050 (allout-get-invisibility-overlay): Increment so progress is made
9051 when the first overlay is not the sought one.
9052 (allout-end-of-prefix): Disqualify aberrant containers.
9053 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9054 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9055 outline.el outlines) functional again. Change the primary bullet
9056 along with the header-lead - level 1 new-style bullets now work.
9057 Engage allout-before-change-handler in mainline Emacs, not just
9058 XEmacs, to do undo handling.
9059 (allout-before-change-handler): Expose undo changes occurring in
9060 hidden regions. Use allout-get-invisibility-overlay instead of
9061 reimplementing it inline.
9062 (allout-chart-subtree): Use start rather than end of prefix in
9063 charts. Use allout-recent-depth variable.
9064 (allout-chart-siblings): Disqualify aberrant topics.
9065 (allout-beginning-of-current-entry): Position correctly.
9066 (allout-ascend): Use new allout-depth-specific-regexp and
9067 allout-depth-one-regexp for linear instead of O(N^2) or worse
9068 behavior.
9069 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9070 reimplementing an algorithm.
9071 (allout-up-current-level): Depend on allout-ascend, rather than
9072 reimplementing an algorithm. Return to start-point if we fail.
9073 (allout-descend-to-depth): Use allout-recent-depth variable
9074 instead of function.
9075 (allout-next-sibling): On traversal of numerous intervening
9076 topics, resort to economical allout-next-sibling-leap.
9077 (allout-next-sibling-leap): Specialized version of
9078 allout-next-sibling that uses allout-ascend cleverly, to depend on
9079 a regexp search to leap large numbers of contained topics, rather
9080 than arbitrarily many one-by-one traversals.
9081 (allout-next-visible-heading): Disqualify aberrant topics.
9082 (allout-previous-visible-heading): Position consistently when
9083 interactive.
9084 (allout-forward-current-level): Base on allout-previous-sibling
9085 rather than (differently) reimplmenting the algorithm. Remove some
9086 unused variables.
9087 (allout-solicit-alternate-bullet): Present default choice stripped
9088 of text properties.
9089 (allout-rebullet-heading): Use bullet stripped of text properties.
9090 Register changes using allout-exposure-change-hook.
9091 Disregard aberrant topics.
9092 (allout-shift-in): With universal-argument, make topic a peer of
9093 it's former offspring. Simplify the code by separating out
9094 allout-shift-out functionality.
9095 (allout-shift-out): With universal-argument, make offspring peers
9096 of their former container, and its siblings. Implement the
9097 functionality here, rather than inappropriately muddling the
9098 implementation of allout-shift-in.
9099 (allout-rebullet-topic): Respect additional argument for new
9100 parent-child separation function.
9101 (allout-yank-processing): Use allout-ascend directly.
9102 (allout-show-entry): Disqualify aberrant topics.
9103 (allout-show-children): Handle discontinuous children gracefully,
9104 extending the depth being revealed to expose them and posting a
9105 message indicating the situation.
9106 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9107 Leave cursor in correct position.
9108 (allout-hide-current-subtree): Use allout-ascend directly.
9109 Disqualify aberrant topics.
9110 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9111 a way that the yanks can restore it, as used to happen.
9112 (allout-yank-processing): Restore exposure layout as recorded by
9113 allout-kill-*, as used to happen.
9114 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9115 for preseving and restoring exposure layout across kills.
9116 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9117 (allout-encrypt-string): Strip text properties.
9118 Rearranged order and outline-headings for some of the
9119 miscellaneous functions.
9120 (allout-resolve-xref): No need to quote the error name in the
9121 condition-case handler section.
9122 (allout-flatten): Classic recursive (and recursively intensive,
9123 without tail-recursion) list-flattener, needed by allout-shift-out
9124 when confronted with discontinuous children.
9125
9126 2006-09-16 Jason Rumney <jasonr@gnu.org>
9127
9128 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9129 on ms-windows.
9130 (dnd-open-unc-file): Remove.
9131 (dnd-open-local-file): Mention in doc string that it also handles
9132 remote files if the system natively supports unc file-names.
9133
9134 2006-09-15 Kim F. Storm <storm@cua.dk>
9135
9136 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9137 all necessary information about the event before erasing *Help*.
9138
9139 * simple.el (line-move-partial): Use window-line-visiblity to
9140 quickly check whether last line is partially visible, and only do
9141 the hard (and slow) part in that case.
9142
9143 2006-09-15 Jay Belanger <belanger@truman.edu>
9144
9145 * COPYING: Replace "Library Public License" by "Lesser Public
9146 License" throughout.
9147
9148 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9149
9150 * term/x-win.el (x-menu-bar-open): New function for F10.
9151
9152 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9153
9154 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9155 Disallow filenames containing " -" to avoid confusion with libtool
9156 compilation messages. Suggested by Stefan Monnier.
9157
9158 2006-09-15 David Kastrup <dak@gnu.org>
9159
9160 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9161 instead of buffer position for `mouse-on-link-p'.
9162
9163 * mouse.el (mouse-posn-property): New function looking up the
9164 properties at a click position in overlays and text properties in
9165 either buffer or strings.
9166 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9167 of both `follow-link' as well as `mouse-face' properties.
9168 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9169 buffer position.
9170
9171 * help.el (describe-key-briefly): When reading a down-event on
9172 mode lines or scroll bar, swallow the following up event, too.
9173 Use the new mouse sensitity of `key-binding' for lookup.
9174 (describe-key): The same here.
9175
9176 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9177
9178 * play/life.el (life-patterns): Add a few more interesting patterns.
9179 (life-setup): Force `show-trailing-whitespace' to nil.
9180
9181 2006-09-14 Richard Stallman <rms@gnu.org>
9182
9183 * startup.el (fancy-splash-text): Change text to improve alignment.
9184 (fancy-splash-screens): Don't set non-standard tab width.
9185 Bind cursor-type temporarily, and make it easy to patch to
9186 preserve the splash buffer.
9187 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9188 (fancy-splash-screens): Display echo-area message explicitly.
9189 Don't set fancy-splash-help-echo.
9190
9191 * simple.el (line-number-mode): Group mode-line instead of
9192 editing-basics.
9193 (column-number-mode, size-indication-mode): Likewise.
9194
9195 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9196
9197 * time.el (display-time): Group mode-line instead of modeline.
9198
9199 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9200
9201 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9202
9203 * startup.el (fancy-splash-text): Move editing instructions to
9204 fancy-splash-head.
9205 (fancy-splash-head): Issue editing instructions.
9206 (fancy-splash-screens): Fixup whitespace.
9207
9208 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * bindings.el (mode-line-buffer-identification-keymap):
9211 Remove duplicate line.
9212
9213 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9214
9215 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9216 ignore lists.
9217
9218 2006-09-14 Kim F. Storm <storm@cua.dk>
9219
9220 * jit-lock.el (jit-lock-fontify-again): New function.
9221 (jit-lock-fontify-now): Use it instead of lambda form.
9222
9223 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9224
9225 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9226 (flyspell-auto-correct-word): Make ispell-filter local to these
9227 functions. Check that ispell-filter has new stuff before calling
9228 ispell-parse-output.
9229
9230 2006-09-13 Kim F. Storm <storm@cua.dk>
9231
9232 * simple.el (line-move-partial): Optimize.
9233
9234 2006-09-13 Richard Stallman <rms@gnu.org>
9235
9236 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9237 Delete spurious backquote.
9238
9239 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9240
9241 * net/rcirc.el (rcirc-print): Fix last change.
9242
9243 2006-09-12 Jay Belanger <belanger@truman.edu>
9244
9245 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9246
9247 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9248
9249 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9250 rcirc-show-maximum-output.
9251 (rcirc-mode): Remove window-scroll-function hook.
9252 (rcirc-scroll-to-bottom): Remove function.
9253 (rcirc-print): Recenter so point stays at the bottom of the window
9254 if point was already there.
9255
9256 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9257
9258 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9259 not to "t".
9260 * progmodes/compile.el (compilation-start): Likewise.
9261 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9262 Don't use expand-file-name on invocation-directory, since this
9263 might mishandle special characters in invocation-directory.
9264
9265 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * pcvs-defs.el: Remove * in defcustom's docstrings.
9268
9269 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9270
9271 * progmodes/compile.el (compilation-directory-properties):
9272 Doc fix for help-echo.
9273
9274 2006-09-12 Lars Hansen <larsh@soem.dk>
9275
9276 * desktop.el (desktop-read): Add comment.
9277
9278 2006-09-12 Kim F. Storm <storm@cua.dk>
9279
9280 * simple.el (next-error-highlight, next-error-highlight-no-select):
9281 Fix spelling error.
9282
9283 * subr.el (sit-for): Rework to use input-pending-p and cond.
9284 Return nil input is pending on entry also for SECONDS <= 0.
9285 (while-no-input): Use input-pending-p instead of sit-for.
9286
9287 2006-09-11 Richard Stallman <rms@gnu.org>
9288
9289 * simple.el (next-error-highlight, next-error-highlight-no-select):
9290 Fix custom type and doc strings.
9291
9292 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9295 (diff-apply-hunk): Use it to ask for confirmation.
9296
9297 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9298
9299 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9300
9301 2006-09-11 David Kastrup <dak@gnu.org>
9302
9303 * help.el (string-key-binding, describe-key-briefly)
9304 (describe-key): Remove `string-key-binding' and its callers since
9305 `key-binding' already caters for the proper lookup now.
9306
9307 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9310 (cfengine-mode): Use it. Fix \ syntax to be like /.
9311
9312 * bindings.el (mode-line-buffer-identification-keymap):
9313 Move initialization into declaration.
9314
9315 2006-09-10 Kim F. Storm <storm@cua.dk>
9316
9317 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9318 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9319 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9320 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9321
9322 2006-09-10 Richard Stallman <rms@gnu.org>
9323
9324 * dired-aux.el: Handle errors in recursive copy usefully.
9325 (dired-create-files-failures): New variable.
9326 (dired-copy-file): Remove condition-case.
9327 (dired-copy-file-recursive): Check for errors on all file
9328 operations, and add them to dired-create-files-failures.
9329 Check file file-date-erorr here too.
9330 (dired-create-files): Check dired-create-files-failures
9331 and report those errors too.
9332
9333 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9334
9335 * subr.el (add-to-list): New argument COMPARE-FN.
9336
9337 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9338
9339 * filecache.el (file-cache-add-directory)
9340 (file-cache-add-directory-list, file-cache-add-file)
9341 (file-cache-add-directory-using-find)
9342 (file-cache-add-directory-using-locate)
9343 (file-cache-add-directory-recursively): Add autoloads.
9344
9345 2006-09-09 Richard Stallman <rms@gnu.org>
9346
9347 * textmodes/conf-mode.el (conf-space-mode):
9348 Use hack-local-variables-hook instead of calling hack-local-variables.
9349 (conf-space-keywords-override): New variable.
9350 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9351 (conf-space-mode): Always make conf-space-keywords and
9352 conf-space-keywords-override local.
9353 Call conf-space-mode-internal directly as well as via hook.
9354
9355 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9356
9357 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9358 quasi-keywords.
9359
9360 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9363 (python-send-string): Be slightly more careful about adding \n.
9364
9365 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9366 kill it right away anyway.
9367
9368 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9369
9370 * international/codepage.el (cp850-decode-table): Fix a few codes.
9371 (cp858-decode-table): New variable.
9372
9373 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9374
9375 * net/ldap.el (ldap-search-internal): Doc fix.
9376
9377 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9378
9379 * play/life.el (life-display-generation): Test for input manually if
9380 `sleeptime' is negative or null.
9381
9382 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9383 (print-region-1): Substitute `%s' with the page title.
9384
9385 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9386
9387 * locate.el (locate-current-search): New variable.
9388 (locate): Set buffer local value. Use current buffer if it is
9389 in Locate mode.
9390 (locate-mode): Disable undo here.
9391 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9392 (locate-update): Use locate-current-search and locate-current-filter.
9393
9394 2006-09-08 David Kastrup <dak@gnu.org>
9395
9396 * desktop.el (desktop-read): When loading a desktop, disable
9397 saving it while the load progresses, and switch off a pending lazy
9398 load by calling `desktop-lazy-abort'.
9399
9400 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9401
9402 * window.el (mouse-autoselect-window-timer)
9403 (mouse-autoselect-window-position)
9404 (mouse-autoselect-window-window)
9405 (mouse-autoselect-window-now): New vars.
9406 (mouse-autoselect-window-cancel)
9407 (mouse-autoselect-window-select)
9408 (mouse-autoselect-window-start): New functions.
9409 (handle-select-window): Call `mouse-autoselect-window-start' when
9410 delayed window autoselection is enabled.
9411
9412 * cus-start.el (mouse-autoselect-window): Handle delayed window
9413 autoselection.
9414
9415 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9416 commands after which it is allowed to print in the echo area.
9417
9418 2006-09-08 Richard Stallman <rms@gnu.org>
9419
9420 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9421
9422 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9423 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9424
9425 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9426 (cancel-timer-internal): Add doc string.
9427 (cancel-function-timers): Doc fix.
9428 (with-timeout-handler, timer-event-last*): Add doc strings.
9429
9430 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9431
9432 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9433
9434 * dired.el (dired-log-summary): Add doc string.
9435
9436 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9437 (custom-group-menu-create): Not here.
9438
9439 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9440
9441 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9442
9443 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9444
9445 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9446 (mac-apple-event-map): Define its handler.
9447
9448 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9449
9450 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9451
9452 2006-09-07 Magnus Henoch <mange@freemail.hu>
9453
9454 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9455 clause.
9456
9457 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9458
9459 * info.el (Info-index): Bind completion-ignore-case.
9460
9461 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9464 previous commit.
9465 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9466 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9467 burp in dedicated windows.
9468 (inferior-prolog-self-insert-command): New command.
9469 (inferior-prolog-mode-map): Use it.
9470
9471 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9472
9473 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9474
9475 * international/code-pages.el: Add cp858.
9476
9477 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9478
9479 * dnd.el: Fix bootstrapping.
9480
9481 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9482
9483 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9484 (dnd-open-remote-url): New function.
9485 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9486 not windows-nt.
9487
9488 2006-09-07 Jason Rumney <jasonr@gnu.org>
9489
9490 * dnd.el (dnd-open-remote-file-function): New variable.
9491 (dnd-open-unc-file): New function.
9492 (dnd-open-file): Call dnd-open-remote-file-function if set.
9493
9494 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9495
9496 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9497 pgg-passphrase-coding-system rather than locale-coding-system.
9498 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9499
9500 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * progmodes/prolog.el: Remove * in docstrings.
9503 (prolog-program-name): Add SWI prolog.
9504 (prolog-mode-menu): New menu.
9505 (prolog-mode): Set comment-add.
9506 (prolog-indent-line): Simplify. Use indent-line-to.
9507 (inferior-prolog-buffer): New var.
9508 (inferior-prolog-run, inferior-prolog-process): New funs.
9509 (run-prolog, switch-to-prolog): Rewrite, using them.
9510 (prolog-consult-region): Use inferior-prolog-buffer.
9511 (inferior-prolog-load-file): New function.
9512 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9513
9514 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9515 last word, if it's not the end of the paragraph.
9516
9517 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9518 file name.
9519
9520 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9521
9522 * frame.el (display-mm-dimensions-alist): New defcustom.
9523 (display-mm-height, display-mm-width): Use it.
9524
9525 2006-09-06 Simon Josefsson <jas@extundo.com>
9526
9527 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9528
9529 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9530
9531 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9532 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9533 string values.
9534
9535 2006-09-06 Kim F. Storm <storm@cua.dk>
9536
9537 * simple.el (line-move-partial): New function to do vscrolling for
9538 partially visible images / tall lines. Rewrite based on code
9539 previously in line-move. Simplify backwards vscrolling.
9540 (line-move): Use it. Simplify.
9541
9542 2006-09-05 Kim F. Storm <storm@cua.dk>
9543
9544 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9545
9546 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9547
9548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9549 Process the `gcc-include' after the `gnu' rule.
9550
9551 2006-09-05 Kim F. Storm <storm@cua.dk>
9552
9553 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9554
9555 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9556
9557 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9558 compatibility.
9559
9560 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9561 inhibit-redisplay; encode passphrase with locale-coding-system.
9562
9563 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9564
9565 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9566
9567 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9568
9569 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9570 (gdb-var-list-children-regexp): Make type field optional.
9571
9572 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9573 e.g public, protected in C++.
9574
9575 2006-09-04 John Paul Wallington <jpw@pobox.com>
9576
9577 * simple.el (completion-show-help): New defcustom.
9578 (completion-setup-function): Heed it.
9579
9580 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9581
9582 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9583
9584 2006-09-04 Richard Stallman <rms@gnu.org>
9585
9586 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9587 (rsf-min-region-to-spam-list): Doc fix.
9588 (rsf-add-content-type-field): Doc fix.
9589
9590 * simple.el (kill-region): Explicitly test there is a region.
9591
9592 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9593
9594 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9595 sendmail in several common directories.
9596
9597 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9598
9599 * paths.el (sendmail-program): Removed.
9600
9601 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9602
9603 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9604 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9605 http://article.gmane.org/gmane.emacs.gnus.general/50457
9606
9607 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9608
9609 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9610 mark after running the menu filter.
9611
9612 2006-09-03 Juri Linkov <juri@jurta.org>
9613
9614 * international/quail.el (quail-defrule-internal): Add a check
9615 if a key is a vector.
9616
9617 2006-09-02 Juri Linkov <juri@jurta.org>
9618
9619 * man.el (Man-topic-history): New variable.
9620 (man): Use it.
9621
9622 * woman.el (woman-topic-history): Change defvar to defvaralias
9623 for symbol `Man-topic-history'.
9624
9625 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9626 `comint-last-output-start' is a marker by using `markerp' and
9627 check if it has a position by using `marker-position', and use
9628 this position for `goto-char'.
9629
9630 * international/quail.el (quail-defrule-internal): Add missing
9631 `error' call for null key.
9632
9633 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9634
9635 * net/rcirc.el (rcirc-keywords): New variable.
9636 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9637 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9638 variables.
9639 (rcirc-responses-no-activity): New function.
9640 (rcirc-handler-generic): Check for responses in above.
9641 (rcirc-process-command): Add ?: character to arguments of raw
9642 server commands.
9643 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9644 `rcirc-dim-nicks'.
9645 (rcirc-gray-toggle): Remove unused variable.
9646 (rcirc-print): Remove some tracking logic, which is moved into
9647 markup functions.
9648 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9649 types.
9650 (rcirc-activity-string): Look for 'keyword in activity-types.
9651 (rcirc-window-configuration-change): Don't erase overlay-arrow
9652 unnecessarily.
9653 (rcirc-add-or-remove): New function.
9654 (rcirc-cmd-ignore): Use it.
9655 (rcirc-message-leader): Remove unused function.
9656 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9657 (rcirc-add-face): New function.
9658 (rcirc-facify): Use rcirc-add-face.
9659 (rcirc-url-regexp): Add parens.
9660 (rcirc-map-regexp): Remove function.
9661 (rcirc-mangle-regexp): Remove function.
9662 (rcirc-markup-text-functions): New variable.
9663 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9664 (rcirc-markup-body-text, rcirc-markup-attributes)
9665 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9666 (rcirc-markup-bright-nicks): New markup handler functions.
9667 (rcirc-nick-in-message-full-line): New face.
9668 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9669 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9670
9671 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9672
9673 * cus-start.el (hscroll-margin, hscroll-step)
9674 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9675 (x-use-underline-position-properties): Change version to "22.1"
9676 since they will appear there for the first time.
9677
9678 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9681
9682 2006-08-31 Richard Stallman <rms@gnu.org>
9683
9684 * cus-edit.el (custom-save-variables): Slight cleanup.
9685 (Custom-no-edit): Renamed from custom-no-edit.
9686 (Custom-newline): Renamed from custom-newline.
9687 (custom-mode-map): Use new names.
9688
9689 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9690 about customization, rather than M-x customize, in the doc string
9691 made for the defcustom.
9692
9693 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9694
9695 2006-08-31 Romain Francoise <romain@orebokech.com>
9696
9697 * dired-x.el (dired-guess-shell-alist-default): Update.
9698
9699 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9700
9701 * custom.el (custom-theme-set-variables): Autoload packages before
9702 sorting the variables.
9703
9704 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9705
9706 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9707 Convert events to chars if XEmacs.
9708 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9709
9710 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9713 waiting for process.
9714
9715 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9716
9717 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9718 results in ASCII-only string, encode original one directly.
9719
9720 2006-08-29 Romain Francoise <romain@orebokech.com>
9721
9722 * startup.el (normal-splash-screen, fancy-splash-screens):
9723 Make buffer read-only and arrange to enter view mode if necessary.
9724
9725 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * hl-line.el (hl-line): New face.
9728 (hl-line-face): Use it.
9729
9730 * image-mode.el (image-mode): Fix last fix.
9731 Suggested by Kim F. Storm.
9732
9733 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9734
9735 Sync with Tramp 2.0.54.
9736
9737 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9738 of `=', because `tramp-get-remote-gid' might not always return an
9739 integer when expected.
9740 (tramp-register-file-name-handlers): `partial-completion-mode' is
9741 unknown to XEmacs.
9742 (tramp-time-diff): Don't use `floor', it might fail for large
9743 differences.
9744 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9745 `tramp-auto-save-directory' if unset in order to guarantee unique
9746 auto-save file names.
9747
9748 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9749
9750 * image-mode.el (image-mode): Display image as text on a terminal.
9751
9752 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * progmodes/python.el (python-send-command): Simplify.
9755 (run-python): Don't generate a new buffer unless `new' was specified.
9756 Make sure we send `import emacs' to the proper process.
9757
9758 * progmodes/python.el (python-send-command): Don't wait for the command
9759 to terminate. Don't fiddle with compilation-parsing-end.
9760
9761 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9764 Insert commentary after first line summary.
9765
9766 * woman.el (woman-follow): New function, based on `man-follow'.
9767 (woman-mode-map): Use it.
9768
9769 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9770 since ibuffer-do-sort-by-recency does not define a sorter.
9771
9772 2006-08-28 Kim F. Storm <storm@cua.dk>
9773
9774 * find-dired.el (find-dired): Use shell-quote-argument to properly
9775 escape ( and ) args. Also use it on {} and ; args in default
9776 value of find-ls-option string.
9777 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9778
9779 2006-08-27 Michael Olson <mwolson@gnu.org>
9780
9781 * emacs-lisp/tq.el: Small grammar fix in comments.
9782 (tq-enqueue): Check for existence of queue rather than the
9783 head queue item's question, which was a no-op.
9784 (tq-filter, tq-process-buffer): Make sure the process buffer
9785 exists before making it the current buffer.
9786
9787 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9788
9789 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9790 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9791 (special-event-map): Apply 2006-08-16 change for x-win.el.
9792
9793 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * progmodes/python.el (python-send-receive): Wait in the
9796 process's buffer so as to check the right buffer-local variables.
9797
9798 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9801 (defgroup checkdoc): Move to beginning.
9802
9803 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9804 (python-preoutput-continuation): Remove.
9805 (python-preoutput-filter): Simplify correspondingly.
9806 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9807 Loop around to catch embedded _emacs_out output.
9808 (run-python): Send the import&print command on a single line.
9809 (python-send-command): Send command&print on a single line.
9810 (python-send-string): Only add double \n if needed.
9811 (python-send-receive): Loop until the result comes.
9812 (python-mode-running): Defvar it.
9813 (python-setup-brm): Remove unused var `menu'.
9814 Only bind py-mode-map and `features' around brm-init.
9815 (python-calculate-indentation): Remove unused var `point'.
9816 (python-beginning-of-defun): Remove unused var `def-line'.
9817
9818 2006-08-25 Richard Stallman <rms@gnu.org>
9819
9820 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9821
9822 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9823
9824 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9825 viper-vi-state-cursor-color.
9826 (viper-non-hook-settings): Don't set default
9827 mode-line-buffer-identification.
9828
9829 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9830 New fun.
9831 (viper-set-cursor-color-according-to-state)
9832 (viper-get-saved-cursor-color-in-replace-mode)
9833 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9834 viper-emacs-state-cursor-color.
9835
9836 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9837 (viper-undo): Use point if undo-beg-posn is nil.
9838 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9839 (viper-after-change-undo-hook): Don't use
9840 viper-emacs-state-cursor-color by default.
9841 (viper-undo): More sensible positioning after undo.
9842
9843 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9844 (viper-emacs-state-cursor-color): Default to nil, since this feature
9845 doesn't work well yet.
9846
9847 * ediff-mult.el (ediff-intersect-directories)
9848 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9849 always expand filenames.
9850
9851 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * tumme.el: Remove * in defcustoms's docstrings.
9854
9855 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9856
9857 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9858 Accept internal time format for SECS arg.
9859 (timer-relative-time): Doc fix.
9860
9861 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9862 adapted from Martin Rudalics.
9863 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9864 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9865 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9866 using sit-for.
9867
9868 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9869
9870 * cus-start.el (all): Add `overline-margin' and
9871 `x-underline-at-descent-line'.
9872
9873 2006-08-24 Kim F. Storm <storm@cua.dk>
9874
9875 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9876 to mean "use find -exec"; nil now unambiguously means auto-detect.
9877 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9878 Use shell-quote-argument to build grep-find-command and
9879 grep-find-template.
9880 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9881 Reported by Tom Seddon.
9882
9883 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * startup.el (fancy-splash-head): Give instructions for dismissing
9886 the splash screen for default startup too.
9887 (display-startup-echo-area-message, fancy-splash-screens)
9888 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9889 all splash text at once and keep the splash buffer around.
9890 (command-line-1): Give display-startup-echo-area-message a t arg.
9891
9892 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9893
9894 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9895 gnus frame is selected.
9896
9897 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9898
9899 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9900
9901 2006-08-22 Kim F. Storm <storm@cua.dk>
9902
9903 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9904 Add suffix matching for subdirs.
9905
9906 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9907
9908 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9909 mouse-yank-at-point is non-nil.
9910
9911 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9912
9913 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9914 a bit wider and remove fringes to fit initial output on line.
9915
9916 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * frame.el (blink-cursor-end): Only ignore the error we care about.
9919 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9920
9921 2006-08-21 Richard Stallman <rms@gnu.org>
9922
9923 * whitespace.el (whitespace-cleanup): Doc fix.
9924
9925 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9926
9927 * net/rcirc.el (rcirc-show-maximum-output): New var.
9928 (rcirc-buffer-process): If no buffer argument is supplied, use
9929 current-buffer.
9930 (rcirc-complete-nick): Complete to the last completed nick first.
9931 (rcirc-mode): Preserve the value of `rcirc-urls' across
9932 connections. Setup scroll function.
9933 (rcirc-scroll-to-bottom): New function.
9934 (rcirc-print): Use nick syntax around regexp work.
9935 Notice dim-nicks speaking only if they say our nick.
9936 (rcirc-update-activity-string): Do not show the modeline indicator
9937 if there are no live rcirc processes.
9938 (rcirc-cmd-ignore): Ignore case.
9939 (rcirc-browse-url-at-point): Fix off-by-one error.
9940
9941 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * progmodes/python.el: Remove * in defcustom docstrings.
9944 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9945 (python-mode): Set tab-width and indent-tabs-mode.
9946
9947 2006-08-20 Dave Love <fx@gnu.org>
9948
9949 * progmodes/python.el: Update to Dave Love's latest version.
9950 (python-font-lock-keywords, python-mode): Don't use
9951 font-lock-syntax-table, but match symbol elements explicitly instead.
9952 (python-mode-map): Add help, and a few more key bindings.
9953 (python-skip-comments/blanks): Move out of comments as well.
9954 (python-continuation-line-p): Behave better with unbalanced parens.
9955 (python-blank-line-p): New fun.
9956 (python-open-block-statement-p): Don't use a heuristic.
9957 (python-outdent-p): Better handle blocks-in-the-same-line.
9958 (python-calculate-indentation): Misc improvements.
9959 (python-comment-indent): Remove.
9960 (python-block-pairs): New var.
9961 (python-first-word): New fun.
9962 (python-indentation-levels): Handle more common cases.
9963 (python-indent-line-1): Add `leave' argument.
9964 (python-indent-region): New fun.
9965 (python-skip-out): New fun.
9966 (python-beginning-of-statement, python-end-of-statement): Use it.
9967 (python-next-statement): Return correct count even at eob.
9968 (python-end-of-block): Fix paren-typo.
9969 (python-imenu-create-index): Add module variables.
9970 (run-python): Add `new' arg.
9971 Check we're at a prompt before returning.
9972 (python-send-command): Move to end of buffer.
9973 Wait for prompt to return.
9974 (python-set-proc): New fun.
9975 (python-imports): New var.
9976 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9977 (python-eldoc-function): Try to move out of arg list.
9978 (python-outline-level): Offset by 1.
9979 (python-find-imports): New fun.
9980 (python-symbol-completions): Use python-imports.
9981 (python-module-path, ffap-alist): Add support for ffap.
9982 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9983 (python-insert-*, python-default-template, python-expand-template):
9984 Add templates/skeletons.
9985 (python-setup-brm): Support for Bicycle Repair Man.
9986 (python-abbrev-syntax-table): New var.
9987 (python-abbrev-pc-hook, python-pea-hook): New funs.
9988
9989 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * frame.el (blink-cursor-start): Set timer first.
9992 (blink-cursor-end): Ignore timer cancelling errors.
9993 Suggested by Ken Manheimer.
9994
9995 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9996
9997 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9998 Add autoload cookie.
9999
10000 2006-08-20 Richard Stallman <rms@gnu.org>
10001
10002 * simple.el (line-number-at-pos): Doc fix.
10003
10004 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10005 timer-activate-when-idle, so timer can run before Emacs becomes
10006 non-idle again.
10007
10008 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10009
10010 * whitespace.el (whitespace-cleanup-internal): New optional arg
10011 REGION-ONLY. If it's non-nil, modify the message to the user
10012 accordingly.
10013 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10014 a non-nil argument.
10015
10016 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10017
10018 * rect.el (spaces-string): Simplify and add doc string.
10019
10020 2006-08-17 Romain Francoise <romain@orebokech.com>
10021
10022 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10023
10024 2006-08-17 Richard Stallman <rms@gnu.org>
10025
10026 * compare-w.el (compare-windows): lambda's take an arg and pass
10027 it to compare-windows-skip-whitespace.
10028
10029 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10030
10031 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10032 the right buffer.
10033
10034 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10037 removed files.
10038
10039 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10040
10041 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10042 (gdb-locals-watch-map-1): Suppress keymap first.
10043 (gdb-edit-locals-map-1): New variable.
10044 (gdb-edit-locals-value): New function.
10045 (gdb-stack-list-locals-handler): Use them.
10046
10047 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10050 cursor would normally be drawn in the fringe.
10051
10052 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10053 Reported by Martin Rudalics <rudalics@gmx.at>.
10054
10055 2006-08-16 Richard Stallman <rms@gnu.org>
10056
10057 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10058 (special-event-map): Process drag-n-drop events this way.
10059
10060 * simple.el (move-beginning-of-line): Test whether fields
10061 would prevent motion back to line's first visible character.
10062 If so, stop where the fields would stop the motion.
10063
10064 * newcomment.el (comment-indent): Fully update INDENT
10065 before checking to see if it will change the text.
10066
10067 * cus-edit.el (custom-newline): New function.
10068 (custom-mode-map): Bind newline to custom-newline.
10069
10070 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10071 into ignore-whitespace.
10072 Check each buffer for its skip-function.
10073 Handle compare-windows-skip-whitespace special-case test
10074 by returning t from default skip function.
10075
10076 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10077
10078 * textmodes/org.el (org-clock-special-range)
10079 (org-clock-update-time-maybe): New functions.
10080 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10081 not only a-z.
10082 (org-agenda-get-blocks): Allow multiple blocks per headline.
10083 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10084 (org-export-html-title-format)
10085 (org-export-html-toplevel-hlevel): New options.
10086 (org-export-language-setup): Add support for Czech.
10087 (org-mode, org-insert-todo-heading, org-find-visible)
10088 (org-find-invisible, org-invisible-p, org-invisible-p2)
10089 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10090 (org-show-subtree, org-show-entry, org-make-options-regexp):
10091 Remove compatibility support for old outline-mode.
10092 (org-check-occur-regexp): Funtion removed.
10093 (org-on-heading-p, org-back-to-heading): Made defalias.
10094 (org-set-local): New defsubst.
10095 (org-set-regexps-and-options, org-mode)
10096 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10097 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10098 (org-remember-apply-template, org-table-edit-field)
10099 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10100 (org-set-autofill-regexps): Use `org-set-local'.
10101 (org-table-eval-formula): Fix bug with parsing of display flags.
10102
10103 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10104
10105 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10106 frame with fringe arrow. Suggested by Simon Marshall
10107 <simon.marshall@misys.com>.
10108 (gdb-stack-position): New variable.
10109 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10110 (gdb-frames-mode): Set gdb-stack-position to nil.
10111 Add to overlay-arrow-variable-list
10112 (gdb-reset): Delete gdb-stack-position from above list.
10113
10114 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10115
10116 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10117 read only.
10118
10119 2006-08-13 Romain Francoise <romain@orebokech.com>
10120
10121 * cus-theme.el (customize-create-theme)
10122 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10123
10124 * filesets.el (filesets-add-buffer): Ditto.
10125
10126 * pcvs.el (cvs-change-cvsroot): Ditto.
10127
10128 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10129
10130 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10131 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10132 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10133 expressions.
10134 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10135 Only search till end of line.
10136 Add face to function names in case of no filename.
10137 Add face to variable names of watchpoints.
10138
10139 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10140
10141 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10142 customization group.
10143
10144 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10145
10146 * allout.el (allout-prior-bindings, allout-added-bindings):
10147 Remove, after long deprecation.
10148 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10149 Add customization vars controlling allout-beginning-of-line and
10150 allout-end-of-line conveniences.
10151 (allout-header-prefix, allout-use-mode-specific-leader)
10152 (allout-use-mode-specific-leader, allout-mode-leaders):
10153 Revise docstrings.
10154 (allout-infer-header-lead): Change to be an alias for
10155 allout-infer-header-lead-and-primary-bullet.
10156 (allout-infer-header-lead-and-primary-bullet): New version of
10157 allout-infer-header-lead which assigns the primary bullet to the
10158 same as the header lead, when its being changed.
10159 (allout-infer-body-reindent): Apply regexp-quote instead of
10160 unconditionally prepending "\\", so that all literal
10161 allout-header-prefix and allout-primary-bullet strings are
10162 properly handled.
10163 (allout-add-resumptions): Add optional qualifier for extending or
10164 appending to existing values, rather than replacing them.
10165 (allout-view-change-hook): Clarify docstring.
10166 (allout-exposure-change-hook): Take explicit arguments, via
10167 run-hook-with-args.
10168 (allout-structure-added-hook)
10169 (allout-structure-deleted-hook)
10170 (allout-structure-shifted-hook): New hooks analogous to
10171 allout-exposure-change-hook for other kinds of structural outline
10172 edits.
10173 (allout-encryption-plaintext-sanitization-regexps): New encryption
10174 customization variable, by which cooperating modes can provde
10175 massage of the plaintext without actually being passed it.
10176 (allout-encryption-ciphertext-rejection-regexps)
10177 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10178 customization variables, by which cooperating modes can prohibit
10179 rare but possible ciphertext patterns from fouling their
10180 operation, with actually being passed the ciphertext.
10181 (allout-mode): Run activation and deactivation hooks after the
10182 minor-mode variable has been toggled, to clarify the mode
10183 disposition. The new encryption ciphertext rejection variable is
10184 used to ensure that the ciphertext does not contain text that
10185 would be recognized as outline structural elements by allout.
10186 Substite allout-beginning-of-line and allout-end-of-line for
10187 conventionall beginning-of-line and end-of-line bindings.
10188 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10189 activation!
10190 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10191 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10192 (allout-chart-subtree): Implement new mode, charting only the
10193 visible items in the subtree, when new 'visible' parameter is non-nil.
10194 (allout-end-of-subtree): Properly handle the last item in the buffer.
10195 (allout-pre-command-business, allout-command-counter):
10196 Increment an advertised counter so that cooperating enhancements can
10197 track revisions of items.
10198 (allout-open-topic): Run allout-structure-added-hook with suitable
10199 arguments.
10200 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10201 arguments.
10202 (allout-shift-out): Fix doubling for negative args and ensure call
10203 of allout-structure-shifted-hook by solely using allout-shift-in.
10204 (allout-kill-line, allout-kill-topic):
10205 Run allout-structure-deleted-hook with suitable arguments.
10206 (allout-yank-processing): Run allout-structure-added-hook with
10207 proper arguments.
10208 (allout-yank): Enclose activity in allout-unprotected.
10209 (allout-flag-region): Run allout-exposure-change-hook with
10210 suitable arguments, instead of making the callee infer the arguments.
10211 (allout-encrypt-string):
10212 Support allout-encryption-plaintext-sanitization-regexps,
10213 allout-encryption-ciphertext-rejection-regexps, and
10214 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10215 en/de cryption mode in symmetric encryption failure message.
10216 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10217 copy of the passphrase, and don't zero it or we'll corrupt the
10218 stashed copy.
10219 (allout-create-encryption-passphrase-verifier)
10220 (allout-verify-passphrase): Respect the new signature for
10221 allout-encrypt-string.
10222 (allout-get-configvar-values): Convenience for getting a
10223 configuration variable value and handling its absence gracefully.
10224
10225 2006-08-11 Romain Francoise <romain@orebokech.com>
10226
10227 * obsolete/zone-mode.el: Delete.
10228
10229 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10232
10233 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10234
10235 * emacs-lisp/bindat.el (bindat-ip-to-string):
10236 Use `format-network-address' if possible.
10237
10238 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10239
10240 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10241
10242 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10243
10244 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10245 restore unread-command-events here.
10246 (edebug-display): Do it here, to detect sit-for interruptions.
10247
10248 2006-08-10 Romain Francoise <romain@orebokech.com>
10249
10250 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10251 (dns-mode-soa-auto-increment-serial): New user option.
10252 (dns-mode-soa-maybe-increment-serial): New function.
10253 (dns-mode): Add the latter to `write-contents-functions'.
10254
10255 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10256 Delete autoload cookies.
10257
10258 2006-08-10 John Wiegley <johnw@newartisans.com>
10259
10260 * eshell/em-glob.el (eshell-glob-chars-list)
10261 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10262
10263 2006-08-10 Richard Stallman <rms@gnu.org>
10264
10265 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10266 (facemenu-set-face): Doc fix.
10267 (facemenu-listed-faces): Doc fix.
10268
10269 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * avoid.el (mouse-avoidance-animating-pointer): New var.
10272 (mouse-avoidance-nudge-mouse): Use it.
10273 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10274 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10275 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10276 Don't activate if currently animating. All callers changed.
10277
10278 2006-08-09 John Wiegley <johnw@newartisans.com>
10279
10280 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10281 variable, which causes timeclock to report elapsed time worked,
10282 instead of just work remaining.
10283
10284 2006-08-09 Kenichi Handa <handa@m17n.org>
10285
10286 * international/latexenc.el (latexenc-find-file-coding-system):
10287 Fix for the case that the 2nd element of arg-list is a cons.
10288
10289 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * info.el (Info-fontify-node): Handle preceding `in' for note
10292 reference hiding rules.
10293
10294 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10297 mistake a closing " for an opening one.
10298
10299 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10302
10303 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * complete.el (PC-do-completion): Filter out completions matching
10306 completion-ignored-extensions before checking whether there are
10307 multiple completions.
10308 Don't use `list' unnecessarily when building completion tables.
10309
10310 2006-08-06 Richard Stallman <rms@gnu.org>
10311
10312 * help.el (describe-mode): Make minor mode list more concise.
10313
10314 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * bindings.el: Give mode-line-format, mode-line-modes, and
10317 mode-line-position `standard-value' properties.
10318
10319 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10320
10321 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10322 "(file)node" instead of the file name.
10323
10324 2006-08-05 Richard Stallman <rms@gnu.org>
10325
10326 * faces.el (escape-glyph): Doc fix.
10327
10328 2006-08-04 Kenichi Handa <handa@m17n.org>
10329
10330 * international/mule-diag.el (describe-font): Improve docstring
10331 and error message. Use frame-parameter (not frame-parameters).
10332
10333 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10336 Correctly mark the end-of-docstring char.
10337
10338 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10339
10340 * simple.el (line-move-to-column): Constrain move-to-column to
10341 current field.
10342
10343 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * font-lock.el (font-lock-beg, font-lock-end)
10346 (font-lock-extend-region-functions): New vars.
10347 (font-lock-extend-region-multiline)
10348 (font-lock-extend-region-wholelines): New functions.
10349 (font-lock-default-fontify-region): Use them.
10350 (font-lock-extend-jit-lock-region-after-change): Only round up
10351 if font-lock-default-fontify-region will do it as well.
10352
10353 * font-lock.el (font-lock-extend-after-change-region-function):
10354 Rename from font-lock-extend-region-function.
10355 (font-lock-extend-region): Remove by inlining at call sites.
10356 (font-lock-after-change-function): Don't needlessly round up to a whole
10357 number of lines.
10358 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10359 the boundary conditions and the interactions between the various ways
10360 to extend the region.
10361
10362 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10365 modification status when forcing the second redisplay.
10366
10367 2006-08-03 Kim F. Storm <storm@cua.dk>
10368
10369 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10370
10371 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10374 doesn't look like a file name.
10375
10376 * complete.el (PC-expand-many-files): Avoid signalling an error when
10377 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10378
10379 2006-08-02 Andreas Schwab <schwab@suse.de>
10380
10381 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10382
10383 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10384
10385 * bindings.el (map): Make mode-line-buffer-identification-keymap
10386 before defining propertized-buffer-identification.
10387
10388 2006-08-01 Richard Stallman <rms@gnu.org>
10389
10390 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10391
10392 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10393
10394 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10395 default value.
10396 (gdb-find-source-frame): New function.
10397 (menu): Add to menu bar.
10398
10399 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * font-core.el (font-lock-extend-region-function)
10402 (font-lock-extend-region): Move to font-lock.el.
10403
10404 * font-lock.el (font-lock-extend-region-function)
10405 (font-lock-extend-region): Move from font-core.el. Simplify.
10406
10407 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10408 if needed.
10409 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10410 (jit-lock-after-change-extend-region-functions): New hook.
10411 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10412
10413 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10414 (font-lock-turn-on-thing-lock): Use it.
10415
10416 * longlines.el (longlines-show-region): Make it work on read-only
10417 buffers as well.
10418
10419 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10420
10421 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10422
10423 2006-07-31 Richard Stallman <rms@gnu.org>
10424
10425 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10426 (vhdl-speedbar-display-projects): Update old obsolete
10427 speedbar variable names.
10428
10429 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10430
10431 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10432 (gdb-stopped): Use it.
10433
10434 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10435
10436 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10437
10438 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10439 for load-history elements.
10440
10441 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10442
10443 * files.el (convert-standard-filename): For Cygwin, replace
10444 characters not allowed in Windows file names.
10445 (make-auto-save-file-name): Add Cygwin to the list of systems
10446 where the auto-save file name needs to be run through
10447 convert-standard-filename.
10448
10449 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10450
10451 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10452
10453 2006-07-28 Richard Stallman <rms@gnu.org>
10454
10455 * bindings.el (mode-line-frame-identification)
10456 (propertized-buffer-identification): Centralize the code
10457 to initialize the variable.
10458
10459 * progmodes/grep.el (grep-default-command): Catch errors from
10460 wildcard-to-regexp.
10461
10462 2006-07-29 Kim F. Storm <storm@cua.dk>
10463
10464 * progmodes/grep.el (grep-tag-default): New function.
10465 (grep-default-command, grep-read-regexp): Use it.
10466 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10467 as default if nothing else applies.
10468
10469 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10470
10471 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10472 Throw error if buffer is not in Dired and Wdired mode, respectively.
10473
10474 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10477 self-insert-command keys don't activate buttons.
10478 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10479
10480 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10481
10482 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10483 faces for enable character.
10484
10485 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10486
10487 * Makefile.in (recompile): Update comment to reflect change
10488 on 2004-04-21.
10489
10490 2006-07-27 Richard Stallman <rms@gnu.org>
10491
10492 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10493 (customize-package-emacs-version): Change msg when pkg has no entry.
10494 (custom-no-edit): On a button, do like widget-button-press.
10495
10496 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10497
10498 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10499 S-tab and C-S-tab.
10500
10501 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10502
10503 * progmodes/which-func.el (which-function): Fix documentation/
10504 comment typo.
10505
10506 2006-07-26 Richard Stallman <rms@gnu.org>
10507
10508 * textmodes/ispell.el (ispell-word): If we replace the word,
10509 move point to the end. Insert before deleting.
10510
10511 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10514 a timer.
10515
10516 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10517
10518 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10519 when at first image.
10520 (tumme-forward-image): Add prefix argument. Add error when at last
10521 image.
10522
10523 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * tabify.el (tabify-regexp): Use more specific regexps.
10526 (tabify): Avoid modifying the buffer unnecessarily.
10527
10528 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10529
10530 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10531 (tumme-format-properties-string): Handle empty `buf'.
10532 (tumme-get-comment): Change variable names inside `let'.
10533 Add missing `let' variable that cause font-lock problems.
10534 (tumme-write-comments): Change variable names inside `let'.
10535 Add missing `let' variable that cause font-lock problems.
10536 (tumme-forward-image): Rename from `tumme-forward-char'.
10537 (tumme-backward-image): Rename from `tumme-backward-char'.
10538
10539 2006-07-25 Masatake YAMATO <jet@gyve.org>
10540
10541 * progmodes/ld-script.el (ld-script-keywords)
10542 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10543 and add comments.
10544
10545 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10546
10547 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10548 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10549 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10550 for status indicator.
10551
10552 2006-07-24 Richard Stallman <rms@gnu.org>
10553
10554 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10555
10556 * subr.el (dolist, dotimes): Use interned symbols for locals.
10557 (--dotimes-limit--, --dolist-tail--): New defvars.
10558 (looking-back): Doc fix.
10559
10560 * replace.el (replace-match-string-symbols): Handle dotted lists.
10561
10562 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10563
10564 * tumme.el (tumme-write-tags): Add.
10565 (tumme-write-comments): Add.
10566 (tumme-tag-files): Change to use `tumme-write-tags'.
10567 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10568 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10569 (tumme-save-information-from-widgets): Change to use
10570 `tumme-write-comments' and `tumme-write-tags'.
10571 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10572 (tumme-write-tag): Remove.
10573 (tumme-write-comment): Remove.
10574 (tumme-display-previous-thumbnail-original): Remove empty line.
10575 (tumme-widget-list): Add punctuation.
10576
10577 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10578
10579 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10580
10581 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10582
10583 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10584 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10585 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10586
10587 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10588
10589 * mouse.el (mouse-on-link-p): Doc fix.
10590
10591 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10592
10593 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10594 Handle "C-h f `".
10595
10596 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10597
10598 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10599 column.
10600
10601 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10602
10603 * textmodes/table.el: Add move-beginning-of-line and
10604 move-end-of-line to Point Motion Only Group.
10605
10606 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10607
10608 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10609
10610 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10611
10612 * startup.el (user-mail-address): Initialize from the `EMAIL'
10613 environment variable first. Document this.
10614 (command-line): Ditto.
10615
10616 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10617
10618 * help-mode.el (help-function-def, help-variable-def)
10619 (help-face-def): Print a message in the minibuffer.
10620
10621 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10622
10623 * term/xterm.el (terminal-init-xterm): Fix key bindings
10624 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10625
10626 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10627
10628 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10629 where `(nth 1 command)' is a cons cell. Doc fix.
10630
10631 * textmodes/po.el (po-find-charset): Doc fix.
10632
10633 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10634
10635 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10636 (allout-beginning-of-current-line, allout-end-of-current-line)
10637 (allout-next-visible-heading, allout-open-topic)
10638 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10639 (allout-flag-current-subtree, allout-show-to-offshoot)
10640 (allout-hide-current-entry, allout-show-current-branches)
10641 (allout-hide-region-body, allout-old-expose-topic)
10642 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10643 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10644 containing `beginning-of-line' and `end-of-line' with
10645 `inhibit-field-text-motion' t.
10646
10647 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10648
10649 * frame.el (focus-follows-mouse): Document that it doesn't have
10650 any effect on MS-Windows.
10651
10652 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10655
10656 2006-07-20 Jay Belanger <belanger@truman.edu>
10657
10658 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10659
10660 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10661 New variables.
10662 (calc-alg-entry): Use `calc-alg-entry-history'.
10663 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10664 Remove reference to `calc-previous-alg-entry'.
10665 (calcAlg-edit, calcAlg-enter): Remove reference to
10666 `calc-previous-alg-entry'.
10667 (calcAlg-previous): Use `previous-history-element' instead of
10668 `calc-previous-alg-entry'.
10669 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10670 Change keybinding for `calcAlg-plus-minus', add keybindings for
10671 `previous-history-element' and `next-history-element'.
10672
10673 * calc/calc-rewr.el (calc-match): Remove reference to
10674 `calc-previous-alg-entry'.
10675
10676 * calc/calc-sel.el (calc-selection-history): New variable.
10677 (calc-enter-selection, calc-sel-mult-both-sides)
10678 (calc-sel-add-both-sides): Use `calc-selection-history'.
10679
10680 * calc/calc-map.el (calc-get-operator-history): New variable.
10681 (calc-get-operator): Use `calc-get-operator-history'.
10682
10683 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10684 (calc-curve-fit): Use `calc-curve-fit-history'.
10685
10686 2006-07-20 Kenichi Handa <handa@m17n.org>
10687
10688 * international/mule-cmds.el (select-safe-coding-system): Fix the
10689 way of deciding eol-type of the coding system.
10690
10691 2006-07-20 Alan Mackenzie <acm@muc.de>
10692
10693 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10694 (c-lang-setvar): New macro.
10695 (c-make-init-lang-vars-fun): Use the initialization forms in
10696 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10697 (comment-start, comment-end, comment-start-skip): Change these from
10698 c-lang-defvar's to c-lang-setvar's.
10699
10700 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10701 which calls make-local-variable on the elements of
10702 c-emacs-variable-inits.
10703 (c-init-language-vars-for): Call this new macro.
10704
10705 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10708 Try to rule out false positives due to time stamps.
10709 (compilation-mode-font-lock-keywords): Remove rules made redundant
10710 because of the above change. Add `segmentation fault' to the known and
10711 highlighted compilation termination messages.
10712
10713 2006-07-19 Kim F. Storm <storm@cua.dk>
10714
10715 * progmodes/grep.el (grep-find-ignored-directories):
10716 Add .svn and _darcs to list.
10717
10718 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10719
10720 * dired.el (dired-mode-map): Add key binding `C-te' for
10721 `tumme-dired-edit-comment-and-tags'.
10722
10723 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10724 image display buffer is displayed before call to
10725 `tumme-display-image.
10726 (tumme-dired-display-image): Make sure image display buffer is
10727 displayed before call to `tumme-display-image.
10728 (tumme-mouse-display-image): Make sure image display buffer is
10729 displayed before call to `tumme-display-image.
10730 (tumme-widget-list): Add.
10731 (tumme-dired-edit-comment-and-tags): Add.
10732 (tumme-save-information-from-widgets): Add.
10733
10734 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10737
10738 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10739
10740 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10741 Revert inadvertently installed patch hunk.
10742
10743 * progmodes/compile.el (compilation-find-file): Handle the
10744 cases where the user selects a non-existent file.
10745
10746 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10749
10750 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10751
10752 * subr.el (sit-for): Just sleep-for if noninteractive.
10753
10754 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10757
10758 * custom.el (custom-autoload): Add `noset' argument.
10759 (custom-push-theme): Don't autoload the variable, let callers do it.
10760 (custom-theme-set-variables): Autoload the variable if necessary.
10761
10762 * cus-edit.el (custom-variable-state-set): If the variable was
10763 originally set outside custom, but to the same value as the default,
10764 consider it to be standard.
10765
10766 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10767 file *before* telling Emacs to add the autoloads, in case it fails.
10768
10769 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10770 Use `cond', push', and `dolist'.
10771
10772 2006-07-17 Richard Stallman <rms@gnu.org>
10773
10774 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10775 Add defvars to silence warnings.
10776
10777 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10778
10779 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10780 Don't highlight "Compiling file" messages as error.
10781
10782 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10783 file already exists.
10784
10785 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10786
10787 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10788 entry, don't assign to free var; simply return the extracted filename.
10789 (ff-treat-as-special): Incorporate common preamble from callers.
10790 (ff-other-file-name, ff-find-the-other-file):
10791 Update call to ff-treat-as-special.
10792
10793 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10794
10795 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10796
10797 * tumme.el (tumme-get-comment): Fix bug.
10798
10799 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * files.el: Remove spurious * in docstrings.
10802
10803 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10804
10805 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10806 grammar.
10807 (allout-beginning-of-current-line): Beware beginning of buffer.
10808 Also, a comment is simplified.
10809 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10810 when appropriate. (This fix enables use for other than
10811 bullet-hotspot operation.)
10812 (allout-hide-current-subtree): While escalating to sibling-close,
10813 make sure to situate on a topic.
10814
10815 2006-07-14 Kim F. Storm <storm@cua.dk>
10816
10817 * emulation/cua-base.el (cua-delete-selection)
10818 (cua-toggle-set-mark): New defcustoms.
10819 (cua-rectangle-modifier-key): Add `alt' modifier.
10820 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10821 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10822 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10823
10824 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10825
10826 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10827
10828 * allout.el: Require 'cl during byte-compilation/interactive load,
10829 for the `assert' macro.
10830 (allout-mode-deactivate-hook): New hook, run when allout mode
10831 deactivates.
10832 (allout-developer): New allout customization subgroup.
10833 (allout-run-unit-tests-on-load): New allout-developer
10834 customization variable, when true allout unit tests are run towards
10835 end of file load/eval.
10836 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10837 auto-fill-mode.
10838 (allout-resumptions): Remove, to be replaced by...
10839 (allout-add-resumptions): Register variable settings to be
10840 reinstated by `allout-do-resumptions'. The settings are made
10841 buffer-local, but the locality/globality of the suspended setting
10842 is restored on resumption.
10843 (allout-do-resumptions): Reinstate all settings suspended using
10844 `allout-add-resumptions'.
10845 (allout-test-resumptions): Unit tests (and intermediate variables)
10846 for resumptions.
10847 (allout-tests-globally-unbound, allout-tests-globally-true)
10848 (allout-tests-locally-true): Intermediate variables for
10849 resumptions unit tests.
10850 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10851 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10852 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10853 instead of retired `allout-resumptions'. For hook functions, use
10854 `local' parameter so hook settings are created and removed as
10855 buffer-local settings. Revise (resumptions) setting
10856 auto-fill-function so it is set only if already active. (The
10857 related fill-function settings are all made in either case, so
10858 that activating auto-fill-mode activity will have the custom
10859 allout-mode behaviors (hanging indent on topics, if configured for it).
10860 Remove all allout-exposure-category overlays on mode deactivation.
10861 (allout-hotspot-key-handler): New function extracted from
10862 `allout-pre-command-business', so the functionality can be used
10863 for other purposes, eg as a binding in an overlay.
10864 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10865 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10866 customization variable.
10867 (allout-run-unit-tests): Run the (currently quite small)
10868 repertoire of unit tests. Called just before the provide iff user
10869 has customized `allout-run-unit-tests-on-load' non-nil.
10870
10871 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10872
10873 * emacs-lisp/authors.el (authors-aliases): Update.
10874
10875 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10876
10877 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10878 gdb-source-window. Add dedicated argument.
10879 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10880 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10881 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10882 (gdb-display-locals-buffer): Use it.
10883
10884 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10885 Set gdb-source-window.
10886
10887 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10890 minor modes, redundant with the custom-autoload line above.
10891
10892 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * longlines.el (longlines-post-command-function): Handle open-line too.
10895
10896 2006-07-12 Richard Stallman <rms@gnu.org>
10897
10898 * progmodes/grep.el (grep-last-buffer): Doc fix.
10899
10900 * info.el (Info-try-follow-nearest-node): Doc fix.
10901
10902 * emacs-lisp/edebug.el (edebug-instrument-function):
10903 Err if find-function-noselect gives no position.
10904
10905 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10906 If can't find definition, return nil for position.
10907 (find-function-do-it): Handle new return value
10908 of find-definition-noselect.
10909 (find-definition-noselect, find-variable-noselect): Doc fix.
10910 (find-function-noselect): Doc fix.
10911
10912 * help-mode.el (help-variable-def): Handle find-variable-noselect
10913 returning no position.
10914 (help-function-def): Likewise for find-function-search-for-symbol.
10915 (help-face-def): Likewise.
10916
10917 * help-fns.el (describe-variable): Handle find-variable-noselect
10918 returning no position.
10919
10920 * files.el (locate-file-completion): Avoid duplicates in result.
10921
10922 * cus-edit.el (custom-no-edit): New command.
10923 (custom-mode-map): Remap to custom-no-edit instead of
10924 using suppress-keymap.
10925
10926 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10927
10928 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10929 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10930 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10931
10932 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10933
10934 2006-07-11 Kim F. Storm <storm@cua.dk>
10935
10936 * ido.el (ido-copy-current-file-name): Use buffer-name if
10937 buffer-file-name is nil.
10938
10939 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * simple.el (undo-ask-before-discard): Set to nil.
10942
10943 * vc.el (vc-exec-after): Don't delete process manually.
10944 (vc-print-log): Run log-view-mode in process sentinel inside
10945 inhibit-read-only. Don't shrink window due to timing issues.
10946
10947 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10948 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10949
10950 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10951
10952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10953 Fix ambiguity introduced by last change.
10954 (compilation-find-file): Move save-excursion to where it may
10955 make sense. Fix a left over `find-file'.
10956
10957 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10958
10959 * textmodes/texinfmt.el (texinfo-format-separate-node):
10960 Insert a string before point, which fits documentation, not after.
10961 (texinfo-multitable-item): In a multitable row, insert any
10962 additional needed @tabs and spaces.
10963
10964 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10965
10966 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10967 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10968 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10969 instead of shell-command.
10970 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10971 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10972 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10973 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10974 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10975 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10976
10977 2006-07-11 Kim F. Storm <storm@cua.dk>
10978
10979 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10980 Remove special case for seconds < 0. Use (redisplay t) instead.
10981
10982 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10983
10984 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10985 avoid compilation error.
10986
10987 * subr.el (sit-for): New function.
10988
10989 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10990
10991 2006-07-10 Richard Stallman <rms@gnu.org>
10992
10993 * ldefs-boot.el (edebug): Update page.
10994
10995 2006-07-10 Kim F. Storm <storm@cua.dk>
10996
10997 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10998 to FOR-RELEASE and TODO.
10999
11000 2006-07-10 Romain Francoise <romain@orebokech.com>
11001
11002 * emacs-lisp/authors.el (authors-aliases): Update.
11003
11004 2006-07-10 Alan Mackenzie <acm@muc.de>
11005
11006 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11007 * cc-mode.el: Changes to eradicate eval-after-load.
11008
11009 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11012 on non-char events.
11013
11014 2006-07-09 Romain Francoise <romain@orebokech.com>
11015
11016 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11017 Don't highlight start/end markers as compilation messages.
11018
11019 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11020 to t.
11021
11022 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11025
11026 2006-07-08 Richard Stallman <rms@gnu.org>
11027
11028 * term/x-win.el (x-handle-display): Add doc string.
11029
11030 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11031
11032 * subr.el (def-edebug-spec): Move here.
11033 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11034
11035 * imenu.el (imenu-choose-buffer-index): Doc fix.
11036
11037 2006-07-08 Romain Francoise <romain@orebokech.com>
11038
11039 * term/x-win.el (x-display-name): Fix typo.
11040
11041 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11042
11043 * hexl.el (hexl-find-file): Doc fix.
11044
11045 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11046
11047 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * term/x-win.el (x-display-name): Doc fix.
11050
11051 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11054 long prefixes.
11055 (fill-region-as-paragraph): Don't round up to a whole line.
11056 (fill-comment-paragraph): Don't include the code-before-the-comment
11057 when calling fill-region-as-paragraph.
11058
11059 * international/mule.el (make-char): Remove redundancy.
11060
11061 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11062 property may contain an anonymous function rather than a symbol.
11063
11064 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11065
11066 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11067 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11068
11069 * dirtrack.el (dirtrack-default-directory-function): Remove.
11070 (dirtrack-directory-function): Use file-name-as-directory.
11071 (dirtrack-windows-directory-function): Simplify.
11072 (dirtrack-forward-slash, dirtrack-backward-slash)
11073 (dirtrack-replace-slash): Remove.
11074 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11075 (dirtrack): Fix wrong parenthesizing; use match-string.
11076
11077 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11078 (inferior-octave-mode): Only change the buffer-local value of
11079 comint-dynamic-complete-functions.
11080 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11081 Move the initialization to the declaration.
11082 (inferior-octave-complete): Remove unused var `filter'.
11083
11084 * shell.el (shell-mode): Only change the buffer-local value of
11085 comint-dynamic-complete-functions.
11086
11087 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11088
11089 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11090 entry is skipped because it has been scheduled.
11091 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11092 changing `:org-archived' and `:org-comment' properties.
11093
11094 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11095
11096 * server.el (server-select-display): Don't make the temp frame
11097 minibuffer-only, in case it's not a temp frame.
11098 (server-process-filter): Don't delete the temp frame if it's the
11099 only one we have on that display.
11100
11101 * files.el (find-alternate-file): Doc fix.
11102
11103 2006-07-05 Richard Stallman <rms@gnu.org>
11104
11105 * files.el (abbreviate-file-name): Add save-match-data.
11106
11107 2006-07-03 Richard Stallman <rms@gnu.org>
11108
11109 * faces.el (read-face-name): Doc fix.
11110
11111 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11112
11113 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11114
11115 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11116
11117 * vc.el (vc-diff-internal): Fix prev change.
11118
11119 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11120
11121 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11122 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11123
11124 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11127 fails if the symbol contains chars like ( or '.
11128 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11129 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11130 `short'.
11131
11132 2006-07-04 Kenichi Handa <handa@m17n.org>
11133
11134 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11135 the current one, don't call set-language-environment, but call one
11136 of set-language-environment-XXX to make INFO effective now.
11137 (set-language-environment): Call set-language-environment-XXX
11138 functions instead of doing the various setups directly.
11139 (set-language-environment-coding-systems): Delete argument eol-type.
11140 (set-language-environment-input-method)
11141 (set-language-environment-nonascii-translation)
11142 (set-language-environment-charset)
11143 (set-language-environment-fontset)
11144 (set-language-environment-unibyte): New functions.
11145
11146 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11147
11148 * locate.el (locate-update-when-revert): New option.
11149 (locate-update-path): New option (suggested by Michael Albinus).
11150 (locate-prompt-for-command): Whitespace change.
11151 (locate-update): No longer offer to update the locate database by
11152 default. Implement the two new options.
11153
11154 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11155
11156 * tooltip.el: Move comment about track-mouse...
11157
11158 * progmodes/gud.el: ...to here.
11159
11160 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11161
11162 * facemenu.el (facemenu-listed-faces): New var.
11163 (facemenu-unlisted-faces): Variable deleted.
11164 (facemenu-add-new-face): Use facemenu-listed-faces.
11165
11166 * emulation/viper-init.el, calendar/calendar.el:
11167 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11168
11169 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11170
11171 * textmodes/org.el (org-mode): Remove no invalid settings for
11172 calc embedded mode.
11173 (org-mode-p): New defsubst.
11174 (org-save-all-org-buffers): New function.
11175 (org-first-headline-recenter): Enclose outline-regexp in group
11176 delimiters.
11177 (org-set-tags): Keep single space after stars.
11178
11179 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * window.el (set-window-text-height): Only set window-min-height to
11182 1 if that's the requested size.
11183
11184 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11185 (diff-unified->context, diff-context->unified)
11186 (diff-reverse-direction): Make sure the end marker stays at the end.
11187 (diff-mode): Add the keymap table at the end of docstring.
11188 Use lexical-let rather than constructing a closure manually.
11189
11190 * files.el (find-file-noselect-1): Remove unused var assignment.
11191 (hack-local-variables-confirm): Print lists of strings as lists of
11192 strings rather than lists of symbols.
11193 (abbreviate-file-name, hack-local-variables-prop-line):
11194 Use match-string.
11195 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11196 (recover-session-finish): Use line-end-position.
11197
11198 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11199
11200 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11201
11202 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11203
11204 * progmodes/make-mode.el (makefile-macroassign-regex):
11205 Accept preceding keyword.
11206 (makefile-gmake-statements): Reorganize, now that makepp has
11207 "override" and also handle forgotten "override define".
11208 (makefile-makepp-statements): Add new "global", "override export"
11209 and "override global".
11210
11211 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11212
11213 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11214 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11215 (ada-no-auto-case): Fix typos in docstrings.
11216
11217 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11218
11219 * info.el (Info-find-node-2): Search for makeinfo version more
11220 carefully.
11221
11222 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11223
11224 * textmodes/org.el (org-prepare-agenda-buffers):
11225 Use `invisible-OK' argument for `org-end-of-subtree'.
11226 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11227 (org-beginning-of-item): Fix bug in regular expression for white line.
11228 (org-export-as-html): Enforce space after bullet in plain list items.
11229 (org-set-autofill-regexps): Require space after plain list bullet
11230 for paragraph-start.
11231 (org-ts-regexp3): New constant.
11232 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11233 (org-timestamp-up-day, org-timestamp-down-day)
11234 (org-timestamp-change): Work with inactive timestamps.
11235 (org-ts-regexp1): Don't allow brackets in time stamps.
11236
11237 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11238
11239 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11240 for ignoring links.
11241
11242 * faces.el (read-face-name): Use it.
11243
11244 2006-06-28 Juri Linkov <juri@jurta.org>
11245
11246 * buff-menu.el (list-buffers-noselect): Compare Info file
11247 with the string "dir" to detect Info directory.
11248
11249 * complete.el (partial-completion-mode): In lambda for
11250 `choose-completion-string-functions' use full function signature
11251 with 4 args, and move point to the end of the minibuffer only if arg
11252 `mini-p' is non-nil.
11253
11254 2006-06-28 John Paul Wallington <jpw@pobox.com>
11255
11256 * ibuffer.el (ibuffer-mode): Doc fix.
11257
11258 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11259
11260 * textmodes/org.el (org-context): New contexts :item-bullet,
11261 :latex-fragment, :latex-preview.
11262 (org-overlays-at, org-overlay-start, org-overlay-end):
11263 New compatibility functions.
11264 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11265 exact regexp that will be used during export.
11266 (org-latex-regexps): New variable.
11267 (org-cdlatex-mode): Improve advice for `texmathp'.
11268 (turn-on-org-cdlatex): New function.
11269
11270 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11271
11272 * term/mac-win.el (mac-handle-font-selection): Change keys of
11273 mac-atsu-font-table from strings to numbers.
11274 (mac-ts-caret-position): Use also when cursor-type is nil.
11275 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11276 Relax condition for using overlay strings.
11277 Use mac-ts-caret-position face when cursor-type is nil.
11278
11279 2006-06-26 Kim F. Storm <storm@cua.dk>
11280
11281 * help.el (view-emacs-news): Declare `res' in the right let* form.
11282
11283 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11284
11285 * net/rcompile.el (remote-compile): Replace ange-ftp based
11286 implementation by Tramp functions.
11287 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11288
11289 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11290
11291 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11292
11293 * international/fontset.el (setup-default-fontset): Fix a typo in
11294 the "Oriya-Akruti" registry name.
11295
11296 2006-06-23 Lars Hansen <larsh@soem.dk>
11297
11298 * desktop.el (desktop-full-file-name): New function.
11299 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11300 (desktop-revert): Use it.
11301 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11302 (desktop-after-read-hook): Add option list-buffers.
11303 (desktop-locals-to-save): Add tab-width.
11304 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11305 Fix docstring.
11306
11307 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11308
11309 * textmodes/org.el (org-cdlatex-mode-map)
11310 (org-cdlatex-texmathp-advice-is-done): New variables.
11311 (org-cdlatex-mode): New minor mode.
11312 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11313 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11314 (org-export-with-archived-trees): New option.
11315 (org-open-file): Remove the call to `convert-standard-filename'.
11316 (org-archive-tag, org-agenda-skip-archived-trees)
11317 (org-cycle-open-archived-trees)
11318 (org-sparse-tree-open-archived-trees): New options.
11319 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11320 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11321 New functions.
11322 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11323 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11324 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11325 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11326 Call `org-prepare-agenda-buffers'.
11327 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11328 (org-file-apps, org-file-apps-defaults-gnu)
11329 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11330 Handle remote files by forcing them to be opened in Emacs.
11331
11332 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11333
11334 * vc.el (vc-diff-knows-L): New variable.
11335 (vc-diff-internal): Use it to handle "diff" programs that don't
11336 understand -L. This works automatically, no user action is necessary.
11337
11338 2006-06-23 Daniel Brockman <daniel@brockman.se>
11339
11340 * net/rcirc.el (rcirc-default-user-full-name): Default to
11341 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11342 longer exists).
11343 (rcirc-process-list): Check `buffer-live-p' before attempting to
11344 switch to a buffer.
11345
11346 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11347
11348 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11349 based on rcirc-coding-system-alist.
11350
11351 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11352
11353 * cus-edit.el (customize-apropos): A better error message.
11354 (top level) <debug-ignored-errors>: Extend and update the list of
11355 ignored error messages.
11356
11357 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11358
11359 * complete.el (PC-do-completion): Retain capitalization of user
11360 input, when possible, even if completion-ignore-case is set.
11361
11362 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11363
11364 * generic-x.el (bat-generic-mode): Support .cmd files.
11365
11366 * dos-w32.el (top level): Use find-file-not-found-functions
11367 instead of the obsolete find-file-not-found-hooks.
11368
11369 2006-06-22 Kim F. Storm <storm@cua.dk>
11370
11371 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11372 to recognize mode name containing submodes, such as Grep/lw.
11373
11374 2006-06-21 Kim F. Storm <storm@cua.dk>
11375
11376 * simple.el (line-move-1): Check for move-end-of-line instead of
11377 end-of-line when setting temporary-goal-column.
11378
11379 2006-06-21 Miles Bader <miles@gnu.org>
11380
11381 * play/cookie1.el (cookie): Work properly when there's only one entry.
11382
11383 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11384
11385 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11386 (gdb-frame-handler): Generalize frame regexp for templates.
11387
11388 2006-06-20 Glenn Morris <rgm@gnu.org>
11389
11390 * calendar/appt.el (appt-display-format): Default value must be
11391 one of the customize options.
11392
11393 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11394
11395 * term/xterm.el (terminal-init-xterm): Update key availability info.
11396 Bind C-return.
11397
11398 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11399
11400 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11401
11402 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11403 whether or not a local variables list is defined.
11404
11405 * msb.el (msb): Move `sit-for' hack here to handle both
11406 "mouse-down and drag" and "mouse-up and select" situations.
11407 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11408
11409 2006-06-20 Kenichi Handa <handa@m17n.org>
11410
11411 * international/characters.el (word-combining-categories):
11412 Add entries for 2-byte Han characters.
11413
11414 2006-06-19 Richard Stallman <rms@gnu.org>
11415
11416 * bindings.el (mode-line-format): Save some mode line space.
11417
11418 * files.el (find-file-noselect): Improve the question wording.
11419 (basic-save-buffer-2): Mask UMASK against 666.
11420
11421 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11422 (mouse-drag-vertical-line): Call it.
11423
11424 * cus-edit.el (customize-option, customize-option-other-window):
11425 Error if SYMBOL is nil.
11426
11427 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11428
11429 * textmodes/org.el: Require noutline, also on XEmacs.
11430 (org-end-of-subtree): Return point.
11431 (org-dblock-start-re, org-dblock-end-re): New constants.
11432 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11433 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11434 (org-update-all-dblocks, org-find-dblock): New functions.
11435 (org-collect-clock-time-entries): New function.
11436 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11437 (org-fixup-indentation): Modify to deal correctly with lines
11438 starting with TAB. Only one argument DIFF now.
11439 (org-demote, org-promote): Call `org-fixup-indentation' with just
11440 one argument, DIFF.
11441 (org-mode): Don't mark buffer as modified when aligning tables.
11442 (org-clock-sum): Don't mark buffer modified when adding time sum
11443 properties.
11444 (org-export-as-html): Add support for a link validation function.
11445 (org-archive-all-done): New function.
11446 (org-archive-subtree): New prefix argument. When set, archive all
11447 done subtrees in this buffer.
11448 (org-remove-clock-overlays)
11449 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11450 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11451 (org-put-clock-overlay): Don't swallow last headline character
11452 when displaying overlay.
11453 (org-store-link): Link to `image-mode' with just the file name.
11454
11455 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11456
11457 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11458 Use read-key-sequence.
11459 (viper-after-change-undo-hook): Misc enhancements.
11460 (viper-after-change-undo-hook): New hook.
11461 (viper-undo): Use viper-after-change-undo-hook.
11462 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11463 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11464 clicking on that widget/button.
11465
11466 * emulation/viper.el (viper-mode): Allow a separate cursor color
11467 in Emacs state.
11468
11469 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11470 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11471 (ediff-set-actual-diff-options): New function.
11472 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11473 Use ediff-set-actual-diff-options.
11474 (ediff-extract-diffs): Catch errors.
11475 (ediff-whitespace): Add non-breakable space.
11476 (ediff-same-file-contents): Catch errors.
11477
11478 * ediff-mult.el (ediff-collect-custom-diffs):
11479 Save coding-system-for-read.
11480
11481 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11482 (ediff-vc-internal, ediff-vc-merge-internal):
11483 Use ediff-delete-version-file.
11484 (ediff-delete-version-file): New function.
11485
11486 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11487
11488 * ediff.el (ediff-directories, ediff-directory-revisions)
11489 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11490 (ediff-directories-internal, ediff-merge-directory-revisions)
11491 (ediff-merge-directory-revisions-with-ancestor)
11492 (ediff-directories3): Use read-directory-name.
11493
11494 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11495
11496 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11497 Remove superfluous part of regexp for brace matching which is handled
11498 by `scan-lists' call.
11499
11500 2006-06-16 Richard Stallman <rms@gnu.org>
11501
11502 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11503
11504 * files.el (basic-save-buffer-2): For a new precious file,
11505 use the default modes in the return value.
11506
11507 * facemenu.el (facemenu-color-alist): Doc fix.
11508
11509 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11510
11511 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11512
11513 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11514
11515 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11516 (mac-utxt-to-string): Use it.
11517 (mac-ts-update-active-input-area): Use mac-ae-number.
11518
11519 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11520
11521 * term.el (term-handle-scroll, term-delete-lines)
11522 (term-insert-lines): Fix off by one errors.
11523
11524 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11525
11526 * net/tramp.el (tramp-touch): Use UTC to express time.
11527
11528 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * mail/sendmail.el (mail-send): Search explicitly for
11531 mail-header-separator when checking for corrupted header lines.
11532
11533 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11534
11535 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11536 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11537 (gdb-init-1): Initialise them.
11538 (gdb-starting): Reset gdb-printing
11539 (gdb-starting): Save value of gud-overlay-arrow-position.
11540 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11541 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11542 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11543 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11544
11545 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11548
11549 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11550
11551 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11552 (ldap-search-internal): Keep error messages, and a regexp fix.
11553
11554 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11555
11556 * files.el (hack-local-variables-confirm):
11557 Display string value using its printed representation.
11558
11559 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * server.el (server-edit): No-op if no server buffers exist.
11562
11563 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11564
11565 * textmodes/page-ext.el (pages-directory-for-addresses):
11566 Including `pages-directory-address-mode' in the function results
11567 in the message "Buffer in which pages were found is deleted".
11568
11569 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11570
11571 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11572 clocking functions.
11573
11574 (org-agenda-clock-in, org-check-running-clock)
11575 (org-clock-out-if-current, org-remove-clock-overlays)
11576 (org-put-clock-overlay): New functions.
11577 (org-clock-marker, org-clock-file-total-minutes)
11578 (org-clock-overlays): New variables.
11579 (org-clock-display, org-clock-sum, org-clock-cancel)
11580 (org-clock-out, org-clock-in): New commands.
11581 (org-export): New function.
11582 (org-emph-re): New constant.
11583 (org-set-emph-re, org-do-emphasis-faces): New functions.
11584 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11585 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11586 (org-export-html-convert-emphasize): Use the configurable emphasis.
11587 (org-cleaned-string-for-export): Make multiline emphasis visible
11588 to the exporter. New optional argument PARAMETERS.
11589 (org-export-as-html): Specify :emph-multiline parameter to
11590 `org-cleaned-string-for-export'.
11591
11592 2006-06-10 Richard Stallman <rms@gnu.org>
11593
11594 * help.el (help-for-help-internal): Clean up help text.
11595
11596 2006-06-10 Andreas Schwab <schwab@suse.de>
11597
11598 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11599 in doc string.
11600
11601 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11602
11603 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11604
11605 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11606 spaces after the comment start.
11607
11608 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11609
11610 * play/pong.el (pong-init-buffer):
11611 Fill buffer with spaces instead of ^A.
11612
11613 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11614 launched asynchronously, delete its process instead of being cool.
11615 (ispell-async-processp): Check for `delete-process' existence
11616 instead of `kill-process' one for consistency.
11617
11618 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11619
11620 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11621 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11622 in mode line at startup.
11623
11624 2006-06-08 Kim F. Storm <storm@cua.dk>
11625
11626 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11627 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11628 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11629 (ido-file-internal): Pass full file name to write-file.
11630 (ido-read-internal): Only pop stack elements automatically if they
11631 actually match an existing directory or file name.
11632
11633 2006-06-07 Kenichi Handa <handa@m17n.org>
11634
11635 * international/mule.el (find-auto-coding): Don't handle the short
11636 name `char-trans'.
11637
11638 * files.el (hack-local-variables-prop-line)
11639 (hack-local-variables): Cancel the previous change.
11640
11641 2006-06-06 Jesper Harder <harder@phys.au.dk>
11642
11643 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11644
11645 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11648 diff-default-read-only is non-nil.
11649 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11650 (diff-refine-hunk): Set inhibit-read-only to t.
11651
11652 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11653 modifying the *Diff* buffer.
11654 (diff-process-filter): New filter function for diff process that
11655 sets inhibit-read-only to t when modifying the *Diff* buffer.
11656
11657 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11658
11659 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11660 insertion point and control the number of empty lines.
11661 (org-paste-subtree): Limit the number of empty lines at the end of
11662 the inserted tree.
11663 (org-agenda): Use buffer name of current file for narrowing.
11664 (org-export-as-xml): Command removed.
11665 (org-export-xml-type): Option removed.
11666 (org-mode-map): Call `org-export-as-xoxo' directly.
11667 (org-get-indentation): New optional argument LINE.
11668 (org-fix-indentation, org-remove-tabs): New functions.
11669 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11670 correct indentation for headlines that are converted it items.
11671 (org-skip-comments): Remove table lines that contain narrowing
11672 cookies but no other non-empty fields.
11673 (org-set-tags): Allow groups of mutually exclusive tags.
11674 (org-cmp-time): Sort 24:21 before items without time.
11675 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11676 (org-open-at-point): Require double colon also for numbers.
11677
11678 2006-06-06 Kim F. Storm <storm@cua.dk>
11679
11680 * ido.el (ido-default-file-method, ido-default-buffer-method):
11681 Make choice values consistent with corresponding command names.
11682 (ido-visit-buffer): Update accordingly. Default to selected-window.
11683
11684 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11685
11686 * progmodes/gud.el (gud-running): Fix doc string.
11687 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11688 (gud-tooltip-modes): Add python-mode.
11689 (gud-tooltip-print-command): Add pdb. Remove perldb.
11690
11691 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11692
11693 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11694 Quote $(EMACS).
11695
11696 2006-06-05 Richard Stallman <rms@gnu.org>
11697
11698 * faces.el (defined-colors): Doc fix.
11699
11700 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11701
11702 * vc.el (vc-process-filter): Inhibit undo info collection around
11703 call to insert.
11704 (vc-setup-buffer): Likewise for call to erase-buffer.
11705 (vc-do-command): Likewise for call to process-file.
11706
11707 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11708
11709 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11710 for gud-go.
11711 (gud-common-init): Other debuggers may trigger error.
11712
11713 2006-06-05 Kenichi Handa <handa@m17n.org>
11714
11715 * international/mule.el (find-auto-coding):
11716 Handle enable-character-translation in file header.
11717
11718 2006-06-04 Kim F. Storm <storm@cua.dk>
11719
11720 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11721 (authors-fixed-entries): Fix spelling.
11722 (authors-canonical-file-name): Don't report error for wildcards.
11723
11724 * help.el (view-emacs-news): Rewrite to support new NEWS,
11725 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11726 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11727 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11728
11729 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11730
11731 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11732 exec constructs like `foo bar`.
11733 (sh-quoted-subshell): New helper function to search for a possibly
11734 nested subshell (like `` or $()) within a "" quoted string.
11735 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11736 (sh-apply-quoted-subshell): Flag quote characters inside a
11737 subshell, which is itself already in a quoted region, as
11738 punctuation, since this is the closest to what they actually are.
11739 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11740 sh-apply-quoted-subshell.
11741 (sh-font-lock-syntactic-face-function): Apply the new face for
11742 text inside `` instead of the old font-lock-string-face.
11743
11744 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11745
11746 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11747 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11748 (mac-bytes-to-text-range, mac-ae-text-range-array)
11749 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11750 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11751 (mac-ts-unicode-for-key-event): New functions.
11752 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11753 (mac-handle-font-selection): Use mac-ae-number.
11754 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11755 New variables.
11756 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11757 (mac-ts-converted-text, mac-ts-selected-converted-text)
11758 (mac-ts-block-fill-text, mac-ts-outline-text)
11759 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11760 (mac-ts-hilite-style-faces): New constant.
11761 (mac-apple-event-map): Bind text input events.
11762 (mac-dispatch-apple-event): Use command-execute instead of
11763 call-interactively.
11764 (global-map): Don't bind mac-apple-event.
11765 (special-event-map): Bind mac-apple-event.
11766
11767 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11768
11769 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11770 file name.
11771 (emacs): Enclose the value of $(EMACS) in quotes.
11772
11773 2006-06-02 Juri Linkov <juri@jurta.org>
11774
11775 * international/mule.el (sgml-html-meta-auto-coding-function):
11776 Remove the condition `(search-forward "<html" size t)'.
11777 Replace `\"' with `[\"']?' in `re-search-forward'.
11778
11779 2006-06-02 Kenichi Handa <handa@m17n.org>
11780
11781 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11782 as well as `coding'.
11783 (hack-local-variables): Likewise.
11784
11785 * international/mule.el (enable-character-translation):
11786 Put permanent-local and safe-local-variable properties.
11787 (find-auto-coding): Handle char-trans: tag.
11788
11789 2006-06-02 Juri Linkov <juri@jurta.org>
11790
11791 * international/mule.el (sgml-html-meta-auto-coding-function):
11792 Limit the search by the end of the HTML header (if any).
11793
11794 2006-06-01 Richard Stallman <rms@gnu.org>
11795
11796 * subr.el (with-current-buffer): Doc fix.
11797
11798 2006-06-02 Masatake YAMATO <jet@gyve.org>
11799
11800 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11801 Almost rewrite. Underlines over all lines of gcov output are too
11802 uncomfortable to read. Suggested by Dan Nicolaescu.
11803
11804 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11805
11806 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11807
11808 * shell.el (shell-mode): Use shell-mode-map in docstring.
11809
11810 * comint.el (comint-send-input): Do not add help-echo and
11811 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11812
11813 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11814
11815 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11816
11817 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11818
11819 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11820 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11821 look up the stack and pop up GUD buffer if necessary.
11822 (gdb-frames-select): Remove redundant call to gud-display-frame.
11823 (gdb-info-threads-custom): Keep point at start of buffer.
11824 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11825
11826 2006-05-31 Juri Linkov <juri@jurta.org>
11827
11828 * replace.el (query-replace-read-from, query-replace-read-to):
11829 Bind `history-add-new-input' to nil. Call `add-to-history'.
11830
11831 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11832
11833 * textmodes/table.el: Convert all HTML tags to lower case for
11834 XHTML compatibility.
11835
11836 2006-05-31 Masatake YAMATO <jet@gyve.org>
11837
11838 * progmodes/compile.el:
11839 (compilation-error-regexp-alist-alist::gcov-called-line):
11840 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11841
11842 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11843
11844 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11845 Revert inadvertent changes made with last commit.
11846
11847 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11848
11849 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11850 New functions.
11851
11852 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11853
11854 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11855
11856 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11857 only matches in the right place.
11858 (org-upcoming-deadline): New face.
11859 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11860 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11861 and make it an option.
11862 (org-export-ascii-bullets): New option.
11863 (org-export-as-html): Many changes to emit valid XHTML.
11864 (org-par-open): New variable.
11865 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11866 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11867 (org-timeline): Pass `org-timeline-show-empty-dates' to
11868 `org-get-all-dates'. Interpret empty dates returned by
11869 `org-get-all-dates'.
11870 (org-get-all-dates): New argument EMPTY. Add dates without
11871 entries to the list, mark large ranges of empty dates.
11872 (org-point-in-group, org-context): New functions.
11873
11874 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11875
11876 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11877
11878 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11879 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11880 to C-mouse-3 (for 2 button mice).
11881 (gdb-send): Do the right thing for C-d.
11882
11883 * speedbar.el (speedbar-detach): Delete.
11884 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11885 it breaks things.
11886 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11887
11888 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11889
11890 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11891 Makeppfile.
11892
11893 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11894 Add makepp diagnostic.
11895
11896 2006-05-29 Richard Stallman <rms@gnu.org>
11897
11898 * window.el (fit-window-to-buffer): Doc fix.
11899
11900 * help.el (temp-buffer-max-height): Doc fix.
11901
11902 * subr.el (with-current-buffer): Doc fix.
11903
11904 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11905
11906 * term/x-win.el: Bind F10 to menu-bar-start if available.
11907
11908 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11909
11910 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11911 uses with a simple test.
11912 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11913 (term-send-raw-string, term-send-raw, term-mouse-paste)
11914 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11915 (term-handle-exit, term-read-input-ring)
11916 (term-previous-matching-input-string)
11917 (term-previous-matching-input-string-position)
11918 (term-previous-matching-input-from-input)
11919 (term-replace-by-expanded-history, term-send-input)
11920 (term-skip-prompt, term-bol, term-send-invisible)
11921 (term-kill-input, term-delchar-or-maybe-eof)
11922 (term-backward-matching-input, term-check-source)
11923 (term-proc-query, term-emulate-terminal)
11924 (term-handle-colors-array, term-process-pager, term-pager-line)
11925 (term-pager-bob, term-unwrap-line, term-word)
11926 (term-dynamic-complete-filename)
11927 (term-dynamic-complete-as-filename)
11928 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11929 unlesses.
11930
11931 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11932
11933 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11934 during bootstrapping.
11935
11936 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11937 Basically undo the change of 2006-05-26: use extra arguments instead of
11938 dynamic scoping.
11939 (ewoc-locate): Remove unused var `footer'.
11940
11941 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11944
11945 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11946 (generate-file-autoloads): Obey it. Return whether autoloads were
11947 added at point or not.
11948 (update-file-autoloads): Use this new return value.
11949 Remove redundant test for the presence of an autoload cookie.
11950
11951 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11952 This one calls hack-local-variables.
11953 (generate-file-autoloads, update-file-autoloads): Use it.
11954
11955 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11956 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11957 (bibtex-sort-entry-class-alist): Don't set the global value.
11958 (bibtex-init-sort-entry-class-alist): New fun.
11959 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11960 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11961 of bibtex-init-sort-entry-class.
11962
11963 2006-05-28 Richard Stallman <rms@gnu.org>
11964
11965 * subr.el (load-history-regexp): If FILE is relative, insist
11966 entire last name component must match it.
11967 (load-history-filename-element, load-history-regexp): Doc fixes.
11968
11969 2006-05-29 Kim F. Storm <storm@cua.dk>
11970
11971 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11972 `pos' and `raw-data' for clarity, as eval forms may access these.
11973
11974 2006-05-28 Kim F. Storm <storm@cua.dk>
11975
11976 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11977
11978 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * progmodes/make-mode.el (makefile-browser-map)
11981 (makefile-mode-syntax-table): Move initialization inside declaration.
11982 (makefile-fill-paragraph): Use the default comment-filling code.
11983
11984 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11985
11986 * replace.el (query-replace-defaults): New variable.
11987 (query-replace-read-from): Use `query-replace-defaults' for
11988 default value, instead of history list.
11989 (query-replace-read-to): Update `query-replace-defaults'.
11990
11991 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11994 with no X toolkit.
11995
11996 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11997
11998 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11999 (tumme-show-all-from-dir): Add autoload.
12000
12001 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12002
12003 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12004 (tumme-remove-tag): Fix bug.
12005
12006 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12007
12008 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12009 FOOTER args. Update unique caller.
12010 (ewoc-delete): Compute last node once before looping.
12011 (ewoc--node-branch): Merge into unique caller.
12012 (ewoc--node): Don't define constructor make-ewoc--node for this
12013 structure.
12014 (ewoc): Add member `hf-pp' to this structure.
12015 (ewoc--wrap): New func.
12016 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12017 header/footer pretty-printers. Save header/footer pretty-printer.
12018 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12019
12020 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12021
12022 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12023
12024 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12025 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12026 Tag'. Change "Compare directories..." to "Change Directories...".
12027 Move tumme commands to Operate, Regexp and Immediate menus.
12028 Change "Add Comment" to "Add Image Comment". Change "Add Image
12029 Tag" to "Add Image Tags".
12030
12031 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12032 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12033 `tumme-delete-tag'.
12034
12035 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12036
12037 * shell.el (shell-mode): Call shell-dirtrack-mode after
12038 list-buffers-directory is made a local variable, to avoid setting
12039 the default value.
12040
12041 2006-05-26 Kevin Ryde <user42@zip.com.au>
12042
12043 * info.el (Info-index-next): Use where-is-internal to report
12044 actual binding of Info-index-next, rather than hard-coded `,'.
12045
12046 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12047
12048 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12049 and "Find Command in Manual" to here.
12050
12051 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12052 Info-current-file as the file name.
12053
12054 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12055
12056 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12057 overrides will now be done a different way.
12058 (ses-set-parameter): Reapply this function for undo.
12059 (ses-set-header-row): Reconstruct header row during undo.
12060 (ses-widen): New function.
12061 (ses-goto-data, ses-reconstruct-all): Use new function.
12062 (ses-command-hook): Widen buffer during undo, before unupdating
12063 the cells.
12064 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12065 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12066 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12067 formula hasn't been executed yet.
12068
12069 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12070
12071 * comint.el (comint-kill-whole-line): Rename arg to count.
12072 Fix doc string.
12073
12074 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12075
12076 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12077 to copy-file.
12078
12079 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12080
12081 * simple.el (toggle-truncate-lines): Make arg optional for
12082 backward compatibility.
12083
12084 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12085
12086 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12087 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12088 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12089 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12090 (ewoc--adjust): Use ewoc--current-dll.
12091 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12092
12093 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12094
12095 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12096 compact error message.
12097 (org-tags-view): Refresh category table in each file.
12098 (org-table-justify-field-maybe): Remove superfluous arguments to
12099 `format'.
12100 (org-export-as-html): Insert "<p>" before postamble.
12101 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12102
12103 2006-05-26 Kenichi Handa <handa@m17n.org>
12104
12105 * textmodes/po.el (po-find-charset): Pay attention to the case
12106 FILENAME is a cons (NAME . BUFFER).
12107 (po-find-file-coding-system-guts): Likewise.
12108
12109 * arc-mode.el (archive-set-buffer-as-visiting-file):
12110 Call find-operation-coding-system with (FILENAME . BUFFER).
12111
12112 * tar-mode.el (tar-extract): Call find-operation-coding-system
12113 with (FILENAME . BUFFER).
12114
12115 * international/mule.el (decode-coding-inserted-region):
12116 Call find-operation-coding-system with (FILENAME . BUFFER).
12117
12118 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12119
12120 * image-mode.el (image-toggle-display): Use buffer contents to
12121 generate image for a remote file.
12122
12123 2006-05-25 Juri Linkov <juri@jurta.org>
12124
12125 * replace.el (query-replace-read-from, query-replace-read-to):
12126 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12127
12128 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12129
12130 * whitespace.el (whitespace-cleanup): Change to cleanup
12131 region if one is active.
12132 * whitespace.el (whitespace-cleanup-internal): New internal method.
12133
12134 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12135
12136 * dired.el (dired-mode-map): Add help-echo strings to tumme
12137 commands. Bind `tumme-dired-display-image' to C-t i.
12138
12139 * tumme.el (tumme-display-image): Change documentation string slightly.
12140 (tumme-dired-display-image): Add call to `display-buffer'.
12141
12142 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12143
12144 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12145 Signal error if RAW-DATA is a multibyte string.
12146
12147 2006-05-24 Richard Stallman <rms@gnu.org>
12148
12149 * subr.el (with-local-quit): When handling `quit' signal,
12150 make a chance for quit-flag to cause a quit.
12151
12152 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12153 (ad-disable-advice): Add autoloads.
12154
12155 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12156
12157 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12158
12159 * dired.el (dired-mode-map): Change menu items for tumme as per
12160 suggestions in emacs-devel.
12161
12162 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12163
12164 * dired.el (dired-mode-map): Fix breakage.
12165
12166 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12167
12168 * tumme.el (tumme-display-dired-image): Rename to...
12169 (tumme-dired-display-image): ...this.
12170 (tumme-track-movement): Change default value to t.
12171 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12172 used from `tumme-next-line-and-display' and similar commands.
12173
12174 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12175 Immediate menu. Add some tumme commands there.
12176
12177 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12178
12179 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12180
12181 2006-05-24 Chong Yidong <cyd@mit.edu>
12182
12183 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12184 menu entries that open submenus.
12185
12186 2006-05-24 Alan Mackenzie <acm@muc.de>
12187
12188 * startup.el (command-line): For names of preloaded files, don't
12189 append ".elc" (now done in Fload), and call file-truename on the
12190 lisp directory.
12191
12192 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12193 match ANY loaded file with the right name, not just those in
12194 load-path. Put a regexp matching the file name into
12195 after-load-alist, rather than the name itself.
12196
12197 * subr.el (load-history-regexp, load-history-filename-element)
12198 (do-after-load-evaluation): New functions.
12199
12200 * international/mule.el (load-with-code-conversion): Do the
12201 eval-after-load stuff by calling do-after-load-evaluation.
12202
12203 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12204
12205 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12206 has not been killed.
12207
12208 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12209
12210 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12211 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12212 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12213 Optionally set error message in reply.
12214
12215 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12216
12217 * textmodes/org.el (org-open-at-point): Use renamed variable
12218 `org-confirm-shell-link-function'.
12219 (org-confirm-shell-link-function): Rename from
12220 `org-confirm-shell-links'.
12221 (org-export-directory): New function.
12222 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12223 (org-export-icalendar): Use `org-export-directory'.
12224 (org-indent-item): Keep cursor position.
12225 (org-link-file-path-type): New option.
12226 (org-export-as-html): Fix bug with plain lists starting in
12227 column 0.
12228 (org-export-as-html): Remove deadline formatting, this happens
12229 now already in `org-html-handle-time-stamps'.
12230 (org-export-html-style): Deadline class removed.
12231 (org-insert-labeled-timestamps-at-point): New option.
12232 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12233 of `hide-sublevels 1', in case the first headline is not level 1.
12234 (org-overview, org-content): New fuction.
12235 (org-cycle-global-status, org-cycle-subtree-status): Make these
12236 variables buffer-local.
12237 (org-global-cycle): New command.
12238 (org-shifttab): Use `org-global-cycle'.
12239 (org-insert-heading, org-insert-item): Go to end of new
12240 headline/item after creating it.
12241 (org-export-visible): Rename from `org-export-copy-visible'.
12242 Now creates a temporary org-file and applies an exporting command
12243 to it.
12244 (org-table-eval-formula): Support for lisp forms.
12245 (org-agenda-todo-ignore-scheduled): New option.
12246 (org-agenda-get-todos): Use new option
12247 `org-agenda-todo-ignore-scheduled'.
12248 (org-export-html-inline-images): New value `maybe'.
12249 (org-export-as-html): Inlining of images dependent on link description.
12250 (org-archive-subtree): Check for end-of-buffer before trying
12251 `kill-line'.
12252 (org-agenda-follow-mode): New option.
12253 (org-export-with-tags, org-export-with-timestamps): New options.
12254 (org-html-handle-time-stamps): New function.
12255 (org-keyword-time-regexp): New variable.
12256 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12257 (org-agenda-todo-list-sublevels): New option.
12258 (org-html-level-start): When TITLE is nil, just close all levels.
12259 (org-parse-key-lines, org-parse-export-options): Remove functions,
12260 replaced by `org-infile-export-plist'.
12261 (org-combine-plists, org-infile-export-plist)
12262 (org-default-export-plist): New functions.
12263 (org-export-html-preamble, org-export-html-postamble)
12264 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12265 New variables.
12266 (org-export-publishing-directory): New option.
12267 (org-export-as-html, org-export-as-ascii): Use the new property
12268 lists for settings.
12269 (org-export-copy-visible, org-export-as-xoxo):
12270 Respect `org-export-publishing-directory'.
12271 (org-link-search, org-store-link, org-file-apps): Support for
12272 links to BibTeX database entries..
12273 (org-get-current-options, org-set-regexps-and-options):
12274 Implement logging as a startup option.
12275 (org-store-link): Make sure context string is never empty
12276 (org-insert-link): Use relative path when possible.
12277 (org-at-item-checklet-p): New function.
12278 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12279 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12280 (org-metaright, org-metaup, org-metadown, org-shiftup)
12281 (org-shiftdown, org-shiftright, org-shiftleft)
12282 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12283 Dispatch using `call-interactively'.
12284 (org-call-with-arg): New defsubst.
12285 (org-tag-alist, org-use-fast-tag-selection): New options.
12286 (org-complete): Use `org-tag-alist'.
12287 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12288 (org-next-item, org-previous-item): New commands.
12289 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12290 make command.
12291 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12292
12293 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12294
12295 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12296 (ewoc-filter): Use `ewoc-delete'.
12297
12298 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12299
12300 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12303 Signal more user-friendly error messages.
12304
12305 * complete.el (PC-do-completion): Undo the addition of implicit
12306 wildcards if they did not lead to finding any match.
12307 (read-file-name-internal): Don't add the final > if the completion is
12308 not finished.
12309
12310 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12311
12312 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12313 Quote safe-local-variable predicate.
12314
12315 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12316
12317 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12318
12319 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12320
12321 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12322
12323 * progmodes/make-mode.el (makefile-special-targets-list)
12324 (makefile-macro-table, makefile-target-table): Mark as risky.
12325 (makefile-query-one-target-method): Make this the alias for the
12326 following variable.
12327 (makefile-query-one-target-method-function): Make this the real name.
12328
12329 * textmodes/artist.el (artist-text-renderer): Make this the alias
12330 for the following variable.
12331 (artist-text-renderer-function): Make this the real name.
12332
12333 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12334 the alias for the following variable.
12335 (flyspell-generic-check-word-predicate): Make this the real name.
12336
12337 * textmodes/ispell.el (ispell-format-word): Make this the alias
12338 for the following variable.
12339 (ispell-format-word-function): Make this the real name.
12340 (ispell-message-text-end): Mark as risky.
12341
12342 * skeleton.el (skeleton-transformation, skeleton-filter)
12343 (skeleton-pair-filter): Make these the aliases for the following
12344 variables.
12345 (skeleton-transformation-function, skeleton-filter-function)
12346 (skeleton-pair-filter-function): Make these the real names.
12347
12348 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12349 and skeleton-pair-filter-function.
12350
12351 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12352 alias for the following variable.
12353 (sgml-transformation-function): Make this the real name.
12354 (sgml-tag-alist): Mark as risky.
12355
12356 2006-05-21 Richard Stallman <rms@gnu.org>
12357
12358 * simple.el (kill-region): Interactively, pass point, then mark.
12359
12360 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12361
12362 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12363
12364 2006-05-21 Romain Francoise <romain@orebokech.com>
12365
12366 * dired-x.el (dired-mode-map): Don't bind M-g.
12367
12368 2006-05-20 Richard Stallman <rms@gnu.org>
12369
12370 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12371 (dired-goto-file): Doc fix.
12372
12373 2006-05-21 Kim F. Storm <storm@cua.dk>
12374
12375 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12376 way to enable built-in cua-mode if user loads older CUA-mode package.
12377
12378 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12379 if default-filename is specified.
12380
12381 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12382
12383 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12384
12385 * info.el (info-apropos): Make sure current-file and current-node
12386 have non-nil values. Speed up by using add-to-list instead of
12387 manual consing.
12388
12389 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12390
12391 * progmodes/make-mode.el (makefile-mode): Doc fix.
12392
12393 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12394
12395 * dired-aux.el (dired-do-shell-command): Doc fix.
12396
12397 2006-05-20 Kevin Ryde <user42@zip.com.au>
12398
12399 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12400 ``(custom-manual :tag "Foo" "(foo)Node")''.
12401
12402 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12403
12404 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12405 value is an integer.
12406
12407 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12408
12409 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12410 "format".
12411 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12412
12413 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12414
12415 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12416 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12417
12418 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12421 regexp for keywords.
12422
12423 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12424
12425 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12426 replace-regexp-in-string.
12427
12428 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12429 encode, and escape file name on conversion to URL.
12430
12431 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12432
12433 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12434 Don't unescape URL.
12435 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12436
12437 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12438 on conversion to URLs.
12439
12440 * net/browse-url.el (browse-url-file-url): Encode file name on
12441 conversion to URL.
12442
12443 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12444 conversion to URL.
12445
12446 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12447
12448 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12449
12450 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12451
12452 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12453 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12454
12455 2006-05-19 Glenn Morris <rgm@gnu.org>
12456
12457 * calendar/diary-lib.el (diary-bahai-date)
12458 (list-bahai-diary-entries, mark-bahai-diary-entries)
12459 (mark-bahai-calendar-date-pattern): Not interactive.
12460 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12461 (diary-entries-list): Change format of 4th element in each entry.
12462 (diary-list-entries): Use add-to-diary-list.
12463 (diary-goto-entry): Handle the case where the buffer visiting the
12464 diary has been killed.
12465 (fancy-diary-display): Add 'locator to button rather than 'marker.
12466 Only generate temp-face when there are marks to apply.
12467 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12468 (diary-fancy-date-pattern): New variable.
12469 (diary-time-regexp): Doc fix.
12470 (diary-anniversary, diary-time): New faces.
12471 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12472 diary-time-regexp. Add font-lock-multiline property where needed.
12473 Use new faces diary-anniversary and diary-time.
12474 (diary-fancy-font-lock-fontify-region-function): New function, to
12475 handle multiline font-lock pattern in fancy diary.
12476 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12477 (diary-font-lock-keywords): Tweak time regexp. Use new face
12478 diary-time.
12479
12480 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12481
12482 * international/code-pages.el (mik): Table corrected.
12483
12484 2006-05-18 Kim F. Storm <storm@cua.dk>
12485
12486 * progmodes/grep.el (grep-find): Don't check grep-find-command
12487 before running command (breaks non-interactive usage).
12488
12489 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12490
12491 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12492 (ewoc--insert-new-node): Don't insert trailing newline.
12493 Instead, adjust successor nodes's start markers.
12494 (ewoc--refresh-node): Delete all text from current node's start
12495 marker to the next one's; adjust successor nodes's start markers.
12496 (ewoc--create): Doc fixes.
12497 (ewoc--refresh): Don't insert newline.
12498 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12499 * pcvs.el (cvs-make-cvs-buffer):
12500 Specify extra newline for ewoc's header and footer.
12501 (cvs-update-header): Update initial header recognition.
12502 Append newline to final header and footer values.
12503 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12504
12505 2006-05-17 Richard Stallman <rms@gnu.org>
12506
12507 * files.el (file-name-extension): Doc fix.
12508
12509 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12512 we can explicitly enable/disable rather than toggle.
12513 (shell-mode): Use it.
12514 (shell-cd): Don't try to reproduce what `cd' does.
12515
12516 2006-05-17 Kim F. Storm <storm@cua.dk>
12517
12518 * ido.el (ido-read-internal): Use only nondirectory part of
12519 default item.
12520
12521 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12522
12523 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12524 (ewoc-nth): Doc fix.
12525
12526 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12527
12528 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12529
12530 * international/mule.el (auto-coding-alist): Add .lha to files
12531 read with no-conversion.
12532
12533 * files.el (auto-mode-alist): Add .lha files to archive file
12534 extensions.
12535
12536 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12537 Convert csize to integer when computing offsets within the
12538 compressed archive file.
12539
12540 2006-05-16 Kim F. Storm <storm@cua.dk>
12541
12542 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12543 with read-from-minibuffer.
12544
12545 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12546
12547 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12548 (byte-compile-warnings): Fix safe-local-variable property.
12549
12550 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12551
12552 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12553 (allout-stylish-prefixes, allout-numbered-bullet)
12554 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12555 predicates to qualify `safe-local-variable' property, when
12556 available, else use equivalent lambda.
12557 (allout-current-topic-collapsed-p): Do the right thing regarding
12558 trailing blank lines.
12559
12560 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * server.el (server-start): Only create a directory if needed.
12563 (server-edit, server-unload-hook): server-start => server-mode.
12564 (kill-emacs-hook): Cleanup upon exit.
12565
12566 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12567
12568 * hexl.el (hexlify-buffer): Encode process arguments manually.
12569
12570 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12571
12572 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12573 call to gdb-tooltip-print.
12574
12575 2006-05-15 Romain Francoise <romain@orebokech.com>
12576
12577 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12578 systems, default to "tar" since those systems probably have GNU tar.
12579
12580 2006-05-14 Lars Hansen <larsh@soem.dk>
12581
12582 * desktop.el (desktop-missing-file-warning): Fix docstring.
12583 (desktop-restore-file-buffer): Correct question asked on missing file.
12584
12585 2006-05-14 Kim F. Storm <storm@cua.dk>
12586
12587 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12588 Add CUA move property.
12589
12590 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * custom.el (custom-push-theme): Load the variable before checking
12593 its `standard-value'.
12594
12595 2006-05-13 Lars Hansen <larsh@soem.dk>
12596
12597 * desktop.el (desktop-save): Use with-temp-buffer.
12598
12599 2006-05-12 Glenn Morris <rgm@gnu.org>
12600
12601 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12602 * calendar/calendar.el (calendar-mode-map):
12603 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12604 * calendar/appt.el (appt-check, appt-make-list): Refer to
12605 diary-view-entries, diary-list-entries, diary-show-all-entries
12606 rather than obsolete aliases.
12607
12608 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12609
12610 * simple.el (line-move-finish): Avoid calling point motion hooks
12611 while processing intangibility.
12612
12613 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12614
12615 * term/xterm.el (terminal-init-xterm): Fix typo.
12616
12617 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12618
12619 * allout.el (allout-view-change-hook): Mark as being deprecated,
12620 to be replaced by `allout-exposure-change-hook'.
12621 (allout-exposure-change-hook): New, replacing
12622 `allout-view-change-hook'.
12623 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12624 in addition to `allout-view-change-hook'.
12625 (allout-show-bodies, allout-old-style-prefixes)
12626 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12627 lambda forms to prevent their showing up in variable help
12628 presentations as inscrutable byte-compiled code.
12629 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12630 Use string-or-null-p to qualify safe-local-variable values.
12631 (allout-reindent-bodies): Use memq to qualify matches against
12632 valid safe-local-variable values. Also, quote the lambda as above.
12633 (allout-use-mode-specific-leader): Add missing candidate-value
12634 symbols, use memq, and quote the lambda.
12635 (allout-overlay-interior-modification-handler): Remove unused
12636 variables `msg' and 'opened'.
12637 (allout-hidden-p): Constrain invisibility consideration to allout's
12638 invisibility spec, disregarding invisibility for other reasons.
12639
12640 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12641
12642 * files.el (version-control): Correct safe values.
12643
12644 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12645
12646 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12647
12648 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12649 (ewoc--insert-new-node): New func.
12650 Update callers of deleted funcs to use it, instead.
12651
12652 2006-05-11 Glenn Morris <rgm@gnu.org>
12653
12654 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12655 obsolete alias `show-all-diary-entries'.
12656 (make-diary-entry): Not interactive.
12657 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12658 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12659 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12660 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12661 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12662 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12663
12664 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12665
12666 * calendar/calendar.el (calendar-french-date-string)
12667 (calendar-mayan-date-string, calendar-chinese-date-string)
12668 (calendar-astro-date-string, calendar-iso-date-string)
12669 (calendar-islamic-date-string, calendar-bahai-date-string)
12670 (calendar-hebrew-date-string, calendar-coptic-date-string)
12671 (calendar-ethiopic-date-string, calendar-persian-date-string):
12672 These functions are not interactive.
12673
12674 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12675
12676 * files.el: Balance parentheses.
12677
12678 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12679
12680 * files.el, newcomment.el, outline.el, simple.el,
12681 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12682 * progmodes/cc-vars.el, progmodes/compile.el:
12683 Move `safe-local-variable' declarations to the respective files.
12684
12685 * help-fns.el (describe-variable): Don't print safe-var if it is
12686 byte-code. Improve wording as suggested by Luc Teirlinck.
12687
12688 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12689
12690 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12691 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12692 Use a token for pending-triggers to ensure gdb-var-update
12693 gets called once per user input again for pre-GDB 6.4.
12694 (gdb-var-delete): Match on more complex expressions.
12695 (gdb-var-list-children-handler, gdb-var-create-handler):
12696 Use a token for consistency.
12697
12698 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12699
12700 * textmodes/org.el (org-read-date, org-goto-calendar)
12701 (org-agenda-goto-calendar):
12702 Bind `view-calendar-holidays-initially' to nil.
12703
12704 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12705
12706 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12707 Update all callers to do it there, instead.
12708
12709 2006-05-10 Glenn Morris <rgm@gnu.org>
12710
12711 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12712 prefix arg case, to avoid view-diary-entries-initially error.
12713 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12714 (calendar-date-is-legal-p): Handle dates with no day part.
12715
12716 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12717
12718 * comint.el (comint-insert-input): Just make it when
12719 comint-use-prompt regexp is nil (default) and with the mouse.
12720 (comint-copy-old-input): Reinstate from 2004-06-23.
12721 (comint-mode-map): Bind C-c C-m to it.
12722
12723 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12724
12725 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12726 Remove spurious move to point-max (new comint behavior fixes).
12727
12728 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12729 compatibility function (Emacs 18/19).
12730 (idlwave-is-continuation-line): Always return point at start of
12731 previous non-blank continuation line.
12732 (keyword-parameters): Fix continued comment font-lock matcher.
12733 (idlwave-font-lock-fontify-region): Written, use as
12734 font-lock-fontify-region-function, to fix continued keyword
12735 fontification issues.
12736
12737 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12738
12739 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12740 (mac-service-selection, mac-service-open-file)
12741 (mac-service-open-selection, mac-service-mail-selection)
12742 (mac-service-mail-to, mac-service-insert-text): Rename from
12743 mac-services-*. All uses changed.
12744 (mac-apple-event-map): Rename event symbol `services' to `service'.
12745
12746 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12747
12748 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12749 (ewoc--node-enter-first, ewoc--node-enter-last)
12750 (ewoc--delete-node-internal): Merge funcs into unique callers.
12751
12752 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12755 return value of read-from-minibuffer for empty input.
12756
12757 2006-05-09 Miles Bader <miles@gnu.org>
12758
12759 * comint.el (comint-insert-input): Remove redundant calls to setq
12760 and goto-char.
12761
12762 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12763
12764 * comint.el (comint-insert-input): Make it work when
12765 comint-use-prompt-regexp is t.
12766
12767 2006-05-10 Miles Bader <miles@gnu.org>
12768
12769 * subr.el (field-at-pos): New function.
12770
12771 * comint.el (comint-insert-input): Use it.
12772
12773 2006-05-09 Juri Linkov <juri@jurta.org>
12774
12775 * battery.el (battery-linux-proc-acpi): Also try
12776 `/proc/acpi/thermal_zone/THR2/temperature'.
12777
12778 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12779 for now unused lambda `string-or-null'.
12780
12781 * add-log.el (change-log-default-name): Put `string-or-null-p'
12782 instead of lambda on `safe-local-variable' property.
12783
12784 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12785 `region-end' instead of `mark' and `point'.
12786 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12787 Operate on region in Transient Mark mode when the mark is active.
12788 Use `region-beginning' and `region-end' instead of `mark' and
12789 `point'.
12790 (diff-hunk-text, diff-goto-source): Doc fix.
12791
12792 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12793 face `mode-line-buffer-id' for mode-line buffer face instead of
12794 hard-coded `(:weight bold)'.
12795
12796 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12797 buffer-undo-list to t (undo-ask is reproducible by visiting
12798 nested archives).
12799
12800 2006-05-09 Kim F. Storm <storm@cua.dk>
12801
12802 * progmodes/grep.el (rgrep): Set default directory of *grep*
12803 buffer if we start M-x rgrep in the *grep* buffer and choose
12804 a different base directory.
12805
12806 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12807
12808 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12809 completion also when ido is loaded.
12810
12811 2006-05-09 Masatake YAMATO <jet@gyve.org>
12812
12813 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12814 "warning" and "import".
12815 (cpp-font-lock-keywords): Added "warning".
12816
12817 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12818
12819 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12820
12821 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12824 pages at a time, if we signal the end, we should indeed reach that end.
12825
12826 2006-05-08 David Reitter <david.reitter@gmail.com>
12827
12828 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12829 output during execution of the body.
12830
12831 2006-05-08 Kim F. Storm <storm@cua.dk>
12832
12833 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12834
12835 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12836
12837 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12838 Use with-current-buffer.
12839
12840 2006-05-07 Kim F. Storm <storm@cua.dk>
12841
12842 * subr.el (add-to-history): Remove keep-dups arg.
12843
12844 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12845 to nil around call to add-to-history.
12846
12847 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12850 than after a buffer modification.
12851
12852 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12855 call to...
12856 (gud-watch): ...here so speedbar is raised for already watched
12857 expressions.
12858 (gdb-speedbar-refresh): Delete function.
12859 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12860 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12861 earlier change).
12862 (gdb-var-evaluate-expression-handler)
12863 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12864
12865 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12866 Update localized contents for all buffers except ignored modes.
12867
12868 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12869
12870 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12871 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12872 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12873 (mac-handle-font-panel-closed, mac-handle-font-selection):
12874 New functions.
12875 (mac-font-panel-mode): New minor mode.
12876 (mac-apple-event-map): Add bindings for toolbar toggle button and
12877 font panel.
12878 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12879
12880 2006-05-07 John Paul Wallington <jpw@pobox.com>
12881
12882 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12883 Avoid `regexp-opt'; simplify regexp for readability.
12884
12885 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12886
12887 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12888 * files.el (buffer-stale-function):
12889 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12890 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12891 links to the main manual, not to emacs-xtra.
12892
12893 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12894
12895 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12896 MacJapanese if text is ASCII-only.
12897
12898 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12899
12900 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12901 unless so nil isn't returned.
12902 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12903
12904 2006-05-06 Kim F. Storm <storm@cua.dk>
12905
12906 * subr.el (add-to-history): New function.
12907
12908 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12909 (ediff-merge-files-with-ancestor):
12910 * env.el (setenv):
12911 * isearch.el (isearch-update-ring):
12912 * server.el (server-visit-files):
12913 * progmodes/grep.el (lgrep, rgrep):
12914 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12915 * progmodes/xscheme.el (xscheme-insert-expression):
12916 Use add-to-history.
12917
12918 * kmacro.el (kmacro-push-ring): Use add-to-history.
12919 (kmacro-ring-length): Remove unused defun.
12920 (kmacro-start-macro): Use kmacro-push-ring.
12921
12922 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12923
12924 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12925 directly instead of a lambda expression that calls it.
12926
12927 2006-05-06 Kim F. Storm <storm@cua.dk>
12928
12929 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12930 instead of compute-motion.
12931
12932 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12933
12934 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12935 change.
12936
12937 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12938
12939 * startup.el (command-line-1): Refer to "Pure Storage" on
12940 pure-space-overflow.
12941
12942 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12943
12944 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12945 provided faces once they all have been used up.
12946
12947 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12948
12949 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12950 reference to the Lisp manual to the warning about pure space
12951 overflow.
12952
12953 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12954
12955 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12956 argument to avoid the call to `ispell-internal-change-dictionary'
12957 when not needed.
12958 (ispell-change-dictionary): Use this argument and call
12959 `ispell-internal-change-dictionary' after the possible change
12960 to `ispell-local-dictionary'.
12961 (ispell-internal-change-dictionary): Check for a change in
12962 personal dictionary use too.
12963
12964 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12965
12966 * startup.el (command-line): On MS-Windows, probe "~", not
12967 "~USER", for warning about non-existent home directory.
12968
12969 * arc-mode.el (archive-l-e): New optional argument `float' means
12970 generate a float value.
12971 (archive-arc-summarize, archive-lzh-summarize)
12972 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12973 with 3rd argument non-nil when file's size is being computed.
12974 Format the file sizes with %8.0f instead of %8d.
12975
12976 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12977
12978 * cus-start.el (all): Add mac-dnd-known-types.
12979
12980 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12981 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12982 (mac-TIFF-to-string): New functions.
12983 (x-get-selection, x-selection-value)
12984 (mac-select-convert-to-string): Use them.
12985 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12986 (mac-dnd-types-alist): New customization variable.
12987 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12988 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12989 (mac-dnd-handle-drag-n-drop-event): New functions.
12990 (mac-drag-n-drop): Remove function.
12991 (global-map): Bind drag-n-drop and M-drag-n-drop to
12992 mac-dnd-handle-drag-n-drop-event.
12993
12994 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12995
12996 * progmodes/perl-mode.el (perl-beginning-of-function):
12997 Skip anonymous subs.
12998
12999 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13000
13001 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13002 regexp-opt at run time.
13003
13004 * term.el (term-handle-ansi-escape): Fix off by one error.
13005
13006 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13007
13008 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13009 (gdb-init-1, gdb-post-prompt): ...and references to it.
13010 (gdb-frame-handler): Strip directory name from filename if present.
13011
13012 * progmodes/gud.el (gdb-force-update): Delete defvar
13013 (gud-speedbar-buttons): ...and references to it. Use window-start
13014 to try to keep positon in watch expression.
13015
13016 2006-05-03 Richard Stallman <rms@gnu.org>
13017
13018 * simple.el (next-history-element, previous-history-element): Doc fix.
13019
13020 * isearch.el (isearch-update-ring): Doc fix.
13021
13022 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13023
13024 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13025 into consideration. Replace one arm ifs with whens.
13026
13027 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13028
13029 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13030 (menu): Fix typo.
13031
13032 2006-05-02 Miles Bader <miles@gnu.org>
13033
13034 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13035
13036 2006-05-02 Jay Belanger <belanger@truman.edu>
13037
13038 * calc/calc-embed.el (calc-override-minor-modes-map)
13039 (calc-override-minor-modes): New variables.
13040 (calc-do-embedded): Make sure that Calc keystrokes aren't
13041 overwritten by minor modes.
13042
13043 2006-05-02 Chong Yidong <cyd@mit.edu>
13044
13045 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13046
13047 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13048
13049 * startup.el (command-line-1): Refer to Lisp manual when
13050 pure-space-overflow occurs.
13051
13052 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13053 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13054 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13055 (version-control): Don't use `t' for safe-local-variable declarations.
13056
13057 2006-05-01 Richard Stallman <rms@gnu.org>
13058
13059 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13060 M-r, M-R, M-A, M-SPC or M-DEL.
13061 (diff-mode-map): diff-refine-hunk now on C-c C-w
13062 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13063
13064 * help-mode.el (help-mode): view-exit-action calls delete-window
13065 only when it is safe and possible.
13066
13067 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13068 in messages.
13069
13070 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13071
13072 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13073 in the default tool-bar-map.
13074
13075 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13076
13077 * net/tramp.el (tramp-completion-file-name-handler-alist)
13078 (tramp-run-real-handler, tramp-completion-run-real-handler)
13079 (tramp-completion-handle-file-name-all-completions)
13080 (tramp-completion-handle-file-name-completion): Autoload them.
13081 (tramp-completion-handle-file-exists-p)
13082 (tramp-completion-handle-file-name-directory)
13083 (tramp-completion-handle-file-name-nondirectory)
13084 (tramp-completion-handle-expand-file-name): Remove them.
13085 (tramp-handle-file-name-directory): Return the real directory name.
13086 Returning "/" only doesn't need to be necessary any longer.
13087 (tramp-file-name-handler): Make special attention when in hostname
13088 completion mode.
13089 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13090 (tramp-register-file-name-handlers):
13091 Register `tramp-completion-file-name-handler' only when
13092 `partial-completion-mode' is enabled.
13093 (tramp-completion-handle-file-name-all-completions):
13094 Delete directory part from results.
13095 (tramp-get-completion-methods, tramp-get-completion-user-host):
13096 Discard deleting "/", it doesn't work after the change of
13097 `tramp-handle-file-name-directory' above.
13098
13099 2006-05-01 Kim F. Storm <storm@cua.dk>
13100
13101 * progmodes/grep.el (grep-expand-template): Use save-match-data
13102 and symbol-value.
13103
13104 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13105
13106 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13107 Use select-frame-set-input-focus instead of raise-frame.
13108 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13109
13110 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13111
13112 * progmodes/gud.el (gud-def): Add %c case.
13113 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13114 (gud-format-command): Make match case sensitive. Match on %F.
13115
13116 2006-04-30 Glenn Morris <rgm@gnu.org>
13117
13118 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13119 (cal-tex-preamble): Use cal-tex-preamble-extra.
13120 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13121 than alias `list-diary-entries'.
13122
13123 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13124
13125 * help-fns.el (describe-variable): Add info about safe local variables.
13126
13127 2006-04-29 Richard Stallman <rms@gnu.org>
13128
13129 * bindings.el (mode-line-format): help-echo doc fixes.
13130
13131 * net/tramp.el (tramp-file-name-handler-alist): Delete
13132 expand-file-name and other operations that can cause spurious loading.
13133
13134 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * files.el (safe-local-variable-p): Remove support for the special
13137 value t.
13138
13139 * textmodes/paragraphs.el (sentence-end-without-space):
13140 Fix safety predicate.
13141 (sentence-end-double-space, sentence-end-without-period)
13142 (paragraph-ignore-fill-prefix):
13143 * textmodes/fill.el (colon-double-space):
13144 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13145
13146 * subr.el (booleanp): New fun.
13147
13148 * textmodes/reftex-vars.el (reftex-guess-label-type):
13149 Tighten the safety predicate.
13150
13151 2006-04-28 Kim F. Storm <storm@cua.dk>
13152
13153 * progmodes/grep.el (defgroup grep): Doc fix.
13154 (grep-auto-highlight): Remove.
13155 (grep-template): New defcustom.
13156 (grep-find-template): Rename from grep-tree-template.
13157 (grep-files-aliases): Rename from grep-tree-files-aliases.
13158 Remove "all" alias, add "l" alias.
13159 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13160 (grep-find-ignored-directories): New defcustom to replace
13161 grep-tree-ignore-CVS-directories, to facilitate ignoring
13162 subdirectories for multiple version control systems.
13163 (grep-mode-map): Add Recursive grep item to GREP menu.
13164 (grep-regexp-history, grep-files-history): New defvars.
13165 (grep-probe): New helper function.
13166 (grep-compute-defaults): Use it to simplify code.
13167 Adapt to name changes.
13168 Use `.' as base in grep-find-template rather than <D>.
13169 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13170 Call grep-compute-defaults unconditionally.
13171 (grep-expand-keywords): New defconst.
13172 (grep-expand-template): Rename from grep-expand-command-macros.
13173 Simplify via grep-expand-keywords. Look at case-fold-search instead
13174 of grep-tree-ignore-case to add -i option.
13175 Bind case-fold-search to nil while matching keywords.
13176 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13177 (grep-read-regexp, grep-read-files): New helper functions.
13178 (rgrep): Rename from grep-tree. Rework to use proper histories.
13179 Adapt to changes in defcustoms and functions above.
13180 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13181
13182 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13183
13184 * net/tramp.el (tramp-completion-file-name-handler):
13185 Disable Tramp's functionality while loading Tramp itself.
13186 (tramp-register-file-name-handlers): That's a defsubst now.
13187 Code from `tramp-repair-jka-compr' moved here. Apply it via
13188 `after-init-hook'.
13189 (tramp-repair-jka-compr): Remove.
13190
13191 2006-04-27 Jay Belanger <belanger@truman.edu>
13192
13193 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13194 read expression when `math-read-big-expr' doesn't work.
13195
13196 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13197
13198 * startup.el (command-line-1): Display warning when
13199 pure-space-overflow is non-nil.
13200
13201 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13202
13203 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13204 risky.
13205
13206 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13207
13208 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13209 Return the URL or nil if none can be generated.
13210
13211 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13212
13213 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13214 byte compiler warnings.
13215 (gud-basic-call, gud-find-expr): Let user select an expression
13216 for printing. Print expression as well as value in GUD buffer.
13217
13218 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13219
13220 * allout.el: Remove local autoload declaration for
13221 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13222 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13223 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13224 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13225 (allout-stylish-prefixes, allout-numbered-bullet)
13226 (allout-file-xref-bullet, allout-presentation-padding)
13227 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13228 safe-local-variable with suitable value spec, and add autoload
13229 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13230 (move-beginning-of-line, move-end-of-line): Repair so these compat
13231 functions now actually resituate the point, when appropriate.
13232
13233 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13236
13237 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13238 (add-log-iso8601-time-string): Fix call to format-time-string.
13239
13240 2006-04-26 Kim F. Storm <storm@cua.dk>
13241
13242 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13243
13244 2006-04-26 Masatake YAMATO <jet@gyve.org>
13245
13246 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13247 Add support for "//" style comments. Remove `b' flag
13248 from ?* in `asm-mode-syntax-table'.
13249
13250 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 * follow.el: Use (featurep 'xemacs) everywhere.
13253 (follow-mode): Use define-minor-mode.
13254 (follow-mode-map): Move initialization into the declaration.
13255 Use command remapping.
13256 (follow-emacs-version-xemacs-p): Remove.
13257 (follow-submit-feedback): Remove.
13258
13259 * allout.el (allout-layout, allout-passphrase-verifier-string)
13260 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13261
13262 * textmodes/reftex-vars.el (reftex-vref-is-default)
13263 (reftex-fref-is-default, reftex-guess-label-type):
13264 Tighten up a bit the safety predicate.
13265
13266 * textmodes/paragraphs.el (sentence-end-double-space)
13267 (sentence-end-without-period, sentence-end-without-space)
13268 (page-delimiter, paragraph-ignore-fill-prefix):
13269 Tighten up a bit the safety predicate.
13270
13271 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13272
13273 * progmodes/python.el (python-continuation-line-p)
13274 (python-beginning-of-statement): syntax-ppss may return
13275 a negative depth.
13276 (python-mode): Don't forcefully enable font-lock.
13277
13278 * time-stamp.el (time-stamp-start, time-stamp-end)
13279 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13280
13281 * add-log.el: Remove spurious * in docstrings.
13282 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13283 (add-change-log-entry): Use it here, since it's not specific
13284 to iso8601.
13285 (add-log-iso8601-time-string): Don't use it here any more.
13286 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13287
13288 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13289
13290 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13291
13292 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13293 (rcirc-toggle-low-priority): Doc fix.
13294 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13295 ChanServ regexp.
13296 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13297 #emacs.
13298 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13299 (rcirc-decode-coding-system): Use utf-8 as the default.
13300 (rcirc-multiline-minor-mode): Set the fill-column.
13301 (rcirc-format-response-string): Display bright and dim nicks.
13302 (rcirc-browse-url): Update interactive spec to fill ARG.
13303 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13304 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13305
13306 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13307
13308 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13309 case for @Article, etc.
13310
13311 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13312
13313 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13314 Added with autoload cookie.
13315 (tramp-unload-file-name-handlers): Rename from
13316 `tramp-unload-file-name-handler-alist'.
13317
13318 2006-04-23 Romain Francoise <romain@orebokech.com>
13319
13320 * comint.el (comint-match-partial-filename): Doc fix.
13321
13322 2006-04-21 Glenn Morris <rgm@gnu.org>
13323
13324 * calendar/cal-menu.el (calendar-mode-map): Refer to
13325 `diary-view-entries' rather than alias `view-diary-entries'.
13326 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13327
13328 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13329
13330 * progmodes/antlr-mode.el (antlr-default):
13331 * cus-edit.el (custom-documentation):
13332 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13333 in defface.
13334
13335 2006-04-21 Kim F. Storm <storm@cua.dk>
13336
13337 * image.el (image-type): New defun split out of create-image.
13338 (create-image): Use it.
13339
13340 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13341
13342 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13343 (org-open-at-point): Remove the "...done" message to keep output
13344 in the echo area visible.
13345 (org-export-as-xoxo): Fix call to `indent-region'.
13346
13347 2006-04-21 Kevin Ryde <user42@zip.com.au>
13348
13349 * international/mule.el (keyboard-coding-system): defcustom
13350 info-link fixes: "Specify Coding" has been split, keyboard now in
13351 "Terminal Coding", and "Single-Byte Character Support" is now
13352 "Unibyte Mode".
13353
13354 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13355
13356 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13357 Use font-lock-warning-face for any errors e.g. no stack.
13358 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13359
13360 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13361
13362 * progmodes/sh-script.el (sh-shell): Mark as safe.
13363
13364 * newcomment.el (comment-start, comment-start-skip)
13365 (comment-end-skip, comment-end): Mark as safe.
13366
13367 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13368
13369 * textmodes/org.el (org-deadline-announce): Face removed.
13370 (org-level-faces, org-n-levels): Convert to constant.
13371 (org-compatible-face): New function.
13372 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13373 (org-level-5, org-level-6, org-level-7, org-level-8)
13374 (org-special-keyword, org-warning, org-headline-done, org-link)
13375 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13376 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13377 Face definition revised for better color tty support.
13378 (org-bold-re, org-italic-re, org-underline-re): New constants.
13379 (org-set-font-lock-defaults): Use the new constants.
13380 (org-agenda-highlight-todo): New function.
13381 (org-agenda-todo): Fix bug with point at end of line.
13382 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13383 Fontify TODO keywords.
13384 (org-insert-link): Preserve relative path in ../ links.
13385 (org-export-as-html): Convert links pointing to .org files into
13386 links that will work beteen the exported HTML files.
13387 (org-todo-list): Fix bug when arg=0.
13388 (org-insert-heading): More fine-tuning.
13389
13390 2006-04-19 Romain Francoise <romain@orebokech.com>
13391
13392 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13393 from `rmail-mime-charset-pattern'.
13394
13395 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13396
13397 * progmodes/python.el (python-mode): Fix typo.
13398
13399 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13400
13401 * comint.el (comint-previous-input): Don't clobber input line
13402 when moving off either end of the input history ring.
13403 (comint-delete-input): New function, used by
13404 `comint-previous-input' and others.
13405 (comint-previous-matching-input):
13406 Use `coming-delete-input'. Save the partial input if leaving the
13407 edit line. Goto point-max before deleting input to avoid
13408 partial input fragments hanging around.
13409 (comint-restore-input): New function, used by `comint-previous-input'.
13410
13411 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13412
13413 * imenu.el (imenu--index-alist): Balance parentheses.
13414
13415 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13416
13417 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13418
13419 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13420
13421 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13422 file is nil.
13423
13424 2006-04-18 Richard Stallman <rms@gnu.org>
13425
13426 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13427
13428 * imenu.el (imenu-create-index-function, imenu--index-alist)
13429 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13430 (imenu-default-create-index-function, imenu--generic-function):
13431 Doc fixes.
13432
13433 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13434
13435 * help-mode.el (help-mode): Set view-exit-action to delete window.
13436
13437 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13438 now works by passing nil as arg.
13439
13440 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13441
13442 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13443 (read-abbrev-file): Provide default when reading filename.
13444
13445 * files.el (enable-local-variables): Allow :all as value.
13446 (hack-local-variables): Implement that value.
13447 (safe-local-variable-values, safe-local-eval-forms)
13448 (enable-local-variables): Mark as risky.
13449 (find-file-visit-truename, kept-old-versions): Mark safe.
13450
13451 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13452 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13453 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13454
13455 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13458 Use forward-line so as to get to BOL even in the presence of fields.
13459 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13460 in return.
13461 (inferior-tcl): Tell tclsh to work in interactive mode.
13462
13463 * complete.el (partial-completion-mode):
13464 Use 'choose-completion-string-functions to make sure that
13465 choose-completion fills the minibuffer properly.
13466
13467 * complete.el (PC-old-read-file-name-internal): Remove.
13468 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13469 of read-file-name-internal.
13470 (partial-completion-mode): Enable/disable this advice.
13471
13472 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13473
13474 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13475 of 2006-04-17.
13476
13477 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13478
13479 * textmodes/org.el (org-insert-heading): Insert heading before
13480 current if at beginning of line.
13481 (org-todo, org-date): New faces.
13482 (org-table-align): Make sure tooltip window contains full text.
13483 (org-no-properties): New defsubst.
13484 (org-set-font-lock-defaults): Use new faces.
13485
13486 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13487
13488 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13489 for root variables.
13490
13491 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13492 (gdb-frame-address): Re-use to identify frame for watch expression.
13493 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13494 variables.
13495 (gdb-init-1, gdb-source, gdb-post-prompt)
13496 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13497 (gdb-frame-handler): Get gdb-frame-address.
13498
13499 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13500
13501 Sync with Tramp 2.0.53.
13502
13503 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13504 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13505 (tramp-completion-file-name-handler): Add autoload cookie for
13506 adding to `file-name-handler-alist'.
13507
13508 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13509 the prompt. If it returns earlier (when detecting an error
13510 message), the rest of the output will merge accidently with the
13511 output of the next command. Reported by M Jared Finder
13512 <jared@hpalace.com>.
13513
13514 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13515 for `process-file', in order to let it work for older Emacsen too.
13516
13517 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13518
13519 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13520 (tex-font-lock-keywords-3): Use it.
13521
13522 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13523
13524 * newcomment.el (comment-add): New function.
13525 (comment-region-default, comment-dwim): Use it.
13526
13527 2006-04-15 Michael Olson <mwolson@gnu.org>
13528
13529 * emacs-lisp/tq.el: Improve comments.
13530 (tq-queue-head-question): New accessor function.
13531 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13532 Update for modified queue structure.
13533 (tq-queue-add): Accept `question' argument.
13534 (tq-queue-pop): If a question is pending, send it.
13535 (tq-enqueue): Accept new optional argument `delay-question'.
13536 If this is non-nil, and at least one other question is pending a
13537 response, queue the question rather than sending it immediately.
13538
13539 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13540
13541 * calendar/appt.el (appt-add): Check whether an appointment is
13542 already present in appt-time-msg-list. Simplify code.
13543
13544 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * progmodes/cc-langs.el (c-mode-menu):
13547 Don't presume c-subword-mode is bound.
13548
13549 2006-04-13 Bill Wohler <wohler@newt.com>
13550
13551 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13552 (customize-package-emacs-version): Use cdr instead of cadr now
13553 that alists use dotted pairs.
13554
13555 * custom.el (defcustom): Fix docstring for :package-version.
13556
13557 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13558
13559 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13560 (tramp-handle-shell-command): Display output buffer only when
13561 `tramp-display-shell-command-buffer' is true.
13562 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13563
13564 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13565
13566 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13567 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13568
13569 2006-04-13 Romain Francoise <romain@orebokech.com>
13570
13571 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13572 leaving temporary .cvsignore buffers behind.
13573
13574 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13575
13576 * textmodes/org.el (org-set-regexps-and-options)
13577 (org-get-current-options): Better names for the startup folding
13578 options.
13579
13580 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13581
13582 * vc.el (vc-annotate): Arrange for point to end up at the same
13583 line number as in the original, but only when using a new buffer.
13584
13585 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13586
13587 * files.el (hack-one-local-variable-eval-safep):
13588 Recognize `edebug-form-spec' for `put', but only if it passes
13589 `edebug-basic-spec'. Generalize `put' handling.
13590
13591 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13592 vetting file-local form specs.
13593
13594 * allout.el (allout-layout): Autoload its `safe-local-variable'
13595 property.
13596
13597 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13598
13599 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13600 (org-agenda-mouse-1-follows-link)
13601 (org-mouse-1-follows-link): New options.
13602 (org-format-agenda-item): Fix bug if TAGS is nil.
13603 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13604
13605 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13606
13607 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13608 GDB 6.1+ gives full filename for "info sources" so use
13609 file-name-nondirectory.
13610
13611 2006-04-12 Romain Francoise <romain@orebokech.com>
13612
13613 * subr.el (read-passwd): Bind `message-log-max' to nil.
13614
13615 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * progmodes/perl-mode.el (perl-indent-new-calculate):
13618 Recompute parse-start after jumping backward by a whole sexp.
13619
13620 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13623 window configuration.
13624 (vc-annotate-display-select): Select the buffer so that current-buffer
13625 (and selected-window) is the output buffer at the end of vc-annotate.
13626
13627 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13628
13629 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13630 8-color terminals, to use all of the colors in a sensible order.
13631 256-color terminals work well with the standard map.
13632 (vc-annotate-lines): Only strip the first color character if it
13633 is "#", to allow for terminal-style named colors.
13634 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13635 the correct buffer is scrolled.
13636
13637 2006-04-11 Richard Stallman <rms@gnu.org>
13638
13639 * emacs-lisp/bytecomp.el (byte-compile-file):
13640 Bind enable-local-variables to :safe, and make normal-mode obey it.
13641
13642 * files.el (enable-local-variables): Allow value :safe.
13643 (normal-mode): Doc fix.
13644 (hack-local-variables): Implement enable-local-variables = :safe.
13645 (hack-local-variables-confirm): Don't prevent quitting.
13646
13647 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * loadhist.el (unload-feature): A bit of sanity check of
13650 load-history entries. Cancel timer-vars before unbinding them.
13651
13652 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13653 quote special chars, and make the trick work on the hex part of the
13654 buffer as well.
13655 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13656 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13657
13658 * startup.el (normal-splash-screen): Fix last change so we don't wait
13659 2 minutes if we don't show the splash screen.
13660
13661 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13662
13663 * textmodes/org.el (org-export-plain-list-max-depth)
13664 (org-table-spaces-around-separators)
13665 (org-radio-targets, org-activate-camels)
13666 (org-table-spaces-around-invisible-separators): Options removed.
13667 (org-time-stamp-rounding-minutes, org-remember-templates)
13668 (org-ellipsis, org-activate-links, org-descriptive-links):
13669 New options.
13670 (org-remember-apply-template, org-current-time)
13671 (org-finish-edit-table-field)
13672 (org-link-unescape, org-link-escape)
13673 (org-string-width, org-table-clean-line, org-html-do-expand)
13674 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13675 (org-read-agenda-file-list): New functions.
13676 (org-table-edit-field)
13677 (org-table-create-or-convert-from-region): New commands
13678 (org-table-toggle-vline-visibility): Command removed.
13679 (org-table-convert-region): Made a command.
13680 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13681 Replace with the normal org- functions.
13682 (org-self-insert-command): Don't trigger realign unnecessarily
13683 when blanking a field that is not full.
13684 (org-mode): `Set buffer-invisibility-spec' for links.
13685 (org-activate-links2): Hide link part and only show descriptive
13686 part of the link.
13687 (org-insert-link): Modify for new linking system.
13688 (org-store-link): Store description separately, for use by
13689 `org-insert-link'.
13690 (org-table-align): Use `org-string-width'.
13691 (defgroup): Completely new group structure for custom variables.
13692 (org-agenda-files): Option: Single file name allowed. Function:
13693 Optional argument unrestrited means ignore any restricitons.
13694 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13695 trying to modify the menu. Use generalized access to
13696 `org-agenda-files.'
13697 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13698 (org-agenda-file-to-front, org-remove-file, org-diary)
13699 (org-tags-view, org-export-icalendar-all-agenda-files)
13700 (org-export-icalendar-combine-agenda-files): Use generalized
13701 access to `org-agenda-files'.
13702 (org-remember-handler): Correctly preserve heading if present.
13703 (org-table-insert-row, org-table-insert-hline): Deal with
13704 invisible characters.
13705
13706 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13707
13708 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13709 (vc-annotate-color-map): New 18 element constant
13710 value/saturation, rotating hue colormap, from red->blue.
13711 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13712 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13713 (vc-annotate): To avoid killing the required local variables,
13714 set them before the end of `with-output-to-temp-buffer', and
13715 after first switching to annotate-mode.
13716 (vc-annotate-warp-version): Add buffer argument in goto-line to
13717 ensure annotation, not source, is scrolled.
13718
13719 2006-04-10 Bill Wohler <wohler@newt.com>
13720
13721 * custom.el (defcustom, custom-handle-keyword):
13722 Add :package-version keyword.
13723 (custom-add-package-version): New function. Sets value of new
13724 property 'custom-package-version from :package-version keyword.
13725 (defcustom): Create Common Keywords section in docstring.
13726 (defface, defgroup): Replace definitions of a select few keywords
13727 with a reference to the Common Keywords in defcustom.
13728 (defcustom, defface, defgroup): Replace reference to Customization
13729 chapter in manual with hyperlink.
13730
13731 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13732 (customize-changed-options): Add check for custom-package-version.
13733 (customize-package-emacs-version): New function to look up Emacs
13734 version corresponding to the given package version.
13735
13736 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13737 defun name, in similar fashion to find-variable-regexp.
13738
13739 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13740
13741 * international/mule-cmds.el (set-locale-environment): Fix last
13742 change for when the locale's preferences don't specify any encoding.
13743
13744 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13747 so the defined var/fun doesn't need to be quoted.
13748
13749 2006-04-10 Richard Stallman <rms@gnu.org>
13750
13751 * finder.el (finder-mode-map): Add n and p bindings.
13752
13753 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13754
13755 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13756 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13757 (gdb-setup-windows): Put something in source window if we can't find
13758 the source file.
13759 (gdb-frame-handler): Make it work again with just assembly.
13760 (gdb-data-list-register-values-handler): Make it work when there is
13761 no stack.
13762
13763 2006-04-09 Richard Stallman <rms@gnu.org>
13764
13765 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13766 specs while looking for charset.
13767
13768 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13769
13770 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13771 Make them faces.
13772 (lm-font-lock-keywords): Update appropriately.
13773
13774 2006-04-10 Kim F. Storm <storm@cua.dk>
13775
13776 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13777 it can also replace buffer-substring-no-properties.
13778
13779 * emulation/cua-base.el (cua-delete-region, cua-paste)
13780 (cua-repeat-replace-region): Use filter-buffer-substring.
13781
13782 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13783 (cua-cut-region-to-global-mark): Likewise.
13784
13785 * emulation/cua-rect.el (cua--extract-rectangle)
13786 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13787
13788 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13789
13790 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13791 entry-type. Add field delimiters to numerical fields if they are
13792 not present.
13793
13794 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13795
13796 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13797 string-const to return value.
13798 (bibtex-remove-delimiters): Use it.
13799
13800 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13803 cl-byte-compile-compiler-macro unless it exists.
13804
13805 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13806
13807 * files.el (hack-local-variables-confirm) <offer-save>:
13808 Clarify message text. Suggested by Ralf Angeli.
13809
13810 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13811
13812 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13813 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13814 instead of `buffer-substring' and `delete-region'. (Most of the
13815 code actually copied from `kill-region'.)
13816
13817 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13818
13819 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13820 (rcirc-default-port): Rename from rcirc-port.
13821 (rcirc-default-nick): Rename from rcirc-nick.
13822 (rcirc-default-user-name): Rename from rcirc-user-name.
13823 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13824 (rcirc-low-priority-flag): New variable.
13825 (rcirc-decode-coding-system): New defcustom.
13826 (rcirc-encode-coding-system): New defcustom.
13827 (rcirc-coding-system-alist): New defcustom.
13828 (rcirc-multiline-major-mode): New defcustom.
13829 (rcirc-nick): New internal variable.
13830 (rcirc-process): Remove variable.
13831 (rcirc-server-buffer): New variable.
13832 (rcirc): Update to use rcirc-default-* variables above.
13833 (rcirc-connect): Do not add window-configuration-hook-here.
13834 (rcirc-server): New internal variable.
13835 (rcirc-connect): Do not send keepalive pings if
13836 rcirc-keepalive-seconds is nil.
13837 (with-rcirc-server-buffer): New macro.
13838 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13839 (rcirc-server-name): Rename from rcirc-server.
13840 (rcirc-buffer-process): New function.
13841 (rcirc-buffer-nick): New function.
13842 (rcirc-buffer-target): Remove function.
13843 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13844 New commands.
13845 (rcirc-mode-map): Change binding of C-c C-l to
13846 rcirc-toggle-low-priority.
13847 (rcirc-mode): Initialize coding system based on
13848 rcirc-coding-system-alist. New change-major-mode-hook to part the
13849 channel on a mode change. Make kill-buffer-hook buffer-local.
13850 (rcirc-change-major-mode-hook): New function.
13851 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13852 (rcirc-last-post-time): New variable.
13853 (rcirc-process-message): Store the last time user posted a message
13854 to this target.
13855 (rcirc-multiline-minor-mode): New mode.
13856 (rcirc-multiline-minor-mode-map): New mode map.
13857 (rcirc-edit-multiline): Put multiline-edit buffer in
13858 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13859 (rcirc-print): Ignore any line starting with an ignored nick.
13860 (rcirc-print): Decode using rcirc-decode-coding-system.
13861 (rcirc-track-minor-mode): Update global-mode-string when disabling
13862 this mode.
13863 (minor-mode-alist): Add LowPri indicator.
13864 (rcirc-toggle-low-priority): New function.
13865 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13866 next lowpriority buffer with activity.
13867 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13868 last time the user posted a message in to the target.
13869 (rcirc-update-activity-string): New formatting for low priority
13870 buffers.
13871 (rcirc-split-activity): New function.
13872 (rcirc-handler-PART, rcirc-handler-KICK)
13873 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13874 (rcirc-nick-away-alist): New variable.
13875 (rcirc-handler-301): New handler. Away messages are printed once
13876 per change.
13877
13878 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13879
13880 * info.el (Info-follow-nearest-node): Doc fix.
13881
13882 * international/mule-cmds.el (set-locale-environment): Make sure
13883 the coding-system preferred by the locale's language has the same
13884 EOL conversion type as the original buffer-file-coding-system.
13885 (locale-language-names): Add a few MS Windows language codes.
13886
13887 2006-04-07 Richard Stallman <rms@gnu.org>
13888
13889 * simple.el (eval-expression): Doc fix.
13890
13891 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13892 (eval-defun): Doc fixes.
13893
13894 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13895
13896 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13897
13898 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13899
13900 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13901 GDB list command without argument for greater generality.
13902
13903 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13904
13905 * subr.el (string-or-null-p): New function.
13906
13907 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13908
13909 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13910
13911 * files.el: Update comment about safe-local-variable declarations.
13912
13913 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13914
13915 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13916 See idlwave.org.
13917
13918 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13919 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13920
13921 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13922 See idlwave.org.
13923
13924 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13925 version 6.0 (minimal changes). See idlwave.org.
13926
13927 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13928 6.0 (minimal changes). See idlwave.org.
13929
13930 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13931
13932 2006-04-06 Romain Francoise <romain@orebokech.com>
13933
13934 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13935 symmetric encryption features and a new asynchronous interface to
13936 GnuPG. This new version is version 1.4, plus whitespace changes.
13937
13938 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13939
13940 * files.el: Move some `safe-local-variable' declarations to the
13941 respective files.
13942
13943 * textmodes/ispell.el (ispell-check-comments)
13944 (ispell-local-dictionary): Mark as safe.
13945
13946 * abbrev.el (abbrev-mode): Mark as safe.
13947
13948 * add-log.el (change-log-default-name): Mark as safe.
13949
13950 * textmodes/reftex-vars.el (reftex-vref-is-default)
13951 (reftex-fref-is-default, reftex-level-indent)
13952 (reftex-guess-label-type): Mark as safe.
13953
13954 * textmodes/fill.el (colon-double-space): Mark as safe.
13955
13956 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13957 (sentence-end-double-space, sentence-end-without-period)
13958 (sentence-end-without-space, sentence-end, sentence-end-base)
13959 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13960
13961 2006-04-06 Kim F. Storm <storm@cua.dk>
13962
13963 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13964 the :set-after list.
13965 (ido-downcase-unc-hosts): New user option. Default on.
13966 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13967 when it is set, as regexps are now applied on the fly.
13968 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13969 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13970 on the fly, but only when ido-process-ignore-lists is set.
13971 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13972 Only downcase names if ido-downcase-unc-hosts is set.
13973
13974 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13975
13976 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13977
13978 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13979
13980 2006-04-05 Kim F. Storm <storm@cua.dk>
13981
13982 * ido.el (ido-mode): Set after ido-unc-hosts and
13983 ido-ignore-unc-host-regexps.
13984 (ido-save-history): Save ido-unc-hosts-cache.
13985 (ido-load-history): Load ido-unc-hosts-cache.
13986 (ido-reread-directory): Refresh unc hosts cache in // dir.
13987
13988 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13989 to nil while displaying slash screen.
13990
13991 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13992
13993 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13994 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13995
13996 2006-04-05 Kenichi Handa <handa@m17n.org>
13997
13998 * international/characters.el: Setup cases of Latin, Greek, and
13999 Cyrillic characters in CJK charsets.
14000
14001 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14002
14003 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14004 default-enable-multibyte-characters. This reverts the change from
14005 revision 6.17 which is no longer necessary because the passphrase
14006 is sent separately now. GnuPG messages are unreadable under
14007 multibyte locales with default-enable-multibyte-characters set to nil.
14008
14009 2006-04-04 Andreas Schwab <schwab@suse.de>
14010
14011 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14012 and `byte-compile-warnings' as `safe-local-variable'.
14013
14014 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14015
14016 * man.el (Man-mode-map): Restore the \r binding.
14017 (Man-abstract-xref-man-page): If Man-target-string is a function,
14018 call it.
14019 (Man-highlight-references): Use Man-default-man-entry to get the
14020 target. Deal with xrefs too.
14021 (Man-highlight-references0): Don't call the target function.
14022
14023 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14024 cannot deal with it.
14025
14026 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14027
14028 * pgg-gpg.el: Clean up process buffers every time gpg processes
14029 complete.
14030
14031 2006-04-04 Kenichi Handa <handa@m17n.org>
14032
14033 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14034 here.
14035 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14036 Temporarily bind inhibit-field-text-motion to t.
14037
14038 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * startup.el (normal-splash-screen): Only set mode-line-format in the
14041 splash buffer, so as not to interfere when debugging the code.
14042 Ignore errors when switching buffer.
14043
14044 2006-04-03 Romain Francoise <romain@orebokech.com>
14045
14046 * dired.el (dired-dnd-protocol-alist): Fix typo.
14047
14048 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14049
14050 * savehist.el (savehist): Add :version.
14051 (savehist-ignored-variables): New variable.
14052 (savehist-minibuffer-hook): Don't save variables listed in
14053 `savehist-ignored-variables'.
14054
14055 * dired.el (dired-dnd-protocol-alist): Mention that change does
14056 only apply to new buffers in doc string.
14057
14058 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14059
14060 * recentf.el (recentf-open-files-item): Include newline in button
14061 field, so opening a file will work, when the point is at the end
14062 of the file name. Allow, for example, to [i]search a file by
14063 extension and just push RET to open it.
14064
14065 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14066
14067 * pgg-gpg.el (pgg-gpg-process-filter)
14068 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14069
14070 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14071 lines, temporary fix.
14072
14073 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14074
14075 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14076
14077 2006-04-02 Richard Stallman <rms@gnu.org>
14078
14079 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14080
14081 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14082
14083 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14084 header-mouse-map.
14085
14086 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14087 (ibuffer-mode-header-map): New keymaps.
14088 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14089 and keybindings for column headers.
14090 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14091 property.
14092
14093 2006-04-02 Drew Adams <drew.adams@oracle.com>
14094
14095 * speedbar.el (speedbar-after-create-hook): Doc fix.
14096
14097 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14098
14099 * shell.el (shell-directory-tracker)
14100 (shell-dynamic-complete-command): Doc fixes.
14101
14102 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14103
14104 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14105 terminals.
14106
14107 2006-04-01 Kim F. Storm <storm@cua.dk>
14108
14109 * ido.el (ido-unc-hosts-cache): New defvar.
14110 (ido-unc-hosts): If value of defcustom is a function, call it to
14111 get list of UNC hosts. Add function-item choices to specify
14112 ido-unc-hosts-net-view or user function.
14113 (ido-ignore-unc-host-regexps): New defcustom.
14114 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14115 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14116 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14117
14118 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14119
14120 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14121 wwidth.
14122
14123 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14124
14125 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14126 (ido-max-work-file-list, ido-switch-buffer)
14127 (ido-read-file-name-as-directory-commands):
14128 Fix typos in docstrings.
14129
14130 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14131
14132 * term/mac-win.el (mac-system-coding-system): Define and use after
14133 Mac-specific coding systems are ready.
14134
14135 2006-03-27 Romain Francoise <romain@orebokech.com>
14136
14137 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14138
14139 * ldefs-boot.el: Update.
14140
14141 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14142
14143 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14144 passphrases when it is not needed.
14145 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14146 passphrase stuff from gpg, should only be necessary when you use
14147 gpg with a smartcard.
14148
14149 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14150
14151 * comint.el (comint-dynamic-list-completions): Allow user to
14152 select *Completions* buffer.
14153
14154 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14155
14156 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14157
14158 2006-03-26 Andreas Schwab <schwab@suse.de>
14159
14160 * progmodes/gud.el (gdb): Only complain about multiple debugging
14161 when the gdb process is still running.
14162
14163 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14164
14165 * mail/rmail.el (tool-bar-map): Defvar it.
14166 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14167 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14168
14169 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14170
14171 * help.el (print-help-return-message): Suggest to use
14172 display-buffer instead of switch-to-buffer-other-window to restore
14173 the previous window without selecting it.
14174
14175 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14176
14177 * frame.el (select-frame-by-name): Call x-focus-frame also when
14178 window-system is mac.
14179
14180 * term/mac-win.el: Adjust Courier font specifications in
14181 x-fixed-font-alist.
14182 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14183 when directly encoding to UTF-16 in native byte order, no BOM.
14184
14185 2006-03-25 Kim F. Storm <storm@cua.dk>
14186
14187 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14188 (cua--init-keymaps): Use it instead of fixed C-return.
14189 (cua-mode): Set after it.
14190
14191 * emulation/cua-rect.el (cua--init-rectangles):
14192 Use cua-rectangle-mark-key instead of fixed C-return.
14193
14194 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14195
14196 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14197 "run" in .gdbinit.
14198 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14199
14200 2006-03-24 Romain Francoise <romain@orebokech.com>
14201
14202 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14203 `display-buffer-other-frame'.
14204
14205 2006-03-24 Kim F. Storm <storm@cua.dk>
14206
14207 * apropos.el (apropos-synonyms): Add selection => region.
14208
14209 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14210
14211 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14212 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14213 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14214 (gdb-data-list-register-values-regexp)
14215 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14216 Future proof against new fields being added to MI output.
14217 (gdb-send): Don't treat backslashes for program input as
14218 continuations.
14219 (gdb-assembler-handler): Don't use window-start for this handler.
14220 (gdb-frame-handler): Don't change to hollow arrow if overlay
14221 arrow doesn't move to new frame.
14222
14223 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14224
14225 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14226 prevent compiler warnings.
14227 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14228 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14229 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14230 buffer too.
14231
14232 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14233
14234 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14235 make-network-process, so we can use the same code in Gnus v5-10
14236 too and have this file fully synchronized with that release.
14237
14238 2006-03-23 Romain Francoise <romain@orebokech.com>
14239
14240 * ibuf-ext.el (ibuffer-read-filter-group-name):
14241 Use `ibuffer-generate-filter-groups' to make completion list match
14242 the filter groups that are really displayed in the Ibuffer buffer.
14243 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14244
14245 2006-03-23 Kenichi Handa <handa@m17n.org>
14246
14247 * international/mule-cmds.el (sort-coding-systems): Describe that
14248 the argument is modified in docstring.
14249
14250 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14251
14252 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14253 (pgg-gpg-update-agent): New function.
14254 (pgg-gpg-use-agent-p): New function.
14255 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14256 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14257 (pgg-gpg-sign-region): Use it.
14258
14259 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14260
14261 * cus-edit.el (custom-face-set): Call custom-push-theme before
14262 face-spec set so that `changed' theme is correctly saved.
14263 (custom-face-reset-standard): Reset to recalculated face rather
14264 than defface spec.
14265
14266 * custom.el (custom-push-theme): Only save `changed' theme if the
14267 current face does not match the defface specs.
14268
14269 2006-03-21 Simon Josefsson <jas@extundo.com>
14270
14271 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14272 <wilde@sha-bang.de>.
14273 (pgg-gpg-use-agent): New variable.
14274 (pgg-gpg-process-region): Use it.
14275 (pgg-gpg-encrypt-region): Likewise.
14276 (pgg-gpg-encrypt-symmetric-region): Likewise.
14277 (pgg-gpg-decrypt-region): Likewise.
14278 (pgg-gpg-sign-region): Likewise.
14279 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14280
14281 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14282
14283 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14284 bracket links.
14285
14286 2006-03-21 Kim F. Storm <storm@cua.dk>
14287
14288 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14289 fringe-indicator-alist instead of modifying global value.
14290 (gdb-frame-handler): Likewise.
14291
14292 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14293
14294 * diff-mode.el (diff-function): Make it inherit from diff-header
14295 instead of diff-context.
14296
14297 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14298 bitmap.
14299 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14300 change names in macro above for consistency.
14301 (gdb-frame-handler): Use hollow-right-triangle for all selected
14302 frames which except the innermost (where execution has stopped).
14303 (gdb-reset): Reset buffer-local values of overlay-arrow.
14304
14305 2006-03-20 Richard Stallman <rms@gnu.org>
14306
14307 * simple.el (set-mark-command): Doc fix.
14308
14309 * files.el (display-buffer-other-frame): New command.
14310 (ctl-x-4-map): Bind C-x 5 C-o to it.
14311
14312 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14313
14314 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14315 rather than just defer-time, in case defer-time has been changed but
14316 the timer isn't running yet.
14317 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14318
14319 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14320
14321 * help-mode.el (help-follow-symbol): New function.
14322 Essentially identical to the old `help-follow', but do not let
14323 `push-button' do the work when on an xref.
14324 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14325
14326 2006-03-19 Richard Stallman <rms@gnu.org>
14327
14328 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14329 preceded by the word `program'.
14330 (help-follow-mouse, help-follow): Throw error if not on xref.
14331 Delete no longer used args.
14332
14333 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14334
14335 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14336 annotation ensure gud-overlay-arrow-position is redisplayed.
14337
14338 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14339
14340 * textmodes/bibtex.el (bibtex-include-OPTkey)
14341 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14342 (bibtex-autokey-name-case-convert)
14343 (bibtex-autokey-titleword-case-convert): Make these the aliases
14344 for the following two variables.
14345 (bibtex-autokey-name-case-convert-function)
14346 (bibtex-autokey-titleword-case-convert-function): Make these the
14347 real names.
14348 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14349 bibtex-font-lock-crossref sublists.
14350 (bibtex-mode): Revert 2005-12-30 change (which made
14351 completion-ignore-case buffer-local).
14352 (bibtex-url): Simplify.
14353
14354 2006-03-19 Kim F. Storm <storm@cua.dk>
14355
14356 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14357 cursor property value to 2 (to align with C level change).
14358
14359 2006-03-19 Bill Wohler <wohler@newt.com>
14360
14361 * image.el (image-load-path-for-library): Shorten first line in
14362 docstring.
14363
14364 2006-03-18 Richard Stallman <rms@gnu.org>
14365
14366 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14367
14368 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14369
14370 * isearch.el (isearch-other-meta-char): Handle user bindings for
14371 shifted control characters.
14372
14373 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14374
14375 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14376 part that matches email addresses, file names, etc.
14377
14378 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14379
14380 * term/w32-win.el (mouse-set-font):
14381 Mention w32-list-proportional-fonts in the doc string.
14382
14383 2006-03-18 Kim F. Storm <storm@cua.dk>
14384
14385 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14386 (ido-unc-hosts): New user option to explicitly define list of know
14387 UNC-style hosts for completion.
14388 (ido-cache-unc-host-shares-time): New user option.
14389 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14390 New helper functions for UNC file-name support.
14391 (ido-may-cache-directory): Check for UNC host. Simplify.
14392 (ido-wash-history): Clean out old UNC hosts.
14393 (ido-nonreadable-directory-p): UNC hosts are always readable.
14394 (ido-directory-too-big-p): UNC hosts are never too big.
14395 (ido-set-current-directory): Handle UNC root path.
14396 (ido-file-name-all-completions): Complete UNC host names from
14397 ido-unc-hosts list. Cache UNC host shares.
14398 (ido-make-file-list-1): Don't filter UNC root.
14399 (ido-exhibit): Check for // in root directory, and switch to UNC
14400 mode by setting ido-current-directory to //.
14401
14402 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14403
14404 * cus-edit.el (customize-changed-options): Mention explicit
14405 version number as default in prompt.
14406
14407 2006-03-17 Bill Wohler <wohler@newt.com>
14408
14409 * image.el (image-load-path-for-library): Minor docstring fix.
14410
14411 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14412
14413 * textmodes/org.el (org-read-date): Include subgroup 5 into
14414 replacement text.
14415 (org-popup-calendar-for-date-prompt): Fix customization type.
14416
14417 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14418
14419 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14420 (gdb-continuation): New variable.
14421 (gdb-send): Deal with continuation lines.
14422
14423 * progmodes/gud.el (gud-gdb-complete-command)
14424 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14425 expressions.
14426 (gud-tooltip-mode): Use buffer-local value.
14427
14428 2006-03-16 Kim F. Storm <storm@cua.dk>
14429
14430 * ido.el (ido-edit-input): Use selected match, if any.
14431
14432 2006-03-16 Bill Wohler <wohler@newt.com>
14433
14434 * image.el (image-load-path-for-library): Prefer user's images in
14435 image-load-path.
14436
14437 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14438
14439 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14440 when checking for attempt to drag leftmost or rightmost scrollbar.
14441
14442 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14443
14444 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14445 (gdb-force-mode-line-update): New function.
14446 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14447 (gdb-exited): Use them.
14448 (gdb-signal): New function.
14449 (gdb-annotation-rules): Provide a rule for it.
14450
14451 2006-03-16 Kenichi Handa <handa@m17n.org>
14452
14453 * international/mule.el (auto-coding-regexp-alist): Add entries
14454 for Unicode BOM.
14455
14456 * sort.el (sort-build-lists): Temporarily bind
14457 inhibit-field-text-motion to t.
14458
14459 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14460
14461 * locate.el (locate-command, locate-make-command-line)
14462 (locate-fcodes-file, locate-update-command)
14463 (locate-prompt-for-command, locate, locate-with-filter)
14464 (locate-get-file-positions): Doc fixes.
14465 (locate-buffer-name, locate-header-face): Remove leading `*' in
14466 defcustom.
14467 (locate-filter-output): Use `keep-lines' instead of its alias
14468 `delete-non-matching-lines'.
14469 (locate-get-filename, locate-get-dirname): Add introductory comment.
14470 (locate-find-directory-other-window): Give appropriate error
14471 message if used outside main listing.
14472
14473 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14476 the new extend-region feature.
14477 (font-lock-after-change-function): Update correspondingly.
14478 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14479 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14480
14481 2006-03-15 Bill Wohler <wohler@newt.com>
14482
14483 * image.el (image-load-path-for-library): Fix example by not
14484 recommending that one binds image-load-path. Just defvar it to
14485 placate compiler and only use it if previously defined.
14486
14487 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14488
14489 * textmodes/org.el (org-insert-centered): Use `string-width' to
14490 make underlining work for wide characters.
14491 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14492 TAB to `org-cycle', to make sure that no binding in
14493 `outline-mode-map' can supercede it.
14494
14495 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14496
14497 * allout.el: Increment version to 2.2.1 in file commentary.
14498
14499 (allout-version): Increment to 2.2.1.
14500
14501 (allout-default-layout): New customization variable, used when the
14502 file lacks a specific allout-layout. Uses allout-layout-type for
14503 recursively nested definition.
14504
14505 (allout-layout-type): Widget defining allout layouts, necessary for
14506 self-recursive definition.
14507
14508 (allout-mode): Incorporate allout-default-layout as fallback for
14509 allout-layout.
14510
14511 (allout-layout): Mark as 'safe-local-variable', and refer mention
14512 fallback to `allout-default-layout' in absence of a specified value.
14513 (allout-passphrase-verifier-string)
14514 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14515
14516 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14517
14518 (allout-get-encryption-passphrase-verifier): Use correct name of
14519 passphrase verifier in docstring.
14520
14521 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14522
14523 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14524 elements.
14525 (gdb-find-watch-expression): Make it work for arrays too.
14526 Follow change to gdb-var-list.
14527 (gud-watch): Allow the user to enter variable name with a prexix
14528 arg. Create keybindings.
14529 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14530 (gdb-var-list-children-handler, gdb-var-update-handler)
14531 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14532 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14533 Follow change to gdb-var-list.
14534 (gdb-starting): Don't show the overlay arrows when program is running.
14535
14536 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14537 gdb-var-list.
14538
14539 2006-03-14 Bill Wohler <wohler@newt.com>
14540
14541 * image.el (image-load-path-for-library): Pass value of path
14542 rather than symbol. Always return list of directories.
14543 Guarantee that image directory comes first.
14544
14545 2006-03-14 Alan Mackenzie <acm@muc.de>
14546
14547 * font-core.el (font-lock-extend-region\(-function\)?.):
14548 New function/variable.
14549
14550 * font-lock.el (font-lock-after-change-function):
14551 Call font-lock-extend-region. Obey font-lock-lines-before.
14552 (font-lock-default-fontify-region): Remove reference to
14553 font-lock-lines-before.
14554
14555 * jit-lock.el (jit-lock-after-change):
14556 Call font-lock-extend-region. Obey font-lock-lines-before.
14557
14558 2006-03-14 David Ponce <david@dponce.com>
14559
14560 * tree-widget.el (tree-widget-themes-load-path)
14561 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14562
14563 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14564
14565 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14566 (rcirc-print): Mark the start of text at the end of the prompt.
14567 (rcirc-track-minor-mode): Add autoload cookie.
14568 (rcirc-update-activity-string): Add space to front of mode-line
14569 indicator.
14570
14571 2006-03-13 Miles Bader <miles@gnu.org>
14572
14573 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14574 (rcirc-abbrev-nick): Remove function.
14575 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14576
14577 2006-03-13 David Ponce <david@dponce.com>
14578
14579 * tree-widget.el: Handle themes across all occurrences of the main
14580 themes sub-directory found in tree-widget-themes-load-path.
14581 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14582 (tree-widget--locate-sub-directory): Return all occurrences.
14583 (tree-widget-themes-path): New function.
14584 Replace tree-widget-themes-directory, and return a list of directories.
14585 (tree-widget-set-parent-theme)
14586 (tree-widget-lookup-image): Use it.
14587
14588 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14589
14590 * textmodes/org.el (org-link-search): Avoid self-matching of
14591 links, allow target text to be distributed over several lines.
14592 (org-search-not-link): New function.
14593 (org-set-regexps-and-options, org-get-current-options):
14594 New startup options.
14595 (org-export-as-html): Take odd-level setting from local variable.
14596 (org-fontify-emphasized-text): New option.
14597 (org-set-font-lock-defaults): Include emphasized text.
14598 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14599 (org-font-lock): Customize group renamed from `org-faces'.
14600
14601 2006-03-13 John Paul Wallington <jpw@pobox.com>
14602
14603 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14604 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14605
14606 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14607
14608 * cus-start.el (all): Delete :version keyword for members of the
14609 fringe group, since the entire group is new in 22.1.
14610
14611 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14612
14613 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14614 map if value is hexadecimal (an address).
14615 (gud-watch): Only search roots for existing watch expressions.
14616 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14617 prevent caching problems with speedbar-update-directory-contents.
14618
14619 2006-03-12 Juri Linkov <juri@jurta.org>
14620
14621 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14622 before comparing with `low' and `warn'.
14623
14624 * info.el (Info-dir-remove-duplicates): Move point to the
14625 beginning of the current line after deleting the entries from
14626 redundant heading. Use marker for `limit' and compare it with
14627 point before calling `re-search-forward'.
14628
14629 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14630
14631 * simple.el (yank): Fix typo in docstring.
14632
14633 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14634
14635 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14636 messages, where "D" is the 6th character.
14637
14638 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14639
14640 * simple.el (yank): Fix last change.
14641
14642 2006-03-11 David Ponce <david@dponce.com>
14643
14644 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14645 before merging elements from the standard ispell-dictionary-alist.
14646 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14647 alist, and return the new alist.
14648
14649 2006-03-11 Richard Stallman <rms@gnu.org>
14650
14651 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14652
14653 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14654 the way it is implemented is too unclean.
14655
14656 * simple.el (kill-region, yank): Doc fix.
14657
14658 * battery.el (battery-echo-area-format): Doc fix.
14659 (battery-mode-line-format): Likewise.
14660 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14661 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14662
14663 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14664
14665 * progmodes/octave-mod.el (octave-indent-for-comment):
14666 Behave according to do string.
14667
14668 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14669
14670 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14671 Be visible only if major mode is Mail Mode.
14672
14673 * textmodes/flyspell.el (flyspell-external-point-words)
14674 (flyspell-process-localwords): Fix last changes.
14675
14676 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14677
14678 * calendar/holidays.el (list-holidays): Doc fix.
14679
14680 * international/mule.el (auto-coding-alist): Add .odt
14681 (OpenOffice's open document) files.
14682
14683 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14684 document) files. Mention in the doc string the need to sync with
14685 auto-coding-alist.
14686
14687 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14688
14689 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14690 enable-local-variables is set to always query, or there is no
14691 savable variable.
14692
14693 2006-03-10 Bill Wohler <wohler@newt.com>
14694
14695 * image.el (image-load-path-for-library): Merge at least three
14696 functions from Gnus and MH-E into this one function that can now
14697 be shared.
14698
14699 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14700
14701 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14702 gdb-remove-mouse-face and remove help-echo too.
14703 (gdb-enqueue-input): Correct conditional clause.
14704
14705 2006-03-10 Glenn Morris <rgm@gnu.org>
14706
14707 * calendar/calendar.el (calendar-holidays): Doc fix.
14708 * calendar/holidays.el (list-holidays): Doc fix.
14709
14710 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14711
14712 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14713 it gets called in gdb-prompt anyway.
14714 (gdb-use-separate-io-buffer): Only restore window arrangement for
14715 gdb-many-windows.
14716 (gdb-enqueue-input): Make it harder to send GDB input when program
14717 is running.
14718 (gdb-buffer-list): New variable.
14719 (gdb-remove-mouse-face): New function.
14720 (gdb-starting): Use it when GDB input won't get sent.
14721
14722 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14723
14724 * help.el (view-lossage): Remove trailing whitespace before
14725 inserting "\n".
14726
14727 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * files.el (hack-local-variables-confirm):
14730 Set coding-system-for-read to nil before writing to .emacs.
14731
14732 * arc-mode.el (archive-extract): Check if an existing buffer name
14733 comes from a different archive.
14734
14735 * help.el (describe-key-briefly): If KEY is a down event, read and
14736 discard the up event.
14737
14738 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14739
14740 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14741 be edited and use font-lock-warning-face for any changes.
14742
14743 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14744 (gdb-edit-value): Use it to report any errors.
14745
14746 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14747
14748 * help.el (describe-key): Remove leftover test code.
14749
14750 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14751
14752 * textmodes/org.el: Move defvars out of eval-when-compile.
14753 Use buffer-file-name variable.
14754 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14755 arg `file'.
14756 (org-level-faces): Remove startup dependency.
14757 (org-cycle, org-map-tree, org-scan-tags)
14758 (org-remember-handler): Don't call `outline-level' directly.
14759 (org-mhe-search-all-folders): New option.
14760 (org-mhe-get-message-folder-from-index)
14761 (org-mhe-get-message-folder): Fix indexing search.
14762 (org-format-agenda-item): Handle nil TAGS argument.
14763 (org-cleaned-string-for-export, org-activate-target-links)
14764 (org-make-target-link-regexp): Deal with empty radio target list.
14765 (org-tag): New face.
14766 (org-get-level-face): New function.
14767 (org-set-font-lock-defaults): Simplify setup for headlines.
14768 (org-complete): Pass common substring to `display-completion-list'.
14769
14770 2006-03-06 David Ponce <david@dponce.com>
14771
14772 * tree-widget.el: Update Commentary header.
14773 (tree-widget-theme-name): Ignore parent themes.
14774 (tree-widget-set-parent-theme): New function.
14775 (tree-widget-set-theme): Use it.
14776 (tree-widget-set-image-properties): Move definition. Does nothing
14777 if image properties have already been set.
14778 (tree-widget-image-properties): Move definition. Receive an image
14779 name. Set the :pointer property.
14780 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14781 Don't set the :pointer image property.
14782 (tree-widget-convert-widget): New function. Handle :dynargs
14783 compatibility here.
14784 (tree-widget): Use it to :convert-widget. Add the :expander-p
14785 predicate to control when the :expander function is entered.
14786 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14787 (tree-widget-value-create): Handle :expander-p. widget-apply
14788 :expander.
14789 (tree-widget-expander-p): New function. Default value of the
14790 :expander-p property.
14791
14792 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14793
14794 * help.el (describe-key): Properly handle the return value of
14795 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14796 remaps. Handle string and vector `follow-link' values.
14797
14798 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * complete.el (PC-expand-many-files): Try be more careful when parsing
14801 the shell's output.
14802
14803 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * outline.el (hide-sublevels): Provide better interactive default.
14806
14807 2006-03-06 Kenichi Handa <handa@m17n.org>
14808
14809 * international/fontset.el (create-fontset-from-fontset-spec):
14810 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14811
14812 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14813
14814 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14815 backslashes instead of one in regexp.
14816 (gud-tooltip-dereference): Add missing optional argument.
14817
14818 2006-03-04 John Paul Wallington <jpw@pobox.com>
14819
14820 * wdired.el (toplevel): Require `cl' at compile-time.
14821
14822 2006-03-04 Andreas Schwab <schwab@suse.de>
14823
14824 * server.el (server-process-filter): Handle errors during
14825 evaluation of the argument.
14826
14827 2006-03-03 John Paul Wallington <jpw@pobox.com>
14828
14829 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14830 escape parentheses at beginning of line.
14831 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14832 (t-mouse-mode): Remove period from end of error message.
14833
14834 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14835
14836 * textmodes/flyspell.el (flyspell-process-localwords):
14837 Be case-sensitive.
14838
14839 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14840
14841 * cus-edit.el (custom-quote): Remove function, since it has been
14842 moved to custom.el.
14843
14844 * font-lock.el (lisp-font-lock-keywords-2)
14845 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14846 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14847 they have no special meaning.
14848
14849 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14850 indirect buffer gets killed before indirect buffer. Use dolist.
14851
14852 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14853
14854 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14855 value instead of a literal constant (1) on more pauses.
14856
14857 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14858
14859 * textmodes/flyspell.el (flyspell-external-point-words):
14860 Be case-sensitive.
14861
14862 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14863
14864 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14865 with "www".
14866
14867 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14868
14869 * allout.el: Restablish intermediate missing comment header to
14870 preserve outline structure.
14871 (allout-beginning-of-current-entry): Skip invisible text.
14872 (allout-open-topic): Fix opening a topic at end-of-buffer.
14873 (allout-minor-mode): Move nearer to allout-mode function.
14874
14875 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14876
14877 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14878
14879 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14880
14881 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14882 is nil.
14883
14884 * progmodes/gud.el (gud-speedbar-menu-items):
14885 Use buffer-local-value and add missing :visible keyword.
14886
14887 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14888
14889 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14890
14891 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14892 must be `follow-link'.
14893
14894 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14895
14896 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14897 formatting: No nested anchors.
14898 (org-all-targets): Fix bug with XEmacs compatibility.
14899 (org-read-date): Add (require 'parse-time).
14900 (org-set-tags): Fix bug with extra inserted space.
14901 (org-export-html-style): Define a style class for targets.
14902 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14903 (org-hide-leading-stars): New option.
14904 (org-hide): New face.
14905 (org-set-font-lock-defaults): Allow to hide leading stars.
14906 (org-get-legal-level, org-tr-level): New functions.
14907 (org-odd-levels-only): New option.
14908 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14909 (org-demote, org-promote): Deal with double-star levels.
14910 (org-convert-to-odd-levels): New command.
14911
14912 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14913
14914 * speedbar.el (speedbar-update-localized-contents): Try to
14915 preserve window-start.
14916 (speedbar-update-directory-contents): Try to preserve window-start
14917 and window-point.
14918 (speedbar-update-special-contents): Don't move back to start of window.
14919
14920 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14921 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14922 speedbar-timer-fn.
14923 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14924 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14925 instead of gdb-speedbar-timer-fn.
14926
14927 2006-02-28 Jay Belanger <belanger@truman.edu>
14928
14929 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14930 (math-compose-expr): Use latex option when calling
14931 `math-compose-tex-matrix' for latex mode.
14932
14933 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14934
14935 * speedbar.el: Re-instate comments about developing for speedbar
14936 [this is what info and gdb-ui use even if better methods exist now].
14937
14938 * t-mouse.el: New file.
14939 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14940 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14941 (t-mouse-make-event-element): Use posn-at-x-y instead.
14942 (t-mouse-make-event): Deal with Fedora Core 3.
14943 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14944 (t-mouse-mouse-position-function): New function. Use it instead
14945 of advising mouse-position.
14946 (t-mouse-mode): New minor mode.
14947 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14948
14949 2006-02-27 Glenn Morris <rgm@gnu.org>
14950
14951 * calendar/calendar.el (calendar-holidays): Doc fix.
14952
14953 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14954
14955 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14956 Re-introduce the concept of a source window.
14957 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14958 consistency with get-buffer-create.
14959 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14960 (gdb-data-list-register-values-handler)
14961 (gdb-stack-list-locals-handler): Try to preserve window-start as
14962 well as window-point.
14963 (gdb-display-source-buffer): New function (old concept).
14964 (gdb-goto-breakpoint): Use it.
14965
14966 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14967 for gdb-ui/gdb-mi (old concept).
14968
14969 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14970
14971 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14972 binding.
14973
14974 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14975
14976 * textmodes/reftex-sel.el (reftex-select-label-map)
14977 (reftex-select-bib-map): Add `follow-mouse' binding.
14978
14979 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14980
14981 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14982 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14983 Give :set functions to provide automatic updating.
14984 Update docstring. Give compiler defvars early in the file
14985 and move the defcustoms to a later spot where all called functions
14986 are defined.
14987 (jka-compr-file-name-handler-entry): Doc fix.
14988 (jka-compr-compression-info-list--internal)
14989 (jka-compr-mode-alist-additions--internal)
14990 (jka-compr-load-suffixes--internal): New variables.
14991 (jka-compr-install): Set the three above variables.
14992 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14993 (jka-compr-update, jka-compr-set): New functions.
14994 (auto-compression-mode): Doc fix.
14995
14996 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14997 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14998 Use jka-compr-compression-info-list--internal,
14999 jka-compr-mode-alist-additions--internal and
15000 jka-compr-load-suffixes--internal.
15001
15002 * files.el (load-library):
15003 * loadhist.el (file-loadhist-lookup):
15004 * startup.el (command-line):
15005 * subr.el (locate-library):
15006 * emacs-lisp/autoload.el (update-directory-autoloads):
15007 * emacs-lisp/find-func.el (find-library-suffixes):
15008 Use `get-load-suffixes' instead of `load-suffixes'.
15009
15010 * subr.el (locate-library):
15011 * emacs-lisp/find-func.el (find-library-name):
15012 Use `load-file-rep-suffixes' instead of '("").
15013
15014 2006-02-26 Kim F. Storm <storm@cua.dk>
15015
15016 * ido.el (ido-save-history, ido-load-history): Simplify.
15017 Don't use find-file-noselect to avoid interference from other modes.
15018
15019 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15020
15021 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15022 to use the default shell if filename is not available.
15023 Reported by Giorgos Keramidas.
15024
15025 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15026
15027 * progmodes/etags.el (tags-completion-table): Do completion from
15028 all the tables in the current list, as documented in the manual.
15029
15030 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15031
15032 * CC Mode Update to 5.31.3.
15033
15034 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15035
15036 * progmodes/cc-mode.el (c-postprocess-file-styles):
15037 Bind inhibit-read-only to t, around the call to
15038 c-remove-any-local-eval-or-mode-variables, so that it works on a
15039 RO file.
15040
15041 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15042
15043 * progmodes/cc-awk.el: Correct a typo.
15044
15045 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15046
15047 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15048 c-hungry-delete-backwards, at the request of RMS. Leave the old
15049 name as an alias.
15050
15051 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15052
15053 * progmodes/cc-mode.el: Correct a typo.
15054
15055 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15056
15057 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15058
15059 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15060
15061 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15062 brace-else-brace (error due to mbeg, mend being undefined).
15063
15064 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15065
15066 * progmodes/cc-mode.el: File Local variables: Solve the problem
15067 where both `mode' and c-file-offsets are specified: `mode' will
15068 overwrite c-f-o's settings:
15069 (c-remove-any-local-eval-or-mode-variables): New function.
15070 (c-postprocess-file-styles): Call the above new function, within
15071 c-tentative-buffer-change, to splat `mode' and `eval' before the
15072 second hack-local-variables.
15073
15074 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15075
15076 * progmodes/cc-mode.el:
15077 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15078 (c-after-change): Protect the match data with save-match-data.
15079 It was getting corrupted by c-after-change-check-<>-operators.
15080
15081 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15082 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15083 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15084
15085 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15086 with save-match-data. It was being corrupted when Font Lock was
15087 not enabled.
15088
15089 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15090
15091 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15092 Mode and Subword Mode.
15093
15094 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15095 real labels ("case 1:" or "foo:") from non-labels ("public:").
15096 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15097 coding; c-f-t-2 doesn't move over a token at EOB.
15098
15099 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15100
15101 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15102 (c-update-modeline): Concatenate the minor mode indicators
15103 directly onto mode-name, removing c-submode-indicators.
15104 Sometimes, c-s-i got separated from the mode name on the mode line.
15105
15106 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15107 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15108
15109 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15110
15111 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15112 error message when there's an evaluation error to show whether
15113 it's loaded from source or not.
15114 (c-filter-ops): Make it available at runtime too to work when
15115 `c-make-init-lang-vars-fun' needs to evaluate from source.
15116
15117 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15118
15119 * help.el (help): Revert last part of 2006-02-23 change (deletion
15120 of the `provide' call).
15121
15122 2006-02-23 Juri Linkov <juri@jurta.org>
15123
15124 * compare-w.el (compare-windows-highlight): Add new value
15125 `persistent' and change :type from `boolean' to `choice'.
15126 (compare-windows-overlays1, compare-windows-overlays2):
15127 New internal variables.
15128 (compare-windows-highlight): If compare-windows-highlight is
15129 `persistent', add current overlays to compare-windows-overlays[12]
15130 instead of adding compare-windows-dehighlight to pre-command-hook.
15131 (compare-windows-dehighlight): Delete all overlays from
15132 compare-windows-overlays[12].
15133
15134 * info.el (Info-search): Don't bind search-spaces-regexp to
15135 Info-search-whitespace-regexp in non-regexp isearch mode.
15136
15137 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15140
15141 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15142
15143 * textmodes/org.el (org-xemacs-p)
15144 (org-export-html-show-new-buffer, org-table-may-need-update)
15145 (org-insert-item, org-mhe-get-message-real-folder)
15146 (org-mhe-get-message-folder-from-index)
15147 (org-mhe-get-message-folder, org-mhe-get-message-num)
15148 (org-mhe-get-header, org-make-org-heading-search-string)
15149 (org-make-org-heading-camel, org-table-sort-lines)
15150 (org-format-org-table-html, org-format-table-table-html):
15151 Fix typos in docstrings.
15152
15153 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15154
15155 * textmodes/org.el (org-cleaned-string-for-export)
15156 (org-solidify-link-text): New function.
15157 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15158 XEmacs, just to silence the compiler.
15159 (org-export-as-ascii, org-export-as-html-and-open):
15160 Use `org-cleaned-string-for-export' and create internal links.
15161 (org-follow-mhe-link): Require mh-e, use folder.
15162
15163 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15164
15165 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15166
15167 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15168 gdb-debug-log-length.
15169 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15170 it a real ring but...
15171 (gud-gdba-marker-filter): ...make it work like mark-ring.
15172 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15173 (gdb-mouse-jump): New function. Add bindings.
15174
15175 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15176
15177 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15178 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15179 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15180 (gdb-debug-log-length): Customize it's length.
15181 (gud-watch, gdb-var-create-handler): Display function::var format
15182 but don't use to create variable object.
15183 (gdb-var-create-handler): Use message-box in place of message.
15184 (gdb-stopped): Call gdb-exited if signalled.
15185
15186 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15187
15188 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15189
15190 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15191
15192 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15193 if `reftex-try-all-extensions' is set.
15194
15195 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15196 fail silently when there is no valid argument at point.
15197 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15198 `fail-silently' argument. From a patch by David Reiter.
15199
15200 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15201 New commands.
15202 (org-mark-ring): New variable.
15203 (org-mark-ring-length): New option.
15204 (org-open-at-point, org-goto, org-open-file): Push old position
15205 onto the mark ring.
15206 (org-add-hook): New function.
15207 (org-export-table-remove-special-lines): New option.
15208 (org-skip-comments, org-format-org-table-html): Respect new
15209 option `org-export-table-remove-special-lines'.
15210 (org-open-file): Allow special command configuration for
15211 directory link.
15212 (org-file-apps): Fix bugs in customize type, added setting
15213 for directories.
15214 (org-activate-tags, org-format-agenda-item, org-complete)
15215 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15216 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15217 (org-link-search, org-make-org-heading-search-string)
15218 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15219 (org-radio-targets, org-file-link-context-use-camel-case)
15220 (org-activate-camels): New options.
15221 (org-update-radio-target-regexp, org-all-targets)
15222 (org-make-target-link-regexp, org-activate-target-links):
15223 New functions.
15224 (org-make-org-heading-search-string): New function.
15225 (org-store-link, org-insert-link): Use new option
15226 `org-file-link-context-use-camel-case'.
15227 (org-activate-camels): Use new option `org-activate-camels'.
15228 (org-link-regexp): Add mhe prefix.
15229 (org-open-at-point, org-store-link): Support for mhe links.
15230 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15231 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15232 (org-mhe-get-header, org-follow-mhe-link): New functions.
15233 (org-remove-angle-brackets, org-add-angle-brackets):
15234 New functions.
15235 (org-bracket-link-regexp): New constant.
15236 (org-read-date): Fix bug that was rejecting all typed dates.
15237 (org-link-search): Make hierarchy above visible after a match.
15238 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15239 (org-store-link): Fix bug with link creation when cursor is in
15240 an empty line.
15241 (org-open-at-point): Fix bug with matching a link.
15242 Fixed buggy argument sequence in call to `org-view-tags'.
15243 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15244 (org-prefix-has-tag): New variable.
15245 (org-format-agenda-item): Remove tags from headline
15246 if appropriate.
15247 (org-agenda-remove-tags-when-in-prefix): New option.
15248
15249 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15250
15251 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15252 Fix the regular expressions.
15253
15254 2006-02-21 Richard M. Stallman <rms@gnu.org>
15255
15256 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15257 if there's no other specific basis.
15258
15259 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15260 as variables at all.
15261 (unsafep-variable): Rename arg; doc fix.
15262
15263 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15264
15265 * calendar/appt.el (diary-selective-display): Add defvar.
15266
15267 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15268
15269 * isearch.el (search-whitespace-regexp): Fix custom type.
15270
15271 * help.el (describe-key-briefly): Compute interactive args
15272 in same was as before previous change.
15273
15274 * files.el (enable-local-variables): Doc fix.
15275
15276 2006-02-21 Kim F. Storm <storm@cua.dk>
15277
15278 * fringe.el: Cleanup as file is now pre-loaded.
15279 (fringe-bitmaps): Initialize unconditionally.
15280 (fringe-mode, set-fringe-style): Remove autoload cookies.
15281
15282 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15283
15284 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15285 `horizontal-bar'.
15286 (fringe-cursor-alist): Use `horizontal-bar'.
15287
15288 2006-02-20 Kim F. Storm <storm@cua.dk>
15289
15290 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15291 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15292
15293 * loadup.el: Load "fringe" on window systems.
15294
15295 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15296
15297 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15298 out of scope components.
15299
15300 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15301 default.
15302
15303 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15304
15305 * custom.el (customize-mark-to-save, customize-mark-as-set):
15306 Load the symbol first.
15307
15308 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15309
15310 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15311 strech spec so it doesn't display as "^J" on the header line
15312 when `Buffer-menu-use-header-line' is t.
15313
15314 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15315
15316 * speedbar.el (speedbar-make-button): Keep text properties
15317 of string arguments if desired.
15318
15319 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15320 expessions.
15321
15322 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15323 of speedbar.
15324
15325 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15326
15327 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15328 to value of `read-file-name-completion-ignore-case'.
15329
15330 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15331
15332 * custom.el (customize-mark-as-set): Push to `user' theme.
15333
15334 * cus-edit.el (custom-save-variables): Allow unthemed values.
15335 (customize-set-variable): Push setting to `user' theme.
15336
15337 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15338
15339 * progmodes/gud.el: Don't require font-lock as it's now
15340 automatically loaded.
15341 (gud-speedbar-buttons): Replace gdb-var-changed with
15342 gdb-force-update.
15343
15344 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15345 gdb-var-changed.
15346 (gdb-post-prompt): Use it.
15347 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15348 (gdb-var-update-handler, gdb-var-delete)
15349 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15350 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15351 gdb-force-update in gdb-post-prompt.
15352 (gdb-reset): Clear watch expressions from speedbar when quitting.
15353
15354 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15355
15356 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15357 (viper-change-state-to-vi, viper-change-state-to-emacs):
15358 Make aware of cursor coloring in the Emacs state.
15359 (viper-special-read-and-insert-char): Use read-char-exclusive.
15360 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15361
15362 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15363 New variable.
15364
15365 * emulation/viper-util.el (viper-save-cursor-color)
15366 (viper-get-saved-cursor-color-in-replace-mode)
15367 (viper-get-saved-cursor-color-in-insert-mode)
15368 (viper-restore-cursor-color): Make aware of the cursor color
15369 in Emacs state.
15370 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15371
15372 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15373 (ediff-ignore-case-option3, ediff-actual-diff-options)
15374 (ediff-actual-diff3-options): New variables to control case sensitivity.
15375 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15376 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15377 (ediff-toggle-ignore-case): New function.
15378 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15379
15380 * ediff-help.el (ediff-long-help-message-narrow2)
15381 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15382 (ediff-long-help-message-word-mode): Add ignore-case command.
15383 (ediff-help-for-quick-help): Add ignore-case command.
15384
15385 * ediff-merg.el: Move provide to the end.
15386
15387 * ediff-ptch.el: Move provide to the end.
15388
15389 * ediff-wind.el: Move provide to the end.
15390
15391 * ediff-mult.el: Move provide to the end.
15392 (ediff-set-meta-overlay): Enable follow-link.
15393
15394 * ediff.el: Move provide to the end.
15395 Break recursive load cycle in eval-when-compile.
15396 (ediff-patch-buffer): Better heuristics.
15397
15398 * ediff-util.el: Move provide to the end.
15399 Break recursive load cycle in eval-when-compile.
15400 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15401 defuns.
15402 (ediff-submit-report): Pass the values of ediff-diff3-program,
15403 ediff-diff3-options.
15404
15405 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15406
15407 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15408 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15409 `' (for example, in the docstring of `windmove-default-keybindings').
15410
15411 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15412
15413 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15414 shadow face. Don't provide binding to edit variable when it is
15415 out of scope.
15416
15417 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15418 (gdb-var-update-handler): Detect out of scope variables with pre
15419 GDB 6.4 too.
15420 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15421 Reset status of variable objects to nil in update handlers.
15422 (gdb-var-update-handler-1): Detect when a variable object comes
15423 in scope. setcar on var changes gdb-var-list directly.
15424
15425 2006-02-17 Juri Linkov <juri@jurta.org>
15426
15427 * ffap.el (ffap) <defface>: Add explicit face declaration.
15428 (ffap-highlight): Use face `ffap' directly instead of checking
15429 for its existence.
15430
15431 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15432 `visible-ok' of `other-buffer' to find the right original buffer.
15433
15434 * info.el (Info-search): Skip `Local Variables' node.
15435
15436 2006-02-17 Juri Linkov <juri@jurta.org>
15437
15438 * info.el (Info-find-file): Check for symbols `apropos', `history',
15439 `toc' in the input filename, and return these symbols as is.
15440 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15441 `history', `toc' instead of strings.
15442 (Info-set-mode-line): For non-string Info-current-file use the
15443 symbol's name inside **.
15444 (Info-isearch-push-state): Add quote before Info-current-file and
15445 Info-current-node.
15446 (Info-isearch-pop-state): Use `equal' instead of `string='.
15447 (Info-extract-pointer, Info-following-node-name): Use
15448 `match-string-no-properties' instead of `match-string'.
15449 (Info-up): Check `old-file' for `stringp'.
15450 (Info-history): Use `equal' instead of `string-equal'.
15451 Check `file' for `stringp'.
15452 (Info-history): Use symbol `history' instead of string as first arg
15453 of `Info-find-node'.
15454 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15455 `toc' instead of string.
15456 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15457 instead of `buffer-substring', and `match-string-no-properties'
15458 instead of `match-string'.
15459 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15460 instead of strings.
15461 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15462 Use symbol `apropos' instead of string.
15463 (Info-copy-current-node-name): Check `Info-current-file' for
15464 `stringp' and construct a command with `Info-find-node' from it.
15465 (Info-fontify-node): Use `match-string-no-properties' instead of
15466 `match-string' and check file names for `stringp'.
15467 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15468 `history', `toc' instead of strings.
15469
15470 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15471
15472 * files.el: Rearrange functions and variables in the file local
15473 variables section.
15474
15475 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15476
15477 * files.el: Add truncate-lines, ispell-check-comments and
15478 ispell-local-dictionary as safe local variables.
15479
15480 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15481
15482 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15483 out of scope variables.
15484 (gud-speedbar-buttons): Use unless.
15485
15486 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15487 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15488 (gdb-show-changed-values): Also use for out of scope variables.
15489 (gdb-var-update-handler-1): Note if variable goes out of scope.
15490
15491 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15492
15493 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15494 default to global variable values for unsupplied args.
15495 (rcirc-get-buffer-create): Fix bug with setting the target.
15496 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15497 test for rcirc-always-use-server-buffer-flag here.
15498 (rcirc-response-formats): Add %N, which is a facified nick. %n
15499 uses the default face. Change the ACTION format string. If the
15500 "nick" is the server, don't print anything for that field.
15501 Comment fixes.
15502 (rcirc-target-buffer): Don't test
15503 rcirc-always-use-server-buffer-flag here.
15504 (rcirc-print): Squeeze extra spaces out of the text before message.
15505 (rcirc-put-nick-channel): Strip potential "@" char from nick
15506 before adding them to nick table.
15507 (rcirc-url-regexp): Improve to match address like "foo.com".
15508
15509 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15510
15511 * allout.el (allout-hidden-p): Move this defsubst before
15512 allout-overlay-interior-modification-handler, where it is first
15513 used.
15514
15515 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15516
15517 * allout.el: Use allout invisible-text overlays instead of
15518 selective display for concealed text. Also, lots of general
15519 cleanup, and improved compatibility code.
15520
15521 (allout-version): Incremented, corrected, revised, and refined
15522 module commentary.
15523
15524 (provide 'allout): Moved to the bottom, added a require of overlay.
15525
15526 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15527 `except-current'.
15528 (allout-write-file-hook-handler): Minimize delay.
15529 (count-trailing-whitespace-region): New function so
15530 auto-encryption of current topic can resituate cursor exactly.
15531 PGP/GPG encryption trims trailing whitespace from lines, which
15532 must be accounted for across encryption then decryption.
15533
15534 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15535 just plain "\C-c", to avoid intruding on user's keybinding space.
15536
15537 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15538 parameter, so user request to provide a new password is done.
15539
15540 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15541 Refined mechanism for auto-filling behavior while in allout mode.
15542
15543 (allout-mode): Explicitly specify the mode map in the docstring.
15544 Clarify provision for various write-file hook var names.
15545 Adjusted for invisible-text overlays instead of selective-display.
15546
15547 (allout-depth): Really return 0 if not within any topic. This
15548 rectifies `allout-beginning-of-level' and sequence numbering
15549 errors that occur when cutting and pasting numbered topics.
15550 Changed from a in-line subst to a regular function, as well.
15551
15552 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15553
15554 (allout-end-of-subtree, allout-end-of-subtree)
15555 (allout-end-of-entry, allout-end-of-current-heading)
15556 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15557 (allout-show-children, allout-show-to-offshoot)
15558 (allout-hide-current-entry, allout-show-current-entry): Rectified
15559 handling of trailing blank lines between items.
15560
15561 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15562 (allout-current-depth, allout-unprotected, allout-hidden-p)
15563 (allout-on-current-heading-p, allout-listify-exposed)
15564 (allout-chart-subtree, allout-goto-prefix)
15565 (allout-back-to-current-heading, allout-get-body-text)
15566 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15567 (allout-hide-region-body, allout-toggle-subtree-encryption)
15568 (allout-encrypt-string, allout-encrypted-key-info)
15569 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15570 (allout-file-vars-section-data): Adjusted for use with
15571 invisible-text overlays instead of selective-display.
15572
15573 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15574 Reworked for use with invisible text overlays.
15575
15576 (allout-current-topic-collapsed-p): New function.
15577
15578 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15579 to know when to close the containing topic.
15580
15581 (allout-pre-command-business, allout-post-command-business):
15582 Simplify undo-batching and dynamic isearch exposure.
15583
15584 (allout-set-overlay-category): New for invisible-text overlays.
15585 Sets properties of allout-overlay-category, used by
15586 allout-flag-region to set invisible-text overlay properties.
15587 (allout-get-invisibility-overlay): Get the first qualifying
15588 invisibility overlay, so we can find the extent of it.
15589 (allout-back-to-visible-text): Get to just before the beginnining
15590 of the current invisibility overlay, if any.
15591
15592 (allout-overlay-insert-in-front-handler)
15593 (allout-overlay-interior-modification-handler)
15594 (allout-before-change-handler, allout-isearch-end-handler): New
15595 functions to handle extraordinary actions affecting concealed
15596 text.
15597
15598 (allout-flag-region): Use overlays instead of selective-display
15599 for invisible text - by inheritence from the properties of
15600 allout-overlay-category in mainline Emacs, and applied
15601 property-by-property in XEmacs, some recent versions of which
15602 don't inherit the properties from the category. Provisions to
15603 respond to concealed-text edits simplified drastically.
15604
15605 (allout-isearch-rectification, allout-isearch-was-font-lock)
15606 (allout-isearch-expose, allout-enwrap-isearch)
15607 (allout-isearch-abort, allout-pre-was-isearching)
15608 (allout-isearch-prior-pos, allout-isearch-did-quit)
15609 (allout-isearch-dynamic-expose)
15610 (allout-hide-current-entry-completely): Functions deleted.
15611
15612 (allout-undo-aggregation): Explicit undo aggregation no longer
15613 necessary due to transition away from selective-display.
15614
15615 (set-allout-regexp, allout-up-current-level)
15616 (allout-next-visible-heading, allout-forward-current-level)
15617 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15618 (allout-kill-line, allout-yank-processing, allout-show-children)
15619 (allout-expose-topic, allout-old-expose-topic)
15620 (allout-listify-exposed, allout-insert-latex-header)
15621 (allout-toggle-subtree-encryption, allout-encrypt-string)
15622 (remove-from-invisibility-spec, allout-hide-current-subtree):
15623 Ditched unused variables.
15624
15625 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15626
15627 * textmodes/ispell.el (ispell-change-dictionary): Call
15628 ispell-buffer-local-dict instead of
15629 ispell-accept-buffer-local-defs.
15630 (ispell-local-dictionary-alist): Accept as valid any coding-system
15631 supported by Emacs.
15632 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15633 changed to iso-8859-3.
15634
15635 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15636
15637 * speedbar.el (speedbar-frame-width): Make an inline function
15638 instead of a macro. Use frame-width.
15639 (speedbar-try-completion, speedbar-update-contents)
15640 (speedbar-timer-fn): Use consp.
15641 (speedbar-update-localized-contents): Try to preserve point.
15642
15643 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15644 (menu): Re-order menu items.
15645 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15646 field.
15647 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15648 (gdb-post-prompt): Speed things by not forcing update.
15649
15650 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15651
15652 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15653 press and perform default action if we get a mouse movement event.
15654
15655 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15656
15657 * calendar/icalendar.el (icalendar--get-event-property)
15658 (icalendar--get-event-property-attributes): Fix typos in
15659 docstrings.
15660
15661 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15662 docstring.
15663
15664 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15665
15666 * bs.el (bs-mode): Use `buffer-disable-undo'.
15667 (bs--get-file-name): Simplify.
15668 (bs-show-in-buffer): Mark the buffer as not modified.
15669
15670 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15671
15672 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15673 widget-button-click.
15674
15675 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15676 (custom-mode): Update docstring.
15677
15678 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15679 binding.
15680
15681 * files.el (hack-local-variables-confirm): Allow scrolling if the
15682 file variable list is too long. Kill temp buffer after use.
15683
15684 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15685
15686 * progmodes/gud.el (gdb): Improve doc string.
15687 (gdb-script-font-lock-keywords): Expand allowed character set.
15688
15689 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15690 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15691 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15692 (gdb-separate-io-stop, gdb-separate-io-eof):
15693 Rename from gdb-inferior-* to gdb-separate-*.
15694 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15695
15696 2006-02-14 Jay Belanger <belanger@truman.edu>
15697
15698 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15699 expression is a symbol before checking that it is bound.
15700
15701 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15702 test to see if equation can be solved.
15703
15704 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15705
15706 * wid-edit.el (widget-button-click): Use :pressed-face property
15707 for overlay face, if it exists.
15708
15709 * cus-edit.el (custom-manual, custom-add-see-also)
15710 (custom-add-parent-links, custom-group-link): Add :pressed-face
15711 property to links.
15712
15713 * files.el (hack-local-variables): Remove ignored variables before
15714 checking if any variables need setting.
15715
15716 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15717
15718 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15719
15720 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15721
15722 * help.el (where-is): Fix message for remapped commands.
15723
15724 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15725 Fix typos in docstrings.
15726
15727 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15728
15729 * files.el (safe-local-variable-values): New option.
15730 (hack-local-variables-prop-line): Return a list of variable-value
15731 pairs if MODE-ONLY is non-nil.
15732 (hack-local-variables): Construct list of variable-value pairs,
15733 and apply or reject them in one go. Ask for confirmation if
15734 variables are not known safe.
15735 (hack-local-variables-confirm): Complete rewrite. Support
15736 `safe-local-variable-values'.
15737 (enable-local-variables): Update docstring to reflect new
15738 behavior.
15739 (ignored-local-variables): Ignore ignored-local-variables and
15740 safe-local-variable-values.
15741 (safe-local-variable-p): New function.
15742 (risky-local-variable-p): `safe-local-variable' property check
15743 moved to safe-local-variable-p.
15744 (hack-one-local-variable): Checks moved to hack-local-variables.
15745
15746 (byte-compile-dynamic, c-basic-offset, c-file-style)
15747 (c-indent-level, comment-column, fill-column, fill-prefix)
15748 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15749 (no-update-autoloads, outline-regexp, page-delimiter)
15750 (paragraph-start, paragraph-separate, sentence-end)
15751 (sentence-end-double-space tab-width, version-control):
15752 Add `safe-local-variable' property.
15753
15754 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15755
15756 * icomplete.el, play/landmark.el: Change nonexistent
15757 `outline-layout' file variable to `allout-layout'.
15758
15759 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15760
15761 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15762 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15763 to gud-comint-buffer.
15764 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15765 gdb-ui.el for gdb-mi.el.
15766 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15767 registers buffer to gdb-get-changed-registers.
15768 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15769 deletion of catchpoints (throw and catch).
15770 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15771 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15772 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15773 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15774 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15775
15776 2006-02-13 Jay Belanger <belanger@truman.edu>
15777
15778 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15779 expression is a symbol before checking that it is bound.
15780
15781 2006-02-13 Richard M. Stallman <rms@gnu.org>
15782
15783 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15784 for the minibuffer too, but not if resize-mini-windows will interfere.
15785
15786 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15787 inside `interactive' spec.
15788 (describe-key-briefly-internal, describe-key-internal):
15789 Functions merged back into their callers.
15790
15791 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15792
15793 * info.el (info-xref-visited): Inherit from info-xref too.
15794 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15795 when propertizing Info-current-file and Info-current-node.
15796
15797 2006-02-13 Juri Linkov <juri@jurta.org>
15798
15799 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15800 (tumme-thumb-name): Fix per-directory format.
15801
15802 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15803
15804 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15805
15806 2006-02-12 Miles Bader <miles@gnu.org>
15807
15808 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15809
15810 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15811
15812 * tumme.el: Remove history section. If someone needs the it, it
15813 can always be found in CVS.
15814
15815 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15816
15817 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15818 about the Thumbnail Managing Standard option.
15819
15820 2006-02-12 Richard M. Stallman <rms@gnu.org>
15821
15822 * subr.el (substitute-key-definition): Doc fix.
15823
15824 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15825
15826 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15827
15828 * info.el (Info-mode): Doc fix.
15829
15830 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15831
15832 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15833
15834 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15835 because on Solaris a POSIX compatible "id" is needed. Reported by
15836 Magnus Henoch <mange@freemail.hu>.
15837
15838 2006-02-12 Juri Linkov <juri@jurta.org>
15839
15840 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15841 (tumme) <defgroup>: Change :group to `multimedia'.
15842 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15843 Managing Standard.
15844 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15845 Fix dostring.
15846 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15847 and %y. Fix docstring.
15848 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15849 (tumme-cmd-create-standard-thumbnail-command): New user options.
15850 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15851 is `standard'. Fix docstring.
15852 (tumme-thumb-width, tumme-thumb-height): New user options.
15853 (tumme-external-viewer): Try to find various viewers.
15854 (tumme-get-thumbnail-image): Use `create-image' instead of
15855 constructing the `image' structure.
15856 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15857 `standard'.
15858 (tumme-thumb-name): Add file name generation for standard storage.
15859 Simplify code for other storages.
15860 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15861 Add modification time %m and thumbnail-nq8 %q.
15862 Use `tumme-cmd-create-standard-thumbnail-command' if
15863 tumme-thumbnail-storage is `standard'.
15864 (tumme-dired-insert-marked-thumbs): New autoload command.
15865 (tumme-dired-after-readin-hook): New function.
15866 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15867 `tumme-thumb-size'.
15868 (tumme-display-image): Replace size-x %x and size-y %y with
15869 width %w and height %h.
15870
15871 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15872 `tumme-dired-insert-marked-thumbs'.
15873
15874 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15875
15876 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15877 include path).
15878 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15879 matching tag.
15880
15881 2006-02-12 Miles Bader <miles@gnu.org>
15882
15883 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15884 New variables.
15885 (rcirc-abbrev-nick): New function.
15886 (rcirc-format-response-string): Rewrite to use the formats in
15887 `rcirc-response-formats' and expand escape sequences therein.
15888 A text-property `rcirc-text' is added over the actual response
15889 text to make easy to find inside the returned string.
15890 (rcirc-print): When filling, just look for the `rcirc-text'
15891 text-property to find the appropriate fill prefix, instead of
15892 using hardwired patterns.
15893
15894 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15895
15896 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15897 Managing Standard.
15898
15899 2006-02-11 Kim F. Storm <storm@cua.dk>
15900
15901 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15902 Don't use insert-buffer; do insert-buffer-substring directly.
15903 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15904
15905 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15906
15907 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15908 with inhibit-read-only. Suggested by Stefan Monnier.
15909 (revert-buffer): Let insert-file-contents discard
15910 buffer-undo-list. Simplify code.
15911 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15912
15913 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15914
15915 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15916
15917 * help.el (describe-key-briefly): Now a wrapper for
15918 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15919 to t. Populate yank-menu if empty.
15920 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15921 (describe-key): Now a wrapper for describe-key-internal. Bind
15922 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15923 (describe-key-internal): Renamed from describe-key.
15924
15925 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15926
15927 * progmodes/glasses.el (glasses-separator): Doc fix.
15928 (glasses-original-separator): New defcustom.
15929 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15930
15931 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15932
15933 * mwheel.el (mouse-wheel-up-event): Doc fix.
15934
15935 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15936
15937 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15938 (tumme-dir): New function. Copied from thumbs.el.
15939
15940 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * desktop.el (desktop-outvar): Fix typo.
15943 (desktop-save-buffer-p): Doc fix.
15944
15945 * subr.el (substitute-key-definition): Fix typo.
15946
15947 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15948
15949 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15950 when window-system is mac.
15951
15952 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15953
15954 2006-02-10 Kim F. Storm <storm@cua.dk>
15955
15956 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15957 indirect-function instead of using condition-case.
15958
15959 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15960
15961 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15962 less `colloquial'...
15963
15964 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15965
15966 * tumme.el: Add a couple of todo items.
15967
15968 2006-02-09 Lars Hansen <larsh@soem.dk>
15969
15970 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15971 (highlight-changes-mode): Don't change desktop-locals-to-save.
15972
15973 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15974
15975 * image-mode.el (image-toggle-display): Clear image cache if using
15976 filename.
15977
15978 2006-02-09 Masatake YAMATO <jet@gyve.org>
15979
15980 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15981 a `dired-man' target.
15982
15983 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15984 boundary of symbols.
15985
15986 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15987
15988 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15989
15990 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15991
15992 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15993 `mapcar'; return nil.
15994
15995 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15996
15997 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15998 some other event.
15999
16000 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16001
16002 * net/rcirc.el (rcirc-startup-channels-alist):
16003 Add irc.freenode.net and #emacs as defaults.
16004 (rcirc-ignore-all-activity-flag): Remove variable.
16005 (rcirc-authinfo): New variable.
16006 (rcirc-authinfo-filename): Remove variable.
16007 (rcirc-always-use-server-buffer-flag): New flag.
16008 (rcirc): M-x rcirc will automatically connect without prompting.
16009 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16010 connection in lisp.
16011 (rcirc-process-server-response-1): Remove everything but the nick
16012 portion of the sender so it doesn't need to be done everywhere
16013 else. Update related code.
16014 (global-map): Remove global keybindings.
16015 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16016 (rcirc-send-input): Split into several functions.
16017 (rcirc-process-input-line, rcirc-process-message)
16018 (rcirc-process-command): New functions.
16019 (rcirc-target-buffer): New function to determine where to route
16020 messages.
16021 (rcirc-user-nick): Save match data.
16022 (rcirc-toggle-ignore-buffer-activity)
16023 (rcirc-update-activity-string): Remove global ignore functionality,
16024 which can be done now by toggling rcirc-track-minor-mode.
16025 (rcirc-track-minor-mode-map): New keymap.
16026 (rcirc-track-minor-mode): New minor-mode.
16027 (ignore): Make the ignore output nicer. Always print it when
16028 adding or removing nicks.
16029 (rcirc-url-regexp): Improve.
16030 (rcirc-mangle-text): Remove properties before using text in the
16031 modeline.
16032 (rcirc-authenticate): Authentication data comes from
16033 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16034 (rcirc-server-prefix): Inherit from rcirc-server.
16035
16036 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16037
16038 * Makefile.in (compile): Append "|| true" to the end of the `find'
16039 command, like compile-always does.
16040
16041 2006-02-08 Sam Steingold <sds@gnu.org>
16042
16043 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16044 output from a dead connection.
16045
16046 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16047
16048 * dired.el (dired-mode-map): Add more bindings for tumme.
16049
16050 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * wdired.el (wdired-mode-map): Use remap.
16053 (wdired-get-filename): Massage.
16054 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16055 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16056 `keymap' property rather than `local-map'.
16057
16058 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16059
16060 * tumme.el (tumme-get-thumbnail-image): New utility function.
16061 Suggested by from Chong Yidong.
16062 (tumme-dired-with-window-configuration): Rename from
16063 `tumme-dired'. Add code to save window configuration.
16064 (tumme-restore-window-configuration): New command to restore the
16065 window configuration that `tumme-dired-with-window-configuration'
16066 saves before it changes the window configuration.
16067 (tumme-show-all-from-dir): New command to display thumbnails for
16068 all files in a directory entered by the user, like M-x thumbs.
16069 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16070 have been created.
16071 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16072 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16073 Remove obsolete test function.
16074
16075 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16076
16077 * vc.el (small-temporary-file-directory): Remove defvar; there's
16078 a defcustom for it in files.el.
16079
16080 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16081 Fix typo in message.
16082 (tumme-gallery-generate): Fix typo in `error' message.
16083 (tumme-display-window-height-correction)
16084 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16085 (tumme-line-up-interactive): Dox fixes.
16086 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16087 (tumme-restore-window-configuration, tumme-format-properties-string)
16088 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16089 Fix typos in docstrings.
16090
16091 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16092
16093 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16094
16095 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16096
16097 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16098 User should use hook if desired.
16099
16100 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16101 buffer if necessary.
16102 (gdb-delete-frame-or-window): New function.
16103 (gdb-breakpoints-mode-map): Bind "q" to it.
16104
16105 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * textmodes/nroff-mode.el: Clean up name space.
16108 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16109 (nroff-mode): Obey the global setting of nroff-electric-mode.
16110 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16111
16112 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16113
16114 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16115
16116 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16117
16118 2006-02-06 Lars Hansen <larsh@soem.dk>
16119
16120 * generic-x.el (etc-fstab-generic-mode): Add file system types
16121 cifs and usbdevfs. Allow special chars in file names.
16122
16123 2006-02-05 Jay Belanger <belanger@truman.edu>
16124
16125 Update copyright notices of the files in lisp/calc.
16126
16127 2006-02-05 Romain Francoise <romain@orebokech.com>
16128
16129 Update copyright notices of all files in the lisp/play directory.
16130
16131 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16132
16133 * ldefs-boot.el: Regenerate.
16134
16135 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16136
16137 2006-02-05 Kim F. Storm <storm@cua.dk>
16138
16139 * files.el (magic-mode-regexp-match-limit): New defvar.
16140 (set-auto-mode): Use it to limit magic-mode-alist matching.
16141
16142 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16143
16144 * info.el (Info-index, Info-mode): Improve the description of the
16145 `i' command.
16146
16147 * ldefs-boot.el: Regenerate.
16148
16149 2006-02-03 Werner Lemberg <wl@gnu.org>
16150
16151 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16152 greedy to find the closing bracket in \*[...] and similar
16153 expressions. This is a first rough fix -- many additional
16154 refinements are necessary to make nroff mode really usable with groff.
16155
16156 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16157
16158 * international/mule-cmds.el (set-locale-environment):
16159 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16160 libX11.
16161
16162 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16163
16164 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16165 archive are created in archive-tmpdir.
16166
16167 2006-02-02 John Paul Wallington <jpw@pobox.com>
16168
16169 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16170 (ibuffer-fontification-alist): Use it.
16171 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16172 to "* z" and the Ibuffer Mark menu.
16173
16174 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16175
16176 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * textmodes/table.el (*table--cell-describe-mode)
16179 (*table--cell-describe-bindings): Undo last change since
16180 print-help-return-message is not obsoleted by anything at all.
16181
16182 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16183
16184 * emulation/cua-base.el (cua-mode): Doc fix.
16185
16186 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16187
16188 * dframe.el (dframe-handle-make-frame-visible)
16189 (dframe-handle-iconify-frame, dframe-get-focus)
16190 (dframe-select-attached-frame, dframe-power-click)
16191 (dframe-frame-mode): Fix typos in docstrings.
16192
16193 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16194 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16195 Fix typos in docstrings.
16196
16197 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16198 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16199 (hi-lock-archaic-interface-message-used)
16200 (hi-lock-file-patterns-range): Fix typos in docstrings.
16201
16202 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16203 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16204
16205 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16206 Fix typo in docstring.
16207
16208 * net/newsticker.el (newsticker--decode-iso8601-date)
16209 (newsticker--set-customvar, newsticker--buffer-insert-item)
16210 (newsticker--do-run-auto-mark-filter)
16211 (newsticker--parse-generic-feed): Doc fixes.
16212 (newsticker--retrieval-timer-list, newsticker-url-list)
16213 (newsticker-hide-immortal-items-in-echo-area)
16214 (newsticker-hide-obsolete-items-in-echo-area)
16215 (newsticker-new-item-face, newsticker--enclosure)
16216 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16217 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16218 (newsticker--parse-generic-feed, newsticker--cache-contains)
16219 (newsticker--stat-num-items, newsticker-download-enclosures):
16220 Fix typos in docstrings.
16221
16222 * net/rcirc.el (rcirc-debug): Doc fix.
16223 (rcirc-fill-column, rcirc-receive-message-hooks)
16224 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16225 (rcirc-mode, rcirc-generate-new-buffer-name)
16226 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16227 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16228 Fix typos in docstrings.
16229 (rcirc-print): "?\ " -> "?\s".
16230 (rcirc-cmd-join): Improve argument/docstring consistency.
16231
16232 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16233
16234 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16235 before narrow-to-region.
16236
16237 2006-02-01 Richard M. Stallman <rms@gnu.org>
16238
16239 * simple.el (move-beginning-of-line): Scan properly for invis change.
16240
16241 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16242
16243 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16244
16245 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16246 change bit only when id-format is 'integer. Reported by Matt
16247 Hodges <M.P.Hodges@rl.ac.uk>.
16248
16249 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16250
16251 * hilit-chg.el (highlight-changes-initial-state)
16252 (highlight-changes-global-initial-state): Doc fixes.
16253 (highlight-changes-global-modes, global-highlight-changes):
16254 Fix typos in docstrings.
16255
16256 2006-02-01 Kim F. Storm <storm@cua.dk>
16257
16258 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16259 transient-mark-mode in doc string.
16260
16261 2006-01-31 Richard M. Stallman <rms@gnu.org>
16262
16263 * replace.el (multi-occur): Doc fix.
16264 (multi-occur-in-matching-buffers): Rename from
16265 multi-occur-by-filename-regexp. Prefix arg says match
16266 buffer names instead of file names.
16267
16268 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16269
16270 * bs.el: Allow non-default values of `bs-header-lines-length'.
16271 (bs--running-in-xemacs): Remove (not needed anymore).
16272 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16273 instead of `shrink-window', thus avoiding having to compute the
16274 height of the window.
16275 (bs--up): Wrap around even when there's no header.
16276 (bs--down): Use `forward-line' instead of `next-line'.
16277
16278 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * image-mode.el (image-toggle-display): Use file name if possible,
16281 instead of unnecessarily allocating a (possibly huge) lisp string.
16282
16283 2006-01-30 John Paul Wallington <jpw@pobox.com>
16284
16285 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16286 because the `assert' macro signals it at runtime.
16287
16288 * emacs-lisp/cl.el (toplevel): Remove definition of
16289 `cl-assertion-failed' condition.
16290
16291 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16292
16293 * thumbs.el (thumbs-marked-list): Make buffer-local and
16294 permanent-local.
16295 (thumbs-insert-thumb): Make help-echo non-sticky.
16296 (thumbs-file-alist): Use eolp as check for (non)-image.
16297
16298 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16299
16300 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16301 (ediff-before-session-group-setup-hooks)
16302 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16303 Fix typos in docstrings.
16304
16305 * window.el (bw-dir, bw-eqdir, balance-windows)
16306 (split-window-keep-point): Fix typos in docstrings.
16307
16308 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16309 (org-quote-string, org-calendar-to-agenda-key)
16310 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16311 (org-show-following-heading, org-tags-column)
16312 (org-use-tag-inheritance, org, org-allow-space-in-links)
16313 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16314 (org-enable-table-editor, org-calc-default-modes)
16315 (org-table-allow-automatic-line-recalculation)
16316 (org-export-html-style, org-export-with-fixed-width)
16317 (org-export-with-sub-superscripts, org-special-keyword)
16318 (org-formula, org-time-grid, org-table-may-need-update)
16319 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16320 (org-goto-quit, org-get-indentation, org-end-of-item)
16321 (org-move-item-down, org-move-item-up)
16322 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16323 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16324 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16325 (org-agenda-log-mode, org-agenda-toggle-diary)
16326 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16327 (org-agenda-file-to-end, org-agenda-no-heading-message)
16328 (org-agenda-get-closed, org-format-agenda-item)
16329 (org-cmp-priority, org-cmp-category, org-cmp-time)
16330 (org-agenda-change-all-lines, org-agenda-diary-entry)
16331 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16332 (org-link-search, org-camel-to-words, org-open-file)
16333 (org-remember-handler, org-table-convert-region)
16334 (org-table-move-row-down, org-table-move-row-up)
16335 (org-table-copy-region, org-table-wrap-region)
16336 (org-table-toggle-vline-visibility)
16337 (org-table-get-vertical-vector, org-table-modify-formulas)
16338 (org-table-get-specials, org-recalc-commands)
16339 (org-table-rotate-recalc-marks, org-table-eval-formula)
16340 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16341 (org-level-color-stars-only, org-insert-heading):
16342 Fix typos in docstrings.
16343 (last-arg): Add defvar.
16344
16345 * makefile.w32-in (WINS): Add erc.
16346 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16347
16348 2006-01-29 Bill Wohler <wohler@newt.com>
16349
16350 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16351 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16352 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16353 (mh-autoloads): Don't use comments on otherwise empty lines.
16354
16355 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16356
16357 * emulation/viper.el (viper-major-mode-modifier-list):
16358 Add insert-state and vi-state entries for erc-mode.
16359 (viper-go-away, viper-set-hooks): Add and remove
16360 viper-comint-mode-hook from erc-mode-hook as appropriate.
16361
16362 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16363
16364 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16365
16366 * bs.el (bs--format-aux): Implement `middle' alignment as
16367 described in the docstring for `bs-attributes-list'.
16368 (bs--get-name): Simplify. Don't pad the buffer name.
16369
16370 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16371
16372 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16373 English aspell dictionary is installed, use the first entry of
16374 ispell-dictionary-alist-1.
16375
16376 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16377
16378 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16379 Doc fix.
16380
16381 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16382
16383 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16384 for `process-file', in order to let it work for older Emacsen too.
16385
16386 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16387
16388 * international/latexenc.el: Add a suitable `coding:' tag.
16389 (latexenc-find-file-coding-system): Undo last change.
16390
16391 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16392
16393 * international/latexenc.el (latexenc-find-file-coding-system):
16394 Make sure latexenc-main-file is a regular file and is readable.
16395
16396 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16397
16398 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16399 Pass FILE to vc-user-login-name.
16400
16401 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16402
16403 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16404
16405 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16406 there are no more images to display.
16407 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16408 the next image.
16409
16410 2006-01-26 Richard M. Stallman <rms@gnu.org>
16411
16412 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16413
16414 * wid-edit.el (advertised-widget-backward): New alias.
16415 (widget-keymap): Use advertised-widget-backward for S-TAB.
16416
16417 * tumme.el: Correct the keywords.
16418 (tumme-dir-max-size): Use defvar.
16419 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16420
16421 * simple.el (move-beginning-of-line): Take account of fields.
16422 (clone-indirect-buffer-other-window): Take args like
16423 clone-indirect-buffer, and work like it.
16424
16425 * help-fns.el (describe-function): Don't pass `nil' as default.
16426
16427 * files.el (risky-local-variable-p): Follow var aliases.
16428
16429 * subr.el (lazy-completion-table): Doc fix.
16430
16431 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16432 global binding of `line'.
16433
16434 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16435
16436 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16437 Tramp.
16438
16439 * vc.el (vc-default-dired-state-info): Pass FILE to
16440 vc-user-login-name.
16441 (vc-default-update-changelog): Don't use vc-user-login-name, we
16442 don't need it here.
16443
16444 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16445 no longer necessary.
16446
16447 2006-01-25 Kenichi Handa <handa@m17n.org>
16448
16449 * international/mule.el (decode-char): Avoid the overhead of
16450 calling utf-lookup-subst-table-for-decode if
16451 utf-translate-cjk-mode is nil.
16452 (encode-char): Avoid the overhead of calling
16453 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16454 nil.
16455
16456 2006-01-22 Kenichi Handa <handa@m17n.org>
16457
16458 * international/mule.el (make-subsidiary-coding-system): Reset
16459 `coding-system-define-form' property of subsidiaries to nil.
16460 Avoid duplicated entry in coding-system-alist.
16461 (make-coding-system): Avoid duplicated entry in
16462 coding-system-alist.
16463 (define-coding-system-alias): Likewise.
16464
16465 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16466
16467 * completion.el: Minor fixes in introductory comment.
16468 (completion-def-wrapper): Fix alist.
16469
16470 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16471
16472 * thumbs.el (thumbs-new-image-size): New function.
16473 (thumbs-increment-image-size-element)
16474 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16475 (thumbs-decrement-image-size): Delete.
16476 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16477 temp files and use to resize.
16478 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16479 Use increment argument to enlarge/shrink. Preserve point.
16480 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16481 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16482 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16483 (thumbs-mark, thumbs-unmark): Preserve point.
16484 (thumbs-modify-image): Keep old temp files and use to modify.
16485 Cleanup old temp files at load time. Preserve point.
16486 (thumbs-view-image-mode-map): Use new command names.
16487
16488 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16489
16490 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16491
16492 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16493 the nastiest part of the cyclic dependency.
16494 (cal-menu-update): Use dotimes and calendar-increment-month.
16495
16496 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16497 (calendar-week-start-day): Add an :initializer.
16498 (calendar-mode-map): Use suppress-keymap, and command remapping.
16499 (describe-calendar-mode): Setup xref-stack info for the back button.
16500 (calendar-star-date): Insert before delete.
16501 (calendar-set-mode-line): Add file-modified info if applicable.
16502 (calendar-increment-month): New function.
16503
16504 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16505
16506 * font-lock.el (lisp-font-lock-keywords-2):
16507 Recognize "& keywords" only at word boundaries.
16508
16509 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16510
16511 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16512 and permanent-local.
16513 (thumbs-max-image-number): New variable.
16514 (thumbs-do-thumbs-insertion): Use them.
16515 (thumbs-per-line): Change default to 4.
16516 (thumbs-marked-list): Rename from thumbs-markedL.
16517 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16518 (thumbs-rename-images): Use -list instead of L for internal variables.
16519 (thumbs-call-convert): Use call-process instead of shell-command.
16520 (thumbs-insert-thumb): Add filename as help-echo to each image.
16521 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16522 Give dir to thumbs-show-thumbs-list.
16523 (thumbs-show-thumbs-list): Set default-directory to that of images.
16524 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16525 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16526 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16527 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16528
16529 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * ses.el (ses-read-cell): Provide a default value.
16532
16533 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16534
16535 * term/w32-win.el (image-library-alist): Add additional names for
16536 GIF library.
16537
16538 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16539
16540 * international/latexenc.el (latexenc-find-file-coding-system):
16541 Add file-regular-p check.
16542
16543 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * simple.el (clone-buffer): Don't show the new buffer in the same
16546 window.
16547
16548 2006-01-23 Juri Linkov <juri@jurta.org>
16549
16550 * faces.el (link, link-visited): New faces based on default values
16551 of `info-xref' and `info-xref-visited'.
16552
16553 * info.el (info-xref): Inherit from `link'.
16554 (info-xref-visited): Inherit from `link-visited'.
16555
16556 * cus-edit.el (custom-buffer-create-internal): Use widget type
16557 `custom-manual' instead of `info-link' and don't set properties
16558 `button-face' and `mouse-face' explicitly.
16559 (custom-browse-group-tag, custom-browse-variable-tag)
16560 (custom-browse-face-tag): Inherit from widget class
16561 `custom-group-link' instead of `push-button'.
16562 (custom-button-unraised): Inherit from `underline' face.
16563 (custom-link): Inherit from `link' face. Fix doc and group.
16564 (custom-add-parent-links, custom-group-value-create): Don't set
16565 properties `button-face' and `mouse-face' explicitly for
16566 `custom-group-link' widget.
16567 (custom-group-link): Add properties `button-face' and `mouse-face'
16568 to widget definition.
16569 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16570 editable-field's :keymap property.
16571 (custom-mode): Fix docstring: substitute keybindings for
16572 `widget-forward' and `widget-backward' from `widget-keymap',
16573 `widget-complete' from `custom-field-keymap', replace old
16574 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16575
16576 * desktop.el (desktop-load-file): Check for `fboundp' before
16577 calling `symbol-function'.
16578
16579 * simple.el (clone-buffer, clone-indirect-buffer)
16580 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16581 `read-string'. Fix prompts.
16582
16583 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16584
16585 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16586
16587 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16588
16589 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16590
16591 * startup.el (inhibit-splash-screen, initial-scratch-message):
16592 Doc fixes.
16593
16594 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16595
16596 Sync with Tramp 2.0.52.
16597
16598 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16599 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16600 `tramp-unload-tramp' for checklist.
16601
16602 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16603 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16604 (tramp-unload-file-name-handler-alist)
16605 (tramp-unload-tramp): New defuns.
16606 (tramp-advice-PC-expand-many-files): New defadvice.
16607 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16608 removed.
16609 (tramp-handle-expand-file-name): Remove double slash.
16610 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16611 It doesn't matter, because it will be converted later on.
16612 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16613 implementation was just heuristic.
16614 (tramp-post-connection): Set uid and gid properties.
16615 (tramp-convert-file-attributes): Set file's gid change bit.
16616 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16617 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16618 in case of su(do)? methods. The home directory of the local user
16619 will be taken else.
16620 (tramp-open-connection-telnet)
16621 (tramp-open-connection-rsh, tramp-open-connection-su)
16622 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16623 local shell prompt could hurt. Reported by Romain Francoise
16624 <romain@orebokech.com>.
16625 (tramp-let-maybe): Add `edebug-form-spec' property.
16626 (tramp-handle-expand-file-name): Bind `default-directory' locally
16627 to "/" in order to avoid problems with UNC shares or Cygwin
16628 mounts.
16629 (tramp-md5-function): Fix typo in error message.
16630
16631 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16632
16633 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16634 for byte-compiler pacification.
16635
16636 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16637
16638 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16639 ID-FORMAT `string'. This allows us to get rid of
16640 `vc-user-login-name UID'.
16641
16642 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16643
16644 2006-01-22 John Paul Wallington <jpw@pobox.com>
16645
16646 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16647
16648 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16649
16650 * emacs-lisp/find-func.el (find-definition-noselect)
16651 (find-variable-noselect): Search variables in C source code too.
16652 (find-function-C-source, find-function-noselect, find-function)
16653 (find-function-other-frame, find-variable-noselect, find-variable)
16654 (find-variable-other-frame, find-variable-at-point):
16655 Fix docstrings.
16656
16657 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16658
16659 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16660
16661 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16662
16663 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16664 Default to disabling the "Save affix" question.
16665
16666 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16667
16668 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16669 the first arg to run-python.
16670
16671 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16672
16673 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16674 is not loaded.
16675
16676 2006-01-20 Jay Belanger <belanger@truman.edu>
16677
16678 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16679 limit is 0.
16680
16681 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16682 the correct variable.
16683
16684 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16685
16686 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16687 link. Fixed buggy argument sequence in call to `org-view-tags'.
16688 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16689 (org-prefix-has-tag): New variable.
16690 (org-format-agenda-item): Remove tags from headline if
16691 appropriate.
16692 (org-agenda-remove-tags-when-in-prefix): New option.
16693 (org-get-tags-at): New function.
16694
16695 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16696
16697 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16698 (thumbs-find-image): Move image name and number from buffer name
16699 to mode name. Set thumbs-buffer. Preserve point so that large
16700 images remain visible.
16701 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16702 order.
16703 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16704 mode name.
16705 (thumbs-next-image, thumbs-previous-image): Make them work.
16706
16707 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16708
16709 * cus-edit.el (custom-buffer-create-internal): State in the text above
16710 the whole buffer buttons that they do not operate on hidden items.
16711 (custom-face-menu): Use `custom-face-save' instead of
16712 `custom-face-save-command'.
16713 (custom-face-save-command): Make it an alias for `custom-face-save'
16714 and declare it obsolete.
16715 (custom-face-save): Doc fix.
16716
16717 * dired.el (dired-no-confirm): Add quote.
16718 (dired-subdir-alist-pre-R): Add quote in
16719 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16720
16721 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16722
16723 * textmodes/table.el (table-mode-indicator): Typo in last change.
16724
16725 2006-01-19 Richard M. Stallman <rms@gnu.org>
16726
16727 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16728 Fixes bug reported in Nov 2005.
16729
16730 * isearch.el (isearch-forward): Doc fix.
16731
16732 * dired.el (dired-move-to-filename-regexp): Define as alias.
16733 (dired-no-confirm): Use defcustom.
16734 (dired-subdir-alist-pre-R): Put defvar at top level.
16735
16736 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16737
16738 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16739 Mark as risky.
16740
16741 * simple.el (set-mark-command): Doc fix.
16742 (clone-indirect-buffer-other-window):
16743 Read arg like clone-indirect-buffer.
16744 (move-beginning-of-line): Skip invisible newlines.
16745
16746 2006-01-19 Masatake YAMATO <jet@gyve.org>
16747
16748 * progmodes/cpp.el (cpp-edit-load): Make the order of
16749 listed conditions in a base C code buffer and its associate
16750 CPP Edit buffer the same.
16751
16752 2006-01-19 Kenichi Handa <handa@m17n.org>
16753
16754 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16755 (rmail-mime-feature): Likewise.
16756 (rmail-require-mime-maybe): Use display-warning to show a warning
16757 message.
16758
16759 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16760 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16761
16762 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * array.el: Move defvars out of eval-when-compile.
16765 (array-make-template): Replace undeclared global var with a local one.
16766 (array-mode): Inline initialization functions.
16767 (array-init-local-variables, array-init-max-row)
16768 (array-init-max-column, array-init-columns-per-line)
16769 (array-init-field-width, array-init-rows-numbered)
16770 (array-init-line-length, array-init-lines-per-row): Remove.
16771
16772 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16773 (doc-mode-map): Define explicitly.
16774 (doctor-txtype): Use mapc.
16775
16776 * textmodes/table.el: Move defvars out of eval-when-compile.
16777 Remove harmful code meant to avoid byte-compiler warnings.
16778 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16779 specification that checks table-fixed-width-mode directly.
16780 (table-recognize-region, table-recognize-cell):
16781 Use restore-buffer-modified-p.
16782 (table-fixed-width-mode): Remove code that refreshes
16783 table-fixed-mode-indicator.
16784 (*table--cell-describe-bindings, *table--cell-describe-mode):
16785 Avoid obsolete name print-help-return-message.
16786 (table--test-cell-list): Don't use replace-regexp from elisp.
16787 (table--point-entered-cell-function, table--point-left-cell-function):
16788 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16789
16790 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16791 that was after the end of file. Use buffer-file-name variable.
16792 (org-timestamp-change): Use with-current-buffer.
16793 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16794 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16795 `file'.
16796
16797 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16798 (fortran-break-line): Remove unused var `opoint'.
16799 (fortran-abbrev-start): Obey help-event-list.
16800
16801 2006-01-18 Jesper Harder <harder@phys.au.dk>
16802
16803 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16804
16805 2006-01-18 Masatake YAMATO <jet@gyve.org>
16806
16807 * progmodes/make-mode.el (makefile-imake-mode): New mode
16808 derived from makefile-mode.
16809 (makefile-imake-mode-syntax-table): New syntax table
16810 derived from makefile-mode-syntax-table.
16811 (makefile-mode): Write about makefile-imake-mode in doc string.
16812 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16813 (makefile-imake-font-lock-keywords): New font lock keywords.
16814
16815 * files.el (auto-mode-alist): Add Imakefile.
16816
16817 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16818
16819 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16820 loading the file rather than when turning on flyspell-mode.
16821
16822 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16823
16824 * cus-edit.el (customize-rogue): Minor doc fix.
16825
16826 2006-01-17 Juri Linkov <juri@jurta.org>
16827
16828 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16829 instead of the file at the mark as default if the file at the mark
16830 is the same as the file at point or if dired-dwim-target-directory
16831 is not the same as the current directory and the mark is not active.
16832
16833 * log-view.el (log-view-minor-wrap): Use the same logic to get
16834 revisions as `log-view-diff'.
16835
16836 * info.el (Info-revert-find-node): Check for Info-current-file
16837 before preserving new-history.
16838
16839 * man.el (Man-heading-regexp): Add `/'.
16840
16841 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16842 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16843
16844 2006-01-16 Juri Linkov <juri@jurta.org>
16845
16846 * faces.el (mode-line-faces): New defgroup.
16847 (mode-line-highlight): Move definition after new defgroup.
16848 (mode-line, mode-line-inactive, mode-line-highlight):
16849 Replace :group `modeline' with `mode-line-faces'.
16850 (mode-line-buffer-id): New face.
16851 (modeline-buffer-id): New face alias.
16852 (vertical-border): Remove :group `modeline'.
16853
16854 * bindings.el (propertized-buffer-identification): Use face
16855 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16856 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16857 (mode-line-buffer-identification-keymap): For mouse-1 replace
16858 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16859 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16860 mouse-3.
16861
16862 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16863 Buffer-menu-buffer. Doc fix.
16864 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16865 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16866 `Buffer-menu-buffer'.
16867
16868 * info.el (Info-mode-line-node-keymap): New defvar.
16869 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16870 Propertize Info-current-node with `mode-line-buffer-id' and
16871 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16872
16873 * time.el (display-time-mail-face): Replace :group `faces' with
16874 `mode-line-faces'.
16875
16876 2006-01-16 Kenichi Handa <handa@m17n.org>
16877
16878 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16879
16880 * language/european.el (cp1252): New alias for windows-1252.
16881
16882 * international/mule.el (autoload-coding-system): Prepare for EOL
16883 variants.
16884
16885 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16886
16887 * term.el (term-raw-map): Add mapping for insert.
16888 (term-send-insert): New.
16889 (term-mode): Make variables local here instead of doing it in
16890 `term-emulate-terminal'.
16891 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16892 Scroll reverse needs to take into account the scroll region.
16893 Saving and restoring the cursor should save the color attributes too.
16894 (term-reset-terminal): Reset the scroll region.
16895 (term-handle-ansi-escape): Cursor up and down should take into
16896 account the scroll region.
16897 (term-set-scroll-region): Rename from `term-scroll-region'.
16898 Move to 0,0 after setting the region.
16899 (term-handle-scroll): Handle scroll up.
16900 (term-down): Fix off by one error.
16901 (term-delete-lines): Do not delete outside the scroll region.
16902 (term-insert-lines): Take into account the scroll region.
16903
16904 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16905
16906 * textmodes/ispell.el (ispell-internal-change-dictionary)
16907 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16908 (start, end): Move declaration outside of eval-when-compile.
16909
16910 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16911 (flyspell-mode-on): Use it.
16912
16913 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16914 ispell-kill-ispell-hook.
16915
16916 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16917
16918 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16919 (Custom-reset-saved): Do not ask for confirmation in single option
16920 buffers.
16921
16922 2006-01-13 Richard M. Stallman <rms@gnu.org>
16923
16924 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16925
16926 2006-01-13 Romain Francoise <romain@orebokech.com>
16927
16928 * add-log.el (add-change-log-entry, change-log-merge):
16929 Conditionally use `hard-newline'.
16930
16931 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16932
16933 * wid-edit.el (widget-field-end): If the overlay is no longer
16934 associated with a buffer, behave as if the overlay didn't exist.
16935
16936 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16937 Make sure the links use the `custom-link' face.
16938
16939 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16942 (ld-script-mode): Don't set indent-line-function since we don't
16943 have one.
16944
16945 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16946
16947 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16948 application.
16949 (org-file-apps-defaults-gnu): Use mailcap as the default for
16950 selecting an application on a UNIX system.
16951 (org-agenda-show-tags): New command.
16952 (org-table-insert-hline): Keep cursor in current table line.
16953 (org-table-convert): Offset effect of modifying
16954 `org-table-insert-hline'.
16955 (org-format-agenda-item): New optional argument TAG.
16956 (org-compile-prefix-format): Handle %T format for the tag.
16957 (org-expand-wide-chars): New function.
16958 (org-table-insert-row, org-table-insert-hline):
16959 Use `org-expand-wide-chars'.
16960 (org-open-file): Fix bug in program launch.
16961 (org-get-time-of-day): Fix bug with times before 1am.
16962 (org-agenda-menu): Add tags commands.
16963
16964 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16965
16966 * textmodes/ispell.el (ispell-init-process): Include the used
16967 dictionary in ispell process start message.
16968 (ispell-internal-change-dictionary): When flyspell-mode is active
16969 and dictionary is changed, make sure ispell process is restarted
16970 and flyspell word cache cleared out for the current buffer.
16971 (ispell-change-dictionary): Make sure flyspell word cache is
16972 cleared out in all buffers with active flyspell mode when
16973 dictionary is globally changed.
16974 Call ispell-internal-change-dictionary after dictionary change.
16975
16976 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16977
16978 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16979
16980 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16981 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16982 years. Fix small differences wrt Makefile.in.
16983 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16984 Makefile.in does.
16985
16986 2006-01-12 Bill Wohler <wohler@newt.com>
16987
16988 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16989 mh-search.el.
16990
16991 2006-01-12 Masatake YAMATO <jet@gyve.org>
16992
16993 * progmodes/ld-script.el: Update copyright year.
16994
16995 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16996
16997 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16998 Don't add widget if setting undefined.
16999
17000 2006-01-12 John Paul Wallington <jpw@pobox.com>
17001
17002 * help-fns.el (describe-variable): Remove newlines from void
17003 variable output.
17004
17005 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17006
17007 * wdired.el (wdired-mode-map): Add help echo for
17008 wdired-abort-changes.
17009
17010 * man.el (Man-file-name-regexp): Adjust for a list of files.
17011
17012 2006-01-12 Masatake YAMATO <jet@gyve.org>
17013
17014 * progmodes/ld-script.el (auto-mode-alist): Support
17015 suffix conventions used in netbsd and eCos.
17016
17017 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17018
17019 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17020 (custom-variable-menu, custom-face-menu, custom-group-menu)
17021 (Custom-mode-menu): Change names of menu items. (As discussed on
17022 emacs-devel.)
17023 (custom-face-menu): Add "Undo Edits" item.
17024
17025 * startup.el (init-file-user): defcustom -> defvar.
17026
17027 * tooltip.el (tooltip-mode): Doc fix.
17028
17029 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17030
17031 * reveal.el (reveal-post-command): window-buffer signals an error on
17032 dead windows rather than returning nil.
17033 (reveal-open-new-overlays): An overlay might die while we open others.
17034
17035 2006-01-11 Bill Wohler <wohler@newt.com>
17036
17037 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17038 phrasing in docstring.
17039
17040 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17041 can give some systems gas. Add new file mh-buffers.el.
17042
17043 2006-01-06 Masatake YAMATO <jet@gyve.org>
17044
17045 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17046 C preprocessor forward ported from GNU Emacs 21.2.
17047
17048 * progmodes/asm-mode.el (asm-font-lock-keywords):
17049 Use `cpp-font-lock-keywords'.
17050
17051 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17052
17053 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17054 of $ for "\\.ld[s]?".
17055
17056 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17057
17058 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17059 (tcl-indent-line): Return `noindent' if inside a string.
17060
17061 * progmodes/flymake.el (flymake-split-string): Remove more than one
17062 empty string at beg/end of the result.
17063 (flymake-find-buildfile, flymake-find-possible-master-files):
17064 Use expand-file-name.
17065 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17066 since expand-file-name does it for us. Use directory-file-name.
17067 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17068 (flymake-ler-get-type, flymake-ler-get-text)
17069 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17070 (flymake-current-line-no): Remove spurious interactive spec.
17071 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17072 (flymake-check-include): Remove arg inc-path merged into inc-name.
17073 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17074 Arg regexp-list replaced by a simple regexp.
17075 (flymake-master-make-header-init, flymake-master-tex-init):
17076 Correspondingly replace regexp-list with a regexp. Fix regexp.
17077
17078 2006-01-10 Simon Josefsson <jas@extundo.com>
17079
17080 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17081 describing AUTH PLAIN fix.
17082
17083 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17084
17085 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17086 (report-emacs-bug): Don't record initial prompt text.
17087 Instead, add text properties to prompting text.
17088 (report-emacs-bug-hook): Delete prompting text.
17089
17090 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17091
17092 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17093 `dirs'. Adjust callers.
17094
17095 2006-01-09 John Paul Wallington <jpw@gnu.org>
17096
17097 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17098
17099 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 * reveal.el (reveal-open-new-overlays): New extracted fun.
17102 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17103 using them. Simplify the code.
17104 (reveal-post-command): Use them. Fix up obsolete windows in
17105 reveal-open-spots.
17106
17107 * progmodes/flymake.el: Use `require' rather than autoload for
17108 XEmacs's overlays.
17109 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17110 Delete. Use file-relative-name instead.
17111 (flymake-get-syntax-check-program-args, flymake-perl-init):
17112 Simplify the resulting code.
17113
17114 * log-view.el (log-view-file-re, log-view-message-re): Add support
17115 for DaRCS output.
17116
17117 2006-01-09 Alex Schroeder <alex@gnu.org>
17118
17119 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17120 identifiers sometimes added in square brackets at the beginning of
17121 subject lines.
17122
17123 2006-01-07 Richard M. Stallman <rms@gnu.org>
17124
17125 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17126 (Custom-reset-current, Custom-reset-saved): Change question text.
17127 (Custom-reset-standard): Likewise.
17128 (custom-variable-reset-saved): Doc fix.
17129
17130 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17131
17132 * startup.el (init-file-user): Doc fix.
17133
17134 2006-01-07 Alex Schroeder <alex@gnu.org>
17135
17136 * mail/rmail.el (rmail-current-subject): New function.
17137 (rmail-current-subject-regexp): New function.
17138 (rmail-next-same-subject): Use it.
17139
17140 * mail/rmailsum.el (rmail-summary-by-topic):
17141 Use rmail-current-subject and rmail-current-subject-regexp.
17142 (rmail-summary-next-same-subject): Ditto.
17143
17144 * net/rcirc.el (rcirc-send-input): No longer check whether the
17145 process is open, since not all commands need an open process.
17146 (rcirc-send-string): Check whether the process is open before
17147 sending anything.
17148 (rcirc-ignore-list): New option.
17149 (rcirc-ignore-list-automatic): New variable.
17150 (rcirc-print): Take rcirc-ignore-list into account.
17151 (rcirc-cmd-ignore): New command.
17152 (rcirc-ignore-update-automatic): New function.
17153 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17154 list if ignored nicks.
17155 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17156
17157 2006-01-06 David Reitter <david.reitter@gmail.com>
17158
17159 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17160 reflect the address to which the report will be sent.
17161
17162 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17163
17164 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17165 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17166
17167 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17168
17169 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17170
17171 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17172 the doc string: "functoin" => "function".
17173 * ldefs-boot.el: Likewise.
17174
17175 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17176 message text: "Duplicat" => "Duplicate".
17177
17178 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17179
17180 * files.el (basic-save-buffer-2): If backing-up failed, reset
17181 buffer-backed-up to nil.
17182
17183 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17184
17185 * progmodes/gud.el (gdb-script-skip-to-head)
17186 (gdb-script-calculate-indentation): Indent for breakpoint command
17187 lists also.
17188
17189 2006-01-05 Bill Wohler <wohler@newt.com>
17190
17191 * Makefile.in (compile-always): Add mh-autoloads dependency.
17192 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17193 provides it.
17194 (updates): Remove mh-autoloads dependency, since it probably has
17195 already run recently (via recompile).
17196
17197 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17200 argument `force' to disable the flyspell-last-buffer optimization.
17201 (flyspell-mode-on): Use it.
17202
17203 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17204 flymake-simple-cleanup.
17205 (flymake-allowed-file-name-masks): Use this new default.
17206 All the functions are now called in the right buffer rather than
17207 passing the buffer as argument.
17208 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17209 (flymake-parse-err-lines): Remove redundant buffer arg.
17210 (flymake-get-program-dir): Comment out unused function.
17211 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17212 Remove redundant buffer argument.
17213 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17214 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17215
17216 2006-01-05 Richard M. Stallman <rms@gnu.org>
17217
17218 * info.el (Info-find-node): Don't record previous node if have none.
17219 (info): Go to directory only if history is empty.
17220
17221 * simple.el (mark): Doc fix.
17222
17223 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17224
17225 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17226 already of desired type.
17227 (mac-ae-list): Coerce parameter to "list" type.
17228 (mac-dispatch-apple-event): Replace cadr part of event with a
17229 dummy position so that event-start returns it.
17230
17231 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17232
17233 * textmodes/org.el (org-end-of-subtree): New function.
17234 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17235 Use `org-end-of-subtree'.
17236 (org-agenda, org-agenda-convert-date): Protect calls to
17237 `fit-window-to-buffer'.
17238 (org-tags-view): Force matching of sublevels when doing a
17239 todo-only search. Define the correct redo command, including the
17240 arguments.
17241 (org-agenda-redo): Display message.
17242 (org-check-for-org-mode): New function.
17243 (org-agenda-type): New variable.
17244 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17245 Set `org-agenda-type'.
17246 (org-agenda-check-type): New function.
17247 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17248 (org-agenda-week-view, org-agenda-day-view)
17249 (org-agenda-next-date-line, org-agenda-previous-date-line)
17250 (org-agenda-log-mode, org-agenda-toggle-diary)
17251 (org-agenda-toggle-time-grid, org-agenda-date-later)
17252 (org-agenda-date-prompt, org-agenda-diary-entry)
17253 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17254 (org-agenda-convert-date, org-agenda-menu):
17255 Use `org-agenda-check-type'.
17256 (org-make-overlay, org-delete-overlay)
17257 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17258 New compatibility functions.
17259 (org-calendar-select-mouse): New command.
17260
17261 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17262
17263 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17264 (Custom-reset-standard): Fix y-or-n-p messages.
17265 (custom-link): New face for links.
17266 (custom-buffer-create-internal, custom-manual): Use it.
17267 (custom-face-save): Push to theme-face before setting face spec.
17268
17269 * wid-edit.el (widget-default-mouse-face-get): New function.
17270 (widget-specify-button): Handle mouse-face like button-face.
17271
17272 * custom.el (load-theme): Clear old theme settings if reloading.
17273
17274 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17275
17276 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17277 "Erase Customization" button back to same position it occupies in
17278 the individual State menus.
17279
17280 2006-01-04 Kim F. Storm <storm@cua.dk>
17281
17282 * wid-edit.el (key-sequence): Rework widget to read key binding
17283 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17284 (widget-key-sequence-default-value): Default value for empty sequence.
17285 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17286 (widget-key-sequence-read-event): New command for C-q.
17287 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17288 (widget-key-sequence-value-to-external): New functions.
17289
17290 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17293 Use expand-file-name.
17294 (flymake-delete-temp-directory): Use expand-file-name,
17295 file-name-directory, and directory-file-name.
17296 (flymake-strrchr): Delete.
17297 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17298 to the init-f function.
17299 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17300 (flymake-init-find-buildfile-dir)
17301 (flymake-init-create-temp-source-and-master-buffer-copy)
17302 (flymake-simple-make-init-impl, flymake-simple-make-init)
17303 (flymake-master-make-init, flymake-master-make-header-init)
17304 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17305 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17306 (flymake-xml-init): Remove corresponding redundant buffer argument.
17307 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17308 the default anyway. Clean up regexps.
17309
17310 * progmodes/flymake.el (flymake-temp-source-file-name)
17311 (flymake-master-file-name, flymake-temp-master-file-name)
17312 (flymake-base-dir): New buffer-local vars.
17313 (flymake-buffer-data, flymake-get-buffer-value)
17314 (flymake-set-buffer-value): Replace those hash-tables by the new
17315 buffer-local vars. Update callers.
17316
17317 * progmodes/flymake.el (flymake-check-start-time)
17318 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17319 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17320 Move definition, so we can remove redundant earlier declaration.
17321 (flymake-replace-regexp-in-string, flymake-split-string)
17322 (flymake-get-temp-dir): Use defalias.
17323 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17324 (flymake-xemacs-window-edges): Remove unused function.
17325 (flymake-get-point-pixel-pos): Move.
17326 (flymake-pid-to-names, flymake-reg-names)
17327 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17328 Replace by a simple list flymake-processes and by process-buffer.
17329 Update callers. Other than simplify the code, it uses buffers rather
17330 than buffer-names so it doesn't get confused by uniquify.
17331 (flymake-buffer-data): The global value should just be nil.
17332
17333 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17334 Optimize the body of a defalias like any other code.
17335
17336 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17337 Make sure we've setup font-lock's vars. It may influence which
17338 function we then call.
17339 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17340 here since it's too late anyway.
17341
17342 2006-01-03 Romain Francoise <romain@orebokech.com>
17343
17344 * startup.el (fancy-splash-tail, normal-splash-screen):
17345 Update copyright year.
17346
17347 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17348
17349 * mouse.el (mouse-drag-track): Rename, from
17350 `mouse-drag-region-1'. Includes optional argument required to
17351 enable post-drag event processing (e.g. delete region keys).
17352 Can be used without this argument to track a mouse region and operate
17353 on it as soon as the drag completes.
17354 (mouse-drag-region): Use `mouse-drag-track'.
17355
17356 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17357
17358 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17359 Move to `custom-buffer' group.
17360
17361 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17362 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17363 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17364 (custom-theme-face-menu): New variables.
17365 (custom-theme-add-variable, custom-theme-variable-action)
17366 (custom-variable-reset-theme, custom-theme-delete-variable)
17367 (custom-face-reset-theme, custom-theme-face-action)
17368 (custom-theme-delete-face, custom-theme-merge-theme)
17369 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17370
17371 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17372
17373 * custom.el: Move Custom Themes commentary to start of theme code.
17374 (custom-known-themes): Rename `standard' theme to `changed'.
17375 (custom-push-theme): Caller no longer specifies what theme to use
17376 when doing `reset'---the setting is simply removed from the theme.
17377 Delete MODE from `theme-value' and `theme-settings' properties.
17378 (custom-declare-theme): Ignore &rest args since we don't use them.
17379
17380 (custom-loaded-themes): Delete variable.
17381 (custom-theme-load-themes, custom-theme-loaded-p)
17382 (custom-theme-value): Delete functions.
17383
17384 (custom-declare-theme): Signal error on invalid theme names.
17385 (provide-theme): custom-loaded-themes was deleted.
17386 (load-theme): Load the file unconditionally.
17387 (enable-theme): Call `load-theme' if theme is undefined.
17388 (custom-enabled-themes): Only update value for successful loads.
17389 (disable-theme): Complete from enabled themes when interactive.
17390 (custom-variable-theme-value): Calculate theme value directly.
17391
17392 (custom-theme-reset-variables, custom-reset-variables): Mark as
17393 XEmacs compatibility functions. We don't actually use these.
17394
17395 * cus-edit.el (custom-variable-state-set):
17396 Use custom-variable-theme-value instead of custom-theme-value.
17397 (custom-face-state-set): Rename `standard' theme to `changed'.
17398 (custom-save-variables, custom-save-faces): Delete unneeded
17399 references to custom-reset-variables.
17400 (custom-save-resets): Delete function.
17401 (custom-save-variables, custom-save-faces): MODE argument deleted.
17402 (custom-save-variables, custom-save-faces): Ignore theme values.
17403
17404 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17405 compatibility function.
17406
17407 2006-01-01 Richard M. Stallman <rms@gnu.org>
17408
17409 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17410 (Custom-reset-current, Custom-reset-saved): Likewise.
17411 (Custom-reset-standard): Show message if aborted.
17412 (custom-mode): Doc fix, describing those commands.
17413
17414 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17415 put on event-kind property.
17416
17417 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17418
17419 * custom.el (provide-theme): Ban `user' theme name.
17420 (custom-enabling-themes): New variable.
17421 (enable-theme): Don't enable user if custom-enabling-themes is t.
17422 (custom-enabled-themes): Make it a defcustom.
17423 (custom-theme-recalc-face): No-op if face is undefined.
17424
17425 * cus-edit.el (custom-button-mouse): New variable.
17426 (custom-button-mouse): New face.
17427 (custom-raised-buttons, custom-mode): Use it.
17428
17429 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17430
17431 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17432
17433 * progmodes/gud.el (gud-display-line): Support hl-line in the
17434 source buffer.
17435
17436 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17437
17438 * mouse.el (mouse-drag-window-above): Verify that the found window
17439 overlaps with the given window in the horizontal dimension.
17440
17441 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17442
17443 * Makefile.in (cvs-update): New target.
17444
17445 * makefile.w32-in (cvs-update): Ditto.
17446
17447 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17448
17449 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17450 (custom-new-theme-mode-map): New variable.
17451
17452 2005-12-30 Richard M. Stallman <rms@gnu.org>
17453
17454 * custom.el (custom-load-themes): Function deleted.
17455
17456 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17457 (custom-save-variables): Don't delete or add custom-load-themes call.
17458
17459 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * cus-start.el: Add `visible-cursor'.
17462
17463 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17464 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17465 (flymake-process-filter): Switch to buffer before calling it instead.
17466 (flymake-post-syntax-check, flymake-highlight-err-lines)
17467 (flymake-delete-own-overlays, flymake-parse-err-lines)
17468 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17469 (flymake-count-lines, flymake-parse-residual):
17470 Remove constant buffer argument.
17471 (flymake-start-syntax-check-for-current-buffer): Remove.
17472 Update callers to use flymake-start-syntax-check instead.
17473 (flymake-display-err-menu-for-current-line):
17474 Remove unused var `mouse-pos'.
17475 (flymake-restore-formatting): Comment out unused function.
17476 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17477 argument, use current-buffer instead. Update callers.
17478
17479 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17480
17481 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17482 buffer-local because choose-completion-delete-max-match requires
17483 that we set completion-ignore-case (i.e., binding via let is not
17484 sufficient).
17485 (bibtex-complete): Always set completion-ignore-case and
17486 choose-completion-string-functions. The latter is needed because
17487 choose-completion-string-functions keeps its value if we quit the
17488 *Completions* buffer without requesting a completion.
17489
17490 2005-12-30 Andreas Schwab <schwab@suse.de>
17491
17492 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17493
17494 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17495
17496 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17497
17498 2005-12-30 Juri Linkov <juri@jurta.org>
17499
17500 * locate.el (locate-fcodes-file, locate-header-face)
17501 * progmodes/delphi.el (delphi-other-face)
17502 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17503
17504 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17505 group `paren-showing-faces'.
17506
17507 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17508 (goto-address): Fix docstring.
17509
17510 * net/webjump.el (webjump-sample-sites): Update URLs.
17511
17512 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17513
17514 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17515
17516 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17517
17518 * font-lock.el (font-lock-compile-keywords): Signal an error when
17519 font-lock-set-defaults hasn't been called.
17520
17521 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17522
17523 * subr.el (noreturn, 1value): Doc fixes.
17524
17525 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17526
17527 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17528 that assoc-string returns nil.
17529
17530 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17531
17532 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17533 (bibtex-entry-type-str, bibtex-empty-field-re)
17534 (bibtex-search-backward-string, bibtex-preamble-prefix)
17535 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17536 (bibtex-any-valid-entry-type): New variable.
17537 (bibtex-parse-field-name): Simplify.
17538 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17539 (bibtex-preamble-prefix): Include left delimiter.
17540 (bibtex-search-forward-field, bibtex-search-backward-field):
17541 Allow unbounded search past entry boundaries (required by bibtex-pop).
17542 (bibtex-text-in-field-bounds): Use push.
17543 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17544 (bibtex-parse-preamble, bibtex-valid-entry)
17545 (bibtex-beginning-first-field): New functions.
17546 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17547 (bibtex-map-entries): Fix docstring.
17548 (bibtex-flash-head): New arg prompt. Simplify.
17549 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17550 (bibtex-insert-kill): Simplify. Always insert text past the
17551 current field or entry.
17552 (bibtex-format-entry): Use bibtex-parse-field.
17553 (bibtex-pop): Use bibtex-beginning-of-entry and
17554 bibtex-end-of-entry to initiate the search. Insert empty field if
17555 we found ourselves.
17556 (bibtex-print-help-message): New args field and comma.
17557 Handle entry keys.
17558 (bibtex-make-field): Use bibtex-beginning-of-entry.
17559 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17560 invalid entry.
17561 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17562 Handle preambles. Simplify code for thorough test.
17563 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17564 New arg comma. Handle entry heads.
17565 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17566 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17567 New arg comma.
17568 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17569 (bibtex-fill-field): Simplify.
17570 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17571 bibtex-parse-field.
17572 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17573 (bibtex-complete): Use bibtex-parse-preamble.
17574
17575 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17576
17577 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17578 Display name of expression instead of convenience variable.
17579 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17580
17581 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17582 toggle-gud-tooltip-dereference.
17583 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17584 (gud-tooltip-tips): ...here when dereferencing.
17585
17586 2005-12-28 Bill Wohler <wohler@newt.com>
17587
17588 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17589
17590 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17591
17592 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17593 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17594 (vc-annotate-display-autoscale): Adjust call.
17595 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17596 Fix interactive spec.
17597 (vc-annotate-time-span): Remove.
17598 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17599 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17600 (vc-annotate-display-select): Use new name.
17601
17602 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17603 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17604 Correct the construction of span entries. Simplify.
17605 (vc-annotate-display-select): Fix the nil case.
17606 (vc-annotate): Remove obsolete (and now broken) code.
17607 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17608 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17609
17610 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17611
17612 * subr.el (lazy-completion-table): Correct typo in docstring.
17613
17614 * startup.el (command-line): Use `custom-reevaluate-setting' for
17615 `send-mail-function'.
17616
17617 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17618
17619 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17620
17621 * mail/smtpmail.el (smtpmail-try-auth-methods):
17622 Send credentials together with "AUTH PLAIN" command.
17623
17624 2005-12-27 Richard M. Stallman <rms@gnu.org>
17625
17626 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17627 mouse-2, go back to previously selected window, so it's selected
17628 when mouse-2 command runs.
17629
17630 2005-12-27 Juri Linkov <juri@jurta.org>
17631
17632 * descr-text.el (describe-text-sexp): Use square brackets for
17633 button [Show] to distinguish it from the property value `show'.
17634 (describe-property-list): Use `insert-text-button' with
17635 `help-face' type instead of putting face in quotes, because button
17636 is not created automatically for a list of faces.
17637 (describe-text-properties-1): Put button-type value in quotes to
17638 distinguish from plain text "button".
17639 (describe-char): Display code point values in hex. Don't use
17640 `symbol-name' for `current-input-method' because it is a string.
17641 Use `insert-text-button' with `help-face' type instead of putting
17642 hardcoded face in quotes, because button is not created automatically.
17643
17644 2005-12-27 Richard M. Stallman <rms@gnu.org>
17645
17646 * progmodes/glasses.el (glasses-face): More specific custom type.
17647
17648 * files.el (set-visited-file-name): Doc fix.
17649
17650 * textmodes/flyspell.el (flyspell-external-point-words):
17651 Use local var buffer-scan-pos to advance scan for next misspelling.
17652 Advance it only after we find the misspelling.
17653
17654 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17655
17656 * textmodes/flyspell.el (flyspell-external-point-words):
17657 New criteria for finding the misspelling in the buffer.
17658
17659 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17660
17661 * help-mode.el (help-insert-string): Set help-xref-stack-item
17662 rather than call help-setup-xref.
17663
17664 * descr-text.el (describe-char): Revert previous changes for
17665 optional buffer argument.
17666
17667 2005-12-27 Juri Linkov <juri@jurta.org>
17668
17669 * help-mode.el (help-insert-string): New function. Save buffer
17670 contents in cases where it is impossible to recompute the old contents.
17671
17672 * descr-text.el (describe-char): Set help-xref-stack-item
17673 explicitly after buffer has been generated.
17674
17675 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17676
17677 * cus-start.el (all): Add x-gtk-show-hidden-files.
17678
17679 2005-12-26 Richard M. Stallman <rms@gnu.org>
17680
17681 * replace.el (perform-replace): Calculate match-again
17682 before skipping read-only matches.
17683
17684 * paren.el (paren-showing-faces): New group.
17685 (show-paren-match, show-paren-mismatch): Move to that group.
17686
17687 * button.el (button): Put into group `basic-faces'.
17688
17689 * progmodes/make-mode.el: Remove faces from group `faces'.
17690
17691 * apropos.el (apropos, apropos-value): Doc fix.
17692 (apropos-documentation): Doc fix.
17693
17694 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * subr.el (lazy-completion-table): Remove argument `args'.
17697
17698 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17699 Don't use the `args' argument of lazy-completion-table.
17700
17701 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17702
17703 * descr-text.el (describe-char): Add optional argument for buffer.
17704 Set buffer appropriately. Call help-setup-xref.
17705 Suggested by Stefan Monnier.
17706
17707 2005-12-26 Juri Linkov <juri@jurta.org>
17708
17709 * descr-text.el: Require `help-fns' at runtime. Don't require
17710 `button' for byte compilation.
17711 (describe-text-widget): Add `help-echo' for first button.
17712 Use `help-info' for second.
17713 (describe-property-list): Use `help-argument-name' instead of `italic'.
17714 (describe-text-category): Add prompt to interactive spec.
17715 Call `help-setup-xref'.
17716 (describe-char): Use `help-character-set'. Add `help-echo' for
17717 code point. Use `help-input-method'. Remove superfluous insert.
17718
17719 2005-12-25 Richard M. Stallman <rms@gnu.org>
17720
17721 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17722 at point, in case of narrowing.
17723
17724 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17725
17726 * locate.el (locate-header-face): Allow nil in type.
17727
17728 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17729
17730 2005-12-25 Romain Francoise <romain@orebokech.com>
17731
17732 * battery.el (battery-linux-proc-acpi): Also try
17733 `/proc/acpi/thermal_zone/THM0/temperature'.
17734
17735 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17736
17737 * custom.el (custom-push-theme): Fix docstring.
17738
17739 * cus-edit.el (custom-variable-set, custom-variable-save)
17740 (custom-variable-save): Custom-quote widget values.
17741 (customize-save-variable): Fix custom-push-theme call.
17742
17743 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17744
17745 * w32-fns.el (w32-batch-update-autoloads): New function.
17746
17747 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17748 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17749 from the command line.
17750
17751 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17752
17753 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17754 reset means to remove setting from theme entirely. Don't keep
17755 expanding theme-settings list; delete old entries if necessary.
17756
17757 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17758 customization" button one line up.
17759 (custom-themed): New face.
17760 (custom-magic-alist): New value, THEMED, for theme settings.
17761 (custom-variable-state-set, custom-face-state-set):
17762 Check theme-value instead of saved-value.
17763 (custom-variable-reset-standard, custom-face-reset-standard):
17764 Remove theme setting entirely. Recalculate new values.
17765 (custom-variable-set, custom-variable-set)
17766 (custom-variable-reset-saved, custom-variable-reset-backup)
17767 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17768 (custom-variable-save): Fix typos.
17769
17770 2005-12-23 Juri Linkov <juri@jurta.org>
17771
17772 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17773 Add autoload cookies.
17774 (edebug-outside-d-c-i-n-s-w): New variable.
17775 (edebug-display, edebug-outside-excursion): Use it to save the
17776 original value of default-cursor-in-non-selected-windows.
17777 Set default-cursor-in-non-selected-windows to t while Edebug
17778 is active.
17779 (edebug-mode, edebug-eval-mode): Doc fix.
17780
17781 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17782 with `buffer-substring-no-properties' to remove common substring
17783 highlighting.
17784
17785 * info.el (info-other-window, info): Rename function argument
17786 `file' to `file-or-node'.
17787 (Info-complete-menu-item): Use local variable `complete-nodes' to
17788 keep the global value of `Info-complete-nodes' unchanged for
17789 subsequent completions.
17790 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17791
17792 * simple.el (get-next-valid-buffer, last-buffer)
17793 (next-error-buffer-p, next-error-find-buffer)
17794 (minibuffer-history-sexp-flag): Doc fix.
17795
17796 * savehist.el (savehist-mode-hook): Add `:group'.
17797
17798 * log-view.el: Call autoload for vc-find-version.
17799 (log-view-current-file): Adjust subgroup numbers.
17800 (log-view-current-tag): Add `length'.
17801
17802 2005-12-23 Richard M. Stallman <rms@gnu.org>
17803
17804 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17805
17806 2005-12-23 Juri Linkov <juri@jurta.org>
17807
17808 * hi-lock.el (hi-lock-archaic-interface-message-used)
17809 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17810 (hi-lock-mode): Display "Hi" in the mode line only when
17811 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17812 (hi-lock-write-interactive-patterns):
17813 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17814 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17815 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17816 font-lock-add-keywords to t.
17817
17818 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17819
17820 * hi-lock.el (hi-lock-highlight-range): New variable.
17821 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17822 only if font-lock-fontified is non-nil. Remove overlays.
17823 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17824 font-lock-fontified is non-nil, otherwise use overlays (instead of
17825 text properties).
17826 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17827 New variables.
17828 (hi-lock-string-serialize): New function.
17829
17830 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17831
17832 * menu-bar.el (menu-find-file-existing): New function.
17833 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17834
17835 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17836
17837 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * vc.el: Remove unnecessary leading * in docstrings.
17840 (vc-annotate-mode-map): Move initialization into declaration.
17841 (vc-static-header-alist): Nitpick on the regexp.
17842 (vc-default-init-version): New fun.
17843 (vc-register): Use it.
17844 (vc-insert-headers): Use dolist.
17845 (vc-annotate-get-backend): Remove unused function.
17846 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17847 (vc-annotate-mode): Remove corresponding call.
17848 (vc-annotate-car-last-cons): Simplify.
17849 (vc-annotate-buffers): Remove var.
17850 (vc-annotate-backend): Make it buffer-local.
17851 (vc-annotate): Move the interaction to the interactive spec.
17852 Add a `buf' argument.
17853 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17854 killing&creating a vc-annotate buffer, which is very disruptive when
17855 the buffers are shown in dedicated frames.
17856
17857 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17858
17859 * descr-text.el: Add FSF as maintainer.
17860 (describe-text-mode, describe-text-mode-map)
17861 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17862 help-mode.
17863 (describe-text-widget, describe-text-sexp)
17864 (describe-property-list, describe-text-category)
17865 (describe-text-properties, describe-text-properties-1)
17866 (describe-char): Use help buttons instead of widgets.
17867 (describe-char-unicodedata-file): Make URL link in doc string.
17868
17869 2005-12-22 Richard M. Stallman <rms@gnu.org>
17870
17871 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17872 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17873 Don't include buttons that write a file when there's no file.
17874 (custom-variable-menu, custom-face-menu, custom-group-menu):
17875 Don't include commands that write a file when there's no file.
17876 (customize-browse): Reword the top-of-buffer help intro.
17877 (custom-buffer-create-internal): Fix previous change.
17878 (customize-changed-options-previous-release): Prev release is 21.1.
17879 (customize-changed-options): Doc fix.
17880 (customize-changed): New alias.
17881 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17882 Say "standard values".
17883 (Custom-reset-standard): Doc fix.
17884 (custom-face-reset-standard): Doc fix.
17885
17886 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17887
17888 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17889 even if font-lock-mode is non-nil since it may be t without having
17890 turned on font-lock-mode-internal.
17891 (font-lock-choose-keywords): Minor optimization.
17892 (font-lock-add-keywords, font-lock-remove-keywords)
17893 (font-lock-set-defaults): Don't call make-local-variable on a variable
17894 that we know to already be local.
17895
17896 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17897
17898 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17899 messages if in the minibuffer.
17900
17901 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17904 (tex-mode-flyspell-verify, flyspell-get-word)
17905 (flyspell-external-point-words): Don't use point-min/max uselessly.
17906
17907 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17908 by Kevin Rodgers. Instead, just hide the completions buffer if we
17909 don't need to show it.
17910
17911 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17912
17913 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17914
17915 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17918 delete-windows-on with an inexistent buffer.
17919
17920 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17921
17922 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17923 Delete defcustom variable :tag names.
17924
17925 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17928 (log-view-font-lock-keywords): Ajust subgroup numbers.
17929 (log-view-current-tag): Don't hard code the number of subgroups.
17930
17931 2005-12-20 Juri Linkov <juri@jurta.org>
17932
17933 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17934 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17935
17936 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17937 (menu-bar-non-minibuffer-window-p): Instead of checking
17938 display-multi-frame-p, use selected-frame when menu-updating-frame
17939 is nil.
17940
17941 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17942
17943 * align.el (align-rules-list): Use [ \t] instead of \s-
17944 for column separators in text mode.
17945
17946 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17947
17948 * help-mode.el (help-customize-variable, help-customize-face):
17949 Don't pop help-xref-stack as help-follow no longer pushes
17950 anything on to it.
17951
17952 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17953
17954 * textmodes/org.el (org-agenda-custom-commands): New option.
17955 (org-agenda): Offer custom commands on splash screen.
17956 (org-make-tags-matcher): Parser for Boolean logic added.
17957 (org-agenda-set-tags): New command.
17958 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17959 (org-set-tags): Efficiency improvements.
17960 (org-auto-align-tags): New option.
17961 (org-todo, org-demote, org-promote): Realign tags.
17962 (org-tags-completion-function): Use also "&" and "|" as separators.
17963 (org-org-menu): Agenda commands simplified.
17964
17965 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17966
17967 * cus-edit.el (customize-apropos, customize-apropos-options):
17968 Docstring changes.
17969
17970 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17971
17972 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17973
17974 * longlines.el (longlines-mode): Wrap while widened.
17975 (longlines-decode-region, longlines-encode-region): Compute max
17976 just once.
17977
17978 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17979
17980 * cus-edit.el (mac): New group.
17981
17982 * cus-start.el (all): Add user options in macterm.c. Add test for
17983 Mac-related built-ins. Fix test for GTK-related built-ins.
17984
17985 * term/mac-win.el (mac-handle-language-change)
17986 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17987 (mac-services-open-selection, mac-services-mail-selection)
17988 (mac-services-mail-to, mac-services-insert-text)
17989 (mac-dispatch-apple-event): Add docstrings.
17990 (x-get-selection, mac-select-convert-to-string): Select coding
17991 system from `utf-16be' and `utf-16le' using `byteorder'.
17992
17993 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17996 a "list" (lambda ...) rather than a real completion list.
17997
17998 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17999 lexical-let when encountering ((lambda (...) ...) ...).
18000
18001 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18002
18003 * progmodes/sh-script.el (sh-mode):
18004 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18005 * textmodes/picture.el (picture-mode): Update docstrings.
18006
18007 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18008
18009 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18010 commands enclosed in $(ARGQUOTE)s should not be split between two
18011 lines, as that will break with GNU Make >3.80, when sh.exe is used
18012 and arg quoting is with '..'.
18013 (autoloads): Don't break the quoted --eval expression between
18014 several lines.
18015
18016 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18017
18018 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18019 Capture error from printing circular structures.
18020
18021 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18022
18023 * wid-edit.el (widget-checkbox-action): Clear undo info.
18024
18025 2005-12-16 Bill Wohler <wohler@newt.com>
18026
18027 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18028 bar, not menubar in comment.
18029
18030 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18033 After-change-functions should not clobber the match data.
18034
18035 2005-12-16 Juri Linkov <juri@jurta.org>
18036
18037 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18038 instead of `buffer-substring'.
18039 (completion-common-substring): Doc fix.
18040 (completion-setup-function): Use minibuffer-completion-contents
18041 instead of minibuffer-contents. Don't set common-string-length
18042 initially. Remove special handling of partial-completion-mode.
18043 Move computation of completion-base-size into one cond.
18044 Call completion-base-size-function in mainbuf. In computation of
18045 completion-base-size for file name completion don't move point to
18046 the end of the minibuffer. Move computation of common-string-length
18047 into one cond. Start putting faces only when common-string-length>=0.
18048 Add condition to put completions-common-part when
18049 common-string-length>0.
18050
18051 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18052 place point at the first different character in the minibuffer
18053 even if this position is at the beginning of the minibuffer.
18054
18055 * info.el (Info-read-node-name-1): In completion-base-size-function's
18056 lambda return 1 if common-substring or minibuffer-completion-contents
18057 starts with (, and 0 otherwise.
18058
18059 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18060 Use `crm-current-element' for second arg of `display-completion-list'.
18061
18062 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18063
18064 * files.el (set-auto-mode): Look for an interpreter specified on
18065 the first line also if search for mode specification succeeded,
18066 but the mode is not known.
18067
18068 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18069
18070 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18071 (org-open-at-point): Implement tag searches as links.
18072 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18073 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18074 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18075 (org-agenda-dispatch): New commands.
18076 (org-use-tag-inheritance, org-tags-column): New options.
18077 (org-tab-follows-link, org-return-follows-link): New options.
18078 (org-tags): New customize group.
18079 (org-start-icalendar-file): Get local time zone.
18080 (org-tags-completion-function): New function.
18081 (org-set-font-lock-defaults): Make sure links will also be
18082 highlighted inside headlines.
18083
18084 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18085
18086 * term.el (term-emulate-terminal):
18087 Let term-handle-ansi-terminal-messages override what Bash says about
18088 its current directory.
18089
18090 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18091
18092 * bindings.el (last-buffer): Move to simple.el.
18093 * simple.el (last-buffer): Move here.
18094 (get-next-valid-buffer): New function.
18095 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18096 (prev-buffer): Ditto. Rename to `previous-buffer'.
18097
18098 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18099 * bindings.el (global-map): Ditto.
18100
18101 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * cus-edit.el: Introductory comment change.
18104 (custom-magic-alist): Change message string for the `rogue' state.
18105
18106 2005-12-15 Richard M. Stallman <rms@gnu.org>
18107
18108 * tooltip.el: Delete defcustom variable :tag names.
18109
18110 * complete.el (partial-completion-mode): Doc fix.
18111
18112 * textmodes/flyspell.el (flyspell-external-point-words):
18113 Use save-excursion to ensure we don't move backward in the
18114 search loop, not even one character.
18115 (flyspell-delete-all-overlays): Use remove-overlays directly.
18116
18117 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18118 (ispell-start-process): Set that variable.
18119 Clear ispell-buffer-local-name.
18120 (ispell-internal-change-dictionary):
18121 Set ispell-current-dictionary after killing process.
18122 (ispell-buffer-local-dict):
18123 Don't set spell-personal-dictionary after killing process.
18124 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18125 (ispell-tex-skip-alists, ispell-html-skip-alists)
18126 (ispell-skip-region-alist): Mark as risky.
18127
18128 * net/newsticker.el (newsticker--retrieval-timer-list)
18129 (newsticker--display-timer, newsticker-running-p)
18130 (newsticker-ticker-running-p): Definitions moved up.
18131
18132 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18133
18134 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18135
18136 2005-12-15 David Ponce <david@dponce.com>
18137
18138 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18139 (recentf-edit-list, recentf-open-files): Signal an error when
18140 there is no recent file.
18141
18142 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18143
18144 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18145 read-only except for texinfo-format-region evaluation.
18146
18147 2005-12-14 Richard M. Stallman <rms@gnu.org>
18148
18149 * vc.el (vc-default-previous-version, vc-default-next-version)
18150 (vc-do-command): Doc fixes.
18151
18152 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18153
18154 * textmodes/bibtex.el (bibtex-expand-strings)
18155 (bibtex-autokey-expand-string, bibtex-name-part)
18156 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18157 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18158 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18159 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18160 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18161 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18162 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18163 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18164 (bibtex-beginning-of-last-entry): Remove.
18165 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18166 message if comma is missing but buffer is read-only.
18167 (bibtex-parse-field-text): Handle whitespaces at the end of field
18168 text. Return 3-element list with beginning and end of field text
18169 and end of field.
18170 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18171 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18172 (bibtex-search-forward-field, bibtex-search-backward-field):
18173 Search always delimited by limits of entry. Use more efficient
18174 search algorithms.
18175 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18176 bibtex-end-of-name-in-field.
18177 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18178 extracting the content of a field.
18179 (bibtex-text-in-field): Use search limits.
18180 (bibtex-parse-string-prefix): Handle empty string keys based on
18181 bibtex-string-empty-key.
18182 (bibtex-parse-string): Fix docstring.
18183 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18184 (bibtex-preamble-prefix, bibtex-strings): New functions.
18185 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18186 BibTeX entries (consistent with other BibTeX functions).
18187 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18188 (bibtex-search-entry): Fix docstring. Simplify.
18189 (bibtex-flash-head, bibtex-complete-string-cleanup)
18190 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18191 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18192 (bibtex-parse-entry): New optional arg content.
18193 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18194 Use bibtex-text-in-field-bounds.
18195 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18196 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18197 bibtex-parse-string-postfix.
18198 (bibtex-find-text-internal): New function.
18199 (bibtex-remove-delimiters): Use it.
18200 (bibtex-find-text): Use it. New optional arg help.
18201 (bibtex-complete): Handle BibTeX string and preamble entries.
18202 (bibtex-Preamble): Fix order of closing delimiters.
18203
18204 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * vc.el (vc-default-revert): New fun.
18207
18208 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18209
18210 2005-12-14 Romain Francoise <romain@orebokech.com>
18211
18212 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18213 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18214 (font-lock-remove-keywords): Likewise.
18215
18216 2005-12-14 Juri Linkov <juri@jurta.org>
18217
18218 * log-view.el (log-view-diff): Doc fix.
18219
18220 * isearch.el (isearch-query-replace): Use (mark) instead of
18221 isearch-opoint if mark is active in transient-mark-mode.
18222
18223 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18224
18225 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18226
18227 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18228
18229 * progmodes/cpp.el (cpp-face): New widget.
18230 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18231
18232 2005-12-14 Juri Linkov <juri@jurta.org>
18233
18234 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18235 around `erase-buffer' and `insert'.
18236
18237 * descr-text.el (describe-text-properties): Replace buffer name
18238 "*Help-2*" with "*Help*<2>".
18239 (describe-char): Add functions print-help-return-message,
18240 toggle-read-only. Use help-setup-xref with nil to not store
18241 describe-char in help-xref-stack. Use help-make-xrefs to
18242 make [back] button.
18243
18244 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18245
18246 * wdired.el (wdired-old-point): New internal variable.
18247 (wdired-change-to-wdired-mode): Set it buffer-locally.
18248 (wdired-abort-changes): Restore point after aborting changes.
18249
18250 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * vc.el (vc-do-command): Add a new value t for okstatus.
18253
18254 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18255 frame in case of errors.
18256
18257 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18258
18259 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18260 so it comes after "On the Left" in the menu.
18261
18262 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18263
18264 * cus-edit.el (customize-apropos, customize-apropos-options)
18265 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18266
18267 2005-12-12 Bill Wohler <wohler@newt.com>
18268
18269 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18270 non-writable Subversion-controlled files by saving window
18271 configuration before calling vc-do-command. vc-do-command calls
18272 pop-to-buffer on error which is unexpected during registration.
18273
18274 2005-12-12 Jay Belanger <belanger@truman.edu>
18275
18276 * calc/README: Update the summary of changes.
18277
18278 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18279
18280 * descr-text.el (describe-char): Rework last fix to solve the problem
18281 is the same way it's solved for everything else in that function
18282 (i.e. by extracting the info before setting up the *Help* buffer).
18283
18284 2005-12-12 Kim F. Storm <storm@cua.dk>
18285
18286 * subr.el (version-regexp-alist): Allow space as separator before
18287 non-numeric part, e.g. "1.0 alpha".
18288 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18289
18290 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18291
18292 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18293 Implement Logging and the keep-modes setting.
18294 (org-get-category): Make sure a string is returned.
18295 (org-log-done): New function.
18296 (org-log-done, org-closed-string): New options.
18297
18298 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18299
18300 * tooltip.el (tooltip-y-offset): Change default to 20.
18301
18302 2005-12-12 Richard M. Stallman <rms@gnu.org>
18303
18304 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18305
18306 * frame.el (display-hourglass): Doc fix.
18307
18308 * help.el (help-for-help-internal): Simplify entry for `a'.
18309
18310 * info.el (Info-on-current-buffer): Doc fix.
18311 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18312
18313 * startup.el (inhibit-splash-screen): Make this the real name.
18314 (inhibit-startup-message): Make this the alias.
18315 (command-line): Find only simple.el, and use its directory
18316 to fill in other preloaded files' names.
18317 (command-line): Deactivate the mark if deactivate-mark is set.
18318
18319 * international/mule.el (load-with-code-conversion):
18320 Bind deactivate-mark.
18321
18322 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18323
18324 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18325
18326 * cus-edit.el (customize-apropos): Avoid listing an option more
18327 than once under different aliases. No longer list user options
18328 that are not defined with defcustom (unless a prefix arg is given).
18329 Doc fix.
18330 (customize-apropos-options): Doc fix.
18331
18332 2005-12-11 Juri Linkov <juri@jurta.org>
18333
18334 * frame.el (set-background-color, set-foreground-color)
18335 (set-cursor-color, set-mouse-color, set-border-color):
18336 Add explicit prompts to read colors by `facemenu-read-color'.
18337 (show-trailing-whitespace, blink-cursor-delay)
18338 (blink-cursor-interval, display-hourglass, hourglass-delay):
18339 Remove tags.
18340 (display-hourglass, hourglass-delay): Doc fix.
18341 (cursor-in-non-selected-windows): Capitalize words in tag.
18342
18343 * faces.el (frame-background-mode): Replace `choice-item' keywords
18344 with `const' to not make [default] button. Change default value tag
18345 from `default' to `automatic'. Doc fix.
18346 (trailing-whitespace) <defface>: Change group `whitespace' to
18347 `whitespace-faces'.
18348
18349 2005-12-11 Richard M. Stallman <rms@gnu.org>
18350
18351 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18352
18353 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18354
18355 * term/mac-win.el: Create keymap for mac-apple-event-map.
18356
18357 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18358
18359 * tooltip.el (tooltip-mode): Move to start of file so that it
18360 appears at top of customize buffer.
18361
18362 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18363 Add the gud groupname.
18364 (gud-tooltip-mode): Add the tooltip groupname.
18365 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18366 avoid conflict with tooltip-use-echo-area.
18367
18368 2005-12-10 Romain Francoise <romain@orebokech.com>
18369
18370 * help.el (help-for-help-internal): Add `r' in doc string.
18371
18372 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18373
18374 * align.el (align-regexp, align-highlight-rule):
18375 Use region-beginning and region-end instead of point and mark, so that
18376 repetition (with `repeat-complex-command') recomputes the region
18377 bounds.
18378
18379 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18380
18381 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18382 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18383 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18384 (balance-windows): Rewrite using the above new functions.
18385
18386 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18387
18388 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18389 react if global-hi-lock-mode seems intended.
18390 (global-hi-lock-mode): Renamed from hi-lock-mode.
18391 (hi-lock-archaic-interface-message-used)
18392 (hi-lock-archaic-interface-deduce): New variables.
18393 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18394 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18395 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18396 Replace hi-lock-buffer-mode with hi-lock-mode.
18397
18398 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18399
18400 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18401 completion list, even after a partial completion has been
18402 inserted in the current buffer. If there are more than 1
18403 completion, redisplay the *Completions* buffer; if the
18404 completion is unique, delete the *Completions* window.
18405
18406 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18407
18408 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18409 strings and long subject lines that were broken into multiple
18410 lines at arbitrary places. Handle subjects that have "Re: " in
18411 the middle.
18412
18413 2005-12-10 John W. Eaton <jwe@octave.org>
18414
18415 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18416 comments or strings if octave-auto-indent is nil.
18417
18418 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18419
18420 * term/mac-win.el: Require url when compiling.
18421 Call mac-process-deferred-apple-events after loading init files.
18422 (mac-apple-event-map): New defvar. Define event handlers in it.
18423 (core-event, internet-event): New Apple event class symbols.
18424 (open-application, reopen-application, open-documents)
18425 (print-documents, open-contents, quit-application)
18426 (application-died, show-preferences, autosave-now, get-url):
18427 New Apple event ID symbols.
18428 (about): New HICommand ID symbol.
18429 (mac-event-spec, mac-event-ae): New macros.
18430 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18431 (mac-ae-selection-range, mac-ae-text-for-search)
18432 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18433 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18434 and Services menu events are now defined in mac-apple-event-map.
18435 (mac-drag-n-drop): Remove selection range handling.
18436
18437 2005-12-10 Kenichi Handa <handa@m17n.org>
18438
18439 * simple.el (zap-to-char):
18440 * isearch.el (isearch-process-search-char): Translate CHAR by
18441 translation-table-for-input.
18442
18443 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18444
18445 * foldout.el (foldout-exit-fold): Properly hide subtree.
18446
18447 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18448
18449 * files.el (save-buffer):
18450 * international/ucs-tables.el (ucs-set-table-for-input):
18451 * mail/mail-extr.el (mail-extract-address-components):
18452 * mail/sendmail.el (mail-mode): Reformat doc string.
18453
18454 2005-12-09 Juri Linkov <juri@jurta.org>
18455
18456 * isearch.el (isearch-highlight): Change main overlay priority
18457 from 1 to 1001. Simplify.
18458 (isearch-lazy-highlight-update): Change lazy overlay priority
18459 from 0 to 1000.
18460
18461 * replace.el (replace-highlight): Change overlay priority from
18462 1 to 1001.
18463
18464 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18465 Change overlay priority from 1 to 1001. Reuse existing overlay.
18466
18467 * compare-w.el (compare-windows-highlight): Change overlay
18468 priority from 1 to 1000.
18469
18470 * menu-bar.el (menu-bar-edit-menu): Add listp around
18471 pending-undo-list to disable menu item "undo" when pending
18472 undo list is empty.
18473
18474 * locate.el (locate): Disable undo in *Locate* buffer.
18475
18476 2005-12-09 Kim F. Storm <storm@cua.dk>
18477
18478 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18479
18480 2005-12-09 David Ponce <david@dponce.com>
18481
18482 * recentf.el: Improvement of the menu code.
18483 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18484 instead of menu hook.
18485 (recentf-show-menu, recentf-hide-menu): New functions.
18486 (recentf-menu-customization-changed, recentf-mode): Use them.
18487 (recentf-menu-action, recentf-max-menu-items)
18488 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18489 (recentf-arrange-by-rule-others)
18490 (recentf-arrange-by-rules-min-items)
18491 (recentf-arrange-by-rule-subfilter): Don't use
18492 `recentf-menu-customization-changed'.
18493 (recentf-arrange-rules): Likewise. Accept functions to compute
18494 sub-menu titles.
18495 (recentf-menu-filter): Likewise. Doc fix.
18496 (recentf-menu-value-shortcut): Doc fix.
18497 (recentf-dump-variable): Quote atom value.
18498 (recentf-make-menu-items): Update to use it as a menu filter.
18499 (recentf-match-rule): New function.
18500 (recentf-arrange-by-rule): Use it.
18501 (recentf-indirect-mode-rule): New function.
18502 (recentf-build-mode-rules): Use it.
18503 (recentf-dir-rule): New function.
18504 (recentf-arrange-by-dir): Use it.
18505 (recentf-filter-changer-current): Rename from
18506 `recentf-filter-changer-state'. All references updated.
18507 (recentf-filter-changer-alist): Update filter names.
18508 (recentf-filter-changer-select): New function.
18509 (recentf-filter-changer): Use it. Make a sub-menu from filters
18510 available in `recentf-filter-changer-alist'.
18511 (recentf-data-cache, recentf-clear-data)
18512 (recentf-update-menu): Remove. All references updated.
18513 (recentf-match-rule-p, recentf-build-dir-rules)
18514 (recentf-filter-changer-goto-next)
18515 (recentf-filter-changer-get-current)
18516 (recentf-filter-changer-get-next): Remove.
18517
18518 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18519
18520 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18521 buffer "Reset" button to "Reset to Current" for consistency with
18522 the State buttons.
18523
18524 2005-12-08 John Paul Wallington <jpw@pobox.com>
18525
18526 * ibuf-ext.el (define-ibuffer-filter filename):
18527 If `dired-directory' is a list then really use its car.
18528
18529 2005-12-08 Kim F. Storm <storm@cua.dk>
18530
18531 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18532 Fix indention of text on right side of replaced rectangle.
18533
18534 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18535
18536 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18537 No need to check gud-comint-buffer is bound.
18538 (gdb): Prevent multiple debugging when first session uses gdba.
18539
18540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18541
18542 CC Mode update to 5.31.
18543
18544 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18545 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18546 We might do this function properly in the future).
18547
18548 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18549 New macros c-sentence-end and c-default-value-sentence end, to cope
18550 with Emacs 22's new function `sentence-end'.
18551
18552 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18553
18554 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18555 compat issue using `c-put-overlay' and `c-delete-overlay'.
18556
18557 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18558 New compat macros to handle overlays/extents.
18559
18560 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18561
18562 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18563 (for GNU Emacs 20.4).
18564
18565 * progmodes/cc-defs.el
18566 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18567
18568 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18569 highlighting mechanism so it will work in XEmacs too.
18570
18571 * progmodes/cc-defs.el: Insert c-int-to-char.
18572
18573 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18574 call to the new macro c-int-to-char. This solves XEmacs's
18575 regarding characters as different from integers.
18576
18577 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18578
18579 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18580 New internal helper.
18581
18582 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18583 construct to make the indirect face lookup work in XEmacs.
18584
18585 (c-cpp-matchers): Append the negation char face to the existing
18586 fontification, so that the cpp face doesn't disappear.
18587 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18588 and strings.
18589
18590 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18591 to map to `font-lock-negation-char-face' in emacsen where it exists.
18592
18593 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18594
18595 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18596
18597 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18598 Rename "c-subword-move-mode" as "c-subword-mode".
18599
18600 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18601 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18602
18603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18604
18605 * progmodes/cc-mode.el: Added autoload directive for
18606 `c-subword-move-mode' for use in older emacsen.
18607
18608 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18609
18610 * progmodes/cc-mode.el:
18611 (i): Insert a binding for C-c C-backspace into
18612 c-bind-special-erase-keys which works in TTYs.
18613 (ii): Make sure that when file styles are used, any explicitly
18614 given style variables take priority over those in the style.
18615 Do this by calling `hack-local-variables' a second time.
18616
18617 * progmodes/cc-vars.el: Add language specific customization
18618 widgets for AWK to c-doc-comment-style, c-require-final-newline
18619 and c-default-style. Add a defcustom for awk-mode-hook.
18620 Give c-syntactic-element and c-syntactic-context doc-strings by
18621 directly setting their `variable-documentation' propery.
18622 This allows Emacs 22.1 to read these with C-h v.
18623
18624 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18625
18626 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18627
18628 * progmodes/cc-fonts.el, cc-vars.el
18629 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18630 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18631 Masatake YAMATO.
18632
18633 (c-doc-comment-style): Made GtkDoc default in C mode.
18634
18635 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18636 and C-c C-<delete>.
18637
18638 (c-bind-special-erase-keys): New function for use on
18639 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18640
18641 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18642 <delete> key behavior in XEmacs according to `delete-forward-p'.
18643 C.f. `c-electric-delete'.
18644
18645 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18646
18647 * progmodes/cc-mode.el: Give c-hungry-backspace and
18648 c-hungry-delete-forward permanent key bindings.
18649
18650 * progmodes/cc-cmds.el (c-electric-semi&comma):
18651 Bind c-syntactic-context for calls to "criteria functions", for
18652 consistency with other calls to user functions.
18653
18654 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18655 `current-prefix-arg', since this might be the prefix arg to a
18656 command which calls c-indent-command as a function. Change the
18657 interactive spec from "p" to "P".
18658
18659 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18660 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18661 was difficult to understand.
18662
18663 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18664
18665 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18666 first char of an identifier.
18667
18668 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18669 +" syntax in C++.
18670
18671 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18672
18673 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18674 auto-fill doesn't split a c-comment's last word from a hanging
18675 "*/" when a space is typed between them after fill-column.
18676
18677 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18678
18679 * progmodes/cc-styles.el (c-set-style)
18680 (c-setup-paragraph-variables): Abort the command if we're not in a
18681 CC Mode buffer.
18682
18683 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18684 with blank comment-prefix, and a blank line as the comment's
18685 second line.
18686
18687 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18688
18689 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18690 Incorporate the patterns added in the Emacs development branch
18691 for the new Emacs 22 face `font-lock-negation-char-face'.
18692
18693 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18694 of "red" since it stands out better in xterms and DOS terminals.
18695
18696 * progmodes/cc-engine.el (c-literal-faces):
18697 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18698
18699 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18700
18701 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18702 forcibly enable c-electric-flag.
18703
18704 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18705 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18706 after the comment-prefix of a C-style comment will close that comment.
18707
18708 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18709
18710 * progmodes/cc-fonts.el (c-basic-matchers-before)
18711 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18712 in Pike.
18713
18714 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18715 digraphs.
18716
18717 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18718 (c-cpp-message-directives, c-cpp-include-directives)
18719 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18720 (c-cpp-expr-directives): Introduce new language constants to
18721 control cpp syntax in a cleaner way.
18722
18723 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18724
18725 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18726
18727 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18728 (c-multiline-string-start-char): New language constants and
18729 variables to specify how newlines in string literals work.
18730
18731 (c-font-lock-invalid-string): Use them.
18732
18733 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18734 unbalanced close brace is entered. Optimization by avoiding going
18735 back over arbitrarily large blocks. Removed hints that this
18736 function only would be relevant/useful in AWK.
18737
18738 (c-electric-brace): Indent syntactically after the cleanups since
18739 lineup functions might do it differently then.
18740
18741 * progmodes/cc-engine.el, cc-langs.el
18742 (c-opt-op-identifier-prefix): New language constant and variable.
18743
18744 (c-just-after-func-arglist-p, c-after-special-operator-id)
18745 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18746
18747 * progmodes/cc-align.el, cc-engine.el
18748 (c-after-special-operator-id): New helper to handle C++ operator
18749 identifiers.
18750
18751 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18752 (c-guess-basic-syntax): Handle C++ operator identifiers in
18753 declarations.
18754
18755 * progmodes/cc-langs.el (c-assignment-operators): Add the
18756 trigraph version of ^= too.
18757
18758 * progmodes/cc-langs.el (c-assignment-operators): Add the
18759 trigraph version of |= in C++.
18760
18761 * progmodes/cc-fonts.el (c-font-lock-declarators):
18762 Handle `c-decl-hangon-kwds' after the identifier name.
18763
18764 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18765 whether an arglist is "nonempty", ignore a comment after the open
18766 paren if it isn't followed by a non-comment token on the same line.
18767
18768 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18769 Enable heuristics below the point to cope with classes inside special
18770 brace lists in Pike.
18771
18772 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18773
18774 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18775
18776 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18777
18778 * progmodes/cc-guess.el (cc-guess-install): New function to
18779 install an already guessed style in another buffer.
18780
18781 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18782 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18783 anyway if the change always is undone.
18784
18785 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18786
18787 Implement togglable electricity:
18788
18789 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18790 saying when it should be used.
18791
18792 * progmodes/cc-engine.el: Add the new buffer-local variable,
18793 c-electric-flag.
18794
18795 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18796 c-toggle-auto-newline.
18797
18798 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18799 c-toggle-auto-newline. Remove the binding for
18800 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18801 c-toggle-electric-state.
18802
18803 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18804
18805 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18806 c-\(forward\|backward\)-subword.
18807 (c-update-modeline): Add the new modeline flag `l' for
18808 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18809 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18810 Make the old name an alias of the new name.
18811 (c-toggle-electric-state): New function.
18812 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18813 Adapt these functions to do electric things only when
18814 c-electric-flag is non-nil.
18815 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18816 new functions from c-electric-brace.
18817 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18818 mode, so that the tentative extra newline doesn't change the
18819 syntax of the following brace.
18820 (c-electric-brace): Restructure by extracting the above functions.
18821 Tidy up the coding somewhat.
18822 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18823 restructure a bit.
18824
18825 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18826
18827 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18828 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18829
18830 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18831 (c-submode-indicators): Change name from `c-auto-hungry-string'
18832 since it's now used to track another submode.
18833
18834 (c-update-modeline): Convert to function and extended to check
18835 `c-subword-move-mode'.
18836
18837 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18838 Convert to compat aliases for `c-forward-subword' and
18839 `c-backward-subword'.
18840
18841 * progmodes/cc-subword.el: New functions and minor mode to handle
18842 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18843
18844 (c-forward-subword, c-backward-subword, c-mark-subword)
18845 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18846 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18847 Functions corresponding to the standard word handling functions.
18848
18849 (c-subword-move-mode): Minor mode that replaces all the standard
18850 word handling functions with their subword equivalences.
18851
18852 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18853
18854 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18855 entry for one-liner-defun.
18856
18857 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18858 name in its def-edebug-spec.
18859
18860 * progmodes/cc-cmds.el (c-electric-brace): Make the
18861 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18862 compacts space before a comment, if this will make things fit on
18863 one line.
18864
18865 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18866
18867 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18868
18869 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18870 clean-up one-liner-defun.
18871
18872 * progmodes/cc-styles.el: Add the new "awk" style.
18873
18874 * progmodes/cc-vars.el: Add description of one-liner-defun to
18875 c-cleanup-list's doc-string. New user options,
18876 c-max-one-liner-length. In c-default-style, set the default style
18877 for AWK to "awk".
18878
18879 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18880
18881 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18882 macros inside labels.
18883
18884 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18885 `c-at-statement-start-p' and `c-at-expression-start-p'.
18886
18887 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18888 error if the mark isn't set.
18889
18890 * progmodes/cc-engine.el (c-guess-continued-construct)
18891 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18892 accurately detect functions inside functions.
18893
18894 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18895 like `c-at-statement-start-p' that additionally recognizes commas
18896 and expression parentheses as delimiters.
18897
18898 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18899 to avoid heuristics that doesn't work for unclosed blocks.
18900 (c-at-statement-start-p): New function.
18901
18902 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18903 Objective-C directives, e.g. directives spanning lines should work
18904 reasonably well now.
18905
18906 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18907
18908 (c-forward-objc-directive): New function to move over any ObjC
18909 directive.
18910
18911 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18912 (c-basic-matchers-before): Use it.
18913
18914 (c-font-lock-objc-iip-decl): Remove.
18915
18916 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18917 in the template arglist recognition.
18918
18919 * progmodes/cc-styles.el (c-style-alist): Fix several
18920 inconsistencies in the Whitesmith style.
18921
18922 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18923 New lineup function to get lines after Whitesmith style blocks
18924 correctly indented.
18925
18926 (c-lineup-whitesmith-in-block): Back out the compensation for
18927 opening parens since it's done using `add' lists in the style
18928 definition instead. Don't use the anchor position since it varies
18929 too much between the syntactic symbols. :P
18930
18931 * progmodes/cc-vars.el (c-valid-offset): Update.
18932
18933 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18934 lists where the offsets are combined according to several
18935 different methods: `first', `min', `max', and `add'.
18936 Report offset evaluation errors with `c-benign-error' so that some kind
18937 of reindentation still is done.
18938
18939 * progmodes/cc-engine.el (c-guess-basic-syntax):
18940 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18941 `arglist-close'.
18942
18943 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18944 situations for `arglist-cont-nonempty' and `arglist-close'.
18945
18946 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18947
18948 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18949 cc-bytecomp-boundp' in a number of places.
18950
18951 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18952 macro related issue.
18953
18954 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18955
18956 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18957 list is now [asdf], a char class [:alpha:].
18958 Include code for char classes.
18959 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18960 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18961
18962 Remove (nearly all of) the cruft associated with AWK Mode's former
18963 concept of "virtual semicolons":
18964
18965 Adapt c-beginning-of-statement, c-end-of-statement (together with
18966 subfunctions) to use the new notion of "virtual semicolon" in
18967 place of the old awkward special handling for AWK. There remains
18968 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18969 * progmodes/cc-cmds.el:
18970 (c-ascertain-adjacent-literal): In the backwards direction, now
18971 recognises AWK regexp delimiters as string delimiters.
18972 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18973 check more rigorously for "end of macro".
18974 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18975 virtual semicolons;
18976 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18977 out the code for forward movement into ...
18978 (c-end-of-statement): Now contains the code for forward movement,
18979 adapted for virtual semicolons.
18980
18981 * progmodes/cc-engine.el:
18982 (c-ws*-string-limit-regexp): New regexp.
18983 (c-forward-single-comment, c-backward-single-comment): Comment out
18984 the (now redundant) "special" AWK stuff.
18985
18986 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18987 c-string-par-start, c-string-par-separate to be more like Text
18988 Mode than Fundamental Mode.
18989
18990 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18991
18992 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18993 to the fontified region so that fontification doesn't occur
18994 outside it (could happen e.g. when fontifying a line with an
18995 unfinished declaration).
18996
18997 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18998
18999 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19000 start of the file. ^L now separate sections of the file.
19001 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19002 (c-awk-one-line-possibly-open-string-re)
19003 (c-awk-regexp-one-line-possibly-open-char-class-re)
19004 (c-awk-one-line-possibly-open-regexp-re)
19005 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19006 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19007
19008 Amend the concept of "virtual semicolons" (in the indentation
19009 engine) for languages like AWK, such that they are now
19010 conceptually attached to end of the last token of a statement, not
19011 the end of the line. (In AWK Mode, however, the pertinent text
19012 property is still physically set on the EOL.) Remove the specific
19013 tests for awk-mode, thus facilitating the introduction of other
19014 language modes where EOLs can end statements.
19015 (Note: The funtionality in cc-cmds.el, specifically
19016 c-beginning/end-of-statement has yet to be amended.)
19017
19018 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19019 New macros.
19020
19021 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19022 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19023 c-vsemi-status-unknown-p-fn (in a new page).
19024
19025 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19026 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19027 numerous awkward forms like
19028 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19029 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19030 variable before-ws-ip, the place just after char-before-ip appears.
19031
19032 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19033 a comment.
19034
19035 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19036
19037 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19038 `c-tentative-buffer-changes'.
19039
19040 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19041 convert to macro to choose between Emacs and XEmacs at compile time.
19042
19043 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19044
19045 (c-tentative-buffer-changes): New macro to handle temporary buffer
19046 changes in a convenient way.
19047
19048 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19049 for `c-tentative-buffer-changes'.
19050
19051 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19052 the checks for paren sexps between the point and the keyword, to
19053 avoid some false alarms.
19054
19055 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19056 Fixed a situation where an error could be thrown for unbalanced
19057 parens. Changed to make use of c-keyword-member' to avoid some
19058 repeated regexp matches.
19059
19060 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19061 These language variable are no longer necessary.
19062
19063 (c-block-stmt-kwds): New language constant used by
19064 c-looking-at-inexpr-block'.
19065
19066 (c-guess-basic-syntax): Remove an optional check that looked at
19067 the existence of the now removed language variables.
19068
19069 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19070 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19071 object instantiation expressions as declarations in some contexts.
19072 This bug only affected languages where the declarator can't be
19073 enclosed in parentheses.
19074
19075 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19076 insert newlines before and after substatement braces.
19077
19078 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19079 function declaration headers and the handling of C++ style member
19080 init lists.
19081
19082 (c-just-after-func-arglist-p): Rewritten to use
19083 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19084
19085 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19086
19087 (c-guess-basic-syntax): Adapt case 5B for the new
19088 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19089 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19090 covers all cases now).
19091
19092 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19093
19094 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19095
19096 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19097 c-string-par-start/separate c-sentence-end-with-esc-eol,
19098 initialised in c-setup-paragraph-variables, used in string
19099 scanning subroutines of c-beginning-of-statement.
19100
19101 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19102 which precedes the newly inserted `{'.
19103
19104 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19105
19106 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19107 function for declaration level blocks. It should now cope with
19108 templates better and also be a lot more comprehensible.
19109
19110 (c-looking-at-decl-block): The new function.
19111
19112 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19113 for compatibility.
19114
19115 (c-add-class-syntax, c-guess-continued-construct)
19116 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19117
19118 (c-decl-block-key): Change to tell apart ambiguous and
19119 unambiguous keywords. Pike specials are now handled directly in
19120 the code instead.
19121
19122 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19123 New language constants and variables to make the backward skip in
19124 `c-looking-at-decl-block' as tight as possible.
19125
19126 (c-nonsymbol-token-char-list): New language constant.
19127
19128 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19129 find balanced template arglists backwards.
19130
19131 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19132 making char classes for `c-syntactic-skip-backward'.
19133
19134 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19135 16D - can't be a class-close at that point.
19136
19137 * progmodes/cc-engine.el (c-guess-basic-syntax)
19138 (c-add-class-syntax): Don't narrow out the enclosing declaration
19139 level. This makes everything a lot easier, and it was actually
19140 only four small places that needed it to work. Some places that
19141 previously did `widen' are removed now, which has the effect that
19142 `c-guess-basic-syntax' never will look at things outside the
19143 current narrowment now. The anchor position for `topmost-intro'
19144 is affected by this, but it was so bogus it was basically useless
19145 before, and now it's equally bogus but in a slightly different way.
19146
19147 (c-narrow-out-enclosing-class): Gone.
19148
19149 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19150 the narrowed region.
19151
19152 (c-least-enclosing-brace): Remove silly optional argument.
19153
19154 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19155 the point could be left directly after an open paren when finding
19156 the beginning of the first decl in the block.
19157
19158 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19159 Specify which submatch to use.
19160
19161 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19162
19163 (c-decl-start-re): No longer any need for special treatment of
19164 ObjC due to the above.
19165
19166 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19167 presumably follows C in that regard.
19168
19169 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19170 New language constants to specify operator tokens inside
19171 identifiers in a more high level way.
19172
19173 (c-opt-identifier-prefix-key): New internal language constant.
19174
19175 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19176 (c-identifier-start, c-identifier-key): Now completely calculated
19177 from other constants.
19178
19179 (c-identifier-last-sym-match): Decommission since it's no longer used.
19180
19181 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19182
19183 * progmodes/cc-engine.el (c-forward-name): Remove the
19184 optimization when c-identifier-key is equal to c-symbol-key since
19185 it doesn't work in byte compiled files. Don't record empty
19186 regions as identifiers.
19187
19188 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19189 simplify access to `c-operators' and its likes.
19190
19191 (c-operator-list, c-all-op-syntax-tokens)
19192 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19193 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19194 (c-primary-expr-regexp, c-cast-parens): Use it.
19195
19196 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19197 an explicit language in functions.
19198
19199 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19200 variant of adornment.
19201
19202 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19203 variable.
19204
19205 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19206 the Pike value.
19207
19208 * progmodes/cc-engine.el (c-on-identifier)
19209 (c-simple-skip-symbol-backward): Small fix for handling "-"
19210 correctly in `skip-chars-backward'. Affected the operator lfun
19211 syntax in Pike.
19212
19213 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19214 diagnostic message about precompiled language vars not being used.
19215
19216 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19217 "__attribute__" is followed by a parenthesis.
19218
19219 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19220 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19221 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19222
19223 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19224 Internal cleanups to properly detect the declared identifiers in
19225 various declarations.
19226
19227 (c-decl-start-kwds): New language constant to recognize
19228 declarations that can start anywhere. Used for class declarations
19229 in Pike.
19230
19231 (c-specifier-key, c-not-decl-init-keywords)
19232 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19233 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19234
19235 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19236 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19237 handling of the compiler specific extension keywords into a new
19238 language constant `c-decl-hangon-kwds' that defines keyword
19239 clauses to be ignored in declarations.
19240
19241 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19242 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19243 Necessary to stop at the declared identifier in e.g. IDL valuetype
19244 declarations.
19245
19246 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19247 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19248 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19249 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19250 class and enum declarations as such and not as part of the type.
19251
19252 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19253 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19254
19255 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19256 declarations when there's some syntax error later on.
19257
19258 (c-complex-decl-matchers): Did away with a reference to
19259 `c-specifier-key'.
19260
19261 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19262 value - this variable is always dynamically bound.
19263
19264 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19265 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19266 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19267 functions that might do hidden buffer changes: All such internal
19268 functions are now marked instead of those that don't.
19269
19270 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19271 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19272 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19273 (c-literal-type): Allow these functions to make hidden buffer changes,
19274 so that they are free to use text property caching later on.
19275
19276 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19277 (c-electric-brace, c-electric-slash, c-electric-star)
19278 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19279 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19280 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19281 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19282 with the changed semantics of the functions above.
19283
19284 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19285 when macros occur in obscure places. Optimized the sexp movement
19286 a bit.
19287
19288 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19289
19290 Enhancements for c-beginning-of-statement to work in AWK Mode:
19291
19292 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19293 (completed statement) with `}' (statement completed by closing
19294 brace or semicolon) and `$' (statement completed by EOL).
19295
19296 (c-awk-virtual-semicolon-ends-prev-line-p)
19297 (c-awk-virtual-semicolon-ends-line-p)
19298 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19299 (c-awk-at-statement-end-p): New functions.
19300
19301 * progmodes/cc-cmds.el: Simplify the structure of functions
19302 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19303 two functions and c-beginning-of-statement to handle AWK Mode.
19304
19305 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19306 c-backward-single-comment for AWK mode. Attempt to clarify their
19307 doc-strings.
19308
19309 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19310
19311 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19312
19313 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19314 label handling. Labels are now recognized in a uniform and more
19315 robust way, regardless of context. Text properties are put on all
19316 labels to recognize the following declarations better.
19317 Multiword labels are handled both in indentation and fontification for
19318 the benefit of language extensions like Qt. For consistency, keywords
19319 in labels are now fontified with the label face instead.
19320 That also applies to "case" and "default".
19321
19322 (c-beginning-of-statement-1): Fix some bugs in the label
19323 handling. Disregard `c-nonlabel-token-key' in labels that begin
19324 with `c-label-kwds'.
19325
19326 (c-find-decl-spots): Support that the callback adds more
19327 `c-decl-end' spots to find.
19328
19329 (c-forward-decl-or-cast-1): Don't treat a list of plain
19330 identifiers followed by a colon as a declaration.
19331
19332 (c-forward-label): New function to recognize labels.
19333
19334 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19335 `c-forward-label'. Moved the label recognition cases (14 and 15)
19336 earlier since they aren't so context sensitive now. Handle labels
19337 on the top level gracefully. Moved access label recognition to
19338 the generic label case (CASE 15) - removed CASE 5E.
19339
19340 (c-font-lock-declarations): Add recognition of labels in the
19341 same round since we need to handle labels in parallell with other
19342 declarations to recognize both accurately. It should also improve
19343 speed.
19344
19345 (c-simple-decl-matchers, c-basic-matchers-after):
19346 Move `c-font-lock-labels' so that it only is used on decoration level 2
19347 since `c-font-lock-declarations' handles it otherwise.
19348
19349 (c-complex-decl-matchers): Remove the simplistic recognition of
19350 access labels.
19351
19352 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19353 with labels earlier.
19354
19355 (c-decl-start-re): New language variable to make
19356 `c-font-lock-declarations' stop for the special protection labels
19357 in Objective-C that start with `@'.
19358
19359 (c-label-key): Remove since it's no longer used.
19360
19361 (c-recognize-colon-labels, c-label-prefix-re): New language
19362 constants to support recognition of generic colon-terminated labels.
19363
19364 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19365 are colon terminated labels.
19366
19367 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19368 first argument starts with a special brace list.
19369
19370 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19371 (c-font-lock-declarations): Break out the declaration and cast
19372 recognition from `c-font-lock-declarations' to a new function, so
19373 that it can be used in the indentation engine.
19374
19375 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19376 up to the start of the literal. Fixed bug with the point on the
19377 wrong side of the search limit that could happen when the start
19378 position is inside a literal.
19379
19380 * progmodes/cc-engine.el (c-parse-state)
19381 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19382 so that it's kept a little bit back to increase the hit rate.
19383
19384 (c-parse-state): Change the macro handling and fixed some
19385 glitches. Macro context is checked more often than necessary now,
19386 but otoh less garbage conses are generated.
19387
19388 * progmodes/cc-engine.el (c-parse-state)
19389 (c-invalidate-state-cache): Cache the last position where
19390 `c-state-cache' applies. This can speed up refontification quite
19391 a bit in blocks where there are many non-brace parens before the point.
19392
19393 (c-state-cache-end): New variable for this.
19394
19395 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19396 cache variable.
19397
19398 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19399 get close initial continue positions when the start position is
19400 inside a literal or macro. Do not call the callback for spots
19401 before the start position (which can happen e.g. for `c-decl-end'
19402 spots inside comments). Optimize better in special cases when the
19403 region is a single line inside a literal or macro (typically when
19404 the current line is refontified).
19405
19406 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19407 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19408 entries from the paren state.
19409
19410 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19411 special case for "else if" clauses.
19412
19413 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19414 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19415
19416 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19417 New language variable to recognize the gcc extension with statement
19418 blocks inside expressions.
19419
19420 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19421 it somewhat more comprehensible. The argument AT-BLOCK-START is
19422 no longer used and hence removed.
19423
19424 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19425 to `c-add-stmt-syntax'.
19426
19427 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19428 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19429 This fixes bogus label recognition.
19430
19431 * progmodes/cc-engine.el (c-add-type, c-check-type)
19432 (c-forward-name, c-forward-type): Improve storage of template
19433 types in `c-found-types' so that they can be recognized better.
19434
19435 (c-syntactic-content): Add option to skip past nested parens.
19436
19437 * progmodes/cc-engine.el (c-forward-name):
19438 Set `c-last-identifier-range' all the time. It's less work that way.
19439 Handle that there might not be an identifier to store in
19440 `c-last-identifier-range'.
19441
19442 (c-forward-type): Handle that `c-last-identifier-range' might be
19443 nil from `c-forward-name'.
19444
19445 * progmodes/cc-defs.el (c-safe-scan-lists)
19446 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19447
19448 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19449 to work even if the form fails.
19450
19451 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19452 down in a large file in one go.
19453
19454 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19455
19456 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19457 function which is like `c-lineup-math' but returns nil instead of
19458 `c-basic-offset' when it doesn't match.
19459
19460 (c-lineup-math): Change to use `c-lineup-assignments'.
19461
19462 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19463
19464 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19465 c-beginning-of-statement. New subfunctions
19466 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19467
19468 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19469
19470 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19471 hardcoded char classes whereever possible. Changed a couple of
19472 places to use skip by syntax instead of skip by char class.
19473
19474 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19475 Fix a bug in the regexp that caused extreme backtracking.
19476
19477 * progmodes/cc-langs.el (c-block-comment-starter)
19478 (c-block-comment-ender): New language constants to specify in a
19479 single place how block comments look.
19480
19481 (c-comment-start-regexp, c-block-comment-start-regexp)
19482 (comment-start, comment-end, comment-start-skip)
19483 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19484 (c-syntactic-ws, c-nonempty-syntactic-ws)
19485 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19486 `c-line-comment-starter', `c-block-comment-starter' and
19487 `c-block-comment-ender'.
19488
19489 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19490 New language constants to break up things a bit.
19491
19492 (c-simple-ws): New language constant for simple whitespace.
19493
19494 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19495
19496 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19497 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19498 newlines. Allow and ignore nil elements in the list.
19499
19500 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19501
19502 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19503 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19504
19505 * progmodes/cc-cmds.el: Tidy up the comments in
19506 c-beginning-of-statement and subfunctions.
19507
19508 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19509 more flexible c-put-char-property and c-clear-char-properties.
19510 Add the author's email address.
19511
19512 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19513
19514 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19515 closing "*/" of a block comment.
19516
19517 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19518 subfunctions) so that it works at BOB and EOB.
19519
19520 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19521 c-beginning-of-statement, including new variable
19522 c-block-comment-start-regexp.
19523
19524 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19525
19526 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19527 symbols from `*-font-lock-extra-types' so that there's no need to
19528 use `regexp-opt' on those lists.
19529
19530 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19531 `c-type-modifier-kwds' is empty.
19532
19533 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19534 there are several strings on the same line.
19535
19536 * progmodes/cc-engine.el (c-literal-limits): Remove the
19537 compatibility function for older emacsen. `c-literal-limits-fast'
19538 has now taken the place of this function.
19539
19540 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19541 with older emacsen: We now require `pps-extended-state'.
19542
19543 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19544
19545 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19546 which obviates the need to hack sentence-end. This now handles
19547 escaped newlines in strings correctly. Correct minor bugs in
19548 c-move-over-sentence and in c-beginning-of-statement.
19549
19550 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19551 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19552 that movement over macros and code are rigorously separated from
19553 eachother. Correct a few incidental bugs.
19554
19555 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19556 Improve its doc-string. Improve the handling of certain specific cases.
19557
19558 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19559
19560 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19561 (c-guess-basic-syntax): Change the way class-level labels are
19562 recognized; they can now contain essentially any symbols.
19563
19564 (c-opt-extra-label-key): New language variable to cope with the
19565 special protection label syntax in Objective-C.
19566
19567 (c-opt-access-key): Remove; this is now handled better by
19568 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19569
19570 (c-complex-decl-matchers): Update to handle that
19571 `c-opt-access-key' no longer exists.
19572
19573 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19574 improved label recognition in `c-beginning-of-statement-1'.
19575
19576 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19577 Recognize bitfields better.
19578
19579 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19580 Remove some cruft and fixed a bug that could cause it to go to a
19581 position further down.
19582
19583 * progmodes/cc-langs.el, cc-engine.el
19584 (c-beginning-of-statement-1): Improve detection of labels in
19585 declaration contexts.
19586
19587 (c-beginning-of-decl-1): Use it.
19588
19589 (c-nonlabel-token-key): New language constant and variable needed
19590 by `c-beginning-of-statement-1'.
19591
19592 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19593 manifested itself due to the correction in `c-forward-sexp'.
19594
19595 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19596 Make these behave as documented when used at the buffer limits.
19597
19598 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19599 (c-type-decl-end-used): Made this a language variable.
19600
19601 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19602 correctly when `combine-after-change-calls' is used together with
19603 temporary narrowings.
19604
19605 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19606 Report labels correctly when the start point is immediately after the
19607 colon.
19608
19609 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19610 Remove since it isn't used anymore.
19611
19612 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19613 bracket arglists such as template parens in C++.
19614
19615 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19616 in the last check-in. Some optimization.
19617
19618 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19619 where it could stop at the same level in a preceding sexp when
19620 PAREN-LEVEL is set.
19621
19622 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19623 text property lookup only when it's needed.
19624
19625 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19626 Change the policy for paren marked angle brackets to be more
19627 persistent; once marked they remain marked even when they're found
19628 to be unbalanced in the searched region. This should keep the
19629 paren syntax around even when individual lines are refontified in
19630 multiline template arglists.
19631
19632 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19633 to control markup so that incorrect angle bracket arglists aren't
19634 marked in contexts where the correct value for
19635 `c-disallow-comma-in-<>-arglists' isn't known.
19636
19637 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19638 argument has become `c-parse-and-markup-<>-arglists'.
19639
19640 (c-remove-<>-arglist-properties): Remove - no longer used.
19641
19642 (c-after-change-check-<>-operators): New function used on
19643 `after-change-functions' to avoid that "<" and ">" characters that
19644 are part of longer operators have paren syntax.
19645
19646 (c-<>-multichar-token-regexp): New language variable used by
19647 `c-after-change-check-<>-operators'.
19648
19649 (c-after-change): Call `c-after-change-check-<>-operators'.
19650
19651 (c-font-lock-<>-arglists): Use the context properties set by
19652 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19653 correctly to avoid doing invalid markup.
19654
19655 (c-font-lock-declarations): Remove code that undoes the invalid
19656 markup done by `c-font-lock-<>-arglists'.
19657
19658 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19659 after `c-font-lock-declarations'.
19660
19661 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19662 Add paren-level feature.
19663
19664 (c-guess-basic-syntax): Improve the anchor position for
19665 `template-args-cont' in nested template arglists. There's still
19666 much to be desired in this area, though.
19667
19668 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19669
19670 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19671 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19672
19673 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19674
19675 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19676 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19677
19678 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19679 it doesn't work no longer are supported.
19680
19681 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19682 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19683 requires support for the syntax-table' text property, which rules
19684 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19685 cruft associated with those versions.
19686
19687 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19688 for the `syntax-table' text property, which rules out Emacs 19 and
19689 XEmacs < 21.4. Removed various compatibility cruft associated
19690 with those versions.
19691
19692 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19693 support for the `syntax-table' text property.
19694
19695 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19696 variable and use an extra quoted face name instead. All the
19697 emacsen flavors handle that correctly.
19698
19699 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19700 (c-font-lock-declarators, c-font-lock-declarations)
19701 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19702 property to mark the items in in declarator lists to handle
19703 refontification inside multiline declarations better.
19704
19705 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19706 construct like "a * b = c;" as a declaration.
19707
19708 2005-12-08 Kim F. Storm <storm@cua.dk>
19709
19710 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19711 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19712 select either meta, hyper, or super modifier for rectangle commands.
19713 (cua--rectangle-modifier-key): New defvar.
19714 (cua--M/H-key): Use it. Remove special case for `space'.
19715 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19716 on X, to meta otherwise. Always bind C-return to toggle
19717 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19718
19719 * emulation/cua-rect.el (cua-help-for-rectangle):
19720 Use cua--rectangle-modifier-key. Handle super modifier too.
19721 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19722 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19723
19724 * ido.el: Move Acknowledgements and History after Commentary.
19725 Minor changes to Commentary.
19726
19727 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19728 keymap if cua--prefix-override-timer is `shift'.
19729 (cua--shift-control-prefix): New function; emulate "type prefix
19730 key twice" functionality to handle shifted prefix key override.
19731 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19732 New commands.
19733 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19734
19735 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19736
19737 * textmodes/org.el (org-insert-heading): Try to do items before
19738 headings.
19739 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19740 (org-insert-item): New function.
19741 (org-renumber-ordered-list): Don't skip to higher level lists.
19742
19743 2005-12-08 Juri Linkov <juri@jurta.org>
19744
19745 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19746
19747 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19748
19749 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19750
19751 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19752 the constructed function name fun-1.
19753
19754 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19755 because such links don't lead to parent documentation.
19756
19757 2005-12-08 Kenichi Handa <handa@m17n.org>
19758
19759 * descr-text.el (describe-char): Use *Help-2* buffer if the
19760 current buffer is *Help*. Call describe-text-properties while
19761 setting the original buffer.
19762
19763 2005-12-07 Bill Wohler <wohler@newt.com>
19764
19765 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19766 and causes problems with non-MH users (such as Gnus users).
19767
19768 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19769
19770 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19771 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19772 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19773 command "info sources". Move calls to GDB command "list".
19774 (gdb-find-file-hook): Just use gdb-source-file-list.
19775 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19776 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19777 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19778 (gdb-data-list-register-values-handler): Use correct trigger name.
19779
19780 2005-12-07 Kim F. Storm <storm@cua.dk>
19781
19782 * ido.el (ido-completion-map): Rename from ido-mode-map.
19783 (ido-common-completion-map, ido-file-completion-map)
19784 (ido-file-dir-completion-map, ido-buffer-completion-map):
19785 Rename from ido-mode-....-map.
19786 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19787 (ido-setup-completion-map): Rename from ido-define-mode-map.
19788 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19789 to ido-completion-map.
19790
19791 2005-12-07 Kenichi Handa <handa@m17n.org>
19792
19793 * international/mule-cmds.el
19794 (set-display-table-and-terminal-coding-system): If the coding
19795 system specified in `unibyte-display' property is different from
19796 the arg coding-system, don't setup standard-display-table.
19797
19798 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19801 that comments end at \n, regardless of selective-display.
19802
19803 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19804
19805 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19806 (gdb-version): New variables.
19807 (gdb-source-file-list, gdb-register-names)
19808 (gdb-changed-registers): New variables for use with GDB 6.4+.
19809 (gdb-ann3): Replace with...
19810 (gdb-init-1, gdb-init-2): ...two new functions.
19811 (gdba, gdb-prompt): Call gdb-init-1.
19812 (gdb-get-version): New function. Call gdb-init-2 from here.
19813 (gud-watch): Make it work with mouse events too.
19814 (gdb-post-prompt): Don't add to queue until GDB version is known.
19815 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19816 (gdb-locals-mode): Use gdb-version.
19817 (gdb-memory-format-map, gdb-memory-unit-map)
19818 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19819 (gdb-locals-font-lock-keywords-1)
19820 (gdb-locals-font-lock-keywords-2): New variables.
19821 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19822 (gdb-set-gud-minor-mode-existing-buffers-1)
19823 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19824 (gdb-var-update-1, gdb-var-update-handler-1)
19825 (gdb-data-list-register-values-handler)
19826 (gdb-data-list-register-values-custom)
19827 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19828 (gdb-stack-list-locals-handler, gdb-get-register-names):
19829 New functions for use with GDB 6.4+.
19830 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19831 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19832 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19833 (gdb-stack-list-locals-regexp)
19834 (gdb-data-list-register-names-regexp): New regexps for use with
19835 GDB 6.4+.
19836
19837 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19838
19839 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19840
19841 2005-12-06 Nozomu Ando <nand@mac.com>
19842
19843 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19844 prompts work for AUTH PLAIN. Also reported by Steve Allan
19845 <seallan@verizon.net>.
19846
19847 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19848
19849 * frame.el (set-frame-parameter): Add doc string.
19850
19851 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19852
19853 * textmodes/org.el (org-occur-highlights): New variable.
19854 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19855 (org-highlight-sparse-tree-matches): New option.
19856 (org-do-occur): New function.
19857 (org-get-heading): Make it work also at beginning of line.
19858 (org-category-table): New variable.
19859 (org-get-category-table, org-get-category)
19860 (org-camel-to-words, org-link-search): New functions.
19861 (org-select-this-todo-keyword): New variable.
19862 (org-todo-list): New command.
19863 (org-shiftright, org-shiftleft): New commands.
19864 (org-agenda-todo): Add prefix argument.
19865 (org-show-hierarchy-above): New option.
19866 (org-show-todo-tree): Numerical prefix creates tree for specific
19867 TODO keyword.
19868 (org-outline-level): New function, to assign a level to plain
19869 lists items.
19870 (org-cycle-include-plain-lists): New option.
19871 (org-mode): Use `org-outline-level' as value of `outline-level'.
19872 (org-cycle): Temporarily switch `outline-regexp' if
19873 `org-cycle-include-plain-lists' is non-nil.
19874 (org-start-icalendar-file): Fix format bug.
19875 (org-agenda-get-day-entries): Create category table.
19876 (org-agenda-get-todos, org-agenda-get-timestamps)
19877 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19878 (org-agenda-get-blocks): Use `org-get-category'.
19879 (org-context-in-file-links): Rename from
19880 `org-line-numbers-in-file-links'.
19881
19882 2005-12-06 Romain Francoise <romain@orebokech.com>
19883
19884 * window.el (balance-windows): Delete extraneous third arg in call
19885 to `enlarge-window'.
19886
19887 2005-12-06 Kenichi Handa <handa@m17n.org>
19888
19889 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19890
19891 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19892
19893 * progmodes/gdb-ui.el (gdb-var-create-handler)
19894 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19895 (gdb-var-list-children-handler, gdb-var-update-handler):
19896 Current buffer is already gdb-partial-output-buffer, don't
19897 make it current again.
19898
19899 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19900
19901 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19902 (list-buffers-noselect): Use it.
19903
19904 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19905
19906 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19907 (mail-yank-ignored-headers): Use regexp-opt.
19908 (mail-mode-map): Move initialization into declaration.
19909 (mail-sent-via): Remove unused shadowed var `to-line'.
19910 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19911 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19912 (mail-do-fcc): Use dolist and push.
19913 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19914 (mail-yank-ignored-headers): Don't autoload.
19915
19916 2005-12-05 Kenichi Handa <handa@m17n.org>
19917
19918 * international/mule-cmds.el (set-language-info-internal): New fun.
19919 (set-language-info): Call set-language-info-internal to update
19920 language-info-alist. If LANG-ENV is the current one, call
19921 set-language-environment to make INFO effective now.
19922 (set-language-info-alist): Likewise.
19923 (locale-language-names): With locale "en", use English
19924 lang. env. but set the default codings to iso-8859-1.
19925
19926 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19927
19928 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19929 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19930 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19931 for plain strings.
19932 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19933 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19934 Create registers buffer if necessary. Echo new state in minibuffer.
19935 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19936
19937 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19938
19939 * info.el (Info-fontify-node): Match external links using
19940 non-directory part of filename.
19941
19942 2005-12-04 Juri Linkov <juri@jurta.org>
19943
19944 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19945 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19946 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19947 because there is no customization option for it.
19948
19949 * font-lock.el (lisp-font-lock-keywords-1):
19950 Add define-global-minor-mode.
19951
19952 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19953
19954 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19955 properties on the constructed variable names.
19956
19957 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19958 Put `definition-name' properties on the constructed function names
19959 next-sym and prev-sym.
19960
19961 * emacs-lisp/find-func.el (find-function-regexp):
19962 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19963 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19964 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19965 and easy-menu-define.
19966
19967 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19968 easy-mmode-define-global-mode and define-global-minor-mode.
19969 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19970
19971 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19972 instead of easy-mmode-define-global-mode.
19973
19974 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19975 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19976
19977 * cus-edit.el (customize-group, customize-group-other-window):
19978 Filter out autoloaded options from the group completion list by
19979 using heuristics that autoloaded groups don't have `custom-autoload'
19980 property on their symbols (they have only `custom-loads').
19981
19982 * simple.el (completion-setup-function): Put completions-common-part
19983 face on complete completion string too (i.e. completion string
19984 without completions-first-difference face).
19985
19986 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19987
19988 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19989
19990 * view.el (view-mode): Doc fix.
19991
19992 * disp-table.el (standard-display-european): Add to the warning
19993 message a reference to the doc string.
19994
19995 * play/yow.el (apropos-zippy): Call print-help-return-message,
19996 similar to other Help and Apropos commands.
19997
19998 * help.el (print-help-return-message): If pop-up-frames is
19999 non-nil, set up help-return-method to delete the help window and,
20000 possibly, its frame as well, and don't display message about
20001 scrolling the help window. Doc fix.
20002 (help-return-method): Doc fix.
20003
20004 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20005
20006 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20007 whereby names of length one or names starting with a
20008 symbol-constituent character would not be returned.
20009
20010 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20011
20012 * subr.el (atomic-change-group): Add edebug and indentation spec.
20013
20014 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * completion.el (save-completions-file-name): Fix typo in last change.
20017
20018 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20019
20020 * info.el: Move back/forward history to the beginning of the tool bar.
20021
20022 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20023
20024 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20025 Add fset of allout-real-isearch-abort during compile to fix
20026 byte-compilation warnings.
20027 (allout-mode-p): Move definition of this macro above all uses, or
20028 byte compilation in barren Emacs (eg, during Emacs build) will
20029 lack the definition.
20030 (allout-mode): Move this variable above any uses, or byte
20031 compilation will fail.
20032 (allout-resolve-xref): Remove use of personal file-reference function.
20033 (allout-toggle-current-subtree-encryption): Do the current (ie,
20034 visible containing) topic, rather than nearest around point. Doc fix.
20035 (allout-toggle-subtree-encryption): New function, workhorse that
20036 works on nearest topic containing point.
20037 (allout-encrypt-string): Signal requirement for newer version of pgg.
20038 (allout-resumptions): Doc fix.
20039
20040 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20041
20042 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20043
20044 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20045
20046 * textmodes/flyspell.el (flyspell-external-point-words):
20047 Consider a misspelling as found in the string search if: (a) misspelling
20048 and found string lengths match, or (b) misspelling is found as
20049 element in a boundary-chars separated longer string, or (c)
20050 ispell-program-name is really ispell and misspelling is found as
20051 part of a TeX string. After successful match move beginning of
20052 search region to end of match. Warn about not found misspellings
20053 once the process is done.
20054 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20055
20056 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20057
20058 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20059 tool bar (removed inadvertently).
20060
20061 2005-12-02 Juri Linkov <juri@jurta.org>
20062
20063 * log-view.el (log-view-diff): Clarify doc string.
20064
20065 2005-12-01 Bill Wohler <wohler@newt.com>
20066
20067 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20068 triggers lm-verify errors.
20069
20070 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20071
20072 * simple.el (transient-mark-mode, line-number-mode)
20073 (column-number-mode, size-indication-mode): Remove `:require nil'.
20074
20075 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20076
20077 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20078 in the margin also.
20079 (gdb-breakpoints-mode-map): Use D instead of d for
20080 gdb-delete-breakpoint.
20081 (gdb-get-frame-number): Require a number to match on.
20082 (gdb-threads-mode-map): Add follow-link binding.
20083
20084 2005-11-30 Jason Rumney <jasonr@gnu.org>
20085
20086 * isearch.el (isearch-mode-map): Avoid exiting search on
20087 language-change event.
20088
20089 2005-11-30 Romain Francoise <romain@orebokech.com>
20090
20091 * speedbar.el (speedbar-default-position): New defcustom.
20092 (speedbar-frame-reposition-smartly): Use it.
20093
20094 * dframe.el (dframe-reposition-frame-emacs): Fix position
20095 computation for `left' location.
20096 Update copyright year.
20097
20098 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20099
20100 * help.el (help-map): Move initialization into declaration.
20101
20102 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20103
20104 * help-fns.el (help-argument-name): Don't autoload.
20105 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20106 to be re-loaded when customizing the `help' group.
20107
20108 2005-11-30 John Paul Wallington <jpw@gnu.org>
20109
20110 * help-fns.el (describe-function-1): Fill arglist output.
20111
20112 2005-11-30 Kim F. Storm <storm@cua.dk>
20113
20114 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20115 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20116 after revert-buffer (or anything else which kills all local variables).
20117
20118 * apropos.el (apropos-parse-pattern): Doc fix.
20119 Set apropos-regexp directly, rather than expecting callers to do so.
20120 (apropos-command, apropos, apropos-value, apropos-documentation):
20121 Simplify calls to apropos-parse-pattern.
20122
20123 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20124
20125 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20126 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20127 (hi-lock-write-interactive-patterns): Use comment-region.
20128
20129 * longlines.el (longlines-mode): Add mail-setup-hook.
20130
20131 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20132
20133 * simple.el (sendmail-user-agent-compose, next-line):
20134 Conditionally use hard-newline.
20135
20136 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20137
20138 * international/latexenc.el (latex-inputenc-coding-alist):
20139 Reword doc string.
20140
20141 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20142
20143 * help.el (describe-key-briefly, describe-key): Recognize default
20144 bindings.
20145
20146 2005-11-29 Romain Francoise <romain@orebokech.com>
20147
20148 * view.el (view-inhibit-help-message): New defcustom.
20149 (view-mode-enter): Use it.
20150
20151 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20152
20153 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20154 Preserve user position.
20155
20156 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20157
20158 * font-lock.el: Throw error if facemenu is not loaded to prevent
20159 accidental change of loading order in loadup.el. (Suggested by RMS.)
20160
20161 * loadup.el: Add comment explaining why facemenu must be loaded
20162 before font-lock.
20163
20164 2005-11-28 Jay Belanger <belanger@truman.edu>
20165
20166 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20167 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20168
20169 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20170
20171 * calc/calc-embed.el (calc-do-embedded): Update help message.
20172
20173 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20174
20175 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20176
20177 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20178
20179 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20180 called-interactively-p.
20181 (elp-profilable-p): Rename from elp-not-profilable-p.
20182 Invert result and take into account macros and autoloaded functions.
20183 (elp-instrument-function): Update call.
20184 (elp-instrument-package): Update call. Add completion.
20185 (elp-pack-number): Use match-string.
20186 (elp-results-jump-to-definition-by-mouse): Merge into
20187 elp-results-jump-to-definition and then remove.
20188 (elp-output-insert-symname): Make help echo text single-line.
20189
20190 * replace.el (query-replace-map): Move initialization into declaration.
20191 (occur-engine): Use with-current-buffer.
20192 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20193 (occur-mode-mouse-goto): Replace with an alias.
20194
20195 2005-11-28 Juri Linkov <juri@jurta.org>
20196
20197 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20198
20199 * term/w32-win.el: Bind [S-tab] to [backtab].
20200
20201 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20202 `Info-find-file' to t.
20203
20204 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20205 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20206 and same-window-regexps.
20207 (occur-next-error): Don't move point for arg 0.
20208
20209 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20210
20211 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20212
20213 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * log-edit.el (log-edit-changelog-use-first): New var.
20216 (log-edit-changelog-ours-p): Use it.
20217 (log-edit-insert-changelog): Set it with new arg `use-first'.
20218 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20219 (log-edit-hook): Add them to the list of suggested options.
20220
20221 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20222 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20223 redundant work.
20224 (flyspell-mode-on): Use add-hook for after-change-functions.
20225 (flyspell-mode-off): Use remove-hook for after-change-functions.
20226 (flyspell-changes): Make it buffer-local.
20227 (flyspell-after-change-function): Make it non-interactive. Use push.
20228 (flyspell-post-command-hook): Check input-pending-p while processing
20229 the potentially long list of buffer changes.
20230
20231 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20232
20233 * buff-menu.el (list-buffers-noselect): Display the selected
20234 frame's buffer list, not the global one.
20235
20236 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20237
20238 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20239 that (list last-input-event) works as in interactive spec.
20240
20241 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20242
20243 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20244 `facemenu-keymap' needs to be defined when font-lock is loaded.
20245 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20246
20247 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * completion.el: Remove useless leading * in defcustom docstrings.
20250 (save-completions-file-name): Use ~/.emacs.d if available.
20251 (completion-standard-syntax-table): Rename from
20252 cmpl-standard-syntax-table and fold initialization into declaration,
20253 thus removing cmpl-make-standard-completion-syntax-table.
20254 (completion-lisp-syntax-table, completion-c-syntax-table)
20255 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20256 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20257 (symbol-under-point, symbol-before-point)
20258 (symbol-under-or-before-point, symbol-before-point-for-complete)
20259 (add-completions-from-c-buffer): Use with-syntax-table.
20260 (make-completion): Don't return a list of completion entries.
20261 Update callers.
20262 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20263 (completion-initialize): Rename from initialize-completions.
20264 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20265 (kill-emacs-save-completions): Collect stats here.
20266 (save-completions-to-file, load-completions-from-file):
20267 Use with-current-buffer.
20268 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20269 into a function. Move all calls to toplevel.
20270 (completion-lisp-mode-hook): New fun.
20271 (completion-c-mode-hook, completion-setup-fortran-mode):
20272 Set the syntax-table here. Use local-set-key.
20273 (completion-saved-bindings): New var.
20274 (dynamic-completion-mode): Make it into a proper minor mode.
20275 (load-completions-from-file): Remove unused var `num-uses'.
20276
20277 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20278 constructor if it is explicitly overridden.
20279
20280 * complete.el (PC-completion-as-file-name-predicate):
20281 Use minibuffer-completing-file-name.
20282 (partial-completion-mode): Use find-file-not-found-functions.
20283 (PC-lisp-complete-symbol): Use with-syntax-table.
20284 (PC-look-for-include-file): Remove dead setq.
20285 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20286 (PC-complete): Use with-current-buffer.
20287
20288 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20289 escape single quotes.
20290
20291 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20292
20293 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20294 of `if' whose condition always returned nil. Doc fix.
20295
20296 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20297 window's buffer the current buffer around the call to
20298 `list-buffers-noselect'. This is necessary to mark that buffer
20299 with a `.' in the Buffer Menu when called from Lisp, for instance
20300 by Auto Revert Mode.
20301
20302 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20303
20304 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20305 attaching to it.
20306 (gdb-pre-prompt): Make sure gdb-error is reset.
20307
20308 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20309 with a child process, detect it.
20310 (gud-speedbar-buttons): Match regexp more carefully.
20311
20312 2005-11-27 Richard M. Stallman <rms@gnu.org>
20313
20314 * mouse.el (mouse-drag-move-window-bottom):
20315 Use adjust-window-trailing-edge.
20316
20317 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20318
20319 * simple.el (blink-matching-open): Ignore
20320 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20321 (blink-matching-paren-on-screen): Update docstring.
20322
20323 * paren.el (show-paren-mode): No longer change
20324 `blink-matching-paren-on-screen'.
20325
20326 2005-11-27 John Paul Wallington <jpw@pobox.com>
20327
20328 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20329 (gdb-threads-select, gdb-edit-register-value):
20330 Use `posn-set-point' instead of `mouse-set-point' because the
20331 latter is not fbound when configured without X.
20332
20333 2005-11-27 Kim F. Storm <storm@cua.dk>
20334
20335 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20336 existing face when partially highlighting a TAB in a rectangle.
20337
20338 2005-11-26 Kim F. Storm <storm@cua.dk>
20339
20340 * ido.el (ido-mode-map): Doc fix.
20341 (ido-mode-common-map, ido-mode-file-map)
20342 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20343 (ido-define-mode-map): Rewrite. Select one of the new maps as
20344 parent for ido-mode-map instead of building from scratch.
20345 (ido-init-mode-maps): New defun to initialize new maps.
20346 (ido-mode): Call it.
20347 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20348 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20349
20350 2005-11-26 John Paul Wallington <jpw@pobox.com>
20351
20352 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20353 `mouse-set-point' because the latter is not fbound when configured
20354 without X.
20355
20356 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20357
20358 * files.el (file-relative-name): Doc fix.
20359
20360 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20361
20362 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20363 non-empty string for secondary prompt PS2.
20364
20365 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20366
20367 * progmodes/compile.el (compilation-setup): Fix last change.
20368
20369 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20370
20371 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20372 (gdb-mouse-toggle-breakpoint-margin)
20373 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20374 Add gdb-server-prefix to keep out of command history.
20375 (gdb-edit-register-value): New function.
20376 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20377 (gdb-info-registers-custom): Use above map.
20378
20379 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20380
20381 * custom.el (enable-theme): Signal error if argument is not a
20382 theme. Don't recalculate a face if it's not loaded yet.
20383
20384 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20385 the `user' theme is in effect.
20386
20387 * info.el (Info-on-current-buffer): Record actual filename in
20388 Info-current-file, instead of t, or a fake filename if a non-file
20389 buffer. Make autoload.
20390 (Info-find-node, Info-revert-find-node): No need to check for
20391 Info-current-file nil.
20392 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20393 Info-current-file is now never `t'.
20394 (Info-fontify-node): Many simplifications due to Info-current-file
20395 always being valid. Use Info-find-file to find node filename.
20396
20397 2005-11-25 David Kastrup <dak@gnu.org>
20398
20399 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20400 new character, then delete" in order to preserve markers.
20401
20402 2005-11-25 David Ponce <david@dponce.com>
20403
20404 * recentf.el (recentf-arrange-by-rule): Handle a special
20405 `auto-mode-alist'-like "strip suffix" rule.
20406 (recentf-build-mode-rules): Handle second level auto-mode entries.
20407
20408 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20409
20410 * emulation/viper-keym.el (viper-ESC-key): Use different values
20411 in terminal and window modes.
20412
20413 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20414 add jde-javadoc-checker-report-mode.
20415
20416 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20417
20418 * ediff.el (ediff-date): Change the date of last update.
20419
20420 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20421
20422 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20423 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20424 (hi-lock-mode): New global minor mode.
20425 (turn-on-hi-lock-if-enabled): New function.
20426 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20427 Change arguments to regexp and face instead of a font-lock pattern.
20428 Directly set face property, instead of refontifying.
20429 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20430 (hi-lock-find-patterns): Use line-number-at-pos.
20431
20432 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20433 arguments for hi-lock-set-pattern.
20434 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20435 Call font-lock-fontify-buffer.
20436 (hi-lock-find-file-hook, hi-lock-current-line)
20437 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20438
20439 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20440 turned off.
20441
20442 * progmodes/compile.el (compilation-setup): Don't fiddle with
20443 font-lock-defaults.
20444
20445 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20446
20447 * progmodes/gdb-ui.el (gdb-var-create-handler)
20448 (gdb-var-list-children-handler): Find values for all variable
20449 objects. gud-speedbar-buttons decides whether to display them.
20450
20451 2005-11-24 Romain Francoise <romain@orebokech.com>
20452
20453 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20454 buffer name with a space.
20455
20456 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20457
20458 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20459 `org-export-local-list-max-depth'. Change default value to 3.
20460 (org-auto-renumber-ordered-lists)
20461 (org-plain-list-ordered-item-terminator): New options.
20462 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20463 (org-get-indentation, org-get-string-indentation)
20464 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20465 New functions.
20466 (org-move-item-down, org-move-item-up): New commands.
20467 (org-export-as-html): New classes for CSS support. Bug fix in
20468 regular expression detecting fixed-width regions. Respect
20469 `org-local-list-ordered-item-terminator'.
20470 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20471 also a list item.
20472 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20473 New item moving functions.
20474
20475 2005-11-24 Juri Linkov <juri@jurta.org>
20476
20477 * isearch.el (isearch-repeat): With empty search ring set
20478 `isearch-error' to the error string instead of signaling error
20479 with the function `error'.
20480
20481 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20482
20483 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20484
20485 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20486
20487 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20488 and variable.
20489 (gdb-var-create-handler, gdb-var-list-children-handler):
20490 Don't match on "char **...".
20491 (gdb-var-update-handler): Find values for all variable objects.
20492 (gdb-info-frames-custom): Identify frames by leading "#".
20493
20494 * progmodes/gud.el (gud-speedbar-menu-items): Add
20495 gdb-speedbar-auto-raise as radio button.
20496 (gud-speedbar-buttons): Raise speedbar if requested.
20497 Don't match on "char **...".
20498 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20499 Make it editable.
20500
20501 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20502
20503 * info.el (Info-fontify-node): Handle the case where
20504 Info-current-file is t.
20505
20506 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20507
20508 * simple.el (blink-matching-open): Fix off-by-one in last change.
20509
20510 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20511
20512 * term/mac-win.el: Don't change default directory.
20513
20514 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20515
20516 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20517 buffers correctly. (It used to throw an error in such buffers.)
20518 Make it ask for confirmation in group buffers and other Custom
20519 buffers containing more than one customization item.
20520
20521 2005-11-22 John Paul Wallington <jpw@gnu.org>
20522
20523 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20524 property on mail and url overlays.
20525 (goto-address-at-point): Use `posn-set-point' instead of
20526 `mouse-set-point' because the latter is not fbound when configured
20527 without X.
20528
20529 2005-11-22 Lars Hansen <larsh@soem.dk>
20530
20531 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20532 (ls-lisp-classify, ls-lisp-format): Delete call to
20533 ls-lisp-parse-symlink.
20534 (ls-lisp-handle-switches): Handle symlinks to directories as
20535 directories when ls-lisp-dirs-first in non-nil.
20536
20537 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20538
20539 * startup.el (command-line): Make sure that loaddefs.el is handled
20540 correctly in load-history.
20541
20542 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20543
20544 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20545 (gdb-struct-string, gdb-array-string): New constants.
20546 (gdb-info-locals-handler): Use them.
20547 (gdb-reset): Reset gdb-var-list to nil.
20548
20549 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20552 in patterns.
20553
20554 2005-11-21 Juri Linkov <juri@jurta.org>
20555
20556 * custom.el (defcustom): Update link types in docstring.
20557
20558 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20559
20560 * custom.el (defgroup): Add doc-string-elt info.
20561
20562 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20563
20564 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20565
20566 * newcomment.el (comment-enter-backward): Fix last fix.
20567
20568 * simple.el (blink-matching-open):
20569 * paren.el (show-paren-function): Allow new paren-class info.
20570
20571 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20572
20573 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20574 handled automagically.
20575
20576 2005-11-20 Andreas Schwab <schwab@suse.de>
20577
20578 * descr-text.el (describe-char): When copying overlays put them
20579 over the full char description instead of just the first character
20580 of it.
20581
20582 2005-11-20 Juri Linkov <juri@jurta.org>
20583
20584 * simple.el (what-cursor-position):
20585 * descr-text.el (describe-char): Use Lisp-readable syntax
20586 for octal and hex. Reorder decimal, octal and hex values.
20587 Remove excess whitespace in the output. Use `=' in `column='
20588 like in `point=' and `Hscroll='.
20589
20590 * international/mule-cmds.el (encoded-string-description):
20591 Use Lisp-readable syntax for hex.
20592
20593 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * newcomment.el (comment-enter-backward): Handle the case where the
20596 comment is closed by EOB.
20597
20598 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20599
20600 * longlines.el (longlines-before-revert-hook)
20601 (longlines-after-revert-hook): New functions.
20602 (longlines-mode): Turn off longlines temporarily when reverting.
20603 Add a message-setup-hook.
20604 (longlines-decode-buffer): New function.
20605 (longlines-wrap-line): Preserve marker positions.
20606
20607 2005-11-19 Andreas Schwab <schwab@suse.de>
20608
20609 * emacs-lisp/shadow.el: Handle compressed files.
20610
20611 2005-11-19 Romain Francoise <romain@orebokech.com>
20612
20613 * net/browse-url.el (browse-url-default-browser): Signal an error
20614 if no usable browser can be found, rather than try to load w3.
20615
20616 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20617
20618 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20619 replacing existing properties.
20620 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20621 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20622 tty specs.
20623 (rcirc-server-prefix, rcirc-server): New faces.
20624 (rcirc-url-regexp): Generate with rx macro.
20625 (rcirc-last-server-message-time): New variable.
20626 (rcirc-filter): Record time of last message.
20627 (rcirc-keepalive): Kill processes that did not send a message
20628 since the last ping.
20629 (rcirc-mode): Give rcirc-topic a local binding here.
20630
20631 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20632
20633 * subr.el (read-passwd): Fontify the prompt as we do with other
20634 prompts.
20635
20636 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20637
20638 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20639 binding buffer-read-only to nil.
20640
20641 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20642
20643 * complete.el (partial-completion-mode):
20644 Mention completion-auto-help in the doc string.
20645
20646 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20647 more Lisp-ish way.
20648
20649 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20650
20651 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20652 digits, not 8, to avoid misalignment for files larger than 100MB.
20653
20654 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20655
20656 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20657 Mention "keyboard shortcuts" in the help text.
20658
20659 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20660
20661 * startup.el (fancy-splash-default-action): Discard only
20662 mouse-down and succeeding mouse-up events in the splash screen
20663 window so that drag-n-drop event can be processed.
20664
20665 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20666
20667 * longlines.el (longlines-mode): Add hacks for mail-mode and
20668 message-mode.
20669
20670 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20671
20672 * textmodes/org.el (org-table-sort-lines): New command.
20673 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20674 (org-add-file): Command removed, use `org-agenda-file-to-front'
20675 instead.
20676 (org-export-icalendar): Use `org-icalendar-combined-name'.
20677 (org-cycle-agenda-files, org-agenda-file-to-end)
20678 (org-agenda-file-to-front): New commands.
20679 (org-table-tab-jumps-over-hlines, org-export-html-style):
20680 New options.
20681 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20682 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20683 New functions.
20684 (org-fill-paragraph): Call `org-table-align' in tables.
20685 (org-mode): Call `org-set-autofill-regexps'.
20686 (org-export-as-html): Support for local handformatted lists.
20687 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20688 (org-export-local-list-max-depth): New option.
20689 (org-html-expand): Use `org-html-protect'.
20690
20691 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20692
20693 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20694 to "p".
20695 (gdb): Move definition of gud-pp to...
20696
20697 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20698 speedbar.
20699 (gdb-find-watch-expression): New function.
20700
20701 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20702
20703 * faces.el (face-attribute, set-face-attribute): Mention existence
20704 of `:ignore-defface' setting in docstring.
20705
20706 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * simple.el (completion-setup-function): Fix last change.
20709
20710 2005-11-17 John Paul Wallington <jpw@pobox.com>
20711
20712 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20713 Use `posn-set-point' instead of `mouse-set-point' because the
20714 latter is not fbound when configured without X.
20715
20716 * comint.el (comint-insert-input): Likewise.
20717
20718 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20719
20720 * simple.el (hard-newline): New variable.
20721 (sendmail-user-agent-compose, next-line): Use it.
20722
20723 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20724 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20725 (mail-mail-reply-to, mail-mail-followup-to)
20726 (mail-position-on-field, mail-signature, mail-yank-original)
20727 (mail-attach-file): Likewise.
20728
20729 * mail/mailheader.el (mail-header-format)
20730 (mail-header-format-function): Likewise.
20731
20732 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20733
20734 2005-11-17 Juri Linkov <juri@jurta.org>
20735
20736 * font-lock.el (font-lock-faces): Rename this defgroup from
20737 `font-lock-highlighting-faces'.
20738 (font-lock-comment-face, font-lock-comment-delimiter-face)
20739 (font-lock-string-face, font-lock-doc-face)
20740 (font-lock-keyword-face, font-lock-builtin-face)
20741 (font-lock-function-name-face, font-lock-variable-name-face)
20742 (font-lock-type-face, font-lock-constant-face)
20743 (font-lock-warning-face, font-lock-negation-char-face)
20744 (font-lock-preprocessor-face)
20745 (font-lock-regexp-grouping-backslash)
20746 (font-lock-regexp-grouping-construct): Rename :group from
20747 `font-lock-highlighting-faces' to `font-lock-faces'.
20748
20749 * cus-edit.el (lisp, c, tex):
20750 * progmodes/ada-mode.el (ada):
20751 * progmodes/asm-mode.el (asm):
20752 * progmodes/cperl-mode.el (cperl-faces):
20753 * progmodes/cpp.el (cpp):
20754 * progmodes/dcl-mode.el (dcl):
20755 * progmodes/f90.el (f90):
20756 * progmodes/fortran.el (fortran):
20757 * progmodes/icon.el (icon):
20758 * progmodes/idlwave.el (idlwave-misc):
20759 * progmodes/m4-mode.el (m4):
20760 * progmodes/make-mode.el (makefile):
20761 * progmodes/meta-mode.el (meta-font):
20762 * progmodes/modula2.el (modula2):
20763 * progmodes/octave-mod.el (octave):
20764 * progmodes/pascal.el (pascal):
20765 * progmodes/perl-mode.el (perl):
20766 * progmodes/prolog.el (prolog):
20767 * progmodes/ps-mode.el (PostScript-edit):
20768 * progmodes/scheme.el (scheme):
20769 * progmodes/sh-script.el (sh-script):
20770 * progmodes/simula.el (simula):
20771 * progmodes/tcl.el (tcl):
20772 * textmodes/nroff-mode.el (nroff):
20773 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20774 * textmodes/sgml-mode.el (sgml):
20775 * textmodes/texinfo.el (texinfo):
20776 Add :link (custom-group-link font-lock-faces) to defgroup.
20777
20778 * hi-lock.el (hi-lock): Rename this defgroup from
20779 `hi-lock-interactive-text-highlighting'. Change parent group from
20780 `faces' to `font-lock'. Add link to the manual.
20781 (hi-lock-mode, hi-lock-file-patterns-range)
20782 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20783 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20784 (hi-lock-faces): Add :group `faces'.
20785
20786 * cus-edit.el (custom-variable-prompt): Clarify the code.
20787
20788 * faces.el (face-read-string): Set the default value arg of
20789 completing-read.
20790
20791 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20792
20793 * rfn-eshadow.el (file-name-shadow-properties)
20794 (file-name-shadow-tty-properties, file-name-shadow-mode):
20795 Remove autoloads, because the file is now preloaded.
20796
20797 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20798
20799 * printing.el (easy-menu-intern): Don't define.
20800 (pr-get-symbol): Use easy-menu-intern only if defined.
20801
20802 * simple.el (blink-matching-open): Simplify a bit.
20803 (completion-setup-function): Fix the case of partial-completion-mode
20804 when the minibuffer's contents start with "-".
20805 Obey completion-base-size-function even when
20806 minibuffer-completing-file-name is non-nil.
20807
20808 2005-11-16 Richard M. Stallman <rms@gnu.org>
20809
20810 * net/eudcb-ph.el (eudc-ph-open-session):
20811 Use set-process-query-on-exit-flag.
20812
20813 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20814
20815 * international/ucs-tables.el (ucs-set-table-for-input):
20816 Use make-local-variable, not make-variable-buffer-local.
20817
20818 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20819 Improve warning message text.
20820
20821 * savehist.el (savehist-save-hook): Add :group.
20822
20823 * menu-bar.el (menu-bar-help-menu):
20824 Rename Find Extra Packages to External Packages.
20825
20826 * cus-edit.el (Custom-reset-standard): Verify that
20827 :custom-standard-value prop exists before calling it.
20828
20829 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20830
20831 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20832
20833 * wid-edit.el (color): Enclose %t in %{...%}.
20834
20835 * cus-edit.el (face): Enclose %t in %{...%}.
20836
20837 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20838
20839 * savehist.el (savehist-mode-hook): Re-add the var.
20840 (savehist-mode): Use it.
20841
20842 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20843
20844 * textmodes/flyspell.el: Fix commenting convention.
20845 Remove unnecessary leading * in custom docstrings.
20846 (flyspell-emacs): Remove unused var.
20847 (flyspell-delete-region-overlays): Use remove-overlays.
20848 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20849 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20850 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20851 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20852 (make-flyspell-overlay): Don't locally reuse a global name.
20853 (flyspell-highlight-incorrect-region)
20854 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20855 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20856 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20857 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20858 Wrap calls to accept-process-output inside with-local-quit since it's
20859 often called from a post-command-hook.
20860 (flyspell-correct-word, flyspell-auto-correct-word):
20861 Use ispell-send-string.
20862 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20863
20864 * calendar/diary-lib.el (diary-list-entries): Also hide the
20865 terminating newline.
20866
20867 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20868
20869 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20870 window-system, to allow fonts on tty.
20871
20872 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20873
20874 * progmodes/gud.el (gud-speedbar-item-info): New function.
20875 (gud-install-speedbar-variables): Use it to display data type
20876 of watch expression as a tooltip in speedbar.
20877
20878 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20879
20880 * font-core.el (global-font-lock-mode): Add :version keyword,
20881 because default was changed.
20882
20883 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20884
20885 * startup.el (command-line): Use `custom-reevaluate-setting' for
20886 `file-name-shadow-mode'.
20887
20888 * loadup.el: Preload rfn-eshadow.
20889
20890 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20891 Add :version keyword.
20892 (file-name-shadow-properties, file-name-shadow-tty-properties)
20893 (file-name-shadow): Add :version keyword.
20894
20895 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20896 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20897 in the custom-group property of the symbol frames and the fringe
20898 group got no link to its parent group frames.
20899 Doc fix.
20900
20901 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20902
20903 * progmodes/gud.el (gud-stop-subjob): New function.
20904 (gud-menu-map, gud-tool-bar-map): Use it.
20905
20906 2005-11-16 Kim F. Storm <storm@cua.dk>
20907
20908 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20909 than kill it.
20910 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20911 to a more useful/logical place.
20912
20913 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20914
20915 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20916 go buttons complementary.
20917
20918 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20921 (rfn-eshadow-sifn-equal): New function.
20922 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20923
20924 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20925
20926 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20927 Quote `-' in string.
20928
20929 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20930 rcirc-mode buffers come up in Emacs state.
20931
20932 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20933 operation.
20934
20935 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20936
20937 * term.el (term-termcap-format): Fix typos.
20938 (term-down): Fix the negative argument case.
20939
20940 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20941
20942 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20943 2005-08-15.
20944 (gdb-ann3): New command gud-go.
20945 (menu): Accomodate gdb-mi.el.
20946 (gdb-assembler-custom): Make buffer of selected window current
20947 so that set-window-point works.
20948
20949 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20950 buttons and include new ones.
20951
20952 2005-11-16 Kim F. Storm <storm@cua.dk>
20953
20954 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20955 (gud-menu-map): Use it.
20956
20957 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20958
20959 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20960 that works correctly for Custom and that does not override a user
20961 who disables it.
20962
20963 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20964 (help-xref-interned, help-follow): Make hyperlinks for variables
20965 that are unbound, but have a non-nil variable-documentation property.
20966
20967 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20968 mode hook. (It conflicted with defcustoms for some mode hooks.)
20969 Use the `variable-documentation' property to give the mode hook a
20970 docstring and expand that docstring.
20971
20972 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20973
20974 * savehist.el (savehist-mode): Don't bother with
20975 `custom-set-minor-mode'.
20976 (savehist-coding-system): Check XEmacs version.
20977 (history-length): Declare also at run time.
20978 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20979 Don't set the customize state.
20980 (savehist-minibuffer-hook): Special case for when
20981 minibuffer-history-variable is equal to t.
20982
20983 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20984
20985 * files.el (write-file): Refresh VC status.
20986
20987 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20988 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20989 than fundamental-mode to see if the mode was set.
20990
20991 2005-11-14 Romain Francoise <romain@orebokech.com>
20992
20993 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20994 dummy function in `eval-when-compile' to avoid compiler warning.
20995 Require `man' at compile time.
20996
20997 2005-11-14 Jay Belanger <belanger@truman.edu>
20998
20999 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21000 calcFunc-powerexpand.
21001 (math-write-out-power): Rename it to math-powerexpand; have it
21002 handle negative exponents.
21003 (calc-writeoutpower): Rename it to calc-powerexpand.
21004
21005 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21006 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21007 autoloads.
21008 Add calcFunc-ldiv to autoloads.
21009
21010 * calc/calc-arith.el (calcFunc-ldiv): New function.
21011
21012 * calc/calc.el (calc-left-divide): New function.
21013
21014 2005-11-14 Juri Linkov <juri@jurta.org>
21015
21016 * cus-edit.el (custom-variable-prompt): Set the default value arg
21017 of completing-read.
21018
21019 * cus-dep.el (custom-make-dependencies): Reverse the list of
21020 found dependencies.
21021
21022 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21023
21024 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21025 Highlighting" entry, it is on by default now.
21026 (menu-bar-options-save): Do not save global-font-lock-mode.
21027
21028 2005-11-13 Richard M. Stallman <rms@gnu.org>
21029
21030 * textmodes/flyspell.el (flyspell-large-region):
21031 Call flyspell-accept-buffer-local-defs.
21032
21033 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21034
21035 * textmodes/flyspell.el (flyspell-notify-misspell):
21036 Fix misspelling of "Misspelling".
21037 (flyspell-process-localwords): New function.
21038 (flyspell-large-region): Call flyspell-process-localwords and
21039 flyspell-delete-region-overlays.
21040 (flyspell-delete-region-overlays): New function.
21041 (flyspell-delete-all-overlays): Call that.
21042
21043 2005-11-13 Richard M. Stallman <rms@gnu.org>
21044
21045 * help.el (help-for-help-internal): Improve doc of C-h a.
21046 (describe-key): Improve prompt; doc fix.
21047
21048 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21049
21050 * vc-svn.el (vc-svn-registered): Catch all errors.
21051
21052 * cus-dep.el (custom-make-dependencies): Typo.
21053
21054 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21055
21056 * net/tramp-util.el (top): Fix compilation warning.
21057
21058 2005-11-13 Kim F. Storm <storm@cua.dk>
21059
21060 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21061
21062 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21063
21064 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21065 (gud-speedbar-buttons): Match on "const char *" too.
21066
21067 * progmodes/gdb-ui.el (gdb-var-create-handler)
21068 (gdb-var-list-children-handler): Match on "const char *" too.
21069 (gdb-var-evaluate-expression-handler): Match on empty string.
21070 (gdb-var-update-handler): Only call
21071 gdb-var-evaluate-expression-handler when required.
21072
21073 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21074
21075 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21076 selected window. This still doesn't work for speedbar.
21077 (gud-speedbar-buttons): Handle string expressions properly.
21078
21079 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21080 (gdb-var-create-handler): Handle string expressions properly.
21081 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21082 Handle string expressions properly. Move "type" field into regexp.
21083
21084 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21085
21086 * bookmark.el (bookmark-maybe-message): New function to reduce
21087 code duplication: invokes `message' iff baud-rate is high enough.
21088 (bookmark-write-file): Use above instead of an inline conditional.
21089 (bookmark-load): Same.
21090
21091 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21092
21093 * bookmark.el (bookmark-write-file): Don't visit the destination
21094 file, just write the data to it using write-region. This is
21095 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21096 change to avoid visiting the file in the first place.
21097
21098 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21099
21100 * hi-lock.el (hi-lock-mode): Set the default value of
21101 font-lock-defaults.
21102
21103 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21104
21105 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21106 arg to `file-attributes'.
21107 (find-lisp-format): The UID and GID can now be strings.
21108
21109 2005-11-12 Kim F. Storm <storm@cua.dk>
21110
21111 * help.el (help-map): Bind C-h d to apropos-documentation.
21112
21113 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21114 when point is at end-of-buffer.
21115
21116 * apropos.el (apropos-match-face): Doc fix.
21117 (apropos-sort-by-scores): Add new choice `verbose'.
21118 (apropos-documentation-sort-by-scores): New defcustom.
21119 (apropos-pattern): Now contains the pattern entered by the user.
21120 (apropos-pattern-quoted): New defvar.
21121 (apropos-regexp): New defvar, containing the regexp corresponding
21122 to apropos-pattern.
21123 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21124 (apropos-read-pattern): New defun. Use it to read pattern arg in
21125 interactive calls; returns list of words for a word list, and
21126 string for a regexp.
21127 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21128 parses a list of words or regexp as returned by apropos-read-pattern.
21129 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21130 (apropos-score-doc): Return a very high score if the string
21131 entered by the user matches literally.
21132 (apropos-variable): Doc fix. Use apropos-read-pattern.
21133 (apropos-command): Doc fix. Use apropos-read-pattern and
21134 apropos-parse-pattern. Call apropos-print with nosubst=t.
21135 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21136 apropos-parse-pattern.
21137 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21138 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21139 apropos-documentation-sort-by-scores. Call apropos-print with
21140 nosubst=t.
21141 (apropos-documentation-internal): Pass doc string through
21142 substitute-key-definition before adding text properties.
21143 Highlight substring matching literal user input if possible.
21144 (apropos-documentation-check-doc-file): Remove locals beg and end.
21145 Fix calculation of score (as added twice). Pass doc string through
21146 substitute-key-definition before adding text properties.
21147 (apropos-documentation-check-elc-file): Pass doc string through
21148 substitute-key-definition before adding text properties.
21149 Highlight substring matching literal user input if possible.
21150 (apropos-print): Add new arg NOSUBST; if set, command and variable
21151 doc strings have already been passed through substitute-key-definition.
21152 Add code to handle apropos-accumulator items without score element
21153 for backwards compatibility (e.g. with woman package).
21154 Only show scores if apropos-sort-by-scores is `verbose'.
21155
21156 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21157
21158 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21159 Add jka-compr-load-suffixes to load-suffixes.
21160
21161 * jka-compr.el: Require jka-cmpr-hook.
21162 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21163 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21164 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21165 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21166 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21167 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21168 (jka-compr-uninstall): Remove entries from
21169 jka-compr-added-to-file-coding-system-alist after they are used.
21170 (jka-compr-error): Remove unused var `curbuf'.
21171 (jka-compr-file-local-copy): Remove unused var `notfound'.
21172
21173 2005-11-10 Romain Francoise <romain@orebokech.com>
21174
21175 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21176
21177 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21178
21179 * progmodes/gud.el (gud-menu-map): Move parentheses.
21180 (gdb): New command gud-pv.
21181
21182 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * tar-mode.el: Remove spurious or unnecessary leading stars
21185 in docstrings.
21186 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21187 (tar-parse-octal-integer-safe): Use mapc.
21188 (tar-header-block-summarize): Remove unused var `ck'.
21189 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21190 cleared before. Obey default-enable-multibyte-characters.
21191 Use mapconcat. Simplify setting of tar-header-offset.
21192 (tar-mode-map): Move initialization inside delcaration.
21193 (tar-flag-deleted): Use `abs'.
21194 (tar-expunge-internal): Remove unused var `line'.
21195 (tar-expunge-internal): Don't hardcode point-min==1.
21196 (tar-expunge): Widen while doing set-buffer-multibyte.
21197 (tar-rename-entry): Use file-name-coding-system.
21198 (tar-alter-one-field): Don't hardcode point-min==1.
21199 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21200 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21201
21202 2005-11-10 Masatake YAMATO <jet@gyve.org>
21203
21204 * add-log.el (add-log-current-defun): Handle class::method
21205 notation of c++. Fix incorrect comment.
21206
21207 2005-11-10 Alan Mackenzie <acm@muc.de>
21208
21209 * help-fns.el (describe-variable): Make C-h v work when a variable
21210 has variable documentation yet is unbound.
21211
21212 2005-11-10 Masatake YAMATO <jet@gyve.org>
21213
21214 * man.el (Man-highlight-references): Set an empty
21215 string to `Man-arguments' if it is nil.
21216 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21217
21218 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21219
21220 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21221 commenting conventions.
21222
21223 * cus-dep.el (custom-make-dependencies): Simplify.
21224 Better follow the commenting conventions.
21225
21226 2005-11-09 Richard M. Stallman <rms@gnu.org>
21227
21228 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21229 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21230 All uses changed.
21231 (apropos-rewrite-regexp): Doc fix.
21232 (apropos-variable, apropos-command, apropos, apropos-value):
21233 Change prompt; carry through the argument renaming.
21234
21235 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21236
21237 * find-lisp.el: Require dired.
21238 (find-lisp-find-dired-internal): Do not call
21239 `abbreviate-file-name' on DIR.
21240
21241 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21242
21243 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21244
21245 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21246
21247 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21248 when using the speedbar.
21249 (gdb): New command gud-pp.
21250 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21251
21252 2005-11-09 Juri Linkov <juri@jurta.org>
21253
21254 * replace.el (occur-excluded-properties): New defcustom.
21255 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21256
21257 2005-11-08 Jay Belanger <belanger@truman.edu>
21258
21259 * calc/calc-units.el (math-convert-units): Replace any composite
21260 unit by its definition.
21261
21262 2005-11-08 Lars Hansen <larsh@soem.dk>
21263
21264 * emacs-lisp/autoload.el (update-directory-autoloads):
21265 Add obsolete function alias.
21266
21267 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21268
21269 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21270 comment-indent-function.
21271 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21272
21273 * reveal.el (reveal-post-command): Rework the handling of
21274 reveal-open-spots, so as to be more reliable. There were several
21275 tricky corner cases where an open spot might be lost, or where
21276 a closed spot might end up on the list of open spots.
21277 Only reveal text that's ellipsised.
21278
21279 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21280
21281 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21282
21283 2005-11-07 John Paul Wallington <jpw@gnu.org>
21284
21285 * ibuffer.el (ibuffer): Search iconified frames too when
21286 getting Ibuffer buffer's window.
21287
21288 2005-11-06 Richard M. Stallman <rms@gnu.org>
21289
21290 * progmodes/compile.el (compilation-internal-error-properties):
21291 save-excursion around the computation of MARKER.
21292
21293 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21294
21295 * textmodes/flyspell.el (flyspell-external-point-words):
21296 flyspell-get-word returns a list, not just a string.
21297
21298 2005-11-06 John Paul Wallington <jpw@pobox.com>
21299
21300 * ibuffer.el (ibuffer): Search all visible frames when getting
21301 Ibuffer buffer's window.
21302
21303 2005-11-07 Masatake YAMATO <jet@gyve.org>
21304
21305 * man.el (Man-reference-regexp): Accept spaces between
21306 `Man-name-regexp' and `Man-section-regexp'.
21307 (Man-apropos-regexp): New variable.
21308 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21309 if available.
21310 (Man-highlight-references, Man-highlight-references0):
21311 Handle the case when `Man-arguments' includes "-k".
21312 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21313 `TARGET'. `TARGET' can be a number, function or nil.
21314
21315 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21316
21317 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21318 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21319 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21320 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21321 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21322 (gdb-send-item): Use buffer-local-value and simplify.
21323
21324 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21325
21326 * startup.el (command-line): Use `custom-reevaluate-setting' for
21327 `global-font-lock-mode'.
21328
21329 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21330 by default, except in batch mode or when the -D option is given.
21331
21332 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21333 specified keyword args on to `define-minor-mode'. Update docstring.
21334
21335 2005-11-05 Romain Francoise <romain@orebokech.com>
21336
21337 * replace.el (occur-engine): Add marker at end of line, too.
21338
21339 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21340
21341 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21342 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21343 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21344 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21345 argument to all these routines, so the passphrase can be managed
21346 externally and passed in to the system.
21347 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21348 pgg-add-passphrase-to-cache function.
21349
21350 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21351 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21352 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21353 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21354 argument to all these routines, so the passphrase can be managed
21355 externally and passed in to the system.
21356 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21357 function.
21358
21359 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21360
21361 * font-lock.el: Don't deal with font-lock-face-attributes here,
21362 move the code ...
21363
21364 * startup.el (command-line): ... here. Use face-spec-set instead
21365 of custom-declare-face.
21366
21367 * faces.el (face-spec-set): Reset the face if spec is not nil.
21368
21369 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21370
21371 * newcomment.el (comment-region-internal): Box more tightly in the
21372 common case where there's no TAB in the boxed text.
21373
21374 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21375
21376 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21377 up-node.
21378
21379 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21380
21381 * net/newsticker.el: Commentary updated. Code formatting changed.
21382 (newsticker-version): Change to "1.9".
21383 (newsticker, newsticker-feed): Doc fix.
21384 (newsticker-url-list): Doc fix. Add option "Weekly".
21385 (newsticker-retrieval-interval): Add option "Weekly".
21386 (newsticker-headline-processing): Doc fix.
21387 (newsticker-auto-mark-filter): Remove.
21388 (newsticker-auto-mark-filter-list): New.
21389 (newsticker-layout, newsticker-sort-method): Doc fix.
21390 (newsticker-hide-old-items-in-newsticker-buffer)
21391 (newsticker-heading-format, newsticker-item-format)
21392 (newsticker-desc-format): Doc fix.
21393 (newsticker-show-all-rss-elements): Remove.
21394 (newsticker-show-all-news-elements): New.
21395 (newsticker-faces, newsticker-ticker): Doc fix.
21396 (remove-from-invisibility-spec): Code formatting.
21397 (newsticker--process-ids): New.
21398 (newsticker-mode): Doc fix.
21399 (newsticker-mode): Change mode-line-format.
21400 (newsticker-start): Remove debug output.
21401 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21402 (newsticker-w3m-show-inline-images): Code formatting.
21403 (newsticker-next-item): Call `force-mode-line-update'.
21404 (newsticker-previous-item): Call `force-mode-line-update'.
21405 (newsticker-next-feed): Call `force-mode-line-update'.
21406 (newsticker-previous-feed): Call `force-mode-line-update'.
21407 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21408 (newsticker-show-old-items): Do not show descs.
21409 (newsticker-hide-entry): Hide too much.
21410 (newsticker-hide-entry, newsticker-show-entry)
21411 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21412 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21413 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21414 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21415 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21416 (newsticker-get-news): Call `force-mode-line-update'.
21417 Collect process ids.
21418 (newsticker--sentinel): Change coding system handling.
21419 Move image retrieval to new functions newsticker--get-logo-url-*.
21420 Move feed parsing to new functions newsticker--parse-*.
21421 Update list of process ids.
21422 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21423 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21424 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21425 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21426 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21427 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21428 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21429 (newsticker--decode-coding-string): Remove.
21430 (newsticker--decode-numeric-entities): Check input. Format code.
21431 (newsticker--remove-whitespace): Check input.
21432 (newsticker--do-forget-preformatted): Doc fix.
21433 (newsticker--decode-rfc822-date): Allow for missing time.
21434 (newsticker--update-process-ids): New.
21435 (newsticker--image-sentinel): Change comment.
21436 (newsticker--image-read): Change error message.
21437 (newsticker--imenu-goto): Doc fix. Show headline title.
21438 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21439 (newsticker--buffer-do-insert-text): Clean whitespace in
21440 html-rendered headline title. Code formatting.
21441 Call `newsticker--buffer-print-extra-elements'.
21442 (newsticker--buffer-print-extra-element): Remove.
21443 (newsticker--buffer-print-extra-elements): New.
21444 (newsticker--buffer-do-print-extra-element): New.
21445 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21446 large sizes.
21447 (newsticker--run-auto-mark-filter)
21448 (newsticker--do-run-auto-mark-filter):
21449 Use `newsticker-auto-mark-filter-list'.
21450
21451 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21452
21453 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21454 (rcirc-print): Force redisplay before running hooks. Do long
21455 buffer truncation after making new text read-only. Deal with nil
21456 text when decoding strings. If TARGET is nil, use either the
21457 currently selected buffer, if it is an rcirc buffer and of the
21458 same process or the process buffer.
21459 (rcirc-mode): Remove header-line. Recompute short buffer names.
21460 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21461 (rcirc-short-buffer-name): Add variable.
21462 (rcirc-kill-buffer-hook): Recompute short buffer names.
21463 Remove nick from private channel.
21464 (rcirc-send-input): Send command text to current-buffer.
21465 Don't clear overlay arrow here.
21466 (rcirc-short-buffer-name): Return a short buffer name.
21467 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21468 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21469 buffer-name abbreviations.
21470 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21471 Do not touch nick-table when killing a parted channel.
21472 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21473 Clear arrow from current buffer if it is now hidden.
21474 (rcirc-current-buffer): Add variable.
21475 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21476 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21477 Remove -face from names.
21478 (rcirc-update-activity-string): Print "DND" when globally ignoring
21479 activity.
21480 (rcirc-ignore-buffer-activity-flag): Rename from
21481 rcirc-ignore-channel-activity.
21482 (rcirc-ignore-all-activity-flag): Doc fix.
21483 (rcirc-channels): Remove variable.
21484 (rcirc-kill-buffer-hook):
21485 (rcirc-get-buffer-create): Add nick to private channel.
21486 (rcirc-multiline-edit-submit): Remove tabs.
21487 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21488 folded.
21489 (rcirc-remove-nick-channel): Bug fix.
21490 (rcirc-toggle-ignore-buffer-activity): Rename from
21491 rcirc-toggle-ignore-channel-activity.
21492 (rcirc-record-activity): Add buffers to the front of the list.
21493 (rcirc-update-activity): Remove killed buffers from list.
21494 (rcirc-process-server-response-1): Remove last argument if it is
21495 null before calling handler.
21496 (rcirc): Add "rcirc" defcustom prefix.
21497 (rcirc-prompt): Simplify default prompt.
21498 Use custom-initialize-default.
21499 (rcirc-private-chats): Remove variable.
21500 (rcirc-prompt): Change initialization.
21501 (rcirc-version): Remove function.
21502 (rcirc-id-string): Add constant.
21503 (rcirc-last-buffer): Remove variable.
21504 (rcirc-buffer-alist): Add variable.
21505 (rcirc-connect): Update variable setup.
21506 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21507 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21508 default.
21509 (rcirc-handler-generic): Trigger activity.
21510 (rcirc-send-message): Create the buffor of the target.
21511 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21512 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21513 (rcirc-multiline-edit-cancel): Remove function.
21514 (rcirc-set-last-buffer): Remove function.
21515 (rcirc-get-any-buffer): Add function.
21516 (rcirc-join-channels): Don't print /join text.
21517 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21518 messages.
21519 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21520 (rcirc-handler-NOTICE): Recognize CTCP responses.
21521 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21522 constructing TOPIC string for buffers we are not JOINed.
21523 (rcirc-handler-CTCP-response): Add handler.
21524 (rcirc-multiline-edit-submit): Restore the window-configuration
21525 before adjusting point.
21526 (rcirc): Add customization group.
21527 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21528 (rcirc-user-full-name, rcirc-startup-channels-alist)
21529 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21530 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21531 (rcirc-input-ring-size, rcirc-read-only-flag)
21532 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21533 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21534 Change defvar to defcustom.
21535 (rcirc-update-prompt): Add optional ALL arg, which will update
21536 prompts in all rcirc buffers. Regexp quote replacement text.
21537 (rcirc-fill-column): Accept frame-width as a value.
21538 (rcirc-set-changed): Add function.
21539 (rcirc-next-active-buffer): Write more meaningful messages.
21540 (rcirc-faces): Add customization group.
21541 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21542 (rcirc-nick-in-message-face, rcirc-prompt-face)
21543 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21544 (with-rcirc-process-buffer): Move before first usage.
21545 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21546 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21547 (rcirc-debug): Rename from `rcirc-log'.
21548 (rcirc-format-response-string): Do not print `-' chars for a
21549 NOTICE with no sender. Simplify output of server responses.
21550
21551 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21552
21553 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21554 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21555 Make urls mouse and RET clickable.
21556
21557 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21558
21559 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21560
21561 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21562
21563 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21564 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21565 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21566 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21567 argument to all these routines, so the passphrase can be managed
21568 externally and passed in to the system.
21569 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21570 pgg-add-passphrase-to-cache function.
21571
21572 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21573 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21574 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21575 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21576 argument to all these routines, so the passphrase can be managed
21577 externally and passed in to the system.
21578 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21579 function.
21580
21581 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21582
21583 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21584 from goto-address-url-regexp.
21585
21586 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21587
21588 * textmodes/org.el (org-read-date, org-goto-calendar)
21589 (org-recenter-calendar, org-agenda-goto-calendar):
21590 Temporarily clear `calendar-move-hook'.
21591
21592 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21593
21594 * ediff-merg.el (ediff-merge-region-is-non-clash):
21595 Return t, if not merging.
21596
21597 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21598 have merge clashes.
21599
21600 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21601
21602 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21603 Undo previous change.
21604
21605 * startup.el (command-line): Use `custom-reevaluate-setting' for
21606 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21607 tty-register-default-colors on Mac.
21608
21609 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21610
21611 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21612 (gdb-buffer-type): Make it automatically buffer local...
21613 (gdb-get-create-buffer): ...and set it accordingly.
21614 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21615 actually work.
21616
21617 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21618
21619 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21620 not red.
21621
21622 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21623
21624 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21625 case GUD buffer is not visible.
21626 (gdb-goto-breakpoint): Try to force display in source buffer.
21627 (gdb-frame-gdb-buffer): Copy other similar functions.
21628 (gdb-restore-windows): Don't display source if not asked for.
21629 (gdb-assembler-buffer-name): Don't capitalise.
21630
21631 2005-11-03 Richard M. Stallman <rms@gnu.org>
21632
21633 * wid-edit.el (key-sequence): New widget type.
21634
21635 * simple.el (set-mark-command-repeat-pop): New variable.
21636 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21637 if set-mark-command-repeat-pop is true.
21638
21639 * info.el (Info-fontify-node): Don't display extra "see" if there
21640 already is one here.
21641
21642 * mouse.el: Fix special handling of DEL after dragging a region:
21643 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21644 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21645
21646 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21647
21648 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21649 not to assume it pertains to an affix.
21650
21651 * textmodes/flyspell.el (flyspell-post-command-hook):
21652 Bind deactivate-mark to prevent deactivation.
21653
21654 2005-11-03 Lars Hansen <larsh@soem.dk>
21655
21656 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21657 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21658 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21659
21660 2005-11-03 Romain Francoise <romain@orebokech.com>
21661
21662 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21663 Update copyright years.
21664
21665 2005-11-03 Sam Steingold <sds@gnu.org>
21666
21667 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21668 Use system-type instead of window-system because window-system is not
21669 correctly defined during loadup.
21670
21671 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21672
21673 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21674 (xml-parse-tag): Join strings separated by a comment properly.
21675
21676 2005-11-02 Andreas Schwab <schwab@suse.de>
21677
21678 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21679
21680 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21681
21682 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21683 (byte-optimize-pure-func): Quote the eval'd value.
21684
21685 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21686 Rename from perl-font-lock-syntactic-face-function.
21687 Change the calling convention so it can be used as a font-lock MATCHER.
21688 Do the parse-partial-sexp loop outselves.
21689 (perl-font-lock-syntactic-keywords): Use it.
21690 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21691
21692 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21693
21694 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21695 disassembly buffer too.
21696 (gdb-exited): Remove overlay arrows when execution has finished.
21697 (gdb-info-frames-custom, gdb-info-threads-custom)
21698 (gdb-info-registers-custom): Don't add inappropriate text
21699 properties if inferior is not active.
21700
21701 2005-11-02 Glenn Morris <rgm@gnu.org>
21702
21703 * progmodes/fortran.el (fortran-blink-match):
21704 Use `blink-matching-delay'.
21705
21706 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21707
21708 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21709
21710 2005-11-02 Lars Hansen <larsh@soem.dk>
21711
21712 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21713 "Permission denied".
21714
21715 2005-11-01 Richard M. Stallman <rms@gnu.org>
21716
21717 * textmodes/flyspell.el (flyspell-external-point-words):
21718 Pass nil to flyspell-get-word.
21719
21720 2005-11-02 Kim F. Storm <storm@cua.dk>
21721
21722 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21723 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21724
21725 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21726
21727 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21728 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21729 (calendar-mouse-print-dates): Add optional `event' argument.
21730 Update interactive-spec.
21731 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21732 Use `calendar-event-to-date' instead of `event'.
21733
21734 2005-11-02 Masatake YAMATO <jet@gyve.org>
21735
21736 * progmodes/ld-script.el (ld-script-builtins):
21737 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21738 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21739 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21740
21741 2005-11-01 Romain Francoise <romain@orebokech.com>
21742
21743 * vc-sccs.el: Update copyright year.
21744 * ezimage.el: Likewise.
21745
21746 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21747
21748 * info.el (Info-fontify-node): Use `string-width' for fontifying
21749 underlined titles.
21750
21751 2005-11-01 Juri Linkov <juri@jurta.org>
21752
21753 * info.el (Info-fontify-node): Downcase node header keywords Node,
21754 Prev, Next, Up before comparison.
21755 (Info-history): Insert absolute directory name, and put invisible
21756 property on it.
21757
21758 2005-11-01 Juri Linkov <juri@jurta.org>
21759
21760 * info.el (Info-file-supports-index-cookies): New variable.
21761 (Info-find-node-2): Check makeinfo version for index cookie support.
21762 (Info-index-nodes): Search for nodes with index cookies only when
21763 Info-file-supports-index-cookies is t. Otherwise, search nodes
21764 with "Index" in the node name.
21765 (Info-index-node): Search index cookie in the current node only when
21766 Info-file-supports-index-cookies is t. Otherwise, check the word
21767 "Index" in the node name.
21768 (Info-find-emacs-command-nodes): Remove code that searches nodes
21769 with "Index" node name in the top menu.
21770
21771 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21772
21773 * progmodes/scheme.el (scheme-mode-variables): Use the default
21774 comment-indent-function.
21775
21776 * faces.el (face-attribute): Handle the case where a face inherits from
21777 a non-existent face.
21778
21779 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21780 for octal and hexa output, and merge the char into the paren.
21781 (kill-new): Use push.
21782 (copy-to-buffer): Use with-current-buffer.
21783 (completion-setup-function): Move code in loop to remove redundancy.
21784 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21785 those inherited from minibuffer-local-completion-map.
21786
21787 * savehist.el (savehist-mode) <defcustom>:
21788 Use custom-set-minor-mode if available.
21789 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21790 and emit a message if applicable.
21791
21792 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21793
21794 * savehist.el: Sync up to version 19.
21795 (savehist-mode): New minor mode.
21796 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21797 (savehist-length): Remove (use history-length instead).
21798 (savehist-file-modes): Rename from savehist-modes.
21799 (savehist-save-hook, savehist-loaded): New vars.
21800 (savehist-load): Use savehist-mode. Try to smooth up transition from
21801 old format to new format.
21802 (savehist-install): Allow savehist-autosave-interval to be nil.
21803 (savehist-save): Run the new hook. Be more careful to only trim the
21804 history variables.
21805 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21806 (savehist-printable): Print into a buffer rather than char-by-char.
21807
21808 2005-11-01 John Wiegley <johnw@newartisans.com>
21809
21810 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21811 toggle-ignore keybinding (C-a). The author said it had been
21812 disabled much earlier due to a possible incompatibility, but after
21813 many months of usage I have encountered no problems (and it is a
21814 rather useful option, especially for switching to " *temp*").
21815
21816 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21817 support for OS/X's AddressBook, by calling out to the open source
21818 program "contacts" (installable through Fink).
21819
21820 * net/eudc.el (eudc-expand-inline): If the
21821 `eudc-multiple-match-handling-method' is set to `all', delete the
21822 query string before inserting the query result.
21823
21824 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21825 flag, to prevent Eshell from using the system ls when
21826 `eshell-ls-insert-directory' is in used.
21827 (eshell-ls-insert-directory): Disable font-lock in directory
21828 buffer so that Eshell's own fontification is seen. This broke
21829 recently due to changes in font-lock, so this goes back to version
21830 21 behavior.
21831
21832 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21833
21834 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21835 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21836 (gdb-many-windows): Doc fix.
21837
21838 2005-10-31 Romain Francoise <romain@orebokech.com>
21839
21840 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21841
21842 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21843
21844 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21845 that global-font-lock-mode can be enabled by default.
21846
21847 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21848 (font-lock-add-keywords, font-lock-remove-keywords)
21849 (font-lock-fontify-buffer): Remove autoload cookies.
21850
21851 * jit-lock.el (jit-lock-register): Likewise.
21852
21853 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21854
21855 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21856
21857 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21858 intact if there is no gud-comint-buffer.
21859
21860 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21861
21862 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21863 old prompt comint-prompt-read-only is t and GDB commands are
21864 issued from tool bar etc.
21865
21866 2005-10-31 Masatake YAMATO <jet@gyve.org>
21867
21868 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21869
21870 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21871
21872 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21873 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21874
21875 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21876
21877 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21878 starting at beginning of line. Fontification is messed up when
21879 `open-paren-in-column-0-is-defun-start' set to t.
21880 Reported by John Paul Wallington <jpw@pobox.com>.
21881
21882 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21883
21884 * comint.el (comint-send-input): Call `comint-update-fence' when
21885 `comint-process-echoes' and `comint-prompt-read-only' are both
21886 non-nil, to avoid leftover read-only newline.
21887
21888 2005-10-30 Richard M. Stallman <rms@gnu.org>
21889
21890 * textmodes/flyspell.el (flyspell-external-point-words):
21891 Detect when WORD can't be checked properly because
21892 flyspell-get-word finds just part of it, and move on.
21893
21894 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21895 boundarychar for Polish.
21896 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21897 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21898
21899 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21900
21901 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21902 (gdb-registers-font-lock-keywords): Delete.
21903 (gdb-registers-mode): Don't fontify.
21904 (gdb-info-registers-custom): Use text properties instead as, in
21905 future, changed register values will use font-lock-warning-face.
21906 (gdb-local-font-lock-keywords): Rename to...
21907 (gdb-locals-font-lock-keywords): ...for consistency.
21908
21909 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21910
21911 * vc.el (vc-switch-backend): Better error message if the buffer is
21912 not visiting a file under version control.
21913
21914 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21915
21916 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21917
21918 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21919 ~/.emacs.d/.emacs.
21920
21921 2005-10-29 Richard M. Stallman <rms@gnu.org>
21922
21923 * replace.el (occur-mode-mouse-goto): Always go to other window.
21924 (occur-mode-goto-occurrence): Always switch in same window.
21925
21926 * simple.el (undo): Display message at end, not at start.
21927
21928 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21929 New arg REUSE-CELL.
21930 (cancel-timer-internal): New function.
21931 (timer-event-handler): Use cancel-timer-internal,
21932 and pass the cell it returns to timer-activate...
21933
21934 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21935 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21936 (jit-lock-after-change): Test memory-full.
21937
21938 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21939
21940 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21941 part of the decoded armor to find the key-identifier.
21942 (pgg-gpg-lookup-key-owner): New function to return the
21943 human-readable identifier of a key owner.
21944 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21945 key itself.
21946 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21947 the key value) if we have a key and can match it against a secret
21948 key. Also, added a note pointing out fact that the prompt only
21949 indicates the first matching key.
21950
21951 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21952 pgg-decrypt-region.
21953 (pgg-pending-timers): A new hash for tracking the passphrase cache
21954 timers, so that new ones supercede old ones.
21955 (pgg-add-passphrase-to-cache): Rename from
21956 `pgg-add-passphrase-cache' to reduce confusion (all callers
21957 changed). Modified to cancel old timers when new ones are added.
21958 (pgg-remove-passphrase-from-cache): Rename from
21959 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21960 changed). Modified to cancel old timers when their keys are
21961 removed from the cache.
21962 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21963 XEmacs, an indirection to delete-itimer.
21964 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21965 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21966 users can only check cache without risk of prompting. Correct bug in
21967 notruncate behavior.
21968 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21969 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21970 Add informative docstrings.
21971 (pgg-decrypt): Convey provided passphrase in subordinate call to
21972 pgg-decrypt-region.
21973
21974 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21975 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21976 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21977 `passphrase' argument, so the passphrase can be managed externally
21978 and then passed in to the system.
21979
21980 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21981 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21982 so the passphrase cache can be used reliably with identifiers
21983 besides a pgp packet's key id.
21984
21985 * pgg-gpg.el (pgg-pgp-encrypt-region)
21986 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21987 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21988 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21989 argument to all these routines, so the passphrase can be managed
21990 externally and passed in to the system.
21991
21992 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21993 `notruncate' argument, so the passphrase cache can be used
21994 reliably with identifiers besides a pgp packet's key id.
21995
21996 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21997
21998 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21999 symmetric encryption.
22000 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22001 encrypted session key.
22002 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22003 message ask for the passphrase in a proper way.
22004
22005 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22006 New user commands for symmetric encryption.
22007
22008 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22009
22010 * textmodes/conf-mode.el (conf-assignment-sign)
22011 (conf-assignment-regexp): Fix docstrings.
22012 (conf-mode-initialize): New function.
22013 (conf-mode): Remove optional args. Use delay-mode-hooks to
22014 recognize recursive calls.
22015 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22016 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22017 (conf-xdefaults-mode): Use define-derived-mode and
22018 conf-mode-initialize.
22019
22020 2005-10-29 Romain Francoise <romain@orebokech.com>
22021
22022 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22023
22024 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22025
22026 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22027 part of the decoded armor to find the key-identifier.
22028 (pgg-gpg-lookup-key-owner): New function to return the
22029 human-readable identifier of a key owner.
22030 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22031 key itself.
22032 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22033 the key value) if we have a key and can match it against a secret
22034 key. Also, added a note pointing out fact that the prompt only
22035 indicates the first matching key.
22036
22037 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22038 pgg-decrypt-region.
22039 (pgg-pending-timers): A new hash for tracking the passphrase cache
22040 timers, so that new ones supercede old ones.
22041 (pgg-add-passphrase-to-cache): Rename from
22042 `pgg-add-passphrase-cache' to reduce confusion (all callers
22043 changed). Modified to cancel old timers when new ones are added.
22044 (pgg-remove-passphrase-from-cache): Rename from
22045 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22046 changed). Modified to cancel old timers when their keys are
22047 removed from the cache.
22048 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22049 XEmacs, an indirection to delete-itimer.
22050 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22051 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22052 users can only check cache without risk of prompting. Correct bug in
22053 notruncate behavior.
22054 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22055 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22056 Add informative docstrings.
22057 (pgg-decrypt): Convey provided passphrase in subordinate call to
22058 pgg-decrypt-region.
22059
22060 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22061
22062 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22063 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22064 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22065 `passphrase' argument, so the passphrase can be managed externally
22066 and then passed in to the system.
22067
22068 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22069 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22070 so the passphrase cache can be used reliably with identifiers
22071 besides a pgp packet's key id.
22072
22073 * pgg-gpg.el (pgg-pgp-encrypt-region)
22074 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22075 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22076 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22077 argument to all these routines, so the passphrase can be managed
22078 externally and passed in to the system.
22079
22080 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22081 `notruncate' argument, so the passphrase cache can be used
22082 reliably with identifiers besides a pgp packet's key id.
22083
22084 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22085
22086 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22087 symmetric encryption.
22088 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22089 encrypted session key.
22090 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22091 message ask for the passphrase in a proper way.
22092
22093 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22094 New user commands for symmetric encryption.
22095
22096 2005-10-28 Bill Wohler <wohler@newt.com>
22097
22098 * help-mode.el (help-url): New button type. Calls browse-url.
22099 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22100 Similar to Info nodes: URL `url'.
22101 (help-make-xrefs): Create help-url buttons for
22102 help-xref-url-regexp matches.
22103
22104 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22105
22106 * tool-bar.el (tool-bar-add-item-from-menu)
22107 (tool-bar-local-item-from-menu): Fix doc strings.
22108
22109 2005-10-28 Romain Francoise <romain@orebokech.com>
22110
22111 * ldefs-boot.el: Update.
22112
22113 * subr.el (locate-library): Move from help-fns.el.
22114 * help-fns.el (locate-library): Move to subr.el.
22115
22116 2005-10-28 Richard M. Stallman <rms@gnu.org>
22117
22118 * net/tramp.el (tramp-completion-mode): defvar moved up.
22119
22120 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22121
22122 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22123
22124 * files.el (find-file-noselect): Use %d to format large file size.
22125
22126 * bindings.el (mode-line-format): Add %e.
22127
22128 * loadup.el ("facemenu"): Load unconditionally.
22129 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22130 ("x-dnd"): Load, when appropriate.
22131
22132 * startup.el (command-line): Call before-init-hook earlier.
22133 Warn about some bad characters in -u user name.
22134
22135 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22136 (flyspell-external-point-words): Error if misspelled word is not found.
22137 Set flyspell-large-region-beg at end of word.
22138
22139 2005-10-28 Andreas Schwab <schwab@suse.de>
22140
22141 * view.el (View-revert-buffer-scroll-page-forward):
22142 Use view-page-size-default.
22143
22144 2005-10-28 Juri Linkov <juri@jurta.org>
22145
22146 * international/quail.el (quail-get-current-str): Translate last
22147 raw character for deterministic input methods.
22148
22149 2005-10-27 Jay Belanger <belanger@truman.edu>
22150
22151 * calc/calc-ext.el: Add functions to autoloads.
22152 (math-identity-matrix-p, math-ident-row-p): New functions.
22153
22154 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22155 multiplication by an identity matrix; don't turn multiplication by
22156 an inverse matrix into division.
22157 (math-div-symbol-fancy): Replace division by matrices with
22158 multiplication by inverse.
22159
22160 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22161
22162 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22163 (calc-writeoutpower): New functions.
22164
22165 2005-10-27 Romain Francoise <romain@orebokech.com>
22166
22167 * replace.el (occur-engine): Include colon in mouse-face highlight.
22168
22169 * dired-x.el: Change Maintainer field.
22170
22171 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22172
22173 * longlines.el (longlines-mode): Bind after-change-functions to
22174 nil during initial decoding and final encoding.
22175
22176 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22177
22178 * term.el (term-emulate-terminal, term-handle-colors-array)
22179 (term-handle-ansi-escape): Specify the terminfo capabilities
22180 implemented.
22181
22182 2005-10-26 Richard M. Stallman <rms@gnu.org>
22183
22184 * info.el (Info-fontify-node): Fix detection of sentence-break
22185 before *Note.
22186
22187 2005-10-26 Romain Francoise <romain@orebokech.com>
22188
22189 * smerge-mode.el: Add `tools' to file keywords.
22190
22191 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22192
22193 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22194 when the fringe is not available.
22195
22196 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22197 (def-gdb-auto-update-trigger): Simplify construction.
22198 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22199 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22200 defined explicitly.
22201 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22202 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22203 defined explicitly.
22204 (gdb-info-locals-custom): Remove as it's a no-op.
22205
22206 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22207
22208 * longlines.el (longlines-mode): Remove narrowing before
22209 performing the initial decoding or final encoding.
22210
22211 2005-10-25 Romain Francoise <romain@orebokech.com>
22212
22213 * emacs-lisp/find-func.el (find-library-name): Also strip
22214 extension if library name ends in .el, to take advantage of
22215 `find-library-suffixes'.
22216
22217 2005-10-25 Richard M. Stallman <rms@gnu.org>
22218
22219 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22220
22221 2005-10-25 Juri Linkov <juri@jurta.org>
22222
22223 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22224 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22225
22226 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22227
22228 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22229 (blackbox-redefine-key): Add argument `map'.
22230
22231 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22232 regions when moving the jit-lock-context-unfontify-pos boundary.
22233
22234 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22235
22236 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22237
22238 2005-10-25 Masatake YAMATO <jet@gyve.org>
22239
22240 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22241
22242 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22243
22244 * play/blackbox.el (blackbox-redefine-key): New function.
22245 (blackbox-mode-map): Use it to remap existing bindings for cursor
22246 motion instead of binding literal keys.
22247
22248 2005-10-25 Glenn Morris <rgm@gnu.org>
22249
22250 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22251 diary does not end in a newline. Do not assume a blank line at
22252 the start of the diary file.
22253
22254 2005-10-25 Kenichi Handa <handa@m17n.org>
22255
22256 * international/quail.el (quail-translate-key): If the input
22257 method is deterministic and failed to handle the last key, restart
22258 the key handling loop from an appropriate key.
22259
22260 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22261
22262 * vc.el (vc-dired-mode): Extend comment for binding of
22263 `directory-listing-before-filename-regexp'.
22264
22265 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22266
22267 * textmodes/texinfo.el (texinfo-mode):
22268 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22269 not to unnecessarily expose emacs-mule's internal char codes.
22270
22271 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22272
22273 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22274 Display hand pointer and help-echo on disabled icon too.
22275 (gdb-mouse-until): New function.
22276 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22277
22278 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22279
22280 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22281 with 2005-10-23 change to doctor.el.
22282
22283 * finder.el (finder-mode-map): Add follow-link binding.
22284
22285 2005-10-25 Kim F. Storm <storm@cua.dk>
22286
22287 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22288 to gdb-mouse-toggle-breakpoint-fringe.
22289 (gdb-mouse-toggle-breakpoint-margin): Rename from
22290 gdb-mouse-toggle-breakpoint. Fix doc.
22291 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22292 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22293 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22294 string properties also for fringe breakpoint bitmaps.
22295
22296 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22297
22298 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22299
22300 2005-10-25 Masatake YAMATO <jet@gyve.org>
22301
22302 * simple.el (completion-common-substring):
22303 Use `completion-common-substring' prior to `completion-base-size'.
22304
22305 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22306
22307 * savehist.el: Require CL while compiling.
22308 (savehist-history-variables): Remove.
22309 (savehist-save-minibuffer-history, savehist-additional-variables)
22310 (savehist-minibuffer-history-variables): New vars.
22311 (savehist-save): Use them.
22312 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22313 (savehist-install): New fun, extracted from savehist-load.
22314 (savehist-load): Use them.
22315
22316 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22319 a dummy doc-string-elt property.
22320 (defalias, defvaralias, define-category): Add a docstring property.
22321
22322 * image.el (defimage):
22323 * widget.el (define-widget):
22324 * custom.el (defface, defcustom): Add `doc-string' declaration.
22325
22326 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22327 (defadvice): Add `doc-string' declaration.
22328
22329 * emacs-lisp/byte-run.el (macro-declaration-function):
22330 Handle `doc-string' declarations.
22331 (define-obsolete-function-alias, define-obsolete-variable-alias):
22332 Add `doc-string' declaration.
22333
22334 2005-10-24 Kenichi Handa <handa@m17n.org>
22335
22336 * international/utf-7.el (utf-7): Add autoload cookie.
22337
22338 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22339
22340 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22341
22342 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22343 list of directories passed to batch-update-autoloads. Add "." to
22344 the list of the echoed directories.
22345
22346 * pgg-def.el:
22347 * pgg-gpg.el:
22348 * pgg-parse.el:
22349 * pgg-pgp.el:
22350 * pgg-pgp5.el:
22351 * pgg.el: Moved here from the gnus subdirectory.
22352
22353 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22354
22355 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22356 in case comint-prompt-read-only is set to t.
22357
22358 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22359 in case comint-prompt-read-only is set to t.
22360
22361 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22362
22363 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22364 Now a string.
22365 (icalendar-import-format): Handle CLASS, STATUS, URL.
22366 Rename `subject' to `summary'.
22367 (icalendar-import-format-summary): Rename from
22368 `icalendar-import-format-subject'.
22369 (icalendar-import-format-url, icalendar-import-format-status)
22370 (icalendar-import-format-class): New variables.
22371 (icalendar--rris): Take variable argument list.
22372 (icalendar--datestring-to-isodate): Remove unnecessary
22373 calendar-style check when converting dates with explicit month names.
22374 (icalendar-export-region): Change return type of conversion
22375 subroutines. Bury current buffer unless error occurred.
22376 (icalendar--convert-to-ical)
22377 (icalendar--parse-summary-and-rest): New functions.
22378 (icalendar--convert-ordinary-to-ical)
22379 (icalendar--convert-weekly-to-ical)
22380 (icalendar--convert-yearly-to-ical)
22381 (icalendar--convert-block-to-ical)
22382 (icalendar--convert-cyclic-to-ical)
22383 (icalendar--convert-anniversary-to-ical): Change return type.
22384 Strip trailing blanks from subject.
22385 (icalendar--convert-sexp-to-ical): Change return type.
22386 Strip trailing blanks from subject. Handle simple sexp
22387 entries as generated by icalendar.el.
22388 (icalendar--convert-float-to-ical)
22389 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22390 (icalendar-import-file): Doc fix.
22391 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22392 Correct call to icalendar--rris.
22393 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22394 `summary'.
22395 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22396
22397 2005-10-24 Romain Francoise <romain@orebokech.com>
22398
22399 * server.el (server-sentinel): Set query-on-exit flag to nil on
22400 new client processes (it isn't inherited from the server process).
22401
22402 * replace.el (occur-engine): Rearrange text properties.
22403
22404 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22405
22406 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22407 case-fold-search is nil.
22408 (debug-help-follow): Use help-xref-interned directly.
22409
22410 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22411
22412 * thumbs.el (thumbs-image-type): Add .pbm.
22413
22414 2005-10-23 Richard M. Stallman <rms@gnu.org>
22415
22416 * faces.el (inhibit-face-set-after-frame-default): New variable.
22417 (set-face-attribute): Bind it.
22418 (face-set-after-frame-default): Test it.
22419
22420 * help-fns.el (describe-simplify-lib-file-name): New function.
22421 (describe-function-1, describe-variable): Use it.
22422
22423 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22424
22425 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22426 Eliminate nil as possible value.
22427 (tooltip-hide-delay): Reduce internal-border-width.
22428
22429 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22430 (menu-bar-file-menu) <new-file>: Likewise.
22431
22432 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22433
22434 * international/mule.el (load-with-code-conversion):
22435 Pass full file name to `eval-buffer' unless preloading.
22436
22437 * textmodes/flyspell.el (flyspell-large-region):
22438 Call ispell-check-version.
22439
22440 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22441 Fix the make-variable-buffer-local call that was supposed
22442 to be for this variable.
22443 (ispell-aspell-supports-utf8): Doc fix.
22444 (ispell-find-aspell-dictionaries): Preserve elements of
22445 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22446 (ispell-aspell-find-dictionary): Return nil on error.
22447
22448 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22449 (doctor-symptoms): Likewise.
22450
22451 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22452
22453 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22454
22455 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22456 (custom-raised-buttons): Add :set spec.
22457 (custom-button-unraised, custom-button-pressed-unraised):
22458 New faces, so that custom-raised-buttons actually does something.
22459 (custom-mode): Use custom-button and custom-button-pressed.
22460
22461 * wid-edit.el (widget-specify-button): Don't ignore
22462 widget-mouse-face on graphic terminals.
22463 (widget-move-and-invoke): Cleanup.
22464
22465 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22466
22467 * whitespace.el (whitespace-cleanup): Doc fix.
22468
22469 2005-10-23 Romain Francoise <romain@orebokech.com>
22470
22471 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22472 `eval-after-load' to avoid evaluating their result.
22473
22474 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22475
22476 * files.el (directory-listing-before-filename-regexp):
22477 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22478
22479 * dired.el (dired-move-to-filename-regexp): Remove.
22480 All occurrences replaced by `directory-listing-before-filename-regexp'.
22481
22482 * dired-x.el, locate.el, vc.el:
22483 Replace `dired-move-to-filename-regexp' by
22484 `directory-listing-before-filename-regexp'. In vc.el it is
22485 overwritten locally; maybe this can be handled in files.el too.
22486
22487 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22488 replaced by `directory-listing-before-filename-regexp'.
22489
22490 2005-10-23 Andreas Schwab <schwab@suse.de>
22491
22492 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22493 and eval-next-after-load.
22494
22495 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22496
22497 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22498 exist, create it.
22499
22500 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22501
22502 * allout.el: Remove autoloads for mailcrypt and crypt++.
22503 Require pgg, pgg-gpg during compilation.
22504 (allout-version): Increment version number to 2.1, and use a literal
22505 rather than RCS Id.
22506 (allout-default-encryption-scheme): Remove.
22507 (allout-passphrase-verifier-handling)
22508 (allout-passphrase-verifier-string)
22509 (allout-file-passphrase-verifier-string)
22510 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22511 (allout-passphrase-hint-handling): Rename and simplify.
22512 (allout-init): Use `find-file-hook' if available, otherwise
22513 `find-file-hooks'.
22514 (allout-mode): Use `write-file-functions' if available, otherwise
22515 `local-write-file-hooks' and, instead of making auto-save-hook
22516 buffer local, make the write-file-hook activity contingent to
22517 allout-mode.
22518 (allout-mode): Use key-binding substitution in the docstring.
22519 (allout-kill-line): Spell-out kill ring data structure mutation
22520 instead of using byte-compiler-complaint-provoking `pop'.
22521 (allout-insert-listified): Use `insert' rather than `insert-string'
22522 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22523 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22524 (allout-encrypt-string): Totally revamped vis new underlying
22525 encryption facilities.
22526 (allout-mc-activate-passwd): Remove.
22527 (allout-obtain-passphrase): New, more or less replaces
22528 allout-mc-activate-passwd.
22529 (allout-encrypted-key-info): More or less replaces
22530 allout-encrypted-text-type.
22531 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22532 (my-mark-marker): Use `(featurep 'xemacs)'.
22533
22534 2005-10-23 Lars Hansen <larsh@soem.dk>
22535
22536 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22537 (byte-compile-file-form-defmumble, byte-compile-defun)
22538 (byte-compile-defmacro): Use it.
22539 (byte-compile-form): Don't call byte-compile-set-symbol-position
22540 when a byte-compile handler is called.
22541
22542 2005-10-22 Romain Francoise <romain@orebokech.com>
22543
22544 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22545
22546 * subr.el (eval-after-load): Convert library name to an absolute
22547 file name using locate-library, since load-history no longer has
22548 library names in it.
22549
22550 2005-10-22 Richard M. Stallman <rms@gnu.org>
22551
22552 * files.el (make-temp-file): Move from subr.el.
22553 * subr.el (make-temp-file): Move to files.el.
22554
22555 * window.el (get-buffer-window-list): Move from subr.el.
22556 * subr.el (get-buffer-window-list): Move to window.el.
22557
22558 * image.el (image-load-path): Use eval-at-startup to initialize.
22559
22560 * subr.el (eval-at-startup): New macro.
22561
22562 * subr.el: Much rearrangement of functions and division
22563 into pages. No code changes.
22564
22565 2005-10-22 Kenichi Handa <handa@m17n.org>
22566
22567 * tar-mode.el (tar-extract): Be sure to call
22568 find-operation-coding-system if set-auto-coding doesn't find a
22569 coding system.
22570
22571 2005-10-22 Kim F. Storm <storm@cua.dk>
22572
22573 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22574 Change users.
22575 (image-type-file-name-regexps): New defconst.
22576 (image-type-from-data): Simplify loop.
22577 (image-type-from-buffer): New defun.
22578 (image-type-from-file-header): Use it instead of image-type-from-data.
22579 Use image-search-load-path instead of only looking in data-directory.
22580 (image-type-from-file-name): New defun.
22581 (image-search-load-path): Change `pathname' to `filename'.
22582 Make PATH arg optional, default to image-load-path.
22583
22584 2005-10-21 Richard M. Stallman <rms@gnu.org>
22585
22586 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22587
22588 * textmodes/paragraphs.el (sentence-end-base): New variable.
22589 (sentence-end): Use sentence-end-base.
22590
22591 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22592
22593 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22594 property independently from the font-lock-multiline variable.
22595
22596 2005-10-21 Richard M. Stallman <rms@gnu.org>
22597
22598 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22599
22600 * startup.el (command-line): Convert library names
22601 in `load-history' to absolute file names.
22602
22603 * subr.el (symbol-file): Doc fix.
22604
22605 * loadhist.el (file-loadhist-lookup): Call locate-library
22606 instead of find-library-name. Don't try converting
22607 abs file names to library names, since load-history no longer
22608 has library names in it.
22609 (file-dependents, file-provides, file-requires): Doc fixes.
22610
22611 2005-10-21 Juri Linkov <juri@jurta.org>
22612
22613 * progmodes/etags.el (tags-table-mode): New function.
22614 (tags-verify-table): Replace initialize-new-tags-table with
22615 tags-table-mode.
22616
22617 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22618 default value.
22619 (desktop-modes-not-to-save): Add tags-table-mode to the
22620 default value.
22621
22622 * info.el (Info-index-next): Add total number of index
22623 alternatives to the message.
22624
22625 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22626 backward only space (instead of space and period) before looking
22627 at sentence end.
22628
22629 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22630 Add the old variable value as 4th default-value arg of read-string.
22631
22632 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22633
22634 * cus-face.el (custom-declare-face): Make face from X resources
22635 also on Mac.
22636
22637 * disp-table.el (standard-display-g1, standard-display-graphic):
22638 Refuse to use string glyphs also on Mac.
22639 (standard-display-european): Don't set terminal coding system also
22640 on Mac.
22641
22642 * frame.el (display-screens): Use x-display-screens also on Mac.
22643
22644 2005-10-21 Romain Francoise <romain@orebokech.com>
22645
22646 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22647
22648 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22649
22650 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22651 and $? into sexps.
22652
22653 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22654 warning face on open-paren-in-column-0.
22655
22656 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22657 boundary case. Fix typo.
22658 Suggested by Martin Rudalics <rudalics@gmx.at>.
22659
22660 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22661
22662 * textmodes/org.el (org-combined-agenda-icalendar-file)
22663 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22664 (org-export-icalendar-this-file)
22665 (org-export-icalendar-all-agenda-files)
22666 (org-export-icalendar-combine-agenda-files): New commands.
22667 (org-export-icalendar, org-print-icalendar-entries)
22668 (org-start-icalendar-file, org-finish-icalendar-file)
22669 (org-ical-ts-to-string): New functions.
22670 (org-read-date, org-goto-calendar)
22671 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22672 call to `calendar'.
22673 (orgtbl-setup): Remove the :keys arguments from the menu description.
22674 (org-after-save-iCalendar-file-hook): New variable.
22675
22676 2005-10-21 Kenichi Handa <handa@m17n.org>
22677
22678 * language/vietnamese.el (tcvn-5712): Make it an alias of
22679 vietnamese-tcvn coding-system.
22680
22681 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22682
22683 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22684 group id is given.
22685
22686 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22687
22688 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22689 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22690 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22691 whose line is either continued or ends with a comment.
22692
22693 2005-10-20 Romain Francoise <romain@orebokech.com>
22694
22695 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22696
22697 * replace.el (occur-engine): Add follow-link property.
22698
22699 * font-core.el (font-lock-mode): Doc fix.
22700
22701 2005-10-20 Richard M. Stallman <rms@gnu.org>
22702
22703 * net/rcirc.el: New file.
22704
22705 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22706
22707 * term.el (term-term-name): Initialize to "eterm-color".
22708
22709 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22710
22711 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22712 for encryption functionality.
22713 Move allout customization subgroup from `editing' to `outlines' group.
22714 Fix commentary keywords to legitimate ones.
22715 Update author info (using my current email address, obscurified).
22716 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22717 (allout-encrypted-topic-p, allout-encrypted-text-type)
22718 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22719 (allout-situate-encryption-key-verifier)
22720 (allout-get-encryption-key-verifier, allout-verify-key)
22721 (allout-next-topic-pending-encryption)
22722 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22723 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22724 (outline-key-verifier-handling, outline-key-hint-handling)
22725 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22726 (allout-file-key-verifier-string, allout-encryption-scheme)
22727 (allout-key-verifier-string, allout-key-hint-string)
22728 (allout-after-save-decrypt): New variables.
22729 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22730 (allout-after-saves-handler): New hook functions.
22731 (allout-post-command-business): Do allout-after-save-decrypt.
22732 (allout-enable-file-variable-adjustment): Custom var to enable
22733 mechanism for adding and adjusting settings of Emacs file variables.
22734 (allout-adjust-file-variable, allout-file-vars-section-data):
22735 New functions, implement the mechanism.
22736 (outlineify-sticky): Use the file vars mechanism.
22737 (allout-inhibit-protection, allout-during-write-cue)
22738 (allout-override-protect, allout-before-change-protect): Remove.
22739 (allout-flag-region, allout-open-topic): Adjust read-only text.
22740 (allout-open-line-not-read-only): Add to facilitate read-only
22741 text based protection.
22742 (allout-kill-line): Revise to adjust read-only text, clue the
22743 user about the inhibition.
22744 (allout-unprotected): Use unwind-protect.
22745 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22746 topic deeper than the offspring depth of the previous topic -
22747 avoiding confusing "containment discontinuities".
22748 (allout-reindent-bodies): Fix retention of body relative hanging
22749 indent during promotion of collapsed bodies.
22750 (allout-open-topic): Make it easy to open new topic with same
22751 bullet as current topic - topic creation functions provided with
22752 any universal argument provokes now prompt for bullet, defaulting
22753 to the bullet of the previous topic.
22754 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22755 Plain bullet alternates `.' period and `,' comma only. All other
22756 bullets are relegated to special status (but customizable).
22757 (allout-end-of-entry): Rename from allout-end-of-current-entry
22758 since it actually operates w.r.t. most immediately containing
22759 entry, visible or not.
22760 (allout-hide-current-entry, allout-show-current-entry): Use the
22761 revised version.
22762 (allout-old-expose-topic): Solidify deprecation.
22763 (allout-end-of-subtree): Add so we can span concealed as well
22764 as visible topics.
22765 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22766 (allout-end-of-current-heading): Tweak to just respect the first line.
22767 (allout-get-body-text): Add.
22768 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22769 when invoked interactively.
22770 (allout-up-current-level): Use `interactive-p'.
22771 (allout-mode, allout-init): Miscellaneous docstring and
22772 operational refinements, as well as hookups of new encryption stuff.
22773 (allout-beginning-of-current-entry): Now works as advertised.
22774 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22775 (allout-isearch-rectification): Refine condition for isearching.
22776 (allout-isearch-abort, allout-enwrap-isearch)
22777 (allout-flag-region, my-region-active-p): Relocate some macros.
22778 (allout-title): Fallback title is (buffer-name), not
22779 non-existing (current-buffer-name).
22780 (subst-char-in-string): Define if absent (for some XEmacs versions).
22781
22782 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22783
22784 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22785 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22786 (mail-citation-prefix-regexp, mail-signature-file)
22787 (mail-default-headers, mail-bury-selects-summary)
22788 (mail-send-nonascii): Add autoload cookies.
22789
22790 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22791
22792 * frame.el (blink-cursor-mode): Add `mac' to the list of
22793 window-system's that support blinking cursor.
22794
22795 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22796
22797 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22798
22799 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22800
22801 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22802 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22803 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22804
22805 2005-10-20 Kim F. Storm <storm@cua.dk>
22806
22807 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22808 (ido-set-current-directory): Don't add / after final @.
22809 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22810 Explicitly handle ange-ftp completion oddities.
22811 (ido-make-file-list): Don't rotate list at tramp root to avoid
22812 triggering tramp file handler for expand-file-name via get-file-buffer.
22813
22814 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22815
22816 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22817
22818 2005-10-19 Jay Belanger <belanger@truman.edu>
22819
22820 * calc/calc-units.el (math-standard-units): Add units, adjust
22821 symbols and update values.
22822 (math-unit-prefixes): Add more prefixes.
22823
22824 2005-10-19 Romain Francoise <romain@orebokech.com>
22825
22826 * bookmark.el (bookmark-menu-heading): New face.
22827 (bookmark-bmenu-list): Use it.
22828 Don't fiddle with `baud-rate' at top-level.
22829
22830 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22831
22832 * image.el (create-image, find-image): Mention max-image-size in
22833 docstring.
22834
22835 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22836
22837 * savehist.el (savehist-load): Revert to checking XEmacs.
22838
22839 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22840 Various docstring and line-width fixups.
22841 (conf-mode): Use cond.
22842 Set font-lock-defaults. Don't set comment-use-syntax.
22843
22844 2005-10-18 David Ponce <david@dponce.com>
22845
22846 * tree-widget.el (tree-widget-button-click): New function.
22847 (tree-widget-button-keymap): Use it.
22848
22849 2005-10-18 Romain Francoise <romain@orebokech.com>
22850
22851 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22852 (bookmark-bmenu-hide-filenames): Add follow-link property.
22853 Improve help-echo text.
22854
22855 * ffap.el (find-file-at-point): Doc fix.
22856
22857 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22858
22859 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22860
22861 2005-10-18 Masatake YAMATO <jet@gyve.org>
22862
22863 Install to the CVS repository what I forgot to install in my
22864 2005-10-16 changes.
22865
22866 * progmodes/python.el (python-complete-symbol): Pass the common
22867 prefix substring of completion to `display-completion-list'.
22868
22869 * textmodes/org.el (org-complete): Ditto.
22870
22871 2005-10-18 Masatake YAMATO <jet@gyve.org>
22872
22873 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22874
22875 * woman.el (WoMan-xref-man-page): New button type derived
22876 from `Man-abstract-xref-man-page'.
22877 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22878
22879 * man.el (Man-abstract-xref-man-page): New button type.
22880 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22881 (Man-highlight-references): Add new optional argument `xref-man-type'.
22882
22883 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22884
22885 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22886
22887 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22888
22889 * cus-edit.el (Custom-move-and-invoke): Delete.
22890 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22891
22892 * wid-edit.el (widget-move-and-invoke): New function, from
22893 Custom-move-and-invoke.
22894
22895 2005-10-17 Bill Wohler <wohler@newt.com>
22896
22897 Move all remaining images from lisp/toolbar to etc/images, move
22898 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22899 the low resolution images in their own directory (low-color).
22900
22901 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22902 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22903 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22904 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22905 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22906 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22907 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22908
22909 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22910 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22911 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22912 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22913 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22914 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22915 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22916 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22917 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22918 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22919 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22920 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22921 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22922 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22923 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22924
22925 To conform with convention, replace the underscore (_) in the
22926 following image names with dash (-) or (/) as appropriate.
22927
22928 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22929 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22930 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22931 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22932 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22933 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22934 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22935 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22936 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22937 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22938 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22939 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22940 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22941 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22942 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22943
22944 * info.el (info-tool-bar-map): Replace underscores in image names
22945 with dashes.
22946
22947 * makefile.w32-in (WINS): Remove toolbar.
22948
22949 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22950
22951 * tool-bar.el: Move to lisp from toolbar. Now that
22952 toolbar is empty, it should be deleted when folks run "cvs up -P".
22953
22954 2005-10-18 Jay Belanger <belanger@truman.edu>
22955
22956 * calc/calc-store.el (calc-store-into): Get the proper variable name
22957 to display in message.
22958
22959 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22960
22961 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22962 expressions display in speedbar for all buffers when debugging.
22963 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22964
22965 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22966 (speedbar-insert-button, speedbar-make-button):
22967 Use add-text-properties.
22968 (speedbar-update-localized-contents)
22969 (speedbar-update-directory-contents)
22970 (speedbar-update-special-contents): Use dolist.
22971 (speedbar-buffer-easymenu-definition): Add a menu separator.
22972
22973 2005-10-17 Jason Rumney <jasonr@gnu.org>
22974
22975 * makefile.w32-in: Use $(lisp) consistently.
22976 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22977 for shell specific generation of mh-autoloads.
22978
22979 2005-10-17 Richard M. Stallman <rms@gnu.org>
22980
22981 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22982
22983 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22984
22985 * jit-lock.el (jit-lock-fontify-now):
22986 Move jit-lock-context-unfontify-pos to avoid wasted work.
22987
22988 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22989
22990 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22991 `tramp-completion-mode' for checking if we are in completion mode.
22992 (tramp-completion-handle-file-name-all-completions): Reorder code
22993 in order to complete for file names only in case there are no
22994 method/user/host completions. This is necessary for cooperation
22995 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22996
22997 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22998
22999 * longlines.el (longlines-search-forward)
23000 (longlines-search-backward): Match any number of spaces.
23001
23002 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23003
23004 * diff-mode.el (diff-mode): Doc fix.
23005
23006 2005-10-16 David Reitter <david.reitter@gmail.com>
23007
23008 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23009 as default on darwin and windows systems.
23010
23011 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23012
23013 * arc-mode.el (archive-zip-extract): Doc fix.
23014
23015 2005-10-16 Romain Francoise <romain@orebokech.com>
23016
23017 * mouse.el (mouse-1-click-follows-link): Doc fix.
23018
23019 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23020
23021 * savehist.el: Don't require CL at runtime.
23022 (savehist-xemacs): Remove.
23023 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23024 (savehist-no-conversion): Use (featurep 'xemacs).
23025 (savehist-load): Check existence of start-itimer rather than XEmacs.
23026 Use an idle timer.
23027 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23028 `delete-if-not'.
23029
23030 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23031
23032 * savehist.el: Newer version.
23033 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23034 (savehist-last-checksum, savehist-no-conversion): New vars.
23035 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23036 New functions.
23037 (savehist-load, savehist-save): Use them.
23038 (savehist-delimit): Remove.
23039
23040 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23041
23042 * progmodes/compile.el (compilation-goto-locus): Display the
23043 compilation buffer first and the source buffer second, in case they're
23044 in overlapping frames. Don't raise the compilation frame if it was the
23045 selected window upon entry. Pass the `other-window' arg to
23046 pop-to-buffer.
23047
23048 * info.el (Info-fontify-node): Use dolist.
23049 Change add-text-properties to put-text-property.
23050
23051 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23052
23053 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23054 bound of search.
23055
23056 2005-10-16 Masatake YAMATO <jet@gyve.org>
23057
23058 * dabbrev.el (dabbrev-completion): Pass the common
23059 prefix substring of completion to `display-completion-list'.
23060
23061 * filecache.el (file-cache-minibuffer-complete)
23062 (file-cache-complete): Ditto.
23063
23064 * tempo.el (tempo-display-completions): Ditto.
23065
23066 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23067
23068 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23069
23070 * eshell/em-hist.el (eshell-list-history): Ditto.
23071
23072 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23073
23074 * mail/mailalias.el (mail-complete): Ditto.
23075
23076 * progmodes/etags.el (complete-tag): Ditto.
23077
23078 * progmodes/make-mode.el (makefile-complete): Ditto.
23079
23080 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23081
23082 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23083
23084 * progmodes/pascal.el (pascal-complete-word)
23085 (pascal-show-completions): Ditto.
23086
23087 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23088
23089 * simple.el (completion-common-substring): New variable.
23090 (completion-setup-function): Use `completion-common-substring'
23091 to put faces.
23092
23093 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23094
23095 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23096 (x-get-selection, mac-select-convert-to-string): Convert from/to
23097 UTF-16 clipboard data as in native byte order, no BOM.
23098
23099 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23100
23101 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23102 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23103 (gud-sentinel): Use speedbar-frame to check for speedbar.
23104
23105 2005-10-15 Richard M. Stallman <rms@gnu.org>
23106
23107 * savehist.el: New file.
23108
23109 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23110
23111 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23112 Fix bug in \bf fontification.
23113
23114 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23115
23116 * pcvs.el (cvs-edit-log-files): New var.
23117 (cvs-mode-edit-log): New arg `file'.
23118 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23119 Instead force the use of the original file and nothing else.
23120 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23121 the cvs-minor-wrap-function is set.
23122 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23123
23124 2005-10-14 Bill Wohler <wohler@newt.com>
23125
23126 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23127 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23128 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23129 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23130 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23131 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23132 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23133 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23134 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23135 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23136 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23137 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23138 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23139 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23140 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23141
23142 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23143 appropriately (for example, gud-break to gud/break).
23144
23145 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23146
23147 * longlines.el (longlinges-search-function)
23148 (longlines-search-forward, longlines-search-backward): New functions.
23149 (longlines-mode): Set isearch-search-fun-function to
23150 longlinges-search-function.
23151
23152 * mouse.el (mouse-drag-region-1): Handle the case where a
23153 double-click event is bound to an arbitrary function.
23154
23155 2005-10-14 David Ponce <david@dponce.com>
23156
23157 * recentf.el (recentf-track-opened-file)
23158 (recentf-track-closed-file, recentf-update-menu)
23159 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23160 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23161 mouse-1-click-follows-link.
23162
23163 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23164
23165 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23166 Gnome file-manager.png. Suggested by
23167 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23168
23169 * toolbar/README: Add diropen.xpm.
23170
23171 2005-10-13 Bill Wohler <wohler@newt.com>
23172
23173 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23174 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23175
23176 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23179 Don't waste the byte-compiler's time on constant data.
23180
23181 2005-10-13 Kenichi Handa <handa@m17n.org>
23182
23183 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23184 byte with `escape-glyph' face.
23185
23186 * international/fontset.el (ccl-encode-unicode-font):
23187 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23188 Handle the case that ucs-mule-to-mule-unicode translates a character to
23189 ASCII (usually for IPA characters).
23190
23191 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23192
23193 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23194 Don't hide the underline of titles if font-lock-mode is disabled.
23195
23196 2005-10-12 Bill Wohler <wohler@newt.com>
23197
23198 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23199 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23200 files in MH-E-SRC have been updated.
23201 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23202
23203 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23204
23205 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23206 (mixal-mode-syntax-table): Add \n as end-comment.
23207 (mixal-operation-codes-alist): Immediately initialize to full value.
23208 (mixal-add-operation-code): Remove.
23209 (mixal-describe-operation-code): Make the arg non-optional.
23210 Use the interactive spec instead.
23211 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23212 (mixal-font-lock-keywords): Don't highlight comments here any more.
23213 (mixal-font-lock-syntactic-keywords): New var.
23214 (mixal-mode): Use it. Fix comment-start-skip.
23215
23216 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23217
23218 * startup.el (command-line-x-option-alist): -nb => -nbi.
23219
23220 2005-10-12 Kim F. Storm <storm@cua.dk>
23221
23222 * startup.el (fancy-splash-default-action): Discard mouse click in
23223 the splash screen window, as it has no sensible meaning in the
23224 next window to be selected. Fixes error reported by Jan D.
23225
23226 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23227
23228 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23229
23230 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23231
23232 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23233 Try to fix up minor layout issues like indentation, line break, etc...
23234 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23235 because it doesn't work.
23236 (mixal-operation-codes): Add some more codes.
23237 (mixal-font-lock-keywords): Process comments here.
23238 (mixal-mode): mixasm no longer needs -g option.
23239
23240 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23241
23242 * progmodes/sh-script.el (sh-tmp-file):
23243 Use mktemp -t. Finish support for es and rc shells.
23244
23245 2005-10-11 Jay Belanger <belanger@truman.edu>
23246
23247 * calc/calcalg2.el (calc-integral): With an argument, compute the
23248 definite integral.
23249
23250 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23251
23252 * mouse.el (mouse-drag-region-1): Don't try to catch a
23253 double-click when doing follow-link (it's overridden anyway).
23254
23255 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23256
23257 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23258 (autoload-print-form-outbuf): Add docstring.
23259
23260 2005-10-11 Juri Linkov <juri@jurta.org>
23261
23262 * info.el (Info-mode-menu): Delete menu item "Edit".
23263 (Info-mode): Delete description of Info-edit from docstring,
23264 and rearrange descriptions of Info commands in the order
23265 they are documented in the Info manual.
23266
23267 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23268
23269 * calendar/appt.el (appt-check): Use diary-selective-display var.
23270
23271 2005-10-10 Richard M. Stallman <rms@gnu.org>
23272
23273 * net/newsticker.el (newsticker-start, newsticker-show-news):
23274 Add autoload cookies.
23275
23276 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23277
23278 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23279
23280 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23281
23282 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23283
23284 2005-10-10 Jay Belanger <belanger@truman.edu>
23285
23286 * calc/calc-arith.el (math-check-known-scalarp)
23287 (math-check-known-matrixp): Check the values of arguments that are
23288 variables.
23289 (math-check-known-square-matrixp): New function.
23290 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23291 (math-super-types): Add sqmatrix type.
23292
23293 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23294 mode name `square' to `sqmatrix'.
23295
23296 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23297 mode name `square' to `sqmatrix'.
23298
23299 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23300
23301 * progmodes/etags.el (select-tags-table-mode): Don't use
23302 selective-display.
23303 (tags-select-tags-table): Pass `button' to the action function.
23304 (select-tags-table): Place the side-info on button properties rather
23305 than in hidden text. Abbreviate file names.
23306 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23307 (select-tags-table-select): Add `button' argument.
23308 Get side-info from the button property rather than from hidden text.
23309
23310 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23311
23312 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23313 (gud-speedbar-buttons): Preserve point if possible.
23314 (gud-sentinel): Restore previous speedbar display type.
23315
23316 * progmodes/gdb-ui.el (gdba): Improve diagram.
23317 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23318 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23319 Call get-buffer-window once.
23320
23321 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23322
23323 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23324 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23325 (pascal-indent-command): Remove unused var `ind'.
23326 (pascal-indent-case): Remove unused var `oldpos'.
23327 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23328 since it's now used as a proper minor mode map.
23329 (pascal-outline): Rename to pascal-outline-mode.
23330 (pascal-outline-mode): Use define-minor-mode.
23331 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23332 selective-display.
23333
23334 2005-10-10 Andreas Schwab <schwab@suse.de>
23335
23336 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23337 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23338
23339 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23340 outside source directory.
23341
23342 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23343
23344 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23345 C-x' as a prefix.
23346 (orgtbl-mode-map): Full keymap instead of sparse, because all
23347 `self-insert-command' keys are redefined in this map.
23348 (org-export-as-html): Specify charset for HTML file, by taking it
23349 from the coding system.
23350
23351 2005-10-10 Kenichi Handa <handa@m17n.org>
23352
23353 * textmodes/flyspell.el (flyspell-check-word-p):
23354 If unread-command-events is non-empty, don't call sit-for.
23355
23356 2005-10-09 Richard M. Stallman <rms@gnu.org>
23357
23358 * font-lock.el (font-lock-syntactic-keywords)
23359 (font-lock-keywords): Doc fixes.
23360
23361 * textmodes/flyspell.el (flyspell-external-point-words):
23362 Simplify logic, and don't try to check for consecutive appearances
23363 of one incorrect word.
23364
23365 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23366
23367 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23368 separator.
23369
23370 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23371 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23372 (gud-expansion-speedbar-buttons): New function.
23373 (gud-speedbar-buttons): Check for gud-comint-buffer.
23374
23375 2005-10-09 Bill Wohler <wohler@newt.com>
23376
23377 * Makefile.in (updates): Add mh-loaddefs dependency.
23378
23379 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23380
23381 * speedbar.el (speedbar-file-key-map): Fix typo.
23382
23383 2005-10-09 Daniel Brockman <daniel@brockman.se>
23384
23385 * cus-start.el (line-spacing): Add custom spec.
23386
23387 2005-10-09 Romain Francoise <romain@orebokech.com>
23388
23389 * textmodes/ispell.el (ispell-check-version): Fix last change.
23390
23391 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23392
23393 * term/x-win.el: Remove -i, --icon-type from comment.
23394
23395 * startup.el (command-line-x-option-alist): Remove options -i,
23396 -itype, --icon-type, added -nb, --no-bitmap-icon.
23397
23398 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23399
23400 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23401 instead of :active.
23402
23403 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23404
23405 * textmodes/ispell.el (ispell-check-version):
23406 Ignore hyphen, and all that follows, in aspell's version text.
23407
23408 2005-10-08 Jay Belanger <belanger@truman.edu>
23409
23410 * calc/calc-arith.el (math-known-square-matrixp): New function.
23411 (math-pow-fancy): Check for matrices before distributing exponent
23412 across products.
23413
23414 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23415 fullscreen keypad. Suggested by Luc Teirlinck.
23416 (calc-keypad-show-input): Add space for formatting.
23417
23418 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23419 Add square matrix option.
23420
23421 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23422 of checking calc-matrix-mode when deciding how to expand.
23423
23424 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23425
23426 2005-10-08 Lars Hansen <larsh@soem.dk>
23427
23428 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23429 Add error handling.
23430 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23431
23432 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23433
23434 Sync with Tramp 2.0.51.
23435
23436 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23437 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23438 Insert special handling for `last-coding-system-used', again
23439 it still seems to be necessary (unlike stated before).
23440 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23441 (tramp-password-prompt-regexp): There might be other words before
23442 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23443 (tramp-chunksize): Improve docstring.
23444 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23445 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23446 Christian Joergensen <bugs@razor.dk>.
23447
23448 2005-10-07 Glenn Morris <rgm@gnu.org>
23449
23450 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23451 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23452 precision'.
23453
23454 2005-10-07 Romain Francoise <romain@orebokech.com>
23455
23456 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23457 (ibuffer-do-shell-command-pipe-replace)
23458 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23459 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23460 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23461 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23462 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23463 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23464 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23465 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23466 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23467 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23468 Autoload file sans suffix.
23469
23470 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23471
23472 2005-10-07 David Ponce <david@dponce.com>
23473
23474 * recentf.el (recentf-menu-open-all-flag): New option.
23475 (recentf-digit-shortcut-command-name): New function.
23476 (recentf--shortcuts-keymap): New variable.
23477 (recentf-menu-shortcuts): New variable.
23478 (recentf-make-menu-items): Initialize it. Replace the "More..."
23479 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23480 (recentf-menu-value-shortcut): New function.
23481 (recentf-make-menu-item): Use it. No more in-lined.
23482 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23483 (recentf-open-most-recent-file): Rename from
23484 `recentf-open-file-with-key'. Don't depend on key binding.
23485 (recentf-mode-map): New variable.
23486 (recentf-mode): Use it.
23487
23488 2005-10-06 Bill Wohler <wohler@newt.com>
23489
23490 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23491
23492 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23493 (MH-E-SRC): New. Used by mh-autoloads.
23494 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23495 files in MH-E-SRC have been updated.
23496 (compile, recompile, bootstrap): Depend on mh-autoloads.
23497
23498 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23499
23500 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23501 gud-break and gud-remove icons when the fringe is not available.
23502
23503 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23504 Typo.
23505
23506 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23507
23508 * play/zone.el (zone): Wrap body with save-window-excursion.
23509
23510 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23513 Use the new `list-only' arg to diary-list-entries.
23514
23515 * calendar/diary-lib.el: Use overlays rather than selective-display.
23516 (diary-selective-display): New var.
23517 (diary-header-line-format): Use it.
23518 (diary-list-entries): Add argument `list-only'.
23519 Put the buffer in diary-mode. Don't add \^M at beg and end.
23520 Replace \^M by invisible overlays.
23521 (diary-unhide-everything): Replace \^M by invisible overlays.
23522 (print-diary-entries): Look for overlays rather than \^M.
23523 Add a space to the temp buffer name.
23524 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23525 Put the buffer in diary-mode.
23526 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23527 (diary-anniversary): Make the year arg optional.
23528 (diary-time-regexp): New const.
23529 (diary-font-lock-keywords): Use it to accept a few more time formats.
23530
23531 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23532
23533 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23534
23535 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23536 Fix bug introduced 2005-07-03: Use (car (last ...))
23537 to faithfully reproduce replaced artist-last.
23538 (artist-set-arrow-points-for-poly): Likewise.
23539 Suggested by Johan Bockg\e,Ae\e(Brd.
23540
23541 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23542
23543 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23544 * wid-edit.el (widget):
23545 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23546 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23547
23548 2005-10-06 Kenichi Handa <handa@m17n.org>
23549
23550 * international/mule-cmds.el (set-language-environment):
23551 Fix setting up of case-table for unibyte mode.
23552
23553 * simple.el (what-cursor-position): If the character is displayed
23554 by some `display' text property, show that. Don't use
23555 single-key-description for eight-bit characters in multibyte mode.
23556
23557 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23558
23559 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23560 (gdb-ann3): Set it.
23561 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23562 (gdb-info-frames-custom): Use inverse-video for first five
23563 characters of selected frame only.
23564 (gdb-get-frame-number): Select frame even when point is on frame
23565 number.
23566
23567 2005-10-06 Masatake YAMATO <jet@gyve.org>
23568
23569 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23570 Put `font-lock-function-name-face'.
23571 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23572 and `font-lock-variable-name-face'
23573 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23574 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23575 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23576 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23577 (gdb-local-font-lock-keywords): New font lock keywords definition.
23578 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23579 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23580 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23581
23582 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23583
23584 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23585 (ediff-merge-region-is-non-clash-to-skip): Previously called
23586 ediff-merge-region-is-non-clash.
23587
23588 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23589 Use insert-buffer-substring.
23590
23591 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23592 selecting files to patch. Also bug fixes.
23593
23594 * ediff-util.el (ediff-setup): Bug fix.
23595 (ediff-next-difference): Never skip clashes that differ in white
23596 space only.
23597
23598 * ediff-wind.el (ediff-setup-control-frame)
23599 (ediff-destroy-control-frame): Check the menubar feature.
23600
23601 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23602 (viper-refresh-mode-line): Use make-local-variable to localize
23603 some vars instead of make-variable-buffer-local. Suggested by
23604 Stefan Monnier.
23605
23606 * emulation/viper-init.el (viper-make-variable-buffer-local):
23607 Delete alias.
23608 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23609 Use make-local-variable instead of make-variable-buffer-local.
23610 Suggested by Stefan Monnier.
23611
23612 * emulation/viper.el (viper-mode): Don't use
23613 viper-make-variable-buffer-local.
23614 (viper-comint-mode-hook): Use make-local-variable on
23615 require-final-newline.
23616 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23617
23618 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23621 also the second char of a comment-start sequence.
23622 (scheme-sexp-comment-syntax-table): New var.
23623 (lambda, define): Set their scheme-doc-string-elt property.
23624 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23625 Use lisp-font-lock-syntactic-face-function now that it properly
23626 handles |...| symbols.
23627 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23628 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23629
23630 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23631 bit from # to |.
23632 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23633
23634 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23635 (lisp-doc-string-elt-property): New var.
23636 (lisp-font-lock-syntactic-face-function): Use it.
23637 Rewrite to recognize docstrings even for forms not at toplevel.
23638
23639 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23640 annotation on the | part of #| rather than on the # part.
23641 (scheme-font-lock-syntactic-face-function): New function, to
23642 distinguish strings from |...| symbols.
23643 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23644 syntax-table so that #|...|# is properly highlighted.
23645
23646 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23647 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23648
23649 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23650
23651 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23652 and C-e.
23653
23654 * emacs-lisp/eldoc.el: Move comments into docstrings.
23655 (eldoc-message-commands): Initialize in its declaration.
23656 Add move-beginning-of-line and move-end-of-line.
23657 (eldoc-add-command, eldoc-add-command-completions)
23658 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23659
23660 * outline.el (outline-mark-subtree): Activate the mark.
23661
23662 * calendar/appt.el (appt-time-regexp): New var.
23663 (appt-add, appt-make-list): Use it.
23664 (appt-convert-time): Clean up.
23665
23666 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23667 Don't set any syntax-table property here.
23668 (tex-font-lock-verb): New function. Do it here.
23669 (tex-font-lock-syntactic-keywords): Use it.
23670
23671 2005-10-04 Richard M. Stallman <rms@gnu.org>
23672
23673 * wid-edit.el (widget-file-complete): Get the widget start point
23674 the right way. Default directory to `/' if file has none.
23675
23676 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23677
23678 * textmodes/flyspell.el (flyspell-mode-on):
23679 Call ispell-maybe-find-aspell-dictionaries.
23680
23681 * textmodes/ispell.el (ispell-word, ispell-region):
23682 Call ispell-maybe-find-aspell-dictionaries.
23683 (ispell-accept-buffer-local-defs):
23684 Don't call ispell-maybe-find-aspell-dictionaries.
23685
23686 2005-10-04 Richard M. Stallman <rms@gnu.org>
23687
23688 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23689
23690 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23691
23692 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23693 instead of `fboundp' in order to allow for anonymous functions.
23694
23695 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23696
23697 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23698 case the user clicks on the link while another window is selected.
23699 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23700
23701 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23702 functionality.
23703 (dframe-help-echo): Save point in case mouse tracking is off.
23704
23705 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23706
23707 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23708
23709 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23710
23711 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23712 not change the global value of those vars.
23713
23714 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23715 make-local-variable which we do not need any more.
23716
23717 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23718
23719 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23720 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23721 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23722 (speedbar-path-line): Define obsolete aliases.
23723 (speedbar-line-directory): Doc fix.
23724
23725 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23726 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23727 instead of speedbar-line-path.
23728
23729 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23730
23731 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23732 to nil if dropping on a window. Handle dropping on a minibuffer window
23733 like dropping on a non-window part of Emacs.
23734
23735 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23736
23737 * net/ange-ftp.el: Use with-current-buffer.
23738 (ange-ftp-insert-directory): Do not follow symlinks any more.
23739
23740 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23741 Remove interactive spec.
23742
23743 2005-10-03 Kim F. Storm <storm@cua.dk>
23744
23745 * ido.el (ido-mode): Use custom-initialize-set.
23746
23747 2005-10-02 Richard M. Stallman <rms@gnu.org>
23748
23749 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23750 Use insert-buffer-substring.
23751
23752 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23753 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23754
23755 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23756
23757 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23758 in last change.
23759 (ange-ftp-insert-directory): Fix up the search for the case where
23760 `file' is absolute.
23761
23762 2005-10-02 Romain Francoise <romain@orebokech.com>
23763
23764 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23765
23766 2005-10-02 Andreas Schwab <schwab@suse.de>
23767
23768 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23769 directory component in the session info.
23770
23771 2005-10-01 Richard M. Stallman <rms@gnu.org>
23772
23773 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23774
23775 * simple.el (next-error-internal): New function.
23776
23777 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23778 (compilation-start): Pass new arg to compilation-buffer-name.
23779 (compile-goto-error): Use next-error-internal.
23780
23781 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23782
23783 * speedbar.el: Remove RCS tag.
23784 (speedbar-check-read-only): Handle non-existent files.
23785
23786 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23787
23788 * info.el (Info-speedbar-hierarchy-buttons)
23789 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23790
23791 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23792
23793 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23794 Do not match newline.
23795 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23796 (bibtex-summary): Remove unnecessary save-excursion.
23797 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23798
23799 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23800
23801 * term/mac-win.el: Add charset info for "iso10646-1".
23802 Modify default fontset to use ATSUI-compatible fonts for some charsets
23803 if available.
23804
23805 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23806
23807 * speedbar.el: Re-apply arch tag.
23808 (speedbar-version): Rename to version 1.0. Suggested by Eric
23809 M. Ludlam.
23810 Reapply two changes from Emacs CVS' version of speedbar lost
23811 during the merge:
23812 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23813 (speedbar-frame-parameters): Improve customize type.
23814
23815 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23816
23817 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23818 (ange-ftp-file-directory-p): Fix the symlink case.
23819 (ange-ftp-insert-directory): When listing a single file, get a list of
23820 the parent buffer and extract the relevant line. Inspired from a patch
23821 by Katsumi Yamaoka <yamaoka@jpl.org>.
23822 (ange-ftp-file-name-sans-versions): Simplify.
23823
23824 2005-09-30 Bill Wohler <wohler@newt.com>
23825
23826 Move MH-E image files from toolbar and mail directories into
23827 etc/images.
23828
23829 * mail/reply2.*: Move to etc/images/mail/reply*.
23830
23831 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23832 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23833 etc/images.
23834
23835 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23836 * toolbar/reply*: Move to etc/images/mail.
23837
23838 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23839
23840 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23841
23842 * speedbar.el: New version 1.0pre3.
23843
23844 Frame management code (including timer, and mouse click specifics)
23845 moved to dframe.el:
23846 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23847 (speedbar-timer): Removed. Use dframe-timer.
23848 (speedbar-close-frame): Removed. Use dframe-close-frame.
23849 (speedbar-activity-change-focus-flag): Removed. Use
23850 dframe-activity-change-focus-flag.
23851 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23852 dframe-update-speed.
23853
23854 (speedbar-current-frame): New macro. Use this instead of the
23855 variable speedbar-frame.
23856
23857 (speedbar-use-images, speedbar-expand-image-button-alist)
23858 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23859
23860 (speedbar-find-image-on-load-path): Removed. Replaced by
23861 defezimage in ezimage.el.
23862 (speedbar-expand-image-button-alist): Removed. Replaced by
23863 ezimage-expand-image-button-alist in ezimage.el.
23864
23865 (speedbar-ignored-directory-regexp)
23866 (speedbar-add-ignored-directory-regexp)
23867 (speedbar-ignored-directory-expressions)
23868 (speedbar-line-directory, speedbar-buffers-line-directory)
23869 (speedbar-directory-line, speedbar-buffers-line-directory):
23870 Renamed, replacing `path' with `directory'.
23871
23872 (speedbar-create-directory, speedbar-expand-line-descendants)
23873 (speedbar-toggle-line-expansion)
23874 (speedbar-contract-line-descendants): New commands.
23875
23876 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23877 (speedbar-use-tool-tips-flag): New options.
23878
23879 (speedbar-check-read-only, speedbar-require-version)
23880 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23881 (speedbar-handle-delete-frame, speedbar-try-completion)
23882 (speedbar-update-localized-contents): New functions.
23883
23884 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23885 (speedbar-object-read-only-indicator): New variables.
23886
23887 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23888 New hooks.
23889
23890 (speedbar-separator-face): New face.
23891
23892 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23893 (speedbar-ignored-modes): Add fundamental-mode.
23894 (speedbar-directory-unshown-regexp): Add . directories.
23895
23896 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23897 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23898 `]' for full expand/close.
23899 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23900
23901 (speedbar-check-vc): Support hidden files.
23902 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23903 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23904 state is nil, it is not checked out.
23905
23906 (speedbar-line-text, speedbar-line-token): Support expand buttons
23907 with no text.
23908 (speedbar-refresh): Universal argument acts as power-click.
23909 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23910 that buffer to get variable values.
23911
23912 And many other bugfixes.
23913
23914 * dframe.el, ezimage.el, sb-image.el: New files.
23915
23916 * sb-*.xpm: Remove files. New image files installed into
23917 etc/images/ezimage.
23918
23919 2005-09-30 Kenichi Handa <handa@m17n.org>
23920
23921 * ps-mule.el (ps-mule-show-warning): If a character is in
23922 ps-print-translation-table, don't treat it as non-printable.
23923
23924 2005-09-30 David Ponce <david@dponce.com>
23925
23926 * tree-widget.el (tree-widget-themes-load-path): New variable.
23927 (tree-widget-themes-directory): Doc fix.
23928 (tree-widget-image-formats) [Emacs]: Doc fix.
23929 (tree-widget--locate-sub-directory): New function.
23930 (tree-widget-themes-directory): Use it.
23931
23932 * recentf.el (recentf-filename-handlers): Rename from
23933 `recentf-filename-handler'. Allow a list of functions.
23934 (recentf-menu-items-for-commands): Fix :help strings.
23935 (recentf-apply-filename-handlers): New function.
23936 (recentf-expand-file-name): Use it.
23937 (recentf-cleanup): Remove duplicates too.
23938
23939 2005-09-29 Juri Linkov <juri@jurta.org>
23940
23941 * faces.el: Rearrange face definitions to be in the same order as
23942 their face descriptions in "(emacs)Standard Faces".
23943
23944 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23945
23946 * tooltip.el (tooltip): Add group `basic-faces'.
23947
23948 * buff-menu.el (Buffer-menu-buffer): Remove group
23949 `font-lock-highlighting-faces'.
23950
23951 * progmodes/compile.el (compilation-error, compilation-warning)
23952 (compilation-info, compilation-line-number, compilation-column-number):
23953 Change group from `font-lock-highlighting-faces' to `compilation'.
23954
23955 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23956 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23957 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23958 (vhdl-font-lock-reserved-words-face)
23959 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23960 `font-lock-highlighting-faces'.
23961
23962 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23963
23964 2005-09-28 Kim F. Storm <storm@cua.dk>
23965
23966 * emulation/cua-base.el: Set CUA move property on additional commands:
23967 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23968 forward-sexp, backward-sexp, forward-list, backward-list.
23969
23970 2005-09-28 Romain Francoise <romain@orebokech.com>
23971
23972 * comint.el (comint-show-output): Really set point at the
23973 beginning of the output when not using `comint-use-prompt-regexp'.
23974
23975 2005-09-27 Jay Belanger <belanger@truman.edu>
23976
23977 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23978 in TeX mode.
23979
23980 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23981
23982 * textmodes/org.el (org-table-sum): Fix format string.
23983
23984 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23985 Quote face names.
23986
23987 2005-09-26 Romain Francoise <romain@orebokech.com>
23988
23989 * isearch.el (isearch-forward-regexp): Close doc string.
23990
23991 2005-09-25 Richard M. Stallman <rms@gnu.org>
23992
23993 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23994
23995 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23996
23997 * progmodes/compile.el (compilation-error-properties):
23998 When getting the file from the previous error message,
23999 correctly decode the new data format.
24000
24001 * progmodes/cc-cmds.el (c-electric-paren):
24002 Call old-blink-paren only for close-paren.
24003
24004 2005-09-24 Andreas Schwab <schwab@suse.de>
24005
24006 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24007 condition.
24008
24009 2005-09-25 Romain Francoise <romain@orebokech.com>
24010
24011 * dired-aux.el (dired-copy-file-recursive):
24012 * dired.el (dired-delete-file):
24013 * ediff-mult.el (ediff-dir-diff-copy-file):
24014 * ediff-util.el (ediff-test-save-region):
24015 * forms.el (forms-mode):
24016 * ido.el (ido-file-internal, ido-delete-file-at-head):
24017 * log-edit.el (log-edit-done):
24018 * ses.el (ses-yank-resize):
24019 * play/gomoku.el (gomoku-human-plays, gomoku)
24020 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24021 (gomoku-offer-a-draw):
24022 * play/landmark.el (lm-human-resigns, lm):
24023 * net/eudcb-ldap.el (eudc-ldap-check-base):
24024 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24025 * progmodes/ebrowse.el (ebrowse-find-pattern):
24026 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24027 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24028 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24029
24030 * vc.el (vc-delete-file):
24031 * play/gomoku.el (gomoku-terminate-game, gomoku)
24032 (gomoku-prompt-for-move, gomoku-human-takes-back):
24033 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24034 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24035
24036 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24037
24038 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24039 color rxvt terminals by using the code xterm.el used to use before
24040 2005-04-09 in order to match the colors used by rxvt.
24041
24042 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24043
24044 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24045 colors rxvt-unicode terminals by using the same code as xterm.el.
24046
24047 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24048
24049 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24050 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24051 new symbol used for the tex-verbatim face.
24052
24053 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24054
24055 * woman.el (woman-file-name):
24056 * wid-edit.el (widget-file-prompt-value)
24057 (widget-coding-system-prompt-value):
24058 * w32-fns.el (set-w32-system-coding-system):
24059 * vc.el (vc-version-diff, vc-annotate):
24060 * textmodes/reftex-auc.el (reftex-arg-cite)
24061 (reftex-arg-index-tag):
24062 * textmodes/refer.el (refer-get-bib-files):
24063 * textmodes/artist.el (artist-figlet-choose-font):
24064 * terminal.el (terminal-emulator):
24065 * replace.el (occur-read-primary-args):
24066 * rect.el (string-rectangle, string-insert-rectangle):
24067 * ps-print.el (ps-print-preprint):
24068 * progmodes/pascal.el (pascal-goto-defun):
24069 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24070 * progmodes/compile.el (compilation-find-file):
24071 * printing.el (pr-interactive-n-up):
24072 * play/animate.el (animate-birthday-present):
24073 * net/rcompile.el (remote-compile):
24074 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24075 * mail/rmailsum.el (rmail-summary-search-backward)
24076 (rmail-summary-search):
24077 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24078 (rmail-output-read-file-name):
24079 * mail/rmail.el (rmail-search, rmail-search-backwards):
24080 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24081 * locate.el (locate):
24082 * international/quail.el (quail-show-keyboard-layout):
24083 * international/mule.el (set-buffer-file-coding-system)
24084 (revert-buffer-with-coding-system, set-file-name-coding-system)
24085 (set-terminal-coding-system, set-keyboard-coding-system)
24086 (set-next-selection-coding-system):
24087 * international/mule-diag.el (describe-coding-system)
24088 (describe-font, describe-fontset):
24089 * international/mule-cmds.el (universal-coding-system-argument)
24090 (search-unencodable-char, describe-input-method)
24091 (set-language-environment, describe-language-environment):
24092 * international/codepage.el (codepage-setup):
24093 * international/code-pages.el (codepage-setup):
24094 * info.el (Info-search, Info-follow-reference)
24095 (Info-search-backward):
24096 * emacs-lisp/advice.el (ad-read-advised-function)
24097 (ad-read-advice-class, ad-clear-cache, ad-activate)
24098 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24099 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24100 (ad-read-regexp):
24101 * ediff-util.el (ediff-toggle-regexp-match):
24102 * ediff-ptch.el (ediff-prompt-for-patch-file):
24103 * dired-aux.el (dired-diff):
24104 * diff.el (diff):
24105 * cus-edit.el (custom-variable-prompt):
24106 * calendar/timeclock.el (timeclock-ask-for-project):
24107 * calc/calcalg3.el (calc-get-fit-variables):
24108 * calc/calc-store.el (calc-edit-variable)
24109 (calc-permanent-variable):
24110 * vc-mcvs.el (vc-mcvs-register):
24111 * shadowfile.el (shadow-define-literal-group):
24112 * woman.el (woman-file-name):
24113 * vc.el (vc-version-diff, vc-merge):
24114 * textmodes/reftex-index.el (reftex-index-complete-tag):
24115 * format.el (format-decode-buffer, format-decode-region):
24116 * emulation/viper-cmd.el (viper-read-string-with-history):
24117 * emacs-lisp/debug.el (cancel-debug-on-entry):
24118 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24119 * ediff.el (ediff-merge-revisions)
24120 (ediff-merge-revisions-with-ancestor, ediff-revision):
24121 * completion.el (interactive-completion-string-reader):
24122 * calc/calc-prog.el (calc-user-define-formula):
24123 Follow convention for reading with the minibuffer.
24124
24125 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24126
24127 * progmodes/python.el (python-describe-symbol): Add globals() and
24128 locals() to the arguments of emacs.ehelp.
24129
24130 2005-09-24 Magnus Henoch <mange@freemail.hu>
24131
24132 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24133 New function, code extracted from ispell-valid-dictionary-list.
24134 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24135 Call it.
24136
24137 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24138
24139 * subr.el (version-regexp-alist): Extend valid syntax for version
24140 strings: allow any of the characters -,_,+ to separate the
24141 alpha/beta/rc part from the version part. Doc fix.
24142 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24143
24144 2005-09-23 David Reitter <david.reitter@gmail.com>
24145
24146 * mail/mailclient.el: New file.
24147
24148 2005-09-23 Richard M. Stallman <rms@gnu.org>
24149
24150 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24151 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24152 Doc fixes.
24153
24154 * progmodes/cc-mode.el (c-font-lock-init):
24155 Specify font-lock-lines-before.
24156
24157 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24158
24159 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24160 whole conflict.
24161
24162 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24163
24164 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24165 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24166 of `remap' feature when available. Additional key bindings for
24167 better tty support.
24168 (org-mode-restart, org-force-self-insert): New commands.
24169 (org-time-stamp-inactive): New command.
24170 (org-remap): New function.
24171 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24172 (org-enable-fixed-width-editor): Move to `org-structure'
24173 customization group.
24174 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24175 blank field after field motion commands.
24176
24177 2005-09-23 Kenichi Handa <handa@m17n.org>
24178
24179 * international/mule-cmds.el (set-language-environment):
24180 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24181 have to call utf-translate-cjk-load-tables.
24182
24183 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24184
24185 * mouse.el (mouse-move-drag-overlay): Fix last change.
24186
24187 2005-09-22 David Ponce <david@dponce.com>
24188
24189 * tree-widget.el (tree-widget-value-create): Fix previous change.
24190
24191 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24192
24193 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24194
24195 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24196
24197 * mouse.el (mouse-move-drag-overlay): New function.
24198 (mouse-drag-region-1): Use it.
24199 Try to simplify a bit the state handling. Handle clicks on links
24200 inside intangible areas.
24201 (mouse-save-then-kill): Minor simplification.
24202 (mouse-secondary-overlay): Make it always non-nil instead of
24203 recreating it each time.
24204 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24205 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24206 Simplify accordingly.
24207
24208 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24209
24210 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24211
24212 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24213
24214 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24215 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24216 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24217 to patch.
24218
24219 * ediff-util.el: Use insert-buffer-substring.
24220
24221 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24222
24223 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24224 field boundaries in the minibuffer.
24225 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24226 (viper-minibuffer-post-command-hook): New hook.
24227 (viper-line): Don't move cursor at bolp.
24228
24229 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24230
24231 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24232 avoid compiler warnings.
24233
24234 * emulation/viper-macs.el (ex-map): Better messages.
24235
24236 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24237
24238 * emulation/viper.el: Replace make-variable-buffer-local with
24239 viper-make-variable-buffer-local everywhere, to avoid warnings.
24240
24241 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24242
24243 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24244 Delete unused var `old-selected-window'.
24245 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24246 (mouse-drag-secondary): Delete unused var `start-frame'.
24247
24248 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24249
24250 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24251
24252 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24253
24254 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24255 Re-indent within 80 columns. Use inhibit-read-only.
24256
24257 2005-09-19 Romain Francoise <romain@orebokech.com>
24258
24259 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24260
24261 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24262
24263 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24264 unconditionally, since the after-change-function already did it.
24265
24266 2005-09-19 Miles Bader <miles@gnu.org>
24267
24268 * net/newsticker.el: Get rid of CVS keyword.
24269
24270 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24271
24272 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24273 The prompt is formatted later.
24274
24275 2005-09-19 David Ponce <david@dponce.com>
24276
24277 * tree-widget.el (tree-widget-value-create): Save the converted
24278 tree :node widget.
24279
24280 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24281
24282 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24283 variable `message'.
24284
24285 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24286
24287 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24288 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24289 <slawomir.nowaczyk.847@student.lu.se>.
24290
24291 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24292
24293 * image.el (image-load-path): Use symbol `data-directory' instead
24294 of its value, for backward compatibility with packages that bind
24295 it during `find-image'. Suggested by Katsumi Yamaoka.
24296 (image-search-load-path): Handle symbols whose values are strings.
24297
24298 2005-09-18 Romain Francoise <romain@orebokech.com>
24299
24300 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24301 with-current-buffer form in save-excursion.
24302
24303 2005-09-18 Deepak Goel <deego@gnufans.org>
24304
24305 * apropos.el (apropos-command): Fix `message' call: first arg
24306 should be a format spec. In this and all other cases that appear
24307 below and elsewhere in the source code, I made a change only when
24308 two conditions were satisfied: [1] I can think of a possibility
24309 that the arguments would cause an error, for example, the code in
24310 question relies on external variables such as filenames. [2] I
24311 was sure that the arg to `message' could not have been nil in the code.
24312
24313 * textmodes/tildify.el (tildify-region): Ditto.
24314
24315 * textmodes/reftex-index.el (reftex-index-change-entry)
24316 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24317 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24318 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24319 (org-priority, org-table-sum):
24320 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24321 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24322 (flyspell-word, flyspell-display-next-corrections):
24323 * textmodes/bibtex.el (bibtex-print-help-message):
24324 * textmodes/artist.el (artist-key-set-point-poly):
24325 * term/mac-win.el (mac-services-insert-text):
24326 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24327 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24328 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24329 (vhdl-compose-configuration):
24330 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24331 (sh-set-indent, sh-learn-line-indent):
24332 * progmodes/ps-mode.el (ps-mode-target-column):
24333 * progmodes/idlwave.el (idlwave-make-tags)
24334 (idlwave-scan-library-catalogs):
24335 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24336 * progmodes/gud.el (gud-jdb-analyze-source):
24337 * progmodes/flymake.el (flymake-log):
24338 * progmodes/ebnf2ps.el (ebnf-generate-region):
24339 * progmodes/cmacexp.el (c-macro-expansion):
24340 * progmodes/ada-xref.el (ada-treat-cmd-string):
24341 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24342 (ada-justified-indent-current, ada-batch-reformat):
24343 * play/zone.el (zone):
24344 * play/landmark.el (lm-move):
24345 * play/decipher.el (decipher-show-alphabet):
24346 * net/newsticker.el (newsticker--display-jump)
24347 (newsticker--display-scroll):
24348 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24349 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24350 * mail/feedmail.el (feedmail-dump-message-to-queue):
24351 * eshell/esh-proc.el (eshell-remove-process-entry):
24352 * emulation/ws-mode.el (ws-last-error):
24353 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24354 (viper-record-kbd-macro):
24355 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24356 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24357 * emacs-lisp/find-func.el (find-function-noselect):
24358 * calendar/timeclock.el (timeclock-status-string)
24359 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24360 (timeclock-when-to-leave-string):
24361 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24362 * calc/calc-units.el (calc-enter-units-table):
24363 * calc/calc-mode.el (calc-mode-record-mode):
24364 * woman.el (woman-mini-help):
24365 * wdired.el (wdired-change-to-wdired-mode):
24366 * vc.el (vc-retrieve-snapshot):
24367 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24368 * startup.el (display-startup-echo-area-message):
24369 * simple.el (set-goal-column):
24370 * ses.el (ses-command-hook, ses-recalculate-cell):
24371 * server.el (server-process-filter):
24372 * printing.el (pr-interface-txt-print, pr-interface-printify)
24373 (pr-interface-ps):
24374 * pcvs.el (cvs-help):
24375 * log-edit.el (log-edit, log-edit-mode-help):
24376 * iswitchb.el (iswitchb-possible-new-buffer):
24377 * isearch.el (isearch-edit-string):
24378 * image-mode.el (image-mode, image-minor-mode):
24379 * ibuf-macs.el (define-ibuffer-filter):
24380 * hi-lock.el (hi-lock-find-patterns):
24381 * files.el (toggle-read-only):
24382 * ediff-util.el (ediff-copy-diff)
24383 (ediff-write-merge-buffer-and-maybe-kill):
24384 * echistory.el (Electric-history-undefined):
24385 * dnd.el (dnd-insert-text):
24386 * dired-aux.el (dired-query):
24387 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24388 * bookmark.el (bookmark-bmenu-locate):
24389 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24390 Fix `message' calls to ensure first arg is a format string.
24391 The change was made only when these two conditions were satisfied:
24392 [1] when there is a possibility that the arguments would cause an error
24393 for example, if the code in question relies on external variables
24394 such as filenames, and
24395 [2] if the arg to `message' could not have been nil in the code.
24396
24397 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24398 Not having a %s would be weird, though not technically wrong.
24399
24400 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24401
24402 * term/mac-win.el (mac-add-charset-info): Doc fix.
24403
24404 2005-09-17 Romain Francoise <romain@orebokech.com>
24405
24406 * shell.el (shell-resync-dirs): Handle echoing processes more
24407 reliably. Don't insert resync command if `comint-process-echoes'
24408 is non-nil.
24409
24410 2005-09-17 Magnus Henoch <mange@freemail.hu>
24411
24412 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24413 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24414 aspell versions >= 0.60.
24415 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24416 only if ispell-aspell-supports-utf8 is non-nil.
24417
24418 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24419
24420 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24421 buffer-local value to lisp-indent-function.
24422
24423 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24424
24425 * progmodes/glasses.el (glasses-make-readable): If
24426 glasses-separator differs from underscore, put appropriate
24427 overlays over underscore characters.
24428 (glasses-convert-to-unreadable): If glasses-separator differs from
24429 underscore, try to convert glasses-separator characters to
24430 underscores.
24431
24432 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24433
24434 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24435 Use with-syntax-table and dolist.
24436
24437 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24438
24439 * textmodes/reftex-auc.el:
24440 * textmodes/reftex-cite.el:
24441 * textmodes/reftex-dcr.el:
24442 * textmodes/reftex-global.el:
24443 * textmodes/reftex-parse.el:
24444 * textmodes/reftex-ref.el:
24445 * textmodes/reftex-sel.el:
24446 * textmodes/reftex-toc.el:
24447 * textmodes/reftex-vars.el:
24448 * textmodes/reftex.el: Small changes to remove compiler warnings.
24449
24450 * textmodes/reftex-index.el: Likewise.
24451 (reftex-query-index-phrase): More efficient use of markers.
24452
24453 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24454
24455 * image.el (image-load-path): New variable.
24456 (image-search-load-path): New function.
24457 (find-image): Search for images in `image-load-path'.
24458
24459 2005-09-15 Richard M. Stallman <rms@gnu.org>
24460
24461 * follow.el: Change Maintainer field.
24462
24463 2005-09-15 David Ponce <david@dponce.com>
24464
24465 * recentf.el (recentf-save-file-modes): New option.
24466 (recentf-save-list): Use it.
24467
24468 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24469
24470 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24471 (mode-line-mule-info, mode-line-modified): Move bindings from
24472 mouse-3 to mouse-1.
24473
24474 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24475
24476 * simple.el (sendmail-user-agent-compose): Revert last change.
24477
24478 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24479
24480 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24481 Use with-current-buffer.
24482 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24483 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24484 (ange-ftp-insert-directory): Remove unused var `short'.
24485 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24486
24487 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24488 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24489
24490 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24491 (check-calendar-holidays, diary-list-entries): Autoload.
24492 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24493 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24494
24495 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24496 which mistakenly removed a call to display-buffer.
24497
24498 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24499
24500 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24501
24502 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24503
24504 * progmodes/hideshow.el
24505 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24506 (hs-allow-nesting): New user var.
24507 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24508 (hs-hide-block-at-point): When nesting allowed,
24509 if there is already an overlay in place, delete it.
24510 (hs-safety-is-job-n): Delete func; remove call sites.
24511 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24512 (hs-overlay-at): New func.
24513 (hs-already-hidden-p, hs-show-block): Use it.
24514 (hs-hide-all): Don't pre-clean if nesting allowed.
24515 (hs-show-all): Temporarily disallow
24516 nesting around call to `hs-discard-overlays'.
24517
24518 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24519
24520 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24521 Delete unused local var.
24522
24523 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24524
24525 * help-fns.el (describe-categories): "?\ " -> "?\s".
24526 (help-do-arg-highlight): Recognize also ARG-n, as in
24527 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24528
24529 * international/codepage.el (dos-unsupported-char-glyph):
24530 * net/newsticker.el (tool-bar-map, w3-mode-map)
24531 (w3m-minor-mode-map):
24532 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24533 (ent-alist):
24534 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24535
24536 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24537
24538 * custom.el (custom-push-theme): Handle the case where a symbol is
24539 bound but face properties have not yet been assigned.
24540
24541 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24542 Fix behavior if noerase is `t' and there is no mail buffer.
24543
24544 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24545 if `continue' is nil, rather than signal an error.
24546
24547 2005-09-12 Richard M. Stallman <rms@gnu.org>
24548
24549 * font-lock.el (font-lock-keywords): Add autoload.
24550
24551 * help-fns.el (describe-variable): Rearrange to put source link
24552 in a predictable place.
24553
24554 * net/newsticker.el: New file.
24555
24556 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24557
24558 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24559 (calendar-basic-setup): Use the new nil arg.
24560 (number-of-diary-entries): Move to diary-lib.el.
24561
24562 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24563 (diary-list-entries): Use with-syntax-table and dolist.
24564 Rename from list-diary-entries.
24565 Use number-of-diary-entries if `number' is nil.
24566 (diary, diary-view-entries): Use this new name and new nil arg value.
24567 (number-of-diary-entries): Move from calendar.el.
24568 (diary-unhide-everything): New function.
24569 (include-other-diary-files, fancy-diary-display)
24570 (diary-show-all-entries, make-diary-entry): Use it.
24571 (diary-mail-entries): Use buffer-string.
24572 (mark-diary-entries): Fix long standing paren typo.
24573 (diary-sexp-entry): Use count-lines.
24574 (make-diary-entry): Avoid `previous-line'.
24575 (diary-mode-map): New var.
24576 (diary-mode): Redraw cal after saving. Setup header-line.
24577 (fancy-diary-display-mode): Use local-set-key.
24578
24579 * startup.el (command-line): Try calling various terminal-init-foo-bar
24580 functions by stripping hyphenated suffixes from $TERM.
24581
24582 * files.el (normal-mode): Check boundness of font-lock-keywords.
24583
24584 2005-09-12 Richard M. Stallman <rms@gnu.org>
24585
24586 * progmodes/compile.el: Don't decide a file's directory
24587 until the user actually tries to go there.
24588 (compilation-next-error-function):
24589 Pass compilation-find-file the directory from the file-struct.
24590 (compilation-internal-error-properties): Separate local FILE-STRUCT
24591 from FILE. Doc the args better. Rename arg FMT to FMTS.
24592 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24593 Expand it, and if nil, use default-directory.
24594 (compilation-get-file-structure): Don't mix specified directory
24595 with default directory. Put specified directory into
24596 file-struct. Don't make the file name absolute.
24597
24598 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24599 (compile-command): Add autoload.
24600 (compilation-disable-input): Add autoload.
24601
24602 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24603
24604 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24605 strings of the variables it can override.
24606 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24607 %Q and %q, for fully-qualified domain name and unqualified host name.
24608
24609 2005-09-11 Kim F. Storm <storm@cua.dk>
24610
24611 * emacs-lisp/authors.el (authors-aliases): Update list.
24612 (authors-fixed-entries): Update mldrag.el entry.
24613
24614 2005-09-10 Alan Mackenzie <acm@muc.de>
24615
24616 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24617 delimiter from the region narrowed to.
24618
24619 2005-09-10 Magnus Henoch <mange@freemail.hu>
24620
24621 * textmodes/ispell.el (ispell-check-version): Signal an error if
24622 aspell version is less than 0.60.
24623
24624 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24625
24626 * progmodes/octave-inf.el (inferior-octave-startup):
24627 Resync current dir at the end.
24628
24629 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24630
24631 * woman.el (woman-topic-at-point-default):
24632 Rename to woman-use-topic-at-point-default.
24633 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24634 (woman-file-name): Reflect renames above. Automatically use the
24635 word at point as topic if woman-use-topic-at-point is non-nil.
24636 Otherwise offer it as default but don't insert it in the
24637 minibuffer. Also use `test-completion' instead of `assoc' as
24638 suggested by Stefan Monnier.
24639
24640 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24641
24642 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24643 the attempt to do it over Tramp. This is not yet supported.
24644
24645 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24646
24647 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24648 (menu-bar-non-minibuffer-window-p): New functions.
24649 ("Split Window", "Save As..."): Use them.
24650 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24651 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24652 Use menu-bar-menu-frame-live-and-visible-p.
24653 ("Save Buffer", "Insert File", "Open Directory...")
24654 ("Open File...", "Visit New File..."):
24655 Use menu-bar-non-minibuffer-window-p.
24656 (kill-this-buffer-enabled-p, dired <menu-enable>):
24657 Use menu-bar-non-minibuffer-window-p.
24658
24659 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24660
24661 * cus-start.el (all): Don't complain about fringe-related
24662 built-ins if fringes are not supported. Ditto about
24663 selection-related built-ins. Fix the test for GTK-related built-ins.
24664
24665 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24666 ("Postscript Print Buffer", "Print Region", "Save As...")
24667 ("Save", "Insert File...", "Open Directory...")
24668 ("Open File...", "Visit New File..."")
24669 ("Truncate Long Lines in this Buffer"): Don't look at
24670 menu-updating-frame if this display does not support multiple frames.
24671
24672 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24673
24674 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24675
24676 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24677
24678 * woman.el: Format- and whitespace-related changes.
24679
24680 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24681
24682 * woman.el: Fix my email address.
24683
24684 2005-09-08 Richard M. Stallman <rms@gnu.org>
24685
24686 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24687 (sh-mode): Locally set skeleton-pair-default-alist.
24688
24689 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24690
24691 * progmodes/flymake.el: Require `compile' unconditionally.
24692
24693 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24694
24695 * woman.el (woman-file-name): Provide a default, not initial input.
24696
24697 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24698
24699 * font-lock.el (font-lock-support-mode): Doc fix.
24700
24701 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24702
24703 2005-09-08 Richard M. Stallman <rms@gnu.org>
24704
24705 * simple.el (blink-matching-open): Get rid of text props from
24706 the string shown in echo area. Don't permanently set point.
24707 Some rearrangements.
24708
24709 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24710
24711 * recentf.el (recentf-filename-handler): Add custom choice
24712 `abbreviate-file-name'.
24713
24714 * msb.el (msb--very-many-menus): Fix typo.
24715
24716 * disp-table.el (standard-display-european): Don't set
24717 enable-multibyte-characters to nil.
24718
24719 2005-09-08 David Ponce <david@dponce.com>
24720
24721 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24722 (recentf-expand-file-name): Doc fix.
24723 (recentf-dialog-mode-map): Define digit shortcuts.
24724 (recentf--files-with-key): New variable.
24725 (recentf-show-digit-shortcut-filter): New function.
24726 (recentf-open-files-items): New function.
24727 (recentf-open-files): Use it.
24728 (recentf-open-file-with-key): New command.
24729
24730 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24731
24732 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24733 Suggested by Kim F. Storm.
24734 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24735 (Buffer-menu-make-sort-button): Use global keymap.
24736
24737 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24738
24739 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24740 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24741 necessary any longer with the remapped command.
24742 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24743 formatting time only.
24744
24745 * net/tramp.el (tramp-action-password)
24746 (tramp-multi-action-password): Compile the password prompt from
24747 `method', `user' and `host'. Sometimes it isn't obvious which
24748 password to enter, for example with remote files offered by
24749 recentf.el, or with multiple steps. Suggested by Robert Marshall
24750 <robert@chezmarshall.freeserve.co.uk>.
24751
24752 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24753
24754 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24755 Fix regexp for when "s///" is at the beginning of line.
24756
24757 2005-09-07 Jay Belanger <belanger@truman.edu>
24758
24759 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24760 when in matrix mode.
24761
24762 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24763
24764 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24765 non-anonymous functions.
24766
24767 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24768
24769 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24770 when using a header line. Otherwise, use mouse-1-click-follows-link.
24771
24772 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24773 can't be moved; don't signal an error.
24774
24775 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24776
24777 * cus-theme.el (custom-theme-write-faces): Save the current face
24778 spec, not the defface spec.
24779
24780 * custom.el (custom-known-themes): Clarify meaning of "standard".
24781 (custom-push-theme): Save old values in the standard theme.
24782 (disable-theme): Correct typo.
24783 (custom-face-theme-value): Deleted unused function.
24784 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24785
24786 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24787
24788 * progmodes/compile.el (compilation-goto-locus): Take into account
24789 iconified frames when determining whether the buffer is
24790 already visible.
24791 Don't reset window height if the window already existed.
24792
24793 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24794
24795 * custom.el (load-theme): Rename from require-theme.
24796 Add interactive spec.
24797 (enable-theme): Rename from custom-enable-theme.
24798 Add interactive spec.
24799 (disable-theme): Rename from custom-disable-theme.
24800 Add interactive spec.
24801 (custom-make-theme-feature): Doc fix.
24802 (custom-theme-directory): Doc fix.
24803 (provide-theme): Call enable-theme.
24804
24805 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24806
24807 * obsolete/lazy-lock.el (lazy-lock-mode):
24808 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24809 font-lock-mode if it's off. Print a warning instead.
24810
24811 * progmodes/compile.el (compilation-start): Ignore errors if the
24812 process died before we get to send-eof.
24813
24814 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24815 Undo last change. Enclosing the result in quotes broke things on Unix
24816 since tex-send-command passes it through shell-quote-argument.
24817 (tex-send-command): Pass `file' through convert-standard-filename
24818 when possible.
24819 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24820 info in a transcript.
24821
24822 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24823
24824 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24825 fix compilation warning. Reorder the key definitions to group
24826 together keys emitted by the current version of xterm.
24827
24828 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24829 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24830 Reorder predicates to correct min-color usage.
24831
24832 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24833
24834 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24835 Kill local variables when longlines-mode is turned off.
24836
24837 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24838
24839 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24840
24841 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24842
24843 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24844
24845 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24846 (font-lock-lines-before): Change default to being inactive.
24847 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24848 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24849
24850 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24851
24852 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24853 Deactivate temporarily advice if active (not needed for Emacs 22,
24854 but for backwards compatibility).
24855 (tramp-exists-file-name-handler): Rewrite. First implementation
24856 was too simple.
24857 (tramp-advice-make-auto-save-file-name):
24858 Call `tramp-handle-make-auto-save-file-name' (again, just for
24859 backwards compatibility).
24860
24861 2005-08-31 Reto Zimmermann <reto@gnu.org>
24862
24863 * progmodes/vhdl-mode.el
24864 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24865 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24866 (vhdl-set-default-project): New function (easier setting of default).
24867 (vhdl-port-copy): Handle extended identifiers for generics.
24868 (vhdl-compiler-alist): Better description for error message regexp.
24869 (vhdl-make): Query for target, use previous as default.
24870 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24871 (vhdl-font-lock-keywords-2): Fix fontification for record
24872 el. assign.
24873 (vhdl-speedbar-make-subpack-line): Add package body link.
24874 (vhdl-generate-makefile-1): Not include itself as dependency.
24875 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24876 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24877 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24878 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24879 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24880 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24881 (vhdl-import-project): Add string argument for `error'.
24882 (vhdl-compose-configuration)
24883 (vhdl-compose-configuration-architecture): Add configuration
24884 declaration generation.
24885 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24886 (vhdl-trailer-re): Add "record" keyword (better indentation).
24887 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24888 "[^ \t-\"]+".
24889 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24890 (vhdl-testbench-entity-file-name)
24891 (vhdl-testbench-architecture-file-name): Allow separate
24892 customization of testbench file names.
24893 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24894 (vhdl-get-visible-signals): Allow newline within alias declaration.
24895 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24896 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24897 (member-ignore-case): Alias for missing function in XEmacs.
24898 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24899 (vhdl-update-sensitivity-list): Ignore case on read signals.
24900 (vhdl-replace-string): Adjust case only for file names.
24901 (vhdl-update-sensitivity-list): Fix search for read signals.
24902 (vhdl-update-sensitivity-list): Exclude formal parameters.
24903 (vhdl-get-visible-signals): Include aliases of signals.
24904 (vhdl-get-visible-signals): Fix signal name searching.
24905 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24906 (vhdl-fixup-whitespace-region): Fix for character
24907 literals (e.g. `:').
24908
24909 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24910
24911 * ansi-color.el (comint-last-output-start):
24912 * bs.el (font-lock-verbose):
24913 * diff-mode.el (add-log-buffer-file-name-function):
24914 * dired-x.el (vm-folder-directory):
24915 * faces.el (help-xref-stack-item):
24916 * files.el (font-lock-keywords):
24917 * find-lisp.el (dired-buffers, dired-subdir-alist):
24918 * ido.el (cua-inhibit-cua-keys):
24919 * log-view.el (cvs-minor-wrap-function):
24920 * outline.el (font-lock-warning-face):
24921 * simple.el (compilation-current-error):
24922 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24923 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24924 * tooltip.el (comint-prompt-regexp):
24925 * w32-fns.el (explicit-shell-file-name):
24926 * term/mac-win.el (mac-charset-info-alist)
24927 (mac-services-selection, mac-system-script-code):
24928 * term/tty-colors.el (msdos-color-values):
24929 * term/w32-win.el (xlfd-regexp-registry-subnum):
24930 * term/x-win.el (x-keysym-table, x-selection-timeout)
24931 (x-session-id, x-session-previous-id):
24932 * textmodes/ispell.el (mail-yank-prefix):
24933 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24934 * textmodes/org.el (calc-embedded-close-formula)
24935 (calc-embedded-open-formula)
24936 (font-lock-unfontify-region-function):
24937 * textmodes/reftex-global.el (isearch-next-buffer-function)
24938 (TeX-master):
24939 * textmodes/reftex.el (font-lock-keywords):
24940 * textmodes/tex-mode.el (font-lock-comment-face)
24941 (font-lock-doc-face):
24942 * textmodes/texinfo.el (outline-heading-alist):
24943 Add defvars.
24944
24945 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24946 (artist-spray-chars, artist-mode-init, artist-replace-string)
24947 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24948 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24949 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24950
24951 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24952 (conf-align-assignments): "?\ " -> "?\s".
24953
24954 * textmodes/reftex-index.el (TeX-master): Add defvar.
24955 (reftex-index-phrases-marker): Move up defvar.
24956
24957 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24958 (reftex-toc-include-labels-indicator)
24959 (reftex-toc-include-index-indicator)
24960 (reftex-toc-max-level-indicator): Move up declarations.
24961
24962 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24963 of args to `tramp-run-real-handler', even if it's empty in this case.
24964
24965 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24966
24967 * dired.el (dired-move-to-filename-regexp): Add date format for
24968 Mac OS X 10.3 in East Asian locales.
24969
24970 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24971
24972 * files.el (make-auto-save-file-name): Add file name handler call
24973 if applicable.
24974
24975 * net/tramp.el (tramp-file-name-handler-alist)
24976 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24977 (tramp-handle-make-auto-save-file-name): Rename from
24978 `tramp-make-auto-save-file-name'.
24979 (tramp-exists-file-name-handler): New defun.
24980 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24981 `make-auto-save-file-name' is not a magic file name operation.
24982
24983 2005-08-30 Richard M. Stallman <rms@gnu.org>
24984
24985 * files.el (risky-local-variable-p):
24986 Match `-predicates' and `-commands.
24987
24988 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24989 (custom-save-all): Visit the file if necessary;
24990 kill the buffer if we created it.
24991 (custom-save-delete): Don't visit file or kill buffer here.
24992
24993 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24994
24995 * textmodes/org.el (org-special-keyword): New face.
24996 (org-table-copy-down, org-table-eval-formula)
24997 (org-table-recalculate, org-init-section-numbers):
24998 Use `string-to-number' instead of `string-to-int'.
24999 (org-get-location): Use `insert-buffer-substring' instead of
25000 `insert-buffer'.
25001 (org-modify-diary-entry-string): New function.
25002 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25003 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25004 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25005 active region.
25006 (org-export-as-html): Handle QUOTE keyword.
25007 (org-quote-string): New option.
25008 (org-bookmark-jump-unhide): New function, used for
25009 `bookmark-after-jump-hook'.
25010 (org-diary-default-entry): Apply only when not called through
25011 `org-agenda'.
25012
25013 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25014
25015 * net/eudc.el (mode-popup-menu):
25016 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25017 * progmodes/ada-mode.el (compile-auto-highlight)
25018 (skeleton-further-elements):
25019 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25020 * progmodes/cmacexp.el (msdos-shells):
25021 * progmodes/compile.el (font-lock-extra-managed-props)
25022 (font-lock-keywords, font-lock-maximum-size)
25023 (font-lock-support-mode):
25024 * progmodes/grep.el (font-lock-lines-before):
25025 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25026 * progmodes/mixal-mode.el (compile-command):
25027 * progmodes/perl-mode.el (font-lock-comment-face)
25028 (font-lock-doc-face, font-lock-string-face):
25029 * progmodes/prolog.el (comint-prompt-regexp):
25030 * progmodes/sh-script.el (font-lock-comment-face)
25031 (font-lock-set-defaults, font-lock-string-face):
25032 * progmodes/sql.el (font-lock-keyword-face)
25033 (font-lock-set-defaults, font-lock-string-face):
25034 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25035 (itimer-version, lazy-lock-defer-contextually)
25036 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25037 Add defvars.
25038
25039 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25040 (cperl-electric-keyword, cperl-electric-pod)
25041 (cperl-electric-backspace, cperl-forward-re)
25042 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25043 (vc-rcs-header, vc-sccs-header): Add defvars.
25044
25045 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25046 (font-lock-syntactic-keywords, gud-find-expr-function):
25047 Add defvars.
25048
25049 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25050 (gdb-frame-parameters): Declare before use.
25051
25052 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25053 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25054 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25055 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25056
25057 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25058 (idlwave-help-with-source): Use `insert-buffer-substring', not
25059 `insert-buffer'.
25060
25061 2005-08-29 Juri Linkov <juri@jurta.org>
25062
25063 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25064 Put outline-back-to-heading function call inside save-excursion.
25065
25066 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25067
25068 * man.el (Man-init-defvars, Man-translate-references)
25069 (Man-support-local-filenames, Man-highlight-references):
25070 * progmodes/sql.el (sql-interactive-mode):
25071 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25072
25073 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25074 (compilation-mode-font-lock-keywords): Add defvars.
25075 (checkdoc-interactive-loop): "?\ " -> "?\s".
25076
25077 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25078 (font-lock-doc-face, font-lock-string-face)
25079 (font-lock-keywords-case-fold-search): Add defvars.
25080 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25081
25082 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25083 Don't pass X and Y (they are ignored anyway).
25084 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25085 (mouse-delete-window): Make arguments optional.
25086
25087 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25088 (caesar-translate-table, minor-modes, news-buffer-save)
25089 (news-group-name, news-minor-modes): Add defvars.
25090
25091 * emacs-lisp/lselect.el (mouse-highlight-priority)
25092 (x-lost-selection-functions, zmacs-regions):
25093 * emacs-lisp/pp.el (font-lock-verbose):
25094 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25095 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25096 (ses-mode-map):
25097 * emacs-lisp/tcover-unsafep.el (safe-functions):
25098 * international/mule-cmds.el (mac-system-coding-system)
25099 (mac-system-locale):
25100 * language/ethio-util.el (rmail-current-message)
25101 (rmail-message-vector):
25102 * language/thai-util.el (thai-auto-composition-mode):
25103 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25104 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25105 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25106 (vm-primary-inbox, vm-spool-files):
25107 * mail/rmail.el (deleted-head, font-lock-fontified)
25108 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25109 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25110 (total-messages):
25111 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25112 (rmail-summary-mode-map):
25113 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25114 (rmail-last-label, rmail-last-multi-labels)
25115 (rmail-summary-vector, rmail-total-messages):
25116 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25117 * mail/rmailsum.el (msgnum):
25118 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25119 (rmail-current-message):
25120 * obsolete/fast-lock.el (font-lock-face-list):
25121 * obsolete/rnewspost.el (mail-reply-buffer):
25122 * obsolete/scribe.el (compile-command):
25123 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25124
25125 2005-08-28 John Paul Wallington <jpw@gnu.org>
25126
25127 * ibuf-ext.el (ibuffer-auto-update-changed):
25128 Use `frame-or-buffer-changed-p' to check whether we need to update.
25129 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25130 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25131 as a `frame-or-buffer-changed-p' state vector instead.
25132
25133 2005-08-27 Romain Francoise <romain@orebokech.com>
25134
25135 * textmodes/makeinfo.el (makeinfo-compile):
25136 Use `compilation-start'. Set `next-error-function' according to
25137 `disable-errors'.
25138 (makeinfo-next-error): New function.
25139 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25140 (makeinfo-buffer): Likewise.
25141
25142 * progmodes/compile.el (compilation-start): Add autoload cookie.
25143
25144 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25145 * textmodes/sgml-mode.el: Likewise.
25146 * progmodes/python.el: Likewise.
25147
25148 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25149
25150 * simple.el (blink-matching-paren-distance): Document the meaning
25151 of nil value, and allow to customize to nil.
25152
25153 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25154 command.com, not command.exe.
25155
25156 2005-08-26 John Wiegley <johnw@newartisans.com>
25157
25158 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25159 code around a bit so that an extraneous nil argument is not added
25160 to a command when no args are given.
25161
25162 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25163 double-quoted argument resolves to nil, return it as an empty
25164 string rather than as nil. This made it impossible to pass "" to
25165 a shell script as a null string argument.
25166
25167 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25168
25169 * outline.el (outline-invent-heading): New fun.
25170 (outline-promote, outline-demote): Use it.
25171 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25172 (outline-end-of-subtree): Remove unused var `opoint'.
25173
25174 2005-08-26 David Reitter <david.reitter@gmail.com>
25175
25176 * menu-bar.el (truncate-lines, write-file, print-buffer)
25177 (ps-print-buffer-faces, ps-print-buffer, split-window):
25178 Disable menu items when the frame they refer to is invisible, or when
25179 they refer to a buffer and the minibuffer is selected.
25180
25181 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25182
25183 * progmodes/flymake.el (flymake-highlight-err-lines):
25184 Use save-excursion around flymake-highlight-line to preserve point.
25185
25186 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25187
25188 * progmodes/octave-mod.el: Change Author and Maintainer address.
25189 (octave-maintainer-address): Change Kurt's email address.
25190 * progmodes/octave-inf.el: Change Author and Maintainer address.
25191 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25192
25193 2005-08-26 Kim F. Storm <storm@cua.dk>
25194
25195 * subr.el (version-list-<, version-list-<=, version-list-=):
25196 Rename from integer-list-*.
25197 (version-list-not-zero): Likewise. Fix while loop.
25198 (version=): Use version-list-= instead of string-equal.
25199
25200 2005-08-26 Richard M. Stallman <rms@gnu.org>
25201
25202 * outline.el (outline-promote): Try shortening the heading.
25203 As last resort, read the heading to use.
25204 (outline-demote): As last resort, read the heading to use.
25205
25206 2005-08-26 Romain Francoise <romain@orebokech.com>
25207
25208 * progmodes/compile.el (compilation-start): Doc fix.
25209
25210 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25211 (antlr-font-lock-additional-keywords): Fix reference to
25212 `antlr-font-lock-literal-regexp' erroneously changed during the
25213 mass face rename.
25214 (antlr-run-tool): Use `compilation-start'.
25215
25216 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25217 instead of the obsolete `compile-internal'.
25218
25219 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25220
25221 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25222 (number, original-date):
25223 * calendar/cal-china.el (date):
25224 * calendar/cal-coptic.el (date):
25225 * calendar/cal-french.el (date):
25226 * calendar/cal-hebrew.el (date, entry, number, original-date):
25227 * calendar/cal-islam.el (date, number, original-date):
25228 * calendar/cal-iso.el (date):
25229 * calendar/cal-julian.el (date):
25230 * calendar/cal-mayan.el (date):
25231 * calendar/cal-menu.el (date, event):
25232 * calendar/cal-persia.el (date):
25233 * calendar/lunar.el (date):
25234 * calendar/solar.el (date): Add defvars.
25235
25236 * emerge.el:
25237 * ibuffer.el:
25238 * info-xref.el:
25239 * obsolete/bg-mouse.el:
25240 * obsolete/sun-curs.el:
25241 * obsolete/swedish.el: Move the `defvar's to the top level.
25242
25243 * smerge-mode.el (smerge-refined-change): Add :group.
25244
25245 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25246
25247 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25248 (smerge-keep-n): Remove props.
25249 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25250 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25251 now that it's done in smerge-keep-n.
25252 (smerge-refined-change): New face.
25253 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25254 (smerge-refine): New funs.
25255 (smerge-basic-map): Bind smerge-refine.
25256
25257 2005-08-25 Juri Linkov <juri@jurta.org>
25258
25259 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25260 compilation-process-setup-function and compilation-disable-input
25261 in grep-mode instead of let-bindings in grep.
25262
25263 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25264 Delete "Automatic File De/compression" (auto-compression-mode).
25265
25266 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25267
25268 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25269 Silence warning about non-existent variable.
25270
25271 2005-08-25 Richard M. Stallman <rms@gnu.org>
25272
25273 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25274 Rename "Describe Key" to "Describe Key or Mouse Operation".
25275
25276 * mail/mailalias.el (build-mail-aliases): Delete comments
25277 from the contents before processing them.
25278
25279 * isearch.el (isearch-edit-string): Erase the Search prompt
25280 if user enters an empty string and there is no default.
25281
25282 * comint.el (comint-file-name-prefix): Add autoload.
25283
25284 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25285
25286 * subr.el (play-sound): Rearrange to avoid warning.
25287
25288 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25289
25290 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25291 New hook.
25292 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25293
25294 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25295
25296 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25297
25298 * custom.el (custom-theme-set-variables): Sort minor modes last.
25299
25300 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25301
25302 * subr.el (version-separator, version-regexp-alist): New vars used by
25303 version comparison funs.
25304 (integer-list-<, integer-list-=, integer-list-<=)
25305 (integer-list-not-zero): New funs for integer list comparison.
25306 (version-to-list, version=, version<, version<=): New funs for version
25307 comparison.
25308
25309 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25310
25311 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25312 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25313 time to silence the byte-compiler.
25314
25315 * ibuffer.el (ibuffer-compile-make-eliding-form)
25316 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25317 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25318 so it's silly to get warnings for it).
25319 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25320 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25321 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25322 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25323 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25324 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25325 Defvar at compile time.
25326 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25327 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25328 Declare them before use.
25329
25330 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25331 (info-xref-good, info-xref-bad): Defvar at compile time.
25332
25333 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25334 Use `let*' instead of `let'.
25335
25336 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25337 (*mouse-y*, menu, char): Defvar at compile time.
25338 (sc::menu): Declare it before use.
25339 (sc::pack-one-line): Use `let', not `let*'.
25340
25341 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25342 (mail-send-hook): Defvar at compile time.
25343
25344 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25345 Defvar at compile time.
25346
25347 * term/sun-mouse.el (current-global-mousemap)
25348 (current-local-mousemap): Declare them before use.
25349
25350 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25351
25352 * bookmark.el (bookmark-after-jump-hook): New hook.
25353 (bookmark-jump): Run `bookmark-after-jump-hook'.
25354
25355 2005-08-23 Juri Linkov <juri@jurta.org>
25356
25357 * faces.el (minibuffer-prompt): Doc fix.
25358
25359 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25360
25361 * progmodes/xscheme.el: Trivial changes to silence warnings.
25362 (xscheme-previous-mode, xscheme-previous-process-state):
25363 Add defvars.
25364 (xscheme-last-input-end, xscheme-process-command-line)
25365 (xscheme-process-name, xscheme-buffer-name)
25366 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25367 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25368 (xscheme-control-g-synchronization-p)
25369 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25370 (default-xscheme-runlight, xscheme-runlight)
25371 (xscheme-runlight-string, xscheme-process-filter-state)
25372 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25373 Move to beginning of file.
25374 (scheme-interaction-mode-commands-alist)
25375 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25376 Declare them before use. Note: the initialization code for the
25377 variables has not been moved because it uses functions that reference
25378 the variables.
25379 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25380 (xscheme-prompt-for-expression-map): Declare them before use.
25381 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25382
25383 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25384
25385 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25386
25387 2005-08-22 Juri Linkov <juri@jurta.org>
25388
25389 * faces.el (set-face-underline): Delete this duplicate function
25390 and make an obsolete alias to set-face-underline-p.
25391 (set-face-underline-p): Use docstring of set-face-underline.
25392 (describe-face): Create hyperlink to parent face.
25393
25394 * info.el (Info-insert-dir): Use save-excursion around
25395 insert-buffer-substring.
25396 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25397 (Info-escape-percent): Delete function.
25398 (Info-fontify-node): Replace Info-escape-percent by
25399 replace-regexp-in-string with REP arg set to lambda that
25400 duplicates `%' and preserves text properties.
25401
25402 * progmodes/compile.el (compilation-disable-input): Doc fix.
25403 (define-compilation-mode): Doc fix and refill.
25404 (kill-compilation): Use `mode-name' in the error message.
25405 (compilation-find-file): Use `compilation-error' in the
25406 read-file-name's prompt.
25407
25408 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25409
25410 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25411 (smerge-auto-leave): Make undo re-enable the mode.
25412 (debug-ignored-errors): Add the user-error of impossible resolution.
25413 (smerge-resolve): Move things around a bit, in preparation for later.
25414 (smerge-diff): Don't fail if the buffer has no associated file.
25415 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25416 (smerge-conflict-overlay): New function.
25417 (smerge-match-conflict): Don't add text properties here.
25418 (smerge-find-conflict): Instead, add an overlay here.
25419 Also check for the case where we're inside a conflict already, so as to
25420 obviate the need for font-lock-multiline, which is unbearably slow with
25421 large conflicts and ciomplex font-lock patterns.
25422 (smerge-remove-props): Remove overlay rather than text-properties.
25423 (smerge-mode): Don't set font-lock-multiline.
25424 Remove overlays when turned off.
25425
25426 2005-08-21 Kim F. Storm <storm@cua.dk>
25427
25428 * ido.el (ido-ignore-item-p): Use save-match-data.
25429 Bind case-fold-search to ido-case-fold locally.
25430
25431 2005-08-20 Richard M. Stallman <rms@gnu.org>
25432
25433 * files.el (normal-mode): If font lock is on, turn it off and on.
25434
25435 * subr.el (replace-regexp-in-string): Doc fix.
25436
25437 * startup.el (command-line-1): Don't suppress startup screen
25438 due to existing processes.
25439
25440 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25441
25442 * progmodes/compile.el (compilation-disable-input): Default to nil.
25443
25444 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25445
25446 * progmodes/compile.el (compilation-disable-input): New defcustom.
25447 (compilation-start): If compilation-disable-input is non-nil, send
25448 EOF to the compilation process.
25449
25450 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25451
25452 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25453 Run the argument of tex-shell-cd-command through
25454 convert-standard-filename, to get the correct style of slashes on
25455 Windows, and enclose the result in quotes, in case the file name
25456 includes whitespace or other special characters.
25457
25458 2005-08-19 Andreas Schwab <schwab@suse.de>
25459
25460 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25461 process.
25462
25463 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25464
25465 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25466
25467 2005-08-18 Kim F. Storm <storm@cua.dk>
25468
25469 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25470
25471 2005-08-18 Richard M. Stallman <rms@gnu.org>
25472
25473 * scroll-lock.el: New file.
25474
25475 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25476
25477 * dired.el (dired-move-to-end-of-filename):
25478 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25479
25480 2005-08-18 Kim F. Storm <storm@cua.dk>
25481
25482 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25483 rather than toggle mode when custom value is nil.
25484 (ido-everywhere): Fix defun doc string.
25485
25486 2005-08-17 Richard M. Stallman <rms@gnu.org>
25487
25488 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25489 as tag instead of "Inviolable".
25490
25491 2005-08-17 Kim F. Storm <storm@cua.dk>
25492
25493 * windmove.el (windmove-coordinates-of-position): Remove.
25494 (windmove-coordinates-of-window-position): Remove.
25495 (windmove-reference-loc): Use posn-at-point instead.
25496
25497 * subr.el (insert-for-yank-1): Doc fix.
25498
25499 * ido.el (ido-enter-matching-directory): Rename from
25500 ido-enter-single-matching-directory. Change `slash' choice to
25501 `only'. Add `first' choice.
25502 (ido-exhibit): Adapt to above changes.
25503
25504 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25505
25506 * Makefile.in: Expand comment about building loaddefs.el.
25507
25508 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25509
25510 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25511 Comment use of defadvice.
25512
25513 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25514
25515 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25516
25517 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25518 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25519 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25520 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25521 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25522 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25523 for backward compatibility for faces that did not appear in the
25524 previous Emacs release.
25525
25526 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25527
25528 2005-08-15 Kim F. Storm <storm@cua.dk>
25529
25530 * emulation/cua-base.el (cua-delete-region): Return t if
25531 deleted region was non-empty.
25532 (cua-replace-region): Inhibit overwrite-mode for
25533 self-insert-command if replaced region was non-empty.
25534 (cua--explicit-region-start, cua--status-string): Make them
25535 buffer-local at top-level...
25536 (cua-mode): ...rather than when mode is enabled.
25537
25538 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25539
25540 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25541 Set t for Emacs 21, 22, and so on.
25542
25543 2005-08-15 David Ponce <david@dponce.com>
25544
25545 * tree-widget.el: Update Commentary header.
25546 (tree-widget-theme): Doc fix.
25547 (tree-widget-space-width): New option.
25548 (tree-widget-image-properties): Look up in the default theme too.
25549 (tree-widget--cursors): Only for images with arrow pointer shape.
25550 (tree-widget-lookup-image): Pointer shape is hand by default.
25551 (tree-widget-icon): Rename generic icon widget from
25552 `tree-widget-control'.
25553 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25554 derive from `tree-widget-icon'.
25555 (tree-widget-handle): Improve default look and feel of the text
25556 representation.
25557 (tree-widget): Rename :*-control properties to :*-icon properties.
25558 Add :action and :help-echo properties.
25559 (tree-widget-after-toggle-functions): Move.
25560 (tree-widget-close-node, tree-widget-open-node): Remove.
25561 (tree-widget-before-create-icon-functions): New hook.
25562 (tree-widget-value-create): Update to allow customization of icons
25563 and nodes at run-time via that new hook.
25564 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25565 (tree-widget-icon-action, tree-widget-icon-help-echo)
25566 (tree-widget-action, tree-widget-help-echo): New functions.
25567
25568 2005-08-15 Kim F. Storm <storm@cua.dk>
25569
25570 * ido.el (ido-buffer-internal): Use with-no-warnings.
25571 (ido-make-merged-file-list): Use while-no-input.
25572
25573 2005-08-15 Richard M. Stallman <rms@gnu.org>
25574
25575 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25576 (flyspell-large-region): Fix doc and custom type.
25577
25578 2005-08-14 Richard M. Stallman <rms@gnu.org>
25579
25580 * files.el (interpreter-mode-alist): Doc fix.
25581
25582 * mail/rmail.el (rmail-nonignored-headers): New variable.
25583 (rmail-clear-headers): Use it.
25584 (rmail-reply): Better handling of mail-followup-to header.
25585
25586 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25587 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25588 don't try to refer to executable-font-lock-keywords.
25589 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25590 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25591 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25592 (sh-mode): Set comment-start-skip, local-abbrev-table,
25593 imenu-case-fold-search.
25594 (sh-set-shell): Don't set them here.
25595 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25596 Don't cache the results in the original alist; don't ever modify
25597 that alist.
25598
25599 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25600
25601 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25602 empty.
25603
25604 2005-08-15 Andreas Schwab <schwab@suse.de>
25605
25606 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25607
25608 * dired.el, info.el, mail/rmail.el: Revert last change.
25609
25610 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25611
25612 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25613 modification in `eval-after-load' form.
25614 * info.el: Likewise.
25615 * mail/rmail.el: Likewise.
25616
25617 2005-08-14 Juri Linkov <juri@jurta.org>
25618
25619 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25620 Remove highlighting of "Compilation started". Highlight only
25621 the word "finished" in "Compilation finished". Add highlighting
25622 of "interrupt", "killed", "terminated" and the exit code.
25623 (compilation-start): Add newline after header. Use exactly the
25624 same time stamp format as the finishing message.
25625 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25626
25627 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25628 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25629 Add highlighting of "interrupt", "killed", "terminated".
25630
25631 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25632 enabled and the current command is self-insert-command, call it
25633 explicitly with overwrite-mode bound to nil, to not allow it
25634 to delete the character after the selected region.
25635
25636 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25637
25638 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25639 move-end-of-line, end-of-line, and beginning-of-line to the list
25640 of commands after which the echo area is updated.
25641
25642 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25643
25644 * cus-edit.el (custom-save-all, custom-save-delete):
25645 Bind recentf-exclude to exclude custom-file.
25646
25647 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25648
25649 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25650 to go to the bottom of the mail message. Added to
25651 `rmail-summary-mode-map' with key "/".
25652 (rmail-summary-show-message): New (internal) function for use by
25653 both `rmail-summary-beginning/end-of-message'.
25654 (rmail-summary-beginning-of-message): Change to use
25655 rmail-summary-show-message.
25656
25657 * mail/rmail.el (rmail-end-of-message): New command to go to the
25658 end of the current message. Added to `rmail-mode-map' with key "/".
25659 (rmail-beginning-of-message): Fix to work as documented.
25660 (rmail-mode): Change documentation.
25661
25662 * progmodes/compile.el (compilation-start): Add the line
25663 "Compilation started" with compilation start time.
25664 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25665
25666 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25667
25668 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25669 of menu items.
25670
25671 2005-08-11 Richard M. Stallman <rms@gnu.org>
25672
25673 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25674
25675 * battery.el (battery-status-function): Don't use ignore-errors.
25676
25677 2005-08-11 Lute Kamstra <lute@gnu.org>
25678
25679 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25680 define-obsolete-variable-alias.
25681
25682 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25683
25684 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25685 (ange-ftp-send-cmd): Revert last change, and expand
25686 the comment explaining the problem.
25687
25688 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25689
25690 * ldefs-boot.el: Update.
25691
25692 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25693 item to "Time, Load and Mail". Change help echo text.
25694
25695 * time.el (display-time-use-mail-icon, display-time-format)
25696 (display-time-string-forms): Shorten first line of docstrings.
25697
25698 2005-08-10 Lars Hansen <larsh@soem.dk>
25699
25700 * desktop.el (desktop-buffer-mode-handlers):
25701 Make non-customizable. Add autoload cookie. Change initial value to
25702 nil; add elements in respective modules instead. Fix doc string.
25703 (desktop-load-file): New function.
25704 (desktop-minor-mode-handlers): New autoloaded variable.
25705 (desktop-create-buffer): Call minor mode handlers.
25706 Use desktop-load-file to load major and minor mode modules prior to
25707 checking for a handler.
25708 (desktop-save): Don't add nil to desktop-minor-modes for minor
25709 modes with nil function in desktop-minor-mode-table. Don't delete
25710 desktop file before rewriting it.
25711 (desktop-locals-to-save): Add autoload cookie. Don't make
25712 automatically buffer-local. Add variables column-number-mode,
25713 size-indication-mode, indent-tabs-mode,
25714 indicate-buffer-boundaries, indicate-empty-lines and
25715 show-trailing-whitespace.
25716 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25717 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25718 (desktop-clear-preserve-buffers-regexp): Delete.
25719 (desktop-clear-preserve-buffers): Update initial value and docstring.
25720 (desktop-save-buffer): Fix doc string.
25721
25722 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25723 (hilit-chg-desktop-restore): New function.
25724 (highlight-changes-mode): Add highlight-changes-mode to
25725 desktop-locals-to-save.
25726
25727 * dired.el: Add handler to desktop-buffer-mode-handlers.
25728 (dired-restore-desktop-buffer): Remove autoload cookie.
25729 (dired-mode): Add autoload cookie.
25730
25731 * info.el: Add handler to desktop-buffer-mode-handlers.
25732 (Info-restore-desktop-buffer): Remove autoload cookie.
25733 (Info-mode): Add autoload cookie.
25734
25735 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25736 (mh-restore-desktop-buffer): Remove autoload cookie.
25737 (mh-folder-mode): Add autoload cookie.
25738
25739 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25740 (rmail-restore-desktop-buffer): Remove autoload cookie.
25741
25742 2005-08-11 Masatake YAMATO <jet@gyve.org>
25743
25744 * hexl.el (hexl-address-region):
25745 (hexl-ascii-region, hexl-font-lock-keywords):
25746 (hexl-highlight-line-range): Use the term "region"
25747 instead of "area" for consistency with the other symbols
25748 defined in hexl.el.
25749
25750 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25751
25752 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25753 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25754 out by Juri Linkov). Add `display-battery-mode'.
25755
25756 2005-08-09 Juri Linkov <juri@jurta.org>
25757
25758 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25759 Remove `-text' from face variable names.
25760 (compilation-error-file-name, compilation-warning-file-name)
25761 (compilation-info-file-name): Delete faces.
25762 (compilation-line-number, compilation-column-number):
25763 Remove face underlining.
25764 (compilation-message-face): Set to `underline' value by default.
25765 (compilation-error-face, compilation-warning-face)
25766 (compilation-info-face): Remove `-file-name' from face names.
25767 (compilation-error-text-face, compilation-warning-text-face)
25768 (compilation-info-text-face): Delete face variables.
25769 (compilation-text-face): Delete function.
25770
25771 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25772 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25773 (grep-error-face): Set to `compilation-error' instead of
25774 `compilation-error-face' (which is redefined to `grep-hit-face' in
25775 grep buffers).
25776 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25777 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25778
25779 * dired-aux.el (dired-do-query-replace-regexp):
25780 Use `query-replace-read-args'.
25781
25782 * replace.el (query-replace-read-from, query-replace-read-to)
25783 (query-replace-read-args): Rename arg `string' to `prompt'.
25784
25785 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25786
25787 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25788
25789 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25790 uploading files.
25791 (ange-ftp-canonize-filename): Handle file names beginning with ~
25792 correctly.
25793
25794 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25795
25796 * textmodes/fill.el (canonically-space-region)
25797 (fill-context-prefix, fill-french-nobreak-p)
25798 (fill-delete-newlines, fill-comment-paragraph)
25799 (justify-current-line): "?\ " -> "?\s".
25800
25801 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25802
25803 * textmodes/fill.el (fill-nonuniform-paragraphs):
25804 Improve argument/docstring consistency.
25805
25806 2005-08-09 Richard M. Stallman <rms@gnu.org>
25807
25808 * textmodes/ispell.el (ispell-word): More fboundp checks.
25809
25810 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25811 (find-file-noselect-1): Call it here, only if RAWFILE.
25812 (normal-mode): Always set some major mode.
25813 (save-some-buffers-action-alist): Change some explanation strings.
25814 (file-name-non-special): In the `quote' method, use unwind-protect.
25815
25816 2005-08-09 Magnus Henoch <mange@freemail.hu>
25817
25818 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25819 (ispell-have-aspell-dictionaries): New variable.
25820 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25821 (ispell-get-aspell-config-value): New function.
25822 (ispell-aspell-find-dictionary): New function.
25823 (ispell-aspell-add-aliases): New function.
25824 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25825 appropriate. Don't look for ispell dictionaries if we use aspell.
25826 (ispell-menu-map): Don't build a submenu of dictionaries.
25827
25828 2005-08-09 Richard M. Stallman <rms@gnu.org>
25829
25830 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25831 (sql-read-passwd): Use read-passwd.
25832
25833 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25834 (idlwave-toolbar-is-possible): Add defvars.
25835
25836 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25837 Avoid warnings.
25838
25839 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25840 (idlwave-system-class-info, idlwave-executive-commands-alist):
25841 Use defvar.
25842
25843 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25844
25845 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25846 Avoid warnings.
25847
25848 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25849 and content-type: headers.
25850
25851 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25852
25853 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25854 and rename some of them to be more self-explanatory.
25855
25856 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25857
25858 * startup.el (command-line-1): Implement -scriptload.
25859
25860 * replace.el (occur-engine): Initial *Occur* output not undoable.
25861
25862 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25863 and improve help strings.
25864
25865 * isearch.el (isearch-repeat): When changing direction,
25866 mark search successful.
25867
25868 * ediff-init.el: Use (featurep 'xemacs).
25869
25870 * comint.el (send-invisible): Identify buffer, if not selected.
25871
25872 * align.el: Delete autoload for c-guess-basic-syntax.
25873
25874 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25875
25876 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25877 Improve argument/docstring consistency. Doc fixes.
25878 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25879 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25880 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25881 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25882 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25883 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25884 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25885 Defvar at compile time.
25886
25887 2005-08-09 Juri Linkov <juri@jurta.org>
25888
25889 * info.el: Replace `info' with upper-case `Info' where appropriate.
25890 (info-title-1, info-title-2, info-title-3, info-title-4)
25891 (info-menu-header): Move up face definitions.
25892 (info-menu-star): Rename from `info-menu-5'.
25893 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25894 (Info-fontify-visited-nodes): Fix docstring.
25895 (Info-hide-note-references): Fix docstring.
25896 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25897 menu items in the same way as on cross-references.
25898 (info-apropos): Fix sorting order and formatting to be like in the
25899 stand-alone Info browser. Display error messages for 1 sec.
25900 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25901 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25902 from the menu bar.
25903 (Info-insert-dir): Restore point after calling
25904 `insert-buffer-substring'.
25905
25906 2005-08-08 Richard M. Stallman <rms@gnu.org>
25907
25908 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25909 (recompute-lucid-menubar): Add defvars.
25910
25911 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25912
25913 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25914
25915 * net/net-utils.el (run-dig): Rename from `dig'.
25916
25917 * play/gametree.el (gametree-mode): Use make-local-variable,
25918 not make-variable-buffer-local.
25919
25920 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25921
25922 * ansi-color.el (ansi-color-make-extent)
25923 (ansi-color-set-extent-face): Use fboundp, not functionp.
25924
25925 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25926 not make-variable-buffer-local.
25927
25928 * bookmark.el (Info-current-file): Add defvar.
25929 (bookmark-jump-noselect): Use with-no-warnings.
25930
25931 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25932
25933 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25934
25935 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25936
25937 * find-file.el (ada-procedure-start-regexp)
25938 (ada-package-start-regexp): Add defvars.
25939
25940 * info.el (Info-insert-dir): Use insert-buffer-substring.
25941
25942 * xml.el (xml-att-def-re): Add defvar.
25943
25944 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25945 calling convention.
25946
25947 * subr.el (while-no-input): Return t if there is input.
25948
25949 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25950
25951 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25952
25953 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25954
25955 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25956 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25957
25958 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25959
25960 * cmuscheme.el (scheme-start-file): Replace reference to
25961 `user-emacs-directory' by "~/.emacs.d/".
25962
25963 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25964
25965 * info.el (Info-dir-remove-duplicates): Avoid case folding
25966 in loop; instead, keep downcased strings for comparison.
25967 Suggested by Helmut Eller.
25968
25969 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25970
25971 Sync with Tramp 2.0.50.
25972
25973 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25974 XEmacs case; not necessary anymore.
25975 (tramp-user-regexp): Allow "@" as part of user name.
25976 (tramp-handle-set-visited-file-modtime)
25977 (tramp-handle-insert-file-contents)
25978 (tramp-handle-write-region): No special handling for
25979 `last-coding-system-used, because this is done in
25980 `tramp-accept-process-output' now.
25981 (tramp-accept-process-output): New defun.
25982 (tramp-process-one-action, tramp-process-one-multi-action)
25983 (tramp-wait-for-regexp, tramp-wait-for-output)
25984 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25985 Howells <dhowells@redhat.com>.
25986 (clear-visited-file-modtime): Defadvice removed. The check for
25987 unset buffer's modtime does not need to be based on
25988 `tramp-buffer-file-attributes'. Suggested by RMS.
25989 (tramp-message): Insert "\n" if not being at beginning of line.
25990 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25991 sequence with same logic.
25992 (tramp-completion-handle-expand-file-name): Discard call of
25993 `tramp-drop-volume-letter'. It is not necessary, and there have
25994 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25995 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25996 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25997 should always be visible.
25998 (tramp-handle-insert-directory, tramp-setup-complete)
25999 (tramp-set-process-query-on-exit-flag)
26000 (tramp-append-tramp-buffers): Pacify byte-compiler.
26001 (tramp-bug): Delete non-existing variables from list.
26002 Apply `tramp-load-report-modules' as pre-hook.
26003 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26004 `shell-prompt-pattern' because of non-7bit characters.
26005 Reported by Sebastian Luque <sluque@mun.ca>.
26006 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26007 (tramp-match-string-list): Remove function.
26008 (tramp-wait-for-regexp): Remove call of that function.
26009 Suggested by Kim F. Storm <storm@cua.dk>.
26010 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26011 instead of octal character code ?\600. The latter resulted in a
26012 syntax error with XEmacs.
26013
26014 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26015 XEmacs case; not necessary anymore.
26016 (tramp-smb-handle-write-region): No special handling for
26017 `last-coding-system-used, because this is done in
26018 `tramp-accept-process-output' now.
26019 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26020
26021 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26022
26023 * wid-edit.el (widget-choice-value-create):
26024 Unconditionally respect user choice. Set :explicit-choice back to nil
26025 when no longer needed.
26026 (widget-choice-action): Unconditionally respect user choice.
26027 Eliminate :explicit-choice-value.
26028
26029 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26030
26031 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26032 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26033 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26034 running new function `toggle-indicate-empty-lines'.
26035 Rename "Customize" item to "Customize fringe".
26036 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26037 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26038 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26039 Delete "Empty lines only" item.
26040 (menu-bar-showhide-fringe-ind-customize): New function.
26041 (menu-bar-showhide-fringe-ind-mixed)
26042 (menu-bar-showhide-fringe-ind-box)
26043 (menu-bar-showhide-fringe-ind-right)
26044 (menu-bar-showhide-fringe-ind-left)
26045 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26046 instead of `fringe-indicators'.
26047
26048 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26049
26050 * emulation/viper.el (viper-emacs-state-mode-list):
26051 Add recentf-dialog-mode. Change the date of last update.
26052
26053 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26054
26055 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26056 (viper-exec-yank, viper-put-back): Don't display modification msg
26057 if in the minibuffer.
26058
26059 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26060 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26061 Make variables frame local.
26062
26063 * emulation/viper-util.el (viper-append-filter-alist):
26064 Use append instead of nconc.
26065
26066 * emulation/viper.el (viper-vi-state-mode-list)
26067 (viper-emacs-state-mode-list): Move help-mode and
26068 completion-list-mode from the first list to the second.
26069 (viper-mode): Docstring.
26070 (viper-go-away, viper-non-hook-settings): Don't localize
26071 minor-mode-alist in newer Emacsen. Add advice to
26072 set-cursor-color. Don't bind "\C-c\\".
26073
26074 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26075
26076 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26077 (scheme-macro-expand-command): New user options.
26078 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26079 (scheme-form-at-point, scheme-start-file)
26080 (scheme-interactively-start-process): New functions.
26081 (scheme-get-process): New function, extracted from `scheme-proc'.
26082 (run-scheme): Call `scheme-start-file' to get start file, and pass
26083 it to `make-comint'.
26084 (switch-to-scheme, scheme-proc):
26085 Call `scheme-interactively-start-process' if no Scheme buffer/process
26086 is available.
26087
26088 2005-08-06 Juri Linkov <juri@jurta.org>
26089
26090 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26091 Use `compilation-text-face', `compilation-info-text-face' and
26092 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26093 (compilation-error): New face.
26094 (compilation-error-file-name): Inherit from
26095 `compilation-error' instead of `font-lock-warning-face'.
26096 (compilation-warning-file-name): Inherit from
26097 `compilation-warning' instead of `font-lock-warning-face'.
26098 (compilation-info, compilation-error-file-name)
26099 (compilation-warning-file-name, compilation-info-file-name)
26100 (compilation-line-number, compilation-column-number): Doc fix.
26101 (compilation-error-text-face, compilation-warning-text-face)
26102 (compilation-info-text-face): New face variables.
26103 (compilation-line-face, compilation-column-face)
26104 (compilation-enter-directory-face)
26105 (compilation-leave-directory-face): Doc fix.
26106 (compilation-text-face): New function.
26107
26108 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26109 instead of 1 to display binary file names as info file links.
26110 (grep-error-face): Use `compilation-error-face' instead of
26111 `font-lock-keyword-face'.
26112 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26113 and `compilation-warning-text-face' instead of
26114 `font-lock-keyword-face'. Use `compilation-error-text-face'
26115 instead of `grep-error-face'.
26116
26117 2005-08-05 Kenichi Handa <handa@m17n.org>
26118
26119 * international/code-pages.el: Add autoload cookies for all coding
26120 systems.
26121
26122 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26123
26124 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26125
26126 2005-08-04 Juri Linkov <juri@jurta.org>
26127
26128 * progmodes/compile.el (compilation-mode-map):
26129 * progmodes/grep.el (grep-mode-map):
26130 Bind TAB to `compilation-next-error' and [backtab] to
26131 `compilation-previous-error'.
26132
26133 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26134 matching line numbers, column numbers and their ranges with regexp
26135 matching only line numbers.
26136 (grep-context-face): New face variable.
26137 (grep-mode-font-lock-keywords): Use it.
26138
26139 * faces.el (read-face-name): Delete duplicate faces.
26140
26141 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26142
26143 * thumbs.el (thumbs-find-image): Don't make variables
26144 automatically buffer local.
26145 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26146 (thumbs-image-num): Make automatically buffer local.
26147 (thumbs-show-thumbs-list): Use `make-local-variable', not
26148 `make-variable-buffer-local'.
26149 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26150
26151 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26152 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26153 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26154 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26155 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26156 (feelings-about, foullst, found, hello, history, howareyoulst)
26157 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26158 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26159 (neglst, obj, object, owner, please, problems, qlist)
26160 (random-adjective, relation, remlst, repetitive-shortness)
26161 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26162 (shortlst, something, sportslst, stallmanlst, states, subj)
26163 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26164 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26165 Defvar at compile time.
26166
26167 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26168 not `make-variable-buffer-local'.
26169
26170 2005-08-02 Kim F. Storm <storm@cua.dk>
26171
26172 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26173 rectangle overlay in selected window.
26174
26175 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26176
26177 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26178 instead of display group. Make `indicate-buffer-boundaries'
26179 customizable through Custom.
26180
26181 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26182
26183 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26184 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26185 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26186 (gdb-put-string): Fix typos in docstrings.
26187
26188 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26189
26190 Update copyright notices of files in progmodes directory for
26191 release of Emacs 22.1.
26192
26193 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26194
26195 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26196 Don't barf if the GUD buffer has been killed.
26197
26198 2005-08-01 Kim F. Storm <storm@cua.dk>
26199
26200 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26201
26202 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26203
26204 * simple.el (next-error-follow-minor-mode):
26205 make-variable-buffer-local -> make-local-variable.
26206
26207 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26208
26209 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26210 (byte-compile-form-make-variable-buffer-local): New functions to warn
26211 about misuses of make-variable-buffer-local where make-local-variable
26212 was meant.
26213
26214 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26215
26216 * bs.el (bs-attributes-list): Doc fix.
26217 (bs): Update url-link.
26218
26219 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26220 (desktop-load-default): Simplify.
26221
26222 * ibuffer.el (ibuffer-columnize-and-insert-list)
26223 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26224 (ibuffer-unmark-all, ibuffer-toggle-marks)
26225 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26226 (ibuffer-compile-make-format-form, ibuffer-format-column)
26227 (ibuffer-current-buffers-with-marks)
26228 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26229 (ibuffer): Doc fix.
26230 (ibuffer-mode): Fix typo in docstring.
26231 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26232 with `define-obsolete-variable-alias'.
26233 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26234
26235 2005-07-29 Kenichi Handa <handa@m17n.org>
26236
26237 * international/mule-cmds.el (select-message-coding-system):
26238 Be sure to use LF for end-of-line. If no coding system is decided,
26239 return iso-8859-1-unix.
26240
26241 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26242
26243 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26244 (ange-ftp-pending-error-line): New vars.
26245 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26246 to handle the non-fatal no-route-to-host messages.
26247 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26248
26249 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26250
26251 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26252 (isearch-quote-char, isearch-printing-char)
26253 (isearch-text-char-description): "?\ " -> "?\s".
26254 (isearch-lazy-highlight-cleanup)
26255 (isearch-lazy-highlight-initial-delay)
26256 (isearch-lazy-highlight-interval)
26257 (isearch-lazy-highlight-max-at-a-time)
26258 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26259 Declare with define-obsolete-*-alias macros.
26260 (isearch-forward): Fix typo in docstring.
26261 (search-invisible, search-ring-yank-pointer)
26262 (regexp-search-ring-yank-pointer): Doc fixes.
26263
26264 * recentf.el (recentf-menu-append-commands-p): Declare with
26265 `define-obsolete-variable-alias'.
26266 (recentf-max-saved-items, recentf-menu-filter)
26267 (recentf-arrange-by-rule-subfilter): Doc fixes.
26268 (recentf-menu-append-commands-flag)
26269 (recentf-initialize-file-name-history, recentf-expand-file-name)
26270 (recentf-clear-data): Fix typos in docstrings.
26271
26272 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26273
26274 * progmodes/gdb-ui.el: Smarten comments.
26275 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26276
26277 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26278
26279 * term/apollo.el (terminal-init-apollo): New function containing
26280 all former top level forms in the file.
26281 * term/bobcat.el (terminal-init-bobcat):
26282 * term/cygwin.el (terminal-init-cygwin):
26283 * term/iris-ansi.el (terminal-init-iris-ansi):
26284 * term/linux.el (terminal-init-linux):
26285 * term/news.el (terminal-init-news):
26286 * term/rxvt.el (terminal-init-rxvt):
26287 * term/sun.el (terminal-init-sun):
26288 * term/tvi970.el (terminal-init-tvi970):
26289 * term/vt100.el (terminal-init-vt100):
26290 * term/vt102.el (terminal-init-vt102):
26291 * term/vt125.el (terminal-init-vt125):
26292 * term/vt200.el (terminal-init-vt200):
26293 * term/vt201.el (terminal-init-vt201):
26294 * term/vt220.el (terminal-init-vt220):
26295 * term/vt240.el (terminal-init-vt240):
26296 * term/vt300.el (terminal-init-vt300):
26297 * term/vt320.el (terminal-init-vt320):
26298 * term/vt400.el (terminal-init-vt400):
26299 * term/vt420.el (terminal-init-vt420):
26300 * term/wyse50.el (terminal-init-wyse50):
26301 * term/xterm.el (terminal-init-xterm): Likewise.
26302
26303 * term/README: Describe the terminal-init-* functionality.
26304
26305 * startup.el (command-line): After loading the terminal initialization
26306 file call the corresponding terminal initialization function.
26307
26308 2005-07-27 Kenichi Handa <handa@m17n.org>
26309
26310 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26311 negative.
26312
26313 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26314 (ps-mule-composition-prologue): Fix for the case that
26315 RelativeCompose is false.
26316
26317 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26318
26319 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26320
26321 * descr-text.el (describe-char): Handle the case where the list of
26322 chars is displayed in a separate frame.
26323 Be a bit more discriminating when looking for the char.
26324
26325 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26326
26327 * bookmark.el (bookmark-automatically-show-annotations)
26328 (bookmark-read-annotation-text-func): Doc fixes.
26329 (bookmark-save): Improve argument/docstring consistency.
26330 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26331 (bookmark-alist-from-buffer)
26332 (bookmark-upgrade-file-format-from-0)
26333 (bookmark-grok-file-format-version)
26334 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26335 (bookmark-read-annotation-mode)
26336 (bookmark-insert-current-bookmark, bookmark-jump)
26337 (bookmark-exit-hook): Fix typos in docstrings.
26338 (bookmark-exit-hooks): Define as obsolete alias.
26339 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26340 not `bookmark-exit-hooks'. Fix docstring.
26341 (bookmark-bmenu-select): "?\ " -> "?\s".
26342
26343 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26344
26345 * startup.el (command-line): Fix typo.
26346
26347 2005-07-24 Richard M. Stallman <rms@gnu.org>
26348
26349 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26350 not emacs-quick-startup.
26351
26352 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26353
26354 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26355 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26356 instead of `reb-with-current-window'.
26357 (reb-prev-match): Likewise. Also, don't move left if the search
26358 was unsuccessful.
26359 (reb-initialize-buffer): New function.
26360 (re-builder, reb-change-syntax): Use it.
26361
26362 * man.el (Man-goto-page): Make second argument NOERROR optional.
26363
26364 2005-07-23 Richard M. Stallman <rms@gnu.org>
26365
26366 * man.el (Man-bgproc-sentinel): Check here for failure to find
26367 any man page in the output, and report the error here.
26368 (Man-arguments): Make it permanent local.
26369 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26370 (Man-mode): Pass t for NOERROR.
26371
26372 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26373 (grep-mode-font-lock-keywords):
26374 Don't use compilation-...-face for messages that are not file names.
26375
26376 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26377 Don't use compilation-...-face for messages that are not file names.
26378
26379 2005-07-22 Juri Linkov <juri@jurta.org>
26380
26381 * startup.el (normal-splash-screen): Update menu name.
26382
26383 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26384
26385 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26386
26387 * term/xterm.el: Load term/rxvt if the terminal is actually an
26388 rxvt terminal.
26389 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26390
26391 * term/rxvt.el (function-key-map): Use substitute-key-definition
26392 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26393
26394 * term/cygwin.el: New file.
26395
26396 2005-07-22 Kim F. Storm <storm@cua.dk>
26397
26398 * image-file.el (insert-image-file, image-file-yank-handler):
26399 Fix last change to maintain a (unique) yank-handler on yanked images.
26400
26401 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26402
26403 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26404 of the file size (as in "177B" for 177 bytes). This happens with
26405 "ls -lh" on FreeBSD.
26406
26407 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26408
26409 * hilit-chg.el (highlight-changes-global-initial-state)
26410 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26411 (hilit-chg-fixup, highlight-changes-mode):
26412 Fix typos in docstrings.
26413 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26414 Doc fixes.
26415
26416 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26417
26418 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26419 mode function using `eval-after-load'.
26420
26421 2005-07-21 Kim F. Storm <storm@cua.dk>
26422
26423 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26424 included when reporting an Emacs crash, and tell about the DEBUG file.
26425
26426 * image-file.el (insert-image-file): Add yank-handler.
26427 (image-file-yank-handler): Yank handler to make unique copies of
26428 images when they are yanked into a buffer next to each other.
26429
26430 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26431
26432 * comint.el (comint-use-prompt-regexp, comint-send-input)
26433 (comint-source-default, comint-extract-string)
26434 (comint-get-source, comint-word, comint-completion)
26435 (comint-source, comint-prompt-read-only, comint-update-fence):
26436 Fix typos in docstrings.
26437 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26438 Declare with define-obsolete-*-alias macros.
26439 (comint-previous-matching-input-from-input)
26440 (comint-next-matching-input-from-input)
26441 (comint-previous-matching-input, comint-next-matching-input)
26442 (comint-forward-matching-input):
26443 Improve argument/docstring consistency.
26444
26445 * desktop.el (desktop-clear-preserve-buffers-regexp):
26446 Also preserve the *server* buffer.
26447
26448 * simple.el (clone-indirect-buffer): Doc fix.
26449 (fixup-whitespace, just-one-space)
26450 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26451 (next-error, next-error-highlight)
26452 (next-error-highlight-no-select, next-error-last-buffer)
26453 (next-error-buffer-p, next-error-find-buffer, next-error)
26454 (previous-error, next-error-no-select, previous-error-no-select)
26455 (open-line, split-line, minibuffer-prompt-width, kill-new)
26456 (binary-overwrite-mode): Fix typos in docstrings.
26457 (set-fill-column): Fix typo in message.
26458
26459 * skeleton.el (skeleton-proxy-new): Doc fix.
26460
26461 * strokes.el (strokes-load-hook): Doc fix.
26462 (strokes-grid-resolution, strokes-get-grid-position)
26463 (strokes-renormalize-to-grid, strokes-read-stroke)
26464 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26465 (strokes-global-map): Fix typos in docstrings.
26466 (strokes-help): Doc fix. Fix help message and pass it through
26467 `substitute-command-keys'.
26468
26469 * tempo.el (tempo-insert-prompt, tempo-interactive)
26470 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26471 (tempo-insert-string-functions, tempo-local-tags)
26472 (tempo-define-template, tempo-insert-template)
26473 (tempo-insert-prompt-compat, tempo-is-user-element)
26474 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26475 Fix typos in docstrings.
26476
26477 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26478 (vcursor-key-bindings, vcursor-use-vcursor-map)
26479 (vcursor-find-window, vcursor-scroll-down)
26480 (vcursor-disable, vcursor-beginning-of-buffer)
26481 (vcursor-end-of-buffer): Fix typos in docstrings.
26482 (vcursor-relative-move, vcursor-get-char-count):
26483 Improve argument/docstring consistency.
26484
26485 * version.el: "?\ " -> "?\s".
26486
26487 * wid-edit.el (widget-default-create, widget-after-change)
26488 (widget-default-format-handler, widget-checklist-add-item)
26489 (widget-radio-add-item, widget-choose, widget-specify-secret)
26490 (widget-field-value-create, widget-field-value-get)
26491 (widget-editable-list-format-handler)
26492 (widget-editable-list-entry-create, widget-group-value-create)
26493 (widget-documentation-link-add)
26494 (widget-documentation-string-value-create): "?\ " -> "?\s".
26495 (widget-convert-text): Doc fix.
26496 (widget-narrow-to-field, widget-field-find)
26497 (widget-url-link-action, widget-emacs-library-link-action)
26498 (widget-color-notify): Fix typos in docstrings.
26499
26500 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26501 (x-select-text, set-w32-system-coding-system)
26502 (w32-add-charset-info): Fix typos in docstrings.
26503
26504 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26505 (cua-enable-cua-keys, cua-use-hyper-key)
26506 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26507 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26508
26509 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26510
26511 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26512 `defalias' instead of faking it.
26513
26514 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26515 (eshell-ls-missing, eshell-ls-dired-initial-args)
26516 (eshell-ls-use-in-dired): Fix typos in docstrings.
26517
26518 2005-07-20 Kim F. Storm <storm@cua.dk>
26519
26520 * emulation/cua-base.el (cua-mode): Improve doc string.
26521
26522 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26523
26524 * abbrev.el (expand-region-abbrevs): Doc fix.
26525 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26526 Improve argument/docstring consistency.
26527
26528 * arc-mode.el (archive-get-descr, archive-alternate-display):
26529 Doc fixes.
26530 (archive-l-e): Improve argument/docstring consistency.
26531 (archive-tmpdir, archive-unixdate, archive-unixtime)
26532 (archive-chmod-entry): Fix typos in docstrings.
26533 (archive-unflag, archive-unflag-backwards)
26534 (archive-unmark-all-files): "?\ " -> "?\s".
26535
26536 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26537 (Buffer-menu-not-modified, Buffer-menu-execute)
26538 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26539 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26540
26541 * composite.el (compose-string, encode-composition-rule)
26542 (compose-last-chars): Fix typos in docstrings.
26543
26544 * desktop.el (desktop-enable, desktop-basefilename):
26545 Declare with `define-obsolete-variable-alias'.
26546 (desktop-internal-v2s): Don't quote keywords.
26547 (desktop-clear): "?\ " -> "?\s".
26548
26549 * dired.el (dired-align-file, dired-flag-backup-files)
26550 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26551 (dired-listing-switches, dired-ls-F-marks-symlinks)
26552 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26553 (dired-directory, dired-faces, dired, dired-revert)
26554 (dired-mode, dired-summary, dired-view-file)
26555 (dired-copy-filename-as-kill, dired-delete-file)
26556 (dired-no-confirm, dired-unmark-all-marks)
26557 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26558 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26559 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26560 Fix typos in message strings.
26561
26562 * dired-x.el (virtual-dired): Declare with `defalias'.
26563 (dired-mark-unmarked-files, dired-local-variables-file)
26564 (dired-omit-here-always): Doc fix.
26565 (dired-omit-mode, dired-find-subdir)
26566 (dired-enable-local-variables, dired-clean-up-buffers-too)
26567 (dired-extra-startup, dired-mark-extension, dired-jump)
26568 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26569 (dired-smart-shell-command, dired-guess-shell-alist-user)
26570 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26571 (dired-x-bind-find-file, dired-x-submit-report):
26572 Fix typos in docstrings.
26573 (dired-mark-unmarked-files): "?\ " -> "?\s".
26574
26575 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26576
26577 * faces.el (describe-face): "?\ " -> "?\s".
26578 (read-all-face-attributes, read-face-font, modify-face)
26579 (face-attr-construct, italic): Fix typos in docstrings.
26580 (frame-update-face-colors): Declare with
26581 `define-obsolete-function-alias'.
26582
26583 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26584 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26585 (magic-mode-alist, buffer-file-numbers-unique)
26586 (write-file-functions, get-free-disk-space):
26587 Fix typos in docstrings.
26588 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26589 (write-contents-hooks, write-file-hooks):
26590 Declare with `define-obsolete-variable-alias'.
26591
26592 * forms-d2.el (arch-rj): Fix typo in docstrings.
26593 (arch-tocol): Likewise. "?\ " -> "?\s".
26594
26595 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26596 Fix typo in docstring.
26597 (set-screen-width, set-screen-height): Delete redundant info in
26598 doctrings.
26599 (new-frame, screen-height, screen-width): Declare with
26600 `define-obsolete-function-alias'.
26601 (delete-frame-hook, blink-cursor): Declare with
26602 `define-obsolete-variable-alias'.
26603
26604 * paths.el (prune-directory-list): Fix typos in docstring.
26605
26606 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26607 (cvs-prefix-get): Fix typos in docstrings.
26608
26609 * ps-print.el (ps-extend-face-list, ps-extend-face)
26610 (ps-print-background-image): Fix typos in docstrings.
26611 (ps-default-fg, ps-default-bg): Doc fixes.
26612
26613 * s-region.el (s-region-bind): Doc fix.
26614 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26615
26616 * textmodes/org.el (org-table-formula-substitute-names)
26617 (org-table-get-vertical-vector): Doc fixes.
26618 (org-table-recalculate): Remove unused argument to `message'.
26619
26620 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26621
26622 * textmodes/org.el (org-table-column-names)
26623 (org-table-column-name-regexp)
26624 (org-table-named-field-locations): New variables.
26625 (org-archive-subtree): Protect `this-command' when calling
26626 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26627 the kill buffer.
26628 (org-complete): Remove fixed-formula completion.
26629 (org-edit-formulas-map): New variable.
26630 (org-table-edit-formulas): New command.
26631 (org-finish-edit-formulas, org-abort-edit-formulas)
26632 (org-show-variable, org-table-get-vertical-vector): New functions.
26633 (org-table-maybe-eval-formula): Handle `:=' fields.
26634 (org-table-get-stored-formulas, org-table-store-formulas)
26635 (org-table-get-formula, org-table-modify-formulas)
26636 (org-table-replace-in-formulas): Handle named field formulas.
26637 (org-table-get-specials): Store locations of named fields.
26638
26639 2005-07-19 Juri Linkov <juri@jurta.org>
26640
26641 * progmodes/grep.el (grep-regexp-alist)
26642 (grep-mode-font-lock-keywords, grep-process-setup):
26643 Use default GNU grep match color "01;31m" instead of "01;41m".
26644 (grep-regexp-alist, grep-mode-font-lock-keywords):
26645 Use `\\[[0-9]*m' instead of `\\[00m'.
26646 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26647 sgr_start where its handling is more important. Use the real
26648 length of sgr_start instead of constant 8.
26649 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26650 specially. Delete all remaining escape sequences.
26651 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26652 (grep-regexp-alist): Make hyperlink only for binary file name
26653 instead of the whole line.
26654 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26655 (grep-mode): Add autoload.
26656
26657 * emacs-lisp/find-func.el (find-function-regexp):
26658 Add `define-compilation-mode'.
26659
26660 2005-07-19 Juri Linkov <juri@jurta.org>
26661
26662 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26663 (compare-windows-sync-string-size, compare-windows-recenter)
26664 (compare-windows-highlight, compare-windows): Add version 22.1.
26665 (compare-windows) <defface>: Inherit from lazy-highlight instead
26666 of duplicating its default value.
26667
26668 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26669 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26670
26671 * descr-text.el (describe-char): Create link buttons for `charset'
26672 and `code point'. Add the current input method name with a link
26673 button to `to input' field. Print face names of display table
26674 characters in `The display table entry is displayed by' section
26675 instead of printing face-id in the `display' field.
26676 Guess hardcoded faces and create a link button for them.
26677 Skip empty fields when calculating max-width.
26678 Treat `widget-create' specially while inserting strings from the
26679 collected field list.
26680 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26681
26682 * diff-mode.el (diff-file-header): Change foreground color from
26683 yellow to green on light backgrounds.
26684 (diff-context): Inherit from `shadow' only for color/grayscale
26685 with more than 88 colors.
26686 (diff-indicator-removed, diff-indicator-added)
26687 (diff-indicator-changed): New faces.
26688 (diff-font-lock-keywords): Use new faces. Regroup rules.
26689 Add "^---$" for `normal' diff format. Fontify `#' lines with
26690 font-lock-comment-delimiter-face and font-lock-comment-face.
26691 Add `#' to ^[^...] in the rule for `diff-context-face'.
26692
26693 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26694 a button-like box. Inherit from `highlight' on low colors.
26695 (shadow): Use shades of gray only for color/grayscale with
26696 more than 88 colors. Use green for light backgrounds with
26697 8 colors, and yellow for dark backgrounds with 8 colors.
26698
26699 * font-lock.el (font-lock-regexp-grouping-backslash):
26700 Don't inherit from escape-glyph (use bold for all cases).
26701
26702 * info.el (info-xref-visited): Use light foreground color `violet'
26703 for dark backgrounds instead of dark color `magenta3'.
26704 (info-title-1): Use `yellow' color for dark backgrounds.
26705
26706 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26707 too-light magenta2.
26708
26709 * replace.el (match): Use slightly more light RoyalBlue3 instead
26710 of dark RoyalBlue4.
26711
26712 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26713
26714 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26715
26716 * novice.el (disabled-command-hook): Declare it with
26717 `define-obsolete-variable-alias'.
26718
26719 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26720 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26721 (desktop-load-default): Add release to obsolescence info.
26722 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26723 (desktop-append-buffer-args, desktop-read):
26724 Fix typos in docstrings.
26725 (desktop-kill): Fix typo in message.
26726 (desktop-save): Doc fix.
26727
26728 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26729
26730 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26731 (viper-envelop-ESC-key): Change the definition of fast
26732 keysequence so it'll work with keyboard macros.
26733
26734 * ediff.el (ediff-patch-buffer): Change the docstring.
26735
26736 2005-07-19 Kenichi Handa <handa@m17n.org>
26737
26738 * international/mule-cmds.el (select-safe-coding-system): Try to
26739 use an auto-coding (if any) before anything else. If the found
26740 auto-coding is invalid, show a warning message.
26741
26742 * international/mule.el (find-auto-coding): New function created
26743 by modifying the body of set-auto-coding.
26744 (set-auto-coding): Use find-auto-coding to find a coding.
26745
26746 2005-07-18 Richard M. Stallman <rms@gnu.org>
26747
26748 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26749 not isearch-mode-end-hook-error.
26750 (allout-before-change-protect): Fix error message.
26751
26752 2005-07-18 Juri Linkov <juri@jurta.org>
26753
26754 * allout.el (allout-mode):
26755 * calculator.el (calculator-copy):
26756 * custom.el (custom-known-themes):
26757 * dired.el (dired-desktop-buffer-misc-data)
26758 (dired-restore-desktop-buffer):
26759 * dired-x.el (dired-omit-marker-char):
26760 * files.el (basic-save-buffer):
26761 * font-core.el (font-lock-mode):
26762 * calendar/calendar.el (calendar-goto-hebrew-date)
26763 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26764 (calendar-goto-persian-date):
26765 * language/ethio-util.el (ethio-sera-to-fidel-region):
26766 * textmodes/picture.el (picture-mode):
26767 Delete duplicate duplicate words.
26768
26769 2005-07-18 Juri Linkov <juri@jurta.org>
26770
26771 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26772 chars * ? } |.
26773 (isearch-fallback): Don't call `isearch-process-search-char'.
26774 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26775 (isearch-process-search-char): Call `isearch-fallback' for regexp
26776 chars * ? } |.
26777 (isearch-return-char): Make obsolete with `make-obsolete' instead
26778 of simply documenting it as obsolete in the docstring.
26779 (isearch-fallback): Refill docstring.
26780
26781 * international/isearch-x.el
26782 (isearch-process-search-multibyte-characters): Remove unneeded
26783 `concat'. Add intermediate values to `junk-hist' instead of
26784 `minibuffer-history'. Test the length of `str'.
26785
26786 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26787
26788 * allout.el (allout-resolve-xref): Fix typos in error strings.
26789 (allout-before-change-protect): Remove unneeded `concat'.
26790
26791 * array.el (array-mode, array-reconfigure-rows)
26792 (untabify-backward): Fix typos in docstrings.
26793 (array-reconfigure-rows): Use `insert-buffer-substring', not
26794 `insert-buffer'.
26795
26796 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26797 * progmodes/ada-mode.el (ada-make-body):
26798 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26799
26800 * dired.el (dired-log):
26801 * tar-mode.el (tar-subfile-save-buffer):
26802 * play/zone.el (zone-pgm-stress-destress):
26803 Use `insert-buffer-substring', not `insert-buffer'.
26804
26805 2005-07-17 Simon Josefsson <jas@extundo.com>
26806
26807 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26808
26809 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26810
26811 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26812 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26813
26814 2005-07-17 Kim F. Storm <storm@cua.dk>
26815
26816 * ido.el (dired-other-window): Add ido property.
26817
26818 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26819
26820 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26821 Fix typo in docstring.
26822 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26823 `insert-file-literally'.
26824
26825 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26826 info and delete redundant message. Doc fix.
26827 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26828 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26829
26830 2005-07-16 Richard M. Stallman <rms@gnu.org>
26831
26832 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26833 (byte-compile-and): Use byte-compile-and-recursion.
26834 (byte-compile-or-recursion): New function.
26835 (byte-compile-or): Use that.
26836 (byte-compile-if): Guard the else-clause too.
26837 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26838
26839 * isearch.el (isearch-mode-end-hook-quit): New variable.
26840 (isearch-done): Bind it.
26841 (isearch-mode-end-hook): Doc fix.
26842
26843 * allout.el (allout-isearch-did-quit): Variable deleted.
26844 (allout-real-isearch-abort): Function name no longer used.
26845 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26846 (allout-isearch-rectification): isearch-mode always exists.
26847 Don't set allout-isearch-did-quit.
26848 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26849 allout-isearch-did-quit.
26850 (allout-enwrap-isearch): Just add the hook.
26851 (allout-isearch-abort): Function deleted.
26852 (allout-pre-command-business): Avoid warning.
26853
26854 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26855 Correctly avoid warnings.
26856 (pascal-outline): Likewise.
26857
26858 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26859
26860 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26861
26862 * play/tetris.el (tetris-mode): Avoid warning.
26863
26864 * play/snake.el (snake-mode): Avoid warning.
26865
26866 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26867 (gamegrid-set-display-table): Avoid warning.
26868 (gamegrid-set-timer): Likewise.
26869 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26870 (gamegrid-add-score-with-update-game-score-1): Take FILE
26871 as argument.
26872 (gamegrid-add-score-with-update-game-score): Pass that argument.
26873 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26874
26875 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26876
26877 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26878 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26879
26880 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26881 and insert-file.
26882
26883 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26884 (sc-ask): Avoid warnings.
26885
26886 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26887 (eshell-hist-initialize): Use that var the natural way.
26888
26889 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26890
26891 * emacs-lisp/re-builder.el (reb-cook-regexp):
26892 Avoid warning calling lre-compile-string.
26893 (reb-color-display-p): Avoid warning.
26894
26895 * calculator.el (calculator-last-input): Guard uses
26896 of event-key and key-press-event-p.
26897 (event-key, key-press-event-p): Delete definitions.
26898
26899 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26900 (find-gc-source-directory, find-gc-subrs-callers)
26901 (find-gc-noreturn-list, find-gc-source-files)
26902 (find-gc-subrs-called): Vars renamed and defvar'd.
26903
26904 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26905 (checkdoc-overlay-put, checkdoc-delete-overlay)
26906 (checkdoc-overlay-start, checkdoc-overlay-end)
26907 (checkdoc-mode-line-update, checkdoc-char=):
26908 Define such that compiler knows they are defined.
26909 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26910 (checkdoc-read-event): Delete. Use read-event directly.
26911
26912 * whitespace.el (whitespace-make-overlay)
26913 (whitespace-overlay-put, whitespace-delete-overlay)
26914 (whitespace-overlay-start, whitespace-overlay-end):
26915 Define such that compiler knows they are defined.
26916 (whitespace): Move conditional inside.
26917
26918 * tempo.el (tempo-insert-template): Suppress warning.
26919
26920 * ediff-diff.el (longlines-mode): Add defvar.
26921
26922 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26923
26924 * server.el: Bind "C-x #" in a way that works even if C-x is
26925 redefined to a command key, not a prefix key.
26926
26927 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26928
26929 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26930 cl-make-type-test till execution time.
26931
26932 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26933
26934 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26935 arg ARG and use it.
26936
26937 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26938
26939 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26940
26941 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26942
26943 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26944 a defcustom with two :set or :type keywords.
26945
26946 2005-07-15 Richard M. Stallman <rms@gnu.org>
26947
26948 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26949 Don't give ^M comment-end syntax.
26950
26951 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26952
26953 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26954 Don't consider gdbmi (gdb-mi.el has its own update functions).
26955 (gdb-var-delete): Make it work for gdbmi as well.
26956 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26957
26958 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26959 (gud-speedbar-menu-items): Correct logic for enabling items.
26960
26961 2005-07-15 Kim F. Storm <storm@cua.dk>
26962
26963 * ido.el: Fix commentary.
26964 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26965 Use with-no-warnings around ffap-guesser.
26966 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26967 Let bind minibuffer-completing-file-name to t.
26968
26969 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26970
26971 * startup.el (site-run-file, keyboard-type): Doc fixes.
26972 (command-line): Check for "--basic-display" argument; also for
26973 "--quick", not "--bare-bones" (which was renamed).
26974 (fancy-splash-text): Add missing item "Getting New Versions".
26975 (normal-splash-screen): Fix typos and improve consistency with
26976 `fancy-splash-text'. Update copyright year.
26977
26978 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26979 valid binding for `help-char'.
26980
26981 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26982
26983 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26984
26985 * term.el (term-mode): Disable cua-mode for term buffers.
26986
26987 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26988
26989 * add-log.el (add-log-mailing-address, change-log-merge):
26990 Doc fixes.
26991 (change-log-get-method-definition): Fix typo in docstring.
26992
26993 2005-07-14 Kim F. Storm <storm@cua.dk>
26994
26995 * emulation/cua-base.el:
26996 (cua--pre-command-handler-1, cua--pre-command-handler)
26997 (cua--post-command-handler-1, cua--post-command-handler):
26998 Split in two. Check (buffer local) value of cua-mode.
26999 (cua-selection-mode): New command.
27000
27001 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27002
27003 * custom.el (custom-initialize-safe-set)
27004 (custom-initialize-safe-default): Doc fixes.
27005
27006 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27007 and simplify :init-value again.
27008
27009 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27010 and simplify :init-value again. Delete autoload.
27011
27012 * startup.el (command-line): Use `custom-reevaluate-setting' again
27013 for tooltip-mode.
27014
27015 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27016 a defcustom with two :initialize keywords.
27017
27018 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27019
27020 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27021 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27022 (allout-post-command-business, allout-flag-region)
27023 (isearch-reenable-font-lock, allout-yank)
27024 (allout-insert-latex-header, allout-insert-latex-trailer)
27025 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27026 (allout-latex-verb-quote): Fix typos in docstrings.
27027 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27028 (allout-unprotected, allout-prefix-data):
27029 Improve argument/docstring consistency.
27030 (allout-chart-subtree): Fix argument spec.
27031 (allout-open-topic): Rename `use_sib_bullet' argument to
27032 `use-sib-bullet'. Doc fix.
27033
27034 * whitespace.el (whitespace-check-buffer-leading)
27035 (whitespace-check-buffer-trailing)
27036 (whitespace-check-buffer-indent)
27037 (whitespace-check-buffer-spacetab)
27038 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27039 (whitespace-check-leading-whitespace)
27040 (whitespace-check-trailing-whitespace)
27041 (whitespace-check-spacetab-whitespace)
27042 (whitespace-check-indent-whitespace)
27043 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27044 (whitespace-modes): Fix typos in docstrings.
27045 (defgroup, defcustom): Doc fixes.
27046
27047 * winner.el (winner-mode, winner-boring-buffers)
27048 (winner-pending-undo-ring): Doc fixes.
27049 (winner-ring): Remove unneeded `progn'.
27050 (winner-equal): `defsubst' it.
27051 (winner-redo): Fix message.
27052
27053 2005-07-13 Kim F. Storm <storm@cua.dk>
27054
27055 * simple.el (line-move-1): Always use vertical-motion to
27056 do the last (or only) line move to ensure some movement.
27057 Undo 2005-06-23 change--don't check for overlays.
27058
27059 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27060
27061 * term/mac-win.el (ccl-encode-mac-roman-font)
27062 (ccl-encode-mac-centraleurroman-font)
27063 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27064 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27065 Change charset-id boundary of dimension to ?\xef.
27066 (mac-char-fontspec-list): New constant.
27067 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27068 argument. Nil uses itself as family in font-spec. Previous
27069 behavior for nil is now provided by non-nil non-string argument.
27070 All callers changed. Add font-specs for Mac fonts to
27071 "fontset-default" unless iso8859-1 fonts are installed.
27072
27073 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27074
27075 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27076 a continuation line if the \ is preceded by SPC or TAB.
27077 (sh-get-indent-info): Simplify.
27078 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27079 Use with-current-buffer.
27080
27081 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27082 when the matched text is empty.
27083
27084 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27085
27086 * startup.el (command-line): Revert to previous handling of
27087 tooltip-mode. Explain in comment why the complexity is needed.
27088
27089 * tooltip.el (tooltip-mode): Revert to previous implementation of
27090 its defcustom.
27091
27092 * frame.el (blink-cursor-mode): Revert to previous implementation
27093 of its defcustom. Update comment.
27094
27095 2005-07-12 Lars Hansen <larsh@soem.dk>
27096
27097 * desktop.el: Update e-mail address.
27098
27099 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27100
27101 * term/mac-win.el (mac-services-mail-selection)
27102 (mac-services-mail-to): New functions.
27103 (mac-application-menu-map): Bind them.
27104
27105 2005-07-12 wulei <milton@wulei.net> (tiny change)
27106
27107 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27108
27109 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27110
27111 * custom.el (custom-reevaluate-setting): Doc fix.
27112
27113 2005-07-11 Jay Belanger <belanger@truman.edu>
27114
27115 * calc/calc.el (calc-embedded-announce-formula-alist)
27116 (calc-embedded-open-close-plain-alist)
27117 (calc-embedded-open-close-mode-alist): Add checks for additional
27118 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27119
27120 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27121
27122 * custom.el (custom-enable-theme): Don't add theme to
27123 `custom-enabled-themes' with `push' because there is no
27124 setf-method for `delq'.
27125
27126 2005-07-11 Richard M. Stallman <rms@gnu.org>
27127
27128 * custom.el (custom-declare-variable): Doc fix.
27129
27130 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27131 from the alists.
27132
27133 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27134 Do nothing if edebug-active.
27135
27136 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27137 (edebug-display): Do it here instead.
27138
27139 2005-07-10 Richard M. Stallman <rms@gnu.org>
27140
27141 * cus-face.el (custom-theme-set-faces): Make it work.
27142 (custom-reset-faces): Doc fix.
27143 (custom-theme-reset-internal-face, custom-theme-face-value):
27144 Functions deleted.
27145
27146 * custom.el (custom-push-theme): Maintain list of the settings
27147 of a given theme in its theme-settings property.
27148 Maintain position of old settings in the theme-value
27149 or theme-face property.
27150 (custom-enabled-themes): New variable.
27151 (custom-theme-enabled-p): New function.
27152 (provide-theme): Update custom-enabled-themes.
27153 Disable and reenable the `user' theme.
27154 (require-theme): Doc fix.
27155 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27156 (custom-theme-value, custom-theme-variable-value): Likewise.
27157 (custom-theme-reset-internal): Likewise.
27158 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27159 (custom-enable-theme, custom-disable-theme): New functions.
27160 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27161 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27162 (custom-theme-reset-variables): Simplify.
27163 (deftheme, custom-declare-theme, custom-make-theme-feature):
27164 Definitions moved.
27165
27166 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27167
27168 * longlines.el (longlines-show-region)
27169 (longlines-unshow-hard-newlines): Recognize hard newlines by
27170 non-nil hard property, instead of t.
27171
27172 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27173
27174 * emulation/viper-cmd.el (viper--key-maps): New variable.
27175 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27176 emulation-mode-map-alists.
27177 (viper-envelop-ESC-key): Use viper-subseq.
27178 (viper-search-forward/backward/next): Disable debug-on-error.
27179
27180 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27181 (viper-ESC-key): New defcustoms.
27182
27183 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27184
27185 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27186 (viper-subseq): Copy of subseq from cl.el.
27187
27188 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27189 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27190
27191 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27192
27193 * emulation/viper-init.el: Get rid of -face in face names.
27194
27195 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27196 Make it work with longlines mode.
27197
27198 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27199
27200 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27201
27202 * ediff-init.el: Get rid of -face in face names.
27203
27204 2005-07-10 Richard M. Stallman <rms@gnu.org>
27205
27206 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27207 and with-timeout-unsuspend.
27208
27209 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27210 and with-timeout-unsuspend.
27211
27212 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27213 (with-timeout): Bind that variable to record timers.
27214 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27215
27216 * emacs-lisp/debug.el (debug-help-follow): New function.
27217 (debugger-mode-map): Use that instead of help-follow.
27218 (debugger-setup-buffer): Use eval-buffer-list
27219 to handle eval-buffer frames.
27220
27221 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27222
27223 * timezone.el (timezone-parse-date): Change first regexp
27224 so it will not mistakenly match dates with no time zone.
27225
27226 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27227
27228 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27229
27230 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27231
27232 * custom.el (custom-initialize-safe-set)
27233 (custom-initialize-safe-default): New functions.
27234
27235 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27236 and simplify :init-value.
27237
27238 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27239 and simplify :init-value. Delete obsolete comment.
27240
27241 * startup.el (command-line): Use `custom-reevaluate-setting' to
27242 handle `tooltip-mode'. Delete obsolete comment.
27243
27244 * files.el (set-visited-file-name): Avoid calling
27245 `file-name-nondirectory' with a nil argument.
27246
27247 2005-07-09 Richard M. Stallman <rms@gnu.org>
27248
27249 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27250 was called with nil for the buffer, handle the read position right.
27251 Handle read position for eval-region, too.
27252
27253 2005-07-09 Juri Linkov <juri@jurta.org>
27254
27255 * fringe.el (fringe-mode): Add period in docstring.
27256 (fringe-query-style): Build prompt depending on `all-frames' arg.
27257
27258 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27259 to not create links to unrelated functions in the Help buffer.
27260
27261 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27262 Doc fix.
27263
27264 * simple.el (next-error-hook): New variable.
27265 (next-error): Use it. Doc fix.
27266
27267 * textmodes/ispell.el (ispell-command-loop): Add current
27268 dictionary name and program name to mode-line-format.
27269 (ispell-region, ispell-process-line): Add current dictionary name
27270 and program name to messages.
27271
27272 2005-07-08 Jay Belanger <belanger@truman.edu>
27273
27274 * calc/calc.el (calc-embedded-announce-formula-alist)
27275 (calc-embedded-open-close-formula-alist)
27276 (calc-embedded-open-close-word-alist)
27277 (calc-embedded-open-close-plain-alist)
27278 (calc-embedded-open-close-new-formula-alist)
27279 (calc-embedded-open-close-mode-alist)
27280 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27281 (calc-embedded-mode-hook): New variables.
27282
27283 * calc/calc-embed.el (calc-embedded-firsttime)
27284 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27285 New variables.
27286 (calc-do-embedded): Use calc-embedded-firsttime,
27287 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27288 determine whether or not to run hooks.
27289 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27290 calc-embedded-firsttime-formula appropriately.
27291 Set calc-embedded delimiter variables according to mode.
27292
27293 2005-07-08 Richard M. Stallman <rms@gnu.org>
27294
27295 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27296 Check for "emacs", etc., as entire symbol, not just as word.
27297 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27298
27299 * files.el (set-visited-file-name): Report the error
27300 for "empty filename" earlier.
27301 (kill-some-buffers): Ignore buffers already dead.
27302
27303 * fringe.el (fringe-mode): Doc fix.
27304
27305 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27306 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27307 Use unwind-protect to ensure byte-compile-unresolved-functions
27308 is updated.
27309
27310 * whitespace.el (whitespace-buffer-leading-cleanup):
27311 Simplify w/ skip-chars-forward.
27312 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27313
27314 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27315 Unconditionally try to leave point at the same old place.
27316
27317 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27318
27319 * comint.el (comint-postoutput-scroll-to-bottom)
27320 (comint-show-maximum-output): Take scroll-margin into consideration.
27321
27322 2005-07-08 Kim F. Storm <storm@cua.dk>
27323
27324 * ido.el (ido-use-filename-at-point): New choice `guess'.
27325 (ido-file-internal): Try ffap-guesser if selected.
27326
27327 * ido.el (ido-before-fallback-functions): New hook.
27328 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27329 (ido-read-file-name): Run it.
27330
27331 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27332
27333 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27334 strings rather than a list of symbols to the completion function.
27335
27336 2005-07-07 Jay Belanger <belanger@truman.edu>
27337
27338 * calc/calc-units.el (math-apply-units): Change the places in
27339 which units are simplified.
27340
27341 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27342
27343 * cus-edit.el (customize-option, customize-option-other-window):
27344 Make them handle aliases.
27345
27346 * custom.el (custom-variable-p): Make it recursively follow
27347 aliases. Mention that in the docstring.
27348
27349 2005-07-07 Richard M. Stallman <rms@gnu.org>
27350
27351 * cus-start.el (exec-path): Use `directory' instead of `file'.
27352 Fix tag for nil.
27353
27354 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27355
27356 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27357 when called non-interactively. Doc fix.
27358
27359 2005-07-07 Lute Kamstra <lute@gnu.org>
27360
27361 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27362 new address as well.
27363
27364 2005-07-07 Kenichi Handa <handa@m17n.org>
27365
27366 * international/mule.el (make-coding-system):
27367 Describe `ascii-incompatible' property in the docstring.
27368 (set-file-name-coding-system): Signal an error if coding-system is
27369 ascii-incompatible.
27370 (set-keyboard-coding-system): Likewise.
27371
27372 * international/mule-cmds.el (set-default-coding-systems):
27373 Don't set default-file-name-coding-system and
27374 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27375
27376 * international/utf-16.el: Declare that all UTF-16-based coding
27377 systems are ASCII-incompatible.
27378
27379 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27380
27381 * progmodes/gud.el: Require font-lock for displaying errors.
27382 Used by gdb-ui.el.
27383
27384 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27385
27386 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27387 values for the pattern lists which are `read'able but not
27388 `append'able (like symbols).
27389
27390 2005-07-06 Richard M. Stallman <rms@gnu.org>
27391
27392 * progmodes/flymake.el (flymake-float-time): Instead of
27393 with-no-warnings, test for XEmacs.
27394 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27395 to avoid warning.
27396
27397 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27398
27399 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27400
27401 2005-07-05 Lute Kamstra <lute@gnu.org>
27402
27403 * battery.el: Add support for Darwin (with much debugging help
27404 from Samuel Lauber <sam124@operamail.com>).
27405 (battery-status-function, battery-echo-area-format)
27406 (battery-mode-line-format): Add support for pmset on Darwin.
27407 (battery-load-low, battery-load-critical): New user options.
27408 (battery-pmset): New function.
27409
27410 2005-07-05 Lute Kamstra <lute@gnu.org>
27411
27412 Update FSF's address in GPL notices.
27413
27414 * textmodes/page-ext.el: Update FSF's address.
27415
27416 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27417
27418 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27419 filling from using prefix when filling a single-line docstring.
27420
27421 * progmodes/flymake.el: Remove useless eval-when-compile.
27422
27423 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27424
27425 2005-07-04 Richard M. Stallman <rms@gnu.org>
27426
27427 * textmodes/org.el (org-file-apps-defaults-gnu):
27428 Rename from org-file-apps-defaults-linux.
27429 (org-default-apps): Don't test system-type for `linux'.
27430 (org-file-apps): Doc fix.
27431
27432 2005-07-04 David Ponce <david@dponce.com>
27433
27434 * tree-widget.el: Improve header Commentary section.
27435 (tree-widget) [defgroup]
27436 (tree-widget-image-enable, tree-widget-themes-directory)
27437 (tree-widget-theme, tree-widget-image-properties-emacs)
27438 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27439 (tree-widget-image-formats, tree-widget-control)
27440 (tree-widget-empty-control, tree-widget-leaf-control
27441 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27442 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27443 (tree-widget-keep, tree-widget-after-toggle-functions)
27444 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27445 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27446 :help-echo message.
27447 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27448 (tree-widget-image-properties): Doc fix. Clearer implementation.
27449 (tree-widget--cursors): New constant.
27450 (tree-widget-lookup-image): New function split from
27451 `tree-widget-find-image'. Clearer implementation.
27452 (tree-widget-find-image): Use it.
27453 (tree-widget-button-keymap): Use `set-keymap-parent'.
27454 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27455 Define the sub-widgets here.
27456 (tree-widget-node): Check that :node is not a tree-widget.
27457 (tree-widget-get-super, tree-widget-open-control)
27458 (tree-widget-close-control, tree-widget-empty-control)
27459 (tree-widget-leaf-control, tree-widget-guide)
27460 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27461 (tree-widget-no-handle, tree-widget-value-delete)
27462 (tree-widget-map): Remove.
27463 (tree-widget-children-value-save): Doc fix. Simplified.
27464 (tree-widget-value-create): Update according to previous changes.
27465
27466 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27467
27468 * textmodes/org.el: Leading space replaced by TABS.
27469 (org-recalc-marks, org-table-rotate-recalc-marks)
27470 (org-table-get-specials): Treat "^" and "_" marks.
27471 (org-table-justify-field-maybe): Optional argument NEW.
27472 (org-table-eval-formula): Parsing of the format simplified.
27473 New modes C,I. Honor the %= parameter in the current table.
27474 Avoid unnecessary re-align by using the NEW argument to
27475 `org-table-justify-field-maybe'.
27476 (org-calc-default-modes): Default for date-format mimicks org-mode.
27477 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27478
27479 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27480
27481 * cus-face.el (custom-theme-set-faces): Make it handle face
27482 aliases whose alias declarations are pre- or autoloaded.
27483
27484 2005-07-04 Juri Linkov <juri@jurta.org>
27485
27486 * faces.el (read-face-name): Put the code for getting a face name
27487 from the buffer before adding the faces from the `face' property.
27488 Use `completing-read-multiple' instead of `completing-read'.
27489 Require `crm'. Add default value and post-process the returned
27490 list of faces.
27491
27492 * emacs-lisp/crm.el (crm-find-current-element)
27493 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27494
27495 * emacs-lisp/lisp-mode.el (eval-defun-1):
27496 * emacs-lisp/edebug.el (edebug-eval-defun):
27497 Remove unnecessary quotes.
27498
27499 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27500
27501 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27502 (prolog-indent-level): Fix typo in docstring.
27503
27504 * info.el (Info-history, Info-history-forward)
27505 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27506
27507 * add-log.el (add-change-log-entry):
27508 * comint.el (comint-dynamic-list-input-ring)
27509 (comint-dynamic-list-completions):
27510 * dabbrev.el (dabbrev-expand):
27511 * delim-col.el (delimit-columns-rectangle-line):
27512 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27513 (diff-unified->context):
27514 * ediff-init.el (ediff-abbrev-jobname):
27515 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27516 (ediff-replace-session-activity-marker-in-meta-buffer):
27517 * info.el (Info-summary):
27518 * lpr.el (printify-region):
27519 * printing.el (pr-create-interface):
27520 * ps-print.el (ps-print-quote):
27521 * ses.el (ses-column-widths, ses-print-cell)
27522 (ses-adjust-print-width, ses-center):
27523 * shell.el (shell-file-name-quote-list):
27524 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27525 (strokes-fill-current-buffer-with-whitespace)
27526 (strokes-xpm-for-stroke, strokes-list-strokes)
27527 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27528 * term.el (term-dynamic-list-input-ring)
27529 (term-dynamic-list-completions):
27530 * calc/calc.el (math-format-stack-value):
27531 * emacs-lisp/edebug.el (edebug-display-freq-count):
27532 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27533 (delphi-new-comment-line):
27534 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27535 * progmodes/executable.el (executable-set-magic):
27536 * progmodes/python.el (inferior-python-mode):
27537 * progmodes/scheme.el (scheme-mode-syntax-table):
27538 * progmodes/sh-script.el (sh-maybe-here-document):
27539 * progmodes/sql.el (sql-copy-column):
27540 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27541 * textmodes/bibtex.el (bibtex-mode):
27542 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27543 (sgml-auto-attributes):
27544 * textmodes/table.el (table-insert, table-shorten-cell)
27545 (table--generate-source-scan-lines, table-delete-row)
27546 (*table--cell-delete-char, table--spacify-frame)
27547 (table--horizontally-shift-above-and-below)
27548 (table--cell-insert-char, table--cell-blank-str)
27549 (table--fill-region-strictly):
27550 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27551 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27552
27553 * add-log.el (change-log):
27554 * apropos.el (apropos):
27555 * comint.el (comint-completion, comint-source):
27556 * dabbrev.el (dabbrev):
27557 * delim-col.el (columns):
27558 * diff-mode.el (diff-mode):
27559 * ediff.el (ediff):
27560 * ediff-diff.el (ediff-diff):
27561 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27562 * ediff-mult.el (ediff-mult):
27563 * ediff-ptch.el (ediff-ptch):
27564 * ediff-wind.el (ediff-window):
27565 * facemenu.el (facemenu):
27566 * indent.el (indent):
27567 * info.el (info):
27568 * jka-cmpr-hook.el (compression, jka-compr):
27569 * lpr.el (lpr):
27570 * outline.el (outlines):
27571 * pcmpl-cvs.el (pcmpl-cvs):
27572 * pcmpl-rpm.el (pcmpl-rpm):
27573 * printing.el (printing):
27574 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27575 (ps-print-vertical, ps-print-headers, ps-print-font)
27576 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27577 (ps-print-background, ps-print-printer, ps-print-page)
27578 (ps-print-miscellany):
27579 * ses.el (ses):
27580 * shell.el (shell, shell-directories, shell-faces):
27581 * startup.el (initialization):
27582 * strokes.el (strokes):
27583 * term.el (term):
27584 * uniquify.el (uniquify):
27585 * w32-vars.el (w32):
27586 * calc/calc.el (calc):
27587 * emacs-lisp/bytecomp.el (bytecomp):
27588 * emacs-lisp/cl-indent.el (lisp-indent):
27589 * emacs-lisp/edebug.el (edebug):
27590 * emacs-lisp/elp.el (elp):
27591 * emacs-lisp/testcover.el (testcover):
27592 * emacs-lisp/trace.el (trace):
27593 * emulation/viper-ex.el (viper-ex):
27594 * emulation/viper-mous.el (viper-mouse):
27595 * mail/mailalias.el (mailalias):
27596 * mail/supercite.el (supercite, supercite-frames)
27597 (supercite-attr, supercite-cite, supercite-hooks):
27598 * net/rcompile.el (remote-compile):
27599 * net/rlogin.el (rlogin):
27600 * obsolete/ooutline.el (outlines):
27601 * progmodes/delphi.el (delphi):
27602 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27603 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27604 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27605 (ebnf-optimization):
27606 * progmodes/etags.el (etags):
27607 * progmodes/executable.el (executable):
27608 * progmodes/idlwave.el (idlwave):
27609 * progmodes/pascal.el (pascal):
27610 * progmodes/prolog.el (prolog):
27611 * progmodes/python.el (python):
27612 * progmodes/scheme.el (scheme):
27613 * progmodes/sh-script.el (sh, sh-script):
27614 * progmodes/sql.el (SQL):
27615 * progmodes/tcl.el (tcl):
27616 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27617 * textmodes/enriched.el (enriched):
27618 * textmodes/makeinfo.el (makeinfo):
27619 * textmodes/sgml-mode.el (sgml):
27620 * textmodes/table.el (table-hooks):
27621 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27622 * textmodes/texinfo.el (texinfo):
27623 * textmodes/two-column.el (two-column):
27624 Finish `defgroup' description with period.
27625
27626 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27627 * eshell/esh-var.el (eshell-var):
27628 * progmodes/vhdl-mode.el (vhdl-testbench):
27629 * textmodes/org.el (org): Fix typos in docstrings.
27630
27631 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27632 consistency.
27633
27634 * progmodes/flymake.el (flymake-find-file): Remove.
27635 (flymake-float-time): Use `with-no-warnings'.
27636 (flymake-check-start-time, flymake-check-was-interrupted)
27637 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27638 (flymake-new-err-info): `defvar' at compile time.
27639
27640 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27641
27642 * replace.el (occur-hook): Doc fix.
27643 (occur-1): Don't call `occur-hook' if there are no matches.
27644
27645 2005-07-03 Richard M. Stallman <rms@gnu.org>
27646
27647 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27648 global-map, save the same map.
27649 (global-map): Don't alter it at top level.
27650 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27651 Then alter it here instead.
27652 (tpu-edt-off): Set global-map to the saved one.
27653
27654 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27655 All references simplified.
27656 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27657 (zmacs-regions): Add defvar.
27658 (repeat-complex-command-map): Everything about that deleted.
27659
27660 * textmodes/artist.el (artist-key-is-drawing)
27661 (artist-key-endpoint1, artist-key-poly-point-list)
27662 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27663 (artist-key-compl-table, artist-rb-save-data)
27664 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27665 Don't put them in eval-when-compile.
27666 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27667
27668 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27669 Use with-no-warnings.
27670
27671 * net/browse-url.el (dos-windows-version): Add defvar.
27672
27673 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27674
27675 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27676 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27677 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27678 Add defvar.
27679 (rmail-summary-beginning-of-message): Use with-no-warnings.
27680 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27681
27682 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27683 Use with-no-warnings.
27684
27685 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27686 (c-mark-function): Add point-moving-unit property.
27687 (vi-goto-line): Use with-no-warnings.
27688
27689 * emulation/edt.el (edt-last-copied-word): Add defvar.
27690 (zmacs-region-stays): Likewise.
27691 (edt-mark-section-wisely): Use c-mark-function for C.
27692 Use makr-defun for Fortran.
27693 (time-string): defvar deleted.
27694 (edt-display-the-time): Don't set time-string.
27695
27696 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27697
27698 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27699 Don't warn when name is not constant
27700 or for defining the group `emacs'.
27701
27702 * tooltip.el (gud-tooltip-mode): Add defvar.
27703
27704 * startup.el (default-frame-background-mode): Add defvar.
27705
27706 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27707
27708 * info.el (tool-bar-map): Add defvar.
27709
27710 * dired.el (dnd-protocol-alist): Add defvar.
27711
27712 * dired-aux.el (dired-query): Display question with answer, when
27713 the user answers.
27714
27715 * custom.el (custom-add-option): Doc fix.
27716
27717 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27718
27719 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27720
27721 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27722 bogus name from the last change.
27723
27724 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27725
27726 * custom.el (custom-declare-variable): Fix typos in comment.
27727 (custom-known-themes): Doc fix.
27728 (custom-theme-directory): New defcustom.
27729 (require-theme): Make it check `custom-theme-directory'.
27730
27731 * cus-theme.el (custom-new-theme-mode): New function.
27732 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27733 (custom-theme-description): Add compiler defvars.
27734 (customize-create-theme): Add doc to the "*New Custom Theme*"
27735 buffer. Use `custom-new-theme-mode'.
27736 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27737 and save it to the `custom-theme-directory'. Make this the
27738 default directory of the buffer.
27739
27740 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27741
27742 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27743 Fix unbalanced parentheses.
27744
27745 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27746
27747 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27748 into flymake-mode and delegate to flymake-mode.
27749
27750 * find-file.el (ff-which-function-are-we-in): Clean up.
27751
27752 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27753
27754 * replace.el (occur-rename-buffer): Fix docstring.
27755
27756 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27757 (edt-last-copied-word, edt-learn-macro-count)
27758 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27759 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27760 (time-string, zmacs-region-stays):
27761 * emulation/edt-mapper.el (edt-save-function-key-map)
27762 (EDT-key-name): `defvar' to silence the byte-compiler.
27763
27764 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27765
27766 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27767 font-lock-regexp-backslash. Doc fix.
27768 (font-lock-regexp-backslash-grouping-construct): Rename from
27769 font-lock-regexp-backslash-construct. Doc fix.
27770 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27771 grouping constructs.
27772
27773 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27774
27775 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27776 updating all the prerequisites.
27777
27778 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27779
27780 * textmodes/org.el (org-agenda-start-on-weekday)
27781 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27782 (org-agenda-use-time-grid, org-archive-location)
27783 (org-allow-space-in-links, org-usenet-links-prefer-google)
27784 (org-enable-table-editor, org-export-default-language)
27785 (org-export-html-show-new-buffer, org-fill-paragraph)
27786 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27787 (org-goto-quit, org-occur, org-eval-in-calendar)
27788 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27789 (org-agenda-diary-entry, org-remember-help)
27790 (org-table-convert-region, org-at-table-p)
27791 (org-table-move-row-down, org-table-move-row-up)
27792 (org-table-copy-region, org-table-toggle-vline-visibility)
27793 (org-table-get-stored-formulas, org-table-get-specials)
27794 (org-recalc-commands, org-table-eval-formula)
27795 (org-table-formula-substitute-names, orgtbl-make-binding)
27796 (org-format-org-table-html, org-format-table-table-html)
27797 (org-format-table-table-html-using-table-generate-source)
27798 (org-customize): Fix typos in docstrings.
27799 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27800 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27801 (org-back-to-heading): Doc fixes.
27802 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27803 (org-agenda-change-all-lines, org-get-header):
27804 Improve argument/docstring consistency.
27805 (orgtbl-error): Fix error message.
27806
27807 * progmodes/flymake.el (flymake-find-possible-master-files)
27808 (flymake-master-file-compare, flymake-get-line-err-count)
27809 (flymake-highlight-line, flymake-gui-warnings-enabled):
27810 Fix typos in docstrings.
27811 (flymake-parse-line, flymake-get-project-include-dirs-function)
27812 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27813 Doc fixes.
27814 (flymake-get-project-include-dirs-function)
27815 (flymake-make-err-menu-data):
27816 Improve argument/docstring consistency.
27817
27818 2005-07-01 Lute Kamstra <lute@gnu.org>
27819
27820 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27821 Catch errors with ignore-errors. Use temporary buffer.
27822 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27823
27824 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27825 background color faces.
27826 (facemenu-set-foreground, facemenu-set-background):
27827 Use facemenu-set-face-from-menu.
27828 (facemenu-set-face-from-menu): Treat face names that start with
27829 "fg:" or "bg:" as special.
27830 (facemenu-add-new-color): Don't create faces. Simplify.
27831
27832 2005-06-30 Richard M. Stallman <rms@gnu.org>
27833
27834 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27835 (crm-find-current-element): Likewise.
27836
27837 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27838
27839 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27840
27841 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27842
27843 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27844 (archive-mouse-extract): Make it an obsolete alias.
27845 (archive-mode-map): Don't use archive-mouse-extract any more.
27846 (archive-mode, archive-extract): write-contents-hooks ->
27847 write-contents-functions.
27848 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27849 first arg.
27850 (archive-rename-entry): Update the call.
27851 (archive-zip-summarize): Remove unused var `method'.
27852 (archive-lzh-summarize): Remove unused var `creator'.
27853
27854 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27855 dedicated frame upon exit.
27856
27857 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27858 (archive-zip-extract, archive-zip-expunge)
27859 (archive-zip-update, archive-zip-update-case): Use executable-find.
27860 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27861 Use restore-buffer-modified-p.
27862 (archive-extract, archive-add-new-member, archive-write-file-member):
27863 Use with-current-buffer.
27864 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27865
27866 2005-06-30 Andreas Schwab <schwab@suse.de>
27867
27868 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27869
27870 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27871
27872 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27873
27874 2005-06-30 Juri Linkov <juri@jurta.org>
27875
27876 * faces.el (vertical-border): Inherit from mode-line-inactive
27877 only on tty.
27878
27879 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27880
27881 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27882 example, -NLINES in the `occur' docstring).
27883
27884 * replace.el (occur-1): When no matches are found, do not set the
27885 `buffer-read-only' and modified flags for the occur buffer,
27886 because it is deleted.
27887
27888 * emulation/cua-base.el (cua-check-pending-input)
27889 (cua-repeat-replace-region, cua-mode, cua-debug)
27890 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27891 Fix typos in docstrings.
27892
27893 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27894 (cua-cut-region-to-global-mark)
27895 (cua--cut-rectangle-to-global-mark):
27896 Remove period from end of messages.
27897
27898 * emulation/cua-rect.el (cua-do-rectangle-padding):
27899 Remove period from end of messages.
27900 (cua--rectangle-seq-format): Fix typo in docstring.
27901 (cua-sequence-rectangle, cua-fill-char-rectangle):
27902 Improve argument/docstring consistency.
27903
27904 2005-06-29 Juri Linkov <juri@jurta.org>
27905
27906 * faces.el (default-frame-background-mode): New internal variable.
27907 (frame-set-background-mode): Use it.
27908
27909 * startup.el (normal-top-level): Set default-frame-background-mode
27910 instead of frame-background-mode. Before setting it, test for its
27911 nil value. Remove tests for frame-background-mode and frame
27912 parameter `reverse'. Add test for "unspecified-fg".
27913
27914 * term/xterm.el (xterm-rxvt-set-background-mode):
27915 * term/rxvt.el (rxvt-set-background-mode):
27916 Set default-frame-background-mode instead of frame-background-mode.
27917
27918 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27919
27920 * simple.el (set-variable): Warn about obsolete user variables.
27921
27922 * imenu.el (imenu--completion-buffer):
27923 * mouse.el (mouse-buffer-menu-alist):
27924 * msb.el (msb-invisible-buffer-p):
27925 * calendar/diary-lib.el (diary-header-line-format):
27926 * emacs-lisp/pp.el (pp-buffer):
27927 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27928 * textmodes/picture.el (picture-replace-match):
27929 Change space constants followed by a sexp to "?\s ".
27930
27931 * play/decipher.el (decipher-loop-with-breaks):
27932 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27933 constants "protected" from end of line by a comment to "?\s".
27934
27935 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27936
27937 * font-lock.el (save-buffer-state): Use `declare'.
27938
27939 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27940 reset the syntax-table to cperl-mode-syntax-table.
27941 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27942 "foo_print_bar" is not matched as a reserved keyword.
27943
27944 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27945
27946 * textmodes/org.el (orgtbl-setup): New function, for delayed
27947 setup for the orgtbl commands.
27948 (org-calc-default-modes): New option.
27949 (orgtbl-make-binding): Use `defun' to get better help display.
27950 (org-diary): Call `org-compile-prefix-format'.
27951 (org-table-formula-substitute-names): New function.
27952 (org-agenda-day-view, org-agenda-week-view): New commands.
27953 (org-agenda-toggle-week-view): Command removed.
27954 (org-tbl-menu): Split off from org-org-menu.
27955 (org-mode): Move removal of outline-mode menus to here.
27956 (org-table-formula-debug): New option.
27957 (org-table-insert-row): Keep first field if just "#" or "*".
27958 (org-mode): Paragraph regexps fixed.
27959 (org-table-recalculate-regexp): New constant.
27960 (org-table-justify-field-maybe): Avoid replace if not necessary.
27961 (org-copy-special, org-cut-special): Use `call-interactively'.
27962 (org-table-copy-region): Take region from `interactive' call.
27963 (org-trim): Return string even if no match.
27964 (org-formula): New face.
27965 (org-set-font-lock-defaults): No longer highlight "FIXME".
27966 But highlight formula-related fields in table.
27967 (org-table-p): Use regexp, not fontification.
27968 (org-table-align): Handle white space at end of line.
27969 (org-table-formula-evaluate-inline): New option.
27970 (org-mode): Auto-wrapping in comment lines turned off.
27971 (org-table-copy-down): Evaluate only in copied field, not in
27972 destination.
27973 (org-table-current-formula): Variable removed.
27974 (org-table-store-formulas, org-table-get-stored-formulas)
27975 (org-table-modify-formulas, org-table-replace-in-formulas)
27976 (org-table-maybe-eval-formula): New functions.
27977 (org-table-get-formula): Modify to use stored formulas.
27978 (org-table-insert-column, org-table-delete-column)
27979 (org-table-move-column): Call `org-table-modify-formulas'.
27980 (org-complete): Add completion for keyword formulas.
27981 (orgtbl-mode): Pull orgtbl-mode-map to start of
27982 minor-mode-map-alist.
27983
27984 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27985
27986 * progmodes/python.el (python-check): Require `compile' before
27987 modifying its variables.
27988
27989 * newcomment.el (comment-indent-default): Don't get fooled by an early
27990 end of buffer.
27991
27992 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27993
27994 * ps-print.el (ps-print-version): Fix version number.
27995
27996 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27997
27998 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27999
28000 2005-06-28 Richard M. Stallman <rms@gnu.org>
28001
28002 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28003 (flyspell-local-mouse-map): Declaration deleted.
28004 (flyspell-mouse-map): Bind only mouse-2.
28005 (flyspell-mode-map): Don't test flyspell-use-local-map.
28006 (flyspell-overlay-keymap-property-name): Var deleted.
28007 (flyspell-mode-on): Don't make local bindings for
28008 flyspell-mouse-map and flyspell-mode-map.
28009 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28010
28011 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28012
28013 * progmodes/compile.el (compilation-next-error-function):
28014 Don't switch buffers; operate on the current buffer.
28015
28016 * progmodes/compile.el (compilation-error-file-name)
28017 (compilation-warning-file-name, compilation-info-file-name)
28018 (compilation-line-number, compilation-column-number): New faces.
28019 (compilation-error-face, compilation-warning-face)
28020 (compilation-info-face, compilation-line-face)
28021 (compilation-column-face): Use them.
28022
28023 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28024
28025 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28026
28027 * bindings.el (global-map): Bind insertchar and its variants.
28028
28029 2005-06-27 Richard M. Stallman <rms@gnu.org>
28030
28031 * textmodes/artist.el (artist-text-overwrite)
28032 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28033
28034 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28035
28036 * ps-print.el: It was not working the page selection for printing.
28037 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28038 (ps-print-version): New version 6.6.7.
28039 (ps-end-sheet): New fun.
28040 (ps-header-sheet, ps-end-job): Call it.
28041
28042 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28043
28044 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28045
28046 2005-06-27 Lute Kamstra <lute@gnu.org>
28047
28048 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28049 background color faces.
28050 (facemenu-get-face): Delete function.
28051 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28052 (facemenu-add-new-color): Make second argument mandatory.
28053 Create the appropriate face and return it. Simplify.
28054 (facemenu-set-foreground, facemenu-set-background): Don't check if
28055 color is defined. Use return value of facemenu-add-new-color.
28056
28057 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28058
28059 * progmodes/gud.el (gud-filter): Add missing argument to
28060 with-selected-window.
28061
28062 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28063
28064 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28065 a :require to the defcustom.
28066
28067 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28068 defcustoms corresponding to minor modes.
28069
28070 2005-06-26 David Ponce <david@dponce.com>
28071
28072 * recentf.el: Require tree-widget instead of wid-edit.
28073 (recentf-filename-handler): Fix widget :type.
28074 (recentf-cancel-dialog, recentf-open-more-files)
28075 (recentf-open-files-action): Doc fix.
28076 (recentf-dialog-goto-first): New function.
28077 (recentf-dialog-mode-map): Set parent keymap first.
28078 (recentf-dialog-mode): Define with define-derived-mode.
28079 Don't display continuation lines in dialogs.
28080 (recentf-edit-list): Rename from recentf-edit-selected-items.
28081 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28082 Simplify.
28083 (recentf-edit-list-validate): New function.
28084 (recentf-edit-list): Update accordingly.
28085 (recentf-open-files-item-shift): Remove.
28086 (recentf-open-files-item): Convert menu elements into tree and
28087 link widgets. Don't create the widgets.
28088 (recentf-open-files): Update accordingly.
28089 (recentf-save-list): Untabify.
28090
28091 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28092
28093 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28094 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28095 partially contained in the active region. Do not take active
28096 region into account when called from Lisp, unless INTERACTIVE arg
28097 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28098 avoid trouble with fields. Make marker point nowhere when no
28099 longer used. Always return nil. Doc fix.
28100 (flush-lines): Add INTERACTIVE arg. Do not take active region
28101 into account when called from Lisp, unless INTERACTIVE arg is
28102 non-nil. Use `forward-line' instead of `beginning-of-line' to
28103 avoid trouble with fields. Make marker point nowhere when no
28104 longer used. Always return nil. Doc fix.
28105 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28106 interchangeable. Do not take active region into account when
28107 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28108 message in echo area when called from Lisp, unless INTERACTIVE arg
28109 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28110 Return the number of matches. Doc fix.
28111 (occur): Doc fix.
28112 (perform-replace): Make comment follow double space convention for
28113 the sake of `outline-minor-mode'.
28114
28115 * faces.el (facep): Doc fix.
28116
28117 2005-06-25 Richard M. Stallman <rms@gnu.org>
28118
28119 * facemenu.el (facemenu-enable-faces-p): New function.
28120 (facemenu-background-menu, facemenu-foreground-menu)
28121 (facemenu-face-menu): Add menu-enable property.
28122
28123 * jka-compr.el (jka-compr-insert-file-contents):
28124 Special handling if cannot find the uncompression program.
28125
28126 * cus-face.el (custom-face-attributes): Add autoload.
28127
28128 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28129 Bind comment-indent-function locally.
28130
28131 * window.el (save-selected-window): Use save-current-buffer.
28132
28133 * subr.el (with-selected-window): Use save-current-buffer.
28134
28135 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28136 and with-current-buffer.
28137
28138 2005-06-24 Richard M. Stallman <rms@gnu.org>
28139
28140 * simple.el (line-move-1): Fix previous change.
28141
28142 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28143
28144 * replace.el (occur-1): Set `buffer-read-only' and the
28145 buffer-modified flag before running `occur-hook' to protect
28146 against unintentional buffer switches that can lead to data loss.
28147
28148 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28149
28150 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28151 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28152 initial error.
28153
28154 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28155 after fresh input.
28156 (gdb-var-create-handler): Put name of expression in quotes.
28157
28158 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28159
28160 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28161 elements of RING in order, and without bogus nil elements.
28162
28163 2005-06-23 Richard M. Stallman <rms@gnu.org>
28164
28165 * simple.el (set-variable): Args renamed; doc fix.
28166 (line-move-1): When there are overlays around, use vertical-motion.
28167
28168 * faces.el (escape-glyph): Use brown against light background.
28169 (nobreak-space): Rename from no-break-space.
28170 Fix previous change.
28171
28172 * dired-aux.el (dired-do-copy): Fix arg prompt.
28173
28174 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28175
28176 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28177
28178 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28179 rather than "Distributor".
28180
28181 2005-06-23 Lute Kamstra <lute@gnu.org>
28182
28183 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28184 (debug-on-entry): Use it. New interactive declaration that uses
28185 function-called-at-point.
28186
28187 2005-06-23 Kim F. Storm <storm@cua.dk>
28188
28189 * subr.el (save-match-data): Add comment about using evaporate arg
28190 to set-match-data.
28191
28192 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28193
28194 * cus-edit.el (customize-face)
28195 (customize-face-other-window): Handle face aliases.
28196
28197 * faces.el (face-documentation, set-face-attribute)
28198 (face-spec-set): Handle face aliases.
28199
28200 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28201
28202 * help-mode.el (help-make-xrefs): If a symbol representing a face
28203 name is not followed by the word "face", it could still be a
28204 function or variable name, so don't bypass other checks.
28205
28206 2005-06-22 Juri Linkov <juri@jurta.org>
28207
28208 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28209 Replace aliased functions with calls where second arg `inherit' is t.
28210
28211 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28212
28213 * progmodes/gdb-ui.el (gdb-error): New variable.
28214 (gdb-error): New function.
28215 (gdb-annotation-rules): Act on error-begin and error annotations.
28216 (gdb-concat-output): Use font-lock-warning-face for errors.
28217
28218 2005-06-22 Miles Bader <miles@gnu.org>
28219
28220 * bindings.el (propertized-buffer-identification): Use renamed
28221 `Buffer-menu-buffer' face.
28222
28223 * faces.el (vertical-border): Rename from `vertical-divider'.
28224 (escape-glyph): Change dark-background color back to `cyan'.
28225
28226 2005-06-21 Juri Linkov <juri@jurta.org>
28227
28228 * faces.el (face-user-default-spec): Try getting `customized-face'
28229 prior to `saved-face'.
28230 (frame-background-mode): Refill docstring.
28231
28232 * emacs-lisp/lisp-mode.el (eval-defun-1):
28233 * emacs-lisp/edebug.el (edebug-eval-defun):
28234 Set `saved-face' temporarily to nil before calling form.
28235 Set `customized-face' to the new spec after that.
28236
28237 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28238
28239 * subr.el (1value, lambda, key-substitution-in-progress):
28240 Doc fixes.
28241
28242 * autoinsert.el (auto-insert-alist):
28243 * ses.el (ses-call-printer):
28244 * subr.el (noreturn):
28245 * emacs-lisp/lisp.el (check-parens):
28246 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28247 * net/browse-url.el (browse-url-mosaic):
28248 * progmodes/cc-defs.el (c-safe-scan-lists):
28249 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28250 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28251 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28252 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28253 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28254 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28255
28256 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28257
28258 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28259
28260 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28261
28262 * calendar/appt.el (appt-make-list): Activate the package, if
28263 not already active (for backwards compatibility).
28264
28265 2005-06-20 Kim F. Storm <storm@cua.dk>
28266
28267 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28268
28269 2005-06-20 Miles Bader <miles@gnu.org>
28270
28271 * faces.el (vertical-divider): New face.
28272
28273 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28274
28275 * simple.el (kill-whole-line): Doc fix.
28276 (next-error-buffer-p, next-error-find-buffer)
28277 (clone-indirect-buffer): Fix typos in docstrings.
28278 (comment-line-break-function): Doc fix: don't say variable
28279 is automatically buffer-local (it isn't).
28280
28281 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28282
28283 * net/tramp-ftp.el (top):
28284 * net/tramp-smb.el (top):
28285 * net/tramp-util.el (top):
28286 * net/tramp-uu.el (top):
28287 * net/tramp-vc.el (top):
28288 * net/tramp.el (top): Revert copyright years back to original
28289 ones. Tramp has a life outside GNU Emacs.
28290
28291 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28292
28293 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28294
28295 2005-06-18 Juri Linkov <juri@jurta.org>
28296
28297 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28298 end of first regexp to limit the match to the position between
28299 line number and source line with same separator character as used
28300 between file name and line number. In the second regexp limit
28301 mouse-face area to file name and line number by adding new group
28302 for them and referring it in HYPERLINK arg.
28303 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28304 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28305 previous line where grep markers may be already removed.
28306
28307 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28308
28309 * progmodes/ps-mode.el: Update version and maintainer's email address.
28310
28311 2005-06-18 Steve Youngs <steve@xemacs.org>
28312
28313 * net/browse-url.el (browse-url-browser-function)
28314 (browse-url-default-browser): Add firefox.
28315 (browse-url-firefox-program, browse-url-firefox-arguments)
28316 (browse-url-firefox-startup-arguments)
28317 (browse-url-firefox-new-window-is-tab): New defcustoms.
28318 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28319
28320 2005-06-17 Richard M. Stallman <rms@gnu.org>
28321
28322 * startup.el (command-line): Warn if specified user name has
28323 no home directory.
28324
28325 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28326 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28327
28328 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28329 Doc fixes.
28330
28331 * faces.el (underline): Try bold if terminal doesn't support underline.
28332
28333 * mail/sendmail.el (mail-setup-with-from): New variable.
28334 (mail-insert-from-field): New function.
28335 (sendmail-send-it): Call it.
28336 (mail-setup): Optionally call it here.
28337
28338 * term/linux.el: Call tty-no-underline.
28339
28340 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28341
28342 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28343
28344 2005-06-17 Miles Bader <miles@gnu.org>
28345
28346 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28347 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28348 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28349 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28350 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28351 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28352 Remove "-face" suffix from face names.
28353 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28354 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28355 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28356 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28357 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28358 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28359 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28360 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28361 New backward-compatibility aliases for renamed faces.
28362 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28363 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28364 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28365 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28366 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28367 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28368 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28369 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28370 Use renamed ediff faces.
28371
28372 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28373 Remove "-face" suffix from face names.
28374 (eshell-test-ok-face, eshell-test-failed-face):
28375 New backward-compatibility aliases for renamed faces.
28376 (eshell-run-test): Use renamed eshell-test faces.
28377
28378 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28379 face name.
28380 (eshell-prompt-face): New backward-compatibility alias for renamed
28381 face.
28382 (eshell-emit-prompt): Use renamed eshell-prompt face.
28383
28384 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28385 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28386 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28387 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28388 Remove "-face" suffix from face names.
28389 (eshell-ls-directory-face, eshell-ls-symlink-face)
28390 (eshell-ls-executable-face, eshell-ls-readonly-face)
28391 (eshell-ls-unreadable-face, eshell-ls-special-face)
28392 (eshell-ls-missing-face, eshell-ls-archive-face)
28393 (eshell-ls-backup-face, eshell-ls-product-face)
28394 (eshell-ls-clutter-face):
28395 New backward-compatibility aliases for renamed faces.
28396 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28397
28398 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28399 Remove "-face" suffix from face name.
28400 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28401 instead of literal face.
28402
28403 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28404
28405 * emacs-lisp/warnings.el (display-warning, lwarn)
28406 (warning-minimum-log-level): Doc fixes.
28407 (warning-minimum-level, warning-minimum-log-level):
28408 Add :debug to :type choices.
28409
28410 * progmodes/ada-mode.el (ada-format-paramlist)
28411 (ada-get-indent-case, ada-check-matching-start)
28412 (ada-check-defun-name, ada-goto-matching-decl-start)
28413 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28414 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28415 (ada-make-subprogram-body): Follow error conventions.
28416 (ada-case-exception-file, ada-indent-comment-as-code)
28417 (ada-indent-handle-comment-special, ada-indent-renames)
28418 (ada-indent-return, ada-search-directories-internal)
28419 (ada-tab-policy, ada-case-exception-substring)
28420 (ada-other-file-alist, ada-matching-start-re)
28421 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28422 (ada-imenu-generic-expression, ada-compile-goto-error)
28423 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28424 (ada-popup-menu, ada-add-extensions, ada-mode)
28425 (ada-region-selected, ada-create-case-exception)
28426 (ada-create-case-exception-substring, ada-after-keyword-p)
28427 (ada-activate-keys-for-case, ada-adjust-case-region)
28428 (ada-adjust-case-buffer, ada-format-paramlist)
28429 (ada-scan-paramlist, ada-insert-paramlist)
28430 (ada-indent-newline-indent)
28431 (ada-indent-newline-indent-conditional)
28432 (ada-justified-indent-current, ada-goto-previous-word)
28433 (ada-indent-current, ada-get-indent-open-paren)
28434 (ada-get-indent-paramlist, ada-get-indent-end)
28435 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28436 (ada-get-indent-block-start, ada-get-indent-subprog)
28437 (ada-get-indent-noindent, ada-get-indent-label)
28438 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28439 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28440 (ada-goto-stmt-end, ada-goto-next-word)
28441 (ada-check-matching-start, ada-check-defun-name)
28442 (ada-goto-matching-decl-start, ada-goto-matching-start)
28443 (ada-goto-matching-end, ada-search-ignore-string-comment)
28444 (ada-in-decl-p, ada-looking-at-semi-or)
28445 (ada-looking-at-semi-private, ada-in-paramlist-p)
28446 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28447 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28448 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28449 (ada-previous-package, ada-create-menu)
28450 (ada-fill-comment-paragraph-justify)
28451 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28452 (ada-other-file-name, ada-last-which-function-line)
28453 (ada-last-which-function-subprog, ada-which-function)
28454 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28455 (ada-gen-treat-proc, ada-check-emacs-version)
28456 (ada-continuation-indent, ada-align-region-separate):
28457 Fix typos in docstrings.
28458 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28459
28460 2005-06-16 Lute Kamstra <lute@gnu.org>
28461
28462 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28463 conditionally.
28464
28465 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28466
28467 * comint.el (comint-replace-by-expanded-filename)
28468 (comint-prompt-regexp, comint-delimiter-argument-list)
28469 (comint-preinput-scroll-to-bottom):
28470 * info.el (Info-hide-cookies-node):
28471 * ls-lisp.el (ls-lisp-classify):
28472 * find-file.el (ff-search-directories, ff-special-constructs)
28473 (ff-find-other-file):
28474 * font-lock.el (font-lock-keywords):
28475 * shell.el (shell-prompt-pattern)
28476 (shell-dynamic-complete-functions, shell-mode)
28477 (shell-delimiter-argument-list):
28478 * term.el (term-replace-by-expanded-filename)
28479 (term-prompt-regexp, term-delimiter-argument-list):
28480 * woman.el (woman-ignore, woman0-if):
28481 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28482 * emacs-lisp/elint.el (elint-init-env):
28483 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28484 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28485 * language/ethio-util.el (ethio-tilde-escape)
28486 (ethio-use-three-dot-question):
28487 * net/zone-mode.el (zone-mode-load-time-setup):
28488 * progmodes/cc-align.el (c-lineup-argcont):
28489 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28490 * progmodes/cperl-mode.el (cperl-set-style-back):
28491 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28492 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28493 Fix spellings in docstrings.
28494
28495 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28496 * progmodes/modula2.el (m2-for): Fix spellings.
28497
28498 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28499
28500 * simple.el (undo-more): Don't use `format' on `error' arguments.
28501 Improve argument/docstring consistency.
28502 (pending-undo-list): Doc fix.
28503
28504 * smerge-mode.el (smerge-ensure-match):
28505 * emulation/vip.el (vip-ex):
28506 * net/zone-mode.el (zone-mode-update-serial):
28507 * progmodes/idlwave.el (idlwave-complete):
28508 * progmodes/vhdl-mode.el (vhdl-visit-file)
28509 (vhdl-compose-wire-components):
28510 Don't use `format' on `error' arguments.
28511
28512 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28513 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28514 (tooltip-help-tips): Fix typos in docstrings.
28515
28516 2005-06-16 David Ponce <david@dponce.com>
28517
28518 * tree-widget.el (tree-widget-value-create): Simplify last change.
28519
28520 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28521
28522 * ido.el (ido-incomplete-regexp): New variable.
28523 (ido-set-matches-1): Handle invalid-regexp error and set
28524 ido-incomplete-regexp.
28525 (ido-incomplete-regexp): New face.
28526 (ido-completions): Use it.
28527 (ido-complete, ido-exit-minibuffer, ido-completions):
28528 Handle incomplete regexps.
28529 (ido-completions): Add check for complete match when entering a regexp.
28530
28531 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28532
28533 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28534
28535 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28536
28537 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28538 by field delimiters.
28539
28540 2005-06-15 David Ponce <david@dponce.com>
28541
28542 * tree-widget.el: eval-and-compile inlined functions so they will
28543 be available at run-time too.
28544 (tree-widget-super-format-handler)
28545 (tree-widget-format-handler): Remove.
28546 (tree-widget-value-create): Handle the :indent property.
28547
28548 2005-06-15 Miles Bader <miles@gnu.org>
28549
28550 * progmodes/which-func.el (which-func): Only inherit
28551 `font-lock-function-name-face' when that makes sense against the
28552 default mode-line face, otherwise set the face color explicitly.
28553
28554 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28555 faces instead of (non-existent) variables.
28556
28557 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28558
28559 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28560 (iswitchb-get-matched-buffers): Likewise. Simplify.
28561
28562 2005-06-14 Miles Bader <miles@gnu.org>
28563
28564 * progmodes/ld-script.el (ld-script-location-counter):
28565 Remove "-face" suffix from face name.
28566 (ld-script-location-counter-face):
28567 New backward-compatibility alias for renamed face.
28568 (ld-script-location-counter-face): Use renamed face.
28569
28570 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28571 (cperl-hash): Remove "-face" suffix from face names.
28572 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28573 New backward-compatibility aliases for renamed faces.
28574 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28575 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28576
28577 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28578 name.
28579 (which-func-face): New backward-compatibility alias for renamed face.
28580 (which-func-format): Use renamed which-func face.
28581
28582 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28583 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28584 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28585 names.
28586 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28587 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28588 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28589 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28590 (vhdl-speedbar-architecture-selected)
28591 (vhdl-speedbar-configuration-selected)
28592 (vhdl-speedbar-package-selected)
28593 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28594 names.
28595 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28596 Use renamed faces.
28597 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28598 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28599 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28600 Use renamed faces.
28601 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28602 names.
28603 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28604 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28605 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28606 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28607 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28608 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28609
28610 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28611 face name.
28612 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28613 (sh-heredoc-face): Use renamed sh-heredoc face.
28614
28615 * progmodes/idlw-help.el (idlwave-help-link):
28616 Remove "-face" suffix from face name.
28617 (idlwave-help-link-face):
28618 New backward-compatibility alias for renamed face.
28619 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28620
28621 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28622 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28623 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28624 New backward-compatibility aliases for renamed faces.
28625 (idlwave-shell-disabled-breakpoint-face)
28626 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28627
28628 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28629 Remove "-face" suffix from face names.
28630 (flymake-errline-face, flymake-warnline-face):
28631 New backward-compatibility aliases for renamed faces.
28632 (flymake-highlight-line): Use renamed flymake faces.
28633
28634 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28635 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28636 (ebrowse-member-class, ebrowse-progress):
28637 Remove "-face" suffix from face names.
28638 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28639 (ebrowse-file-name-face, ebrowse-default-face)
28640 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28641 (ebrowse-progress-face):
28642 New backward-compatibility aliases for renamed faces.
28643 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28644 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28645 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28646 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28647
28648 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28649 antlr-syntax)
28650 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28651 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28652 names.
28653 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28654 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28655 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28656 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28657 backward-compatibility aliases for renamed faces.
28658 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28659 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28660 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28661 remove "font-lock-". Use renamed antlr-mode faces.
28662 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28663 literal face-names with face variable references.
28664
28665 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28666 face name.
28667 (Buffer-menu-buffer-face): New backward-compatibility alias for
28668 renamed face.
28669 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28670
28671 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28672
28673 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28674 Eliminate "-face" suffix.
28675 (makefile-targets): Inherit from font-lock-function-name-face and
28676 eliminate "-face" suffix.
28677 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28678 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28679 actions, instead of prepending, to make it less visible.
28680 (makefile-previous-dependency, makefile-match-dependency):
28681 Don't match a target on a continuation line.
28682
28683 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28684
28685 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28686
28687 * progmodes/gdb-ui.el (menu): Re-order menu items.
28688 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28689
28690 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28691 Define in tooltip.el.
28692 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28693 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28694 gud-tooltip-echo-area.
28695
28696 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28697 backward compatibility and make obsolete.
28698 (tooltip-help-tips): Use tooltip-use-echo-area.
28699 (tooltip-show-help-function): Rename to...
28700 (tooltip-show-help): ...this, because it is a function.
28701 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28702
28703 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28704
28705 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28706 (edebug-print-length, edebug-print-level, edebug-print-circle)
28707 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28708 (edebug-eval-print-last-sexp): Doc fixes.
28709
28710 2005-06-14 Kim F. Storm <storm@cua.dk>
28711
28712 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28713 as the coverage buffer/file/both may change.
28714
28715 2005-06-14 Lute Kamstra <lute@gnu.org>
28716
28717 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28718 and run-mode-hooks. Simplify.
28719
28720 * mail/rmailedit.el (rmail-edit-mode):
28721 * progmodes/octave-inf.el (inferior-octave-mode):
28722 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28723
28724 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28725 and run-mode-hooks.
28726 (recentf-edit-list, recentf-open-files): Don't call
28727 kill-all-local-variables directly.
28728
28729 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28730
28731 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28732
28733 * emacs-lisp/byte-run.el (make-obsolete)
28734 (define-obsolete-function-alias): Rename arguments FUNCTION and
28735 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28736 (make-obsolete-variable, define-obsolete-variable-alias):
28737 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28738 respectively.
28739
28740 * isearchb.el (isearchb-activate):
28741 * pcvs.el (cvs-mode):
28742 * ses.el (ses-load):
28743 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28744 * net/tramp.el (tramp-find-file-exists-command)
28745 (tramp-find-shell):
28746 * progmodes/ada-mode.el (ada-create-case-exception)
28747 (ada-create-case-exception-substring, ada-make-subprogram-body):
28748 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28749 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28750 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28751 * textmodes/org.el (org-promote, org-evaluate-time-range)
28752 (org-agenda-next-date-line, org-agenda-previous-date-line)
28753 (org-agenda-error, org-open-at-point, org-table-move-row)
28754 (org-format-table-table-html-using-table-generate-source)
28755 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28756 * textmodes/reftex.el (reftex-access-scan-info):
28757 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28758 (reftex-toc-promote-prepare): Follow error conventions.
28759
28760 * diff-mode.el (diff-mode): Fix typo in docstring.
28761
28762 * forms.el (forms--intuit-from-file): Fix reference to
28763 `forms-number-of-fields' in error message.
28764 (forms-print): Fix quoting in error message.
28765
28766 * forms.el (forms-mode):
28767 * emulation/vi.el (vi-goto-insert-state):
28768 * progmodes/flymake.el (flymake-new-err-info)
28769 (flymake-start-syntax-check-for-current-buffer)
28770 (flymake-simple-cleanup):
28771 * eshell/esh-var.el (eshell/export):
28772 * progmodes/gud.el (xdb):
28773 * textmodes/flyspell.el (flyspell-incorrect-hook)
28774 (flyspell-maybe-correct-transposition)
28775 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28776
28777 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28778
28779 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28780 minibuffer prompt.
28781
28782 2005-06-13 Kim F. Storm <storm@cua.dk>
28783
28784 * subr.el (add-to-ordered-list): New defun.
28785
28786 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28787 add cua--keymap-alist to emulation-mode-map-alists.
28788
28789 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28790
28791 * subr.el (complete-in-turn): New macro.
28792 (dynamic-completion-table, lazy-completion-table): Add debug info.
28793
28794 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28795 in preference to face aliases.
28796
28797 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28798 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28799 Remove unused vars `start' and `firstline'.
28800 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28801 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28802
28803 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28804
28805 * cus-start.el (all): Don't complain about missing GTK-related
28806 variables, unless either `gtk' is boundp or this isn't a
28807 `windows-nt' build.
28808
28809 2005-06-13 Lute Kamstra <lute@gnu.org>
28810
28811 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28812 run-mode-hooks.
28813
28814 * ediff-mult.el (ediff-meta-mode):
28815 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28816
28817 * ledit.el (ledit-mode): Use delay-mode-hooks.
28818
28819 * woman.el (woman-mode-line-format): Delete constant.
28820 (woman-mode-map): Initialize it properly.
28821 (woman-mode): Set mode-class property to special.
28822 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28823 Set major-mode and mode-name. Don't set mode-line-format directly.
28824 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28825
28826 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28827 string argument obsolete.
28828
28829 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28830
28831 * textmodes/org.el (org-CUA-compatible): New option.
28832 (org-disputed-keys): New variable.
28833 (org-key): New function.
28834 (orgtbl-make-binding): Add docstring to the created function.
28835 (org-mode): Set paragraph start/separate regexps.
28836 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28837 (org-archive-location, org-archive-mark-done)
28838 (org-archive-stamp-time): New options.
28839 (org-archive-subtree): New command.
28840 (org-fill-paragraph): New function.
28841 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28842 (org-fake-empty-table-line): Function removed.
28843 (org-format-org-table-html): Do not create empty table lines at
28844 separator lines. Improved table header treatment.
28845 (org-link-format): New option.
28846 (org-make-link): New function.
28847 (org-insert-link, org-store-link): Use org-make-link.
28848 (org-open-file): Quote file name for shell command, to allow
28849 spaces in file names.
28850 (org-link-regexp): Fix bug with mailto link.
28851 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28852 New constants.
28853 (org-export-as-html): Deal with the optional angles around a link.
28854 Better treatment of file: links.
28855 (org-open-at-point): Replace @{ and @} with < and >.
28856 (org-run-mode-hooks): Function removed.
28857 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28858
28859 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28860
28861 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28862 MI command -data-list-register-values.
28863 (gdb-post-prompt): Indent properly.
28864
28865 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28866
28867 * hilit-chg.el (highlight-changes-colors): Rename from
28868 `highlight-changes-colours'.
28869 (highlight-changes-colours): Keep as obsolete alias.
28870 (highlight-changes-face-list): Doc fix.
28871 (hilit-chg-make-list): Use `highlight-changes-colors'.
28872
28873 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28874
28875 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28876 defun-prompt-regexp.
28877
28878 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28879
28880 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28881 and cygwin.
28882
28883 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28884 Don't use an old loaddefs.el, as in Makefile.in.
28885
28886 2005-06-12 Lute Kamstra <lute@gnu.org>
28887
28888 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28889
28890 * man.el (Man-mode-map): Initialize it properly.
28891 (Man-mode): Set mode-class property to special.
28892
28893 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28894
28895 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28896
28897 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28898 A newline is needed in the docstring there.
28899
28900 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28901 Doc fixes.
28902
28903 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28904
28905 * printing.el: Doc fix. The menubar is no more changed when printing
28906 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28907 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28908 (pr-version): New version number (6.8.4).
28909 (pr-menu-bind): New command.
28910 (pr-update-menus): Docstring and code fix.
28911 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28912 Docstring fix.
28913 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28914 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28915
28916 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28917
28918 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28919 "Returns" to "return", document useful return values, etc.
28920
28921 2005-06-11 Alan Mackenzie <acm@muc.de>
28922
28923 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28924 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28925 (adaptive-file-function): Minor amendment to doc-string.
28926
28927 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28928
28929 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28930 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28931 Fix :type--it is `integer', not `string'.
28932
28933 * faces.el (modeline-highlight): Rename from (the erroneous)
28934 `modeline-higilight'.
28935
28936 2005-06-11 Lute Kamstra <lute@gnu.org>
28937
28938 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28939 lisp-interaction-mode-map but make it the parent.
28940 (edebug-eval-mode): Use define-derived-mode.
28941
28942 2005-06-11 Andreas Schwab <schwab@suse.de>
28943
28944 * bindings.el: Add binding of `ESC functionkey' for every
28945 `M-functionkey'.
28946 * hexl.el (hexl-mode-map): Likewise.
28947
28948 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28949
28950 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28951 [msft]: update regexp for newer msft compilers.
28952
28953 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28954
28955 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28956 ATTLIST portions of included DTDs.
28957 (xml-parse-dtd): Eliminate use of inefficient match-data.
28958
28959 2005-06-10 Miles Bader <miles@gnu.org>
28960
28961 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28962 (mpuz-text): Remove "-face" suffix from face names.
28963 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28964 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28965 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28966
28967 * play/gomoku.el (gomoku-O, gomoku-X):
28968 Remove "-face" suffix from face names.
28969 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28970 New backward-compatibility aliases for renamed faces.
28971 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28972
28973 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28974
28975 * thumbs.el: Fixes for changes of 2005-06-09.
28976 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28977 as a directory.
28978 (thumbs-thumbname): Remove directory separator from format string;
28979 `thumbs-thumbsdir' now returns a valid directory name.
28980 (thumbs-temp-dir): New defsubst.
28981 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28982 Use it.
28983
28984 * cus-edit.el (minibuffer):
28985 * files.el (make-backup-file-name-function):
28986 * filesets.el (filesets-external-viewers):
28987 * hilit-chg.el (highlight-changes-colours)
28988 (highlight-changes-face-list, highlight-changes-rotate-faces):
28989 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28990 * kmacro.el (kmacro-call-macro):
28991 * log-edit.el (log-edit-changelog-full-paragraphs):
28992 * mouse.el (mouse-1-click-follows-link):
28993 * skeleton.el (skeleton-autowrap):
28994 * subr.el (insert-for-yank-1):
28995 * tempo.el (tempo-insert-region):
28996 * terminal.el (terminal-emulator):
28997 * time.el (display-time-mail-face):
28998 * vc.el (vc-annotate):
28999 * vcursor.el (vcursor-copy-line):
29000 * woman.el (woman-bold-headings, woman-ignore)
29001 (woman-default-faces, woman-monochrome-faces):
29002 * calendar/todo-mode.el (todo-insert-threshold):
29003 * emulation/pc-select.el (pc-select-selection-keys-only)
29004 (pc-selection-mode):
29005 * emulation/vip.el (vip-find-char-forward):
29006 * emulation/viper-cmd.el (viper-find-char-forward):
29007 * international/mule-cmds.el
29008 (select-safe-coding-system-accept-default-p)
29009 (input-method-exit-on-invalid-key):
29010 * international/mule-diag.el (describe-coding-system):
29011 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29012 * net/browse-url.el (browse-url-xterm-program):
29013 * obsolete/lazy-lock.el (lazy-lock-mode):
29014 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29015 (cperl-mode):
29016 * progmodes/cpp.el (cpp-face-light-name-list)
29017 (cpp-face-dark-name-list):
29018 * progmodes/delphi.el (delphi-newline-always-indents):
29019 Fix spellings in docstrings.
29020
29021 * ido.el (ido-mode, ido-file-extensions-order)
29022 (ido-default-file-method, ido-default-buffer-method)
29023 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29024 (ido-decorations, ido-read-file-name-as-directory-commands)
29025 (ido-read-file-name-non-ido, ido-work-directory-list)
29026 (ido-ignore-item-temp-list, ido-current-directory)
29027 (ido-magic-forward-char, ido-enter-find-file)
29028 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29029 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29030
29031 2005-06-10 Lute Kamstra <lute@gnu.org>
29032
29033 * play/dunnet.el (dun-mode): Use define-derived-mode.
29034 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29035 obsolete alias.
29036
29037 * play/doctor.el (doctor-mode-map): Remove defvar.
29038 (doctor-mode): Use define-derived-mode.
29039
29040 * mail/mspools.el (mspools-mode):
29041 * net/eudc-hotlist.el (eudc-hotlist-mode):
29042 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29043
29044 2005-06-10 Miles Bader <miles@gnu.org>
29045
29046 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29047 Remove "-face" suffix from face names.
29048 (flyspell-incorrect-face, flyspell-duplicate-face):
29049 New backward-compatibility aliases for renamed faces.
29050 (flyspell-mode-on, make-flyspell-overlay)
29051 (flyspell-highlight-incorrect-region)
29052 (flyspell-highlight-duplicate-region)
29053 (flyspell-display-next-corrections)
29054 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29055
29056 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29057 from face name.
29058 (texinfo-heading-face): New backward-compatibility alias for
29059 renamed face.
29060 (texinfo-heading-face): Use renamed texinfo-heading face.
29061
29062 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29063 suffix from face names.
29064 (tex-math-face, tex-verbatim-face):
29065 New backward-compatibility aliases for renamed faces.
29066 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29067 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29068 literal face name.
29069
29070 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29071 name.
29072 (table-cell-face): New backward-compatibility alias for renamed face.
29073 (table--put-cell-face-property, table--update-cell-face):
29074 Use renamed table-cell face.
29075
29076 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29077 from face name.
29078 (sgml-namespace-face): New backward-compatibility alias for
29079 renamed face.
29080 (sgml-namespace-face): Use renamed sgml-namespace face.
29081
29082 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29083 (org-level-4, org-level-5, org-level-6, org-level-7)
29084 (org-level-8, org-warning, org-headline-done)
29085 (org-deadline-announce, org-scheduled-today)
29086 (org-scheduled-previously, org-link, org-done, org-table)
29087 (org-time-grid): Remove "-face" suffix from face names.
29088 (org-level-1-face, org-level-2-face, org-level-3-face)
29089 (org-level-4-face, org-level-5-face, org-level-6-face)
29090 (org-level-7-face, org-level-8-face, org-warning-face)
29091 (org-headline-done-face, org-deadline-announce-face)
29092 (org-scheduled-today-face, org-scheduled-previously-face)
29093 (org-link-face, org-done-face, org-table-face)
29094 (org-time-grid-face):
29095 New backward-compatibility aliases for renamed faces.
29096 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29097 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29098 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29099 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29100
29101 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29102 (viper-minibuffer-emacs, viper-minibuffer-insert)
29103 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29104 (viper-search-face, viper-replace-overlay-face)
29105 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29106 (viper-minibuffer-vi-face):
29107 New backward-compatibility aliases for renamed faces.
29108 (viper-search-face, viper-replace-overlay-face)
29109 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29110 (viper-minibuffer-vi-face): Use renamed viper faces.
29111
29112 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29113 Remove "-face" suffix from face names.
29114 (testcover-nohits-face, testcover-1value-face):
29115 New backward-compatibility aliases for renamed faces.
29116 (testcover-mark): Use renamed testcover faces.
29117
29118 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29119 face name.
29120 (diary-button-face): New backward-compatibility alias for renamed face.
29121 (diary-entry): Use renamed diary-button face.
29122
29123 * calendar/calendar.el (diary, calendar-today, holiday)
29124 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29125 (diary-face, calendar-today-face, holiday-face):
29126 New backward-compatibility aliases for renamed faces.
29127 (eval-after-load "facemenu", diary-entry-marker)
29128 (calendar-today-marker, calendar-holiday-marker, diary-face):
29129 Use renamed calendar faces.
29130
29131 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29132 (compare-windows-face): New backward-compatibility alias for
29133 renamed face.
29134 (compare-windows-highlight): Use renamed compare-windows face.
29135
29136 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29137 (strokes-char-face): New backward-compatibility alias for renamed face.
29138 (strokes-encode-buffer): Use renamed strokes-char face.
29139
29140 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29141 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29142 Remove "-face" suffix from face names.
29143 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29144 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29145 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29146 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29147 Use renamed pcvs faces.
29148 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29149 * pcvs-defs.el (cvs-mode-map): Likewise.
29150 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29151
29152 * info.el (info-title-1, info-title-2, info-title-3)
29153 (info-title-4): Remove "-face" suffix from and downcase face names.
29154 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29155 (Info-title-4-face):
29156 New backward-compatibility aliases for renamed faces.
29157 (Info-fontify-node): Use renamed info faces.
29158
29159 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29160 Remove "-face" suffix from face names.
29161 (highlight-changes-face, highlight-changes-delete-face):
29162 New backward-compatibility aliases for renamed faces.
29163 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29164 (hilit-chg-make-list): Use renamed highlight-changes faces.
29165
29166 * generic-x.el (show-tabs-tab, show-tabs-space):
29167 Remove "-face" suffix from face names.
29168 (show-tabs-tab-face, show-tabs-space-face):
29169 New backward-compatibility aliases for renamed faces.
29170 (show-tabs-generic-mode-font-lock-defaults-1)
29171 (show-tabs-generic-mode-font-lock-defaults-2):
29172 Use renamed show-tabs faces.
29173
29174 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29175 (smerge-markers): Remove "-face" suffix from face names.
29176 (smerge-mine-face, smerge-other-face, smerge-base-face)
29177 (smerge-markers-face):
29178 New backward-compatibility aliases for renamed faces.
29179 (smerge-mine-face, smerge-other-face, smerge-base-face)
29180 (smerge-markers-face): Use renamed smerge faces.
29181
29182 * log-view.el (log-view-file, log-view-message): Remove "-face"
29183 suffix from face names.
29184 (log-view-file-face, log-view-message-face):
29185 New backward-compatibility aliases for renamed faces.
29186 (log-view-file-face, log-view-message-face): Use renamed log-view
29187 faces.
29188
29189 * paren.el (show-paren-match, show-paren-mismatch):
29190 Remove "-face" suffix from face names.
29191 (show-paren-match-face, show-paren-mismatch-face):
29192 New backward-compatibility aliases for renamed faces.
29193 (show-paren-function): Use renamed show-paren faces.
29194
29195 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29196 (ruler-mode-margins, ruler-mode-fringes)
29197 (ruler-mode-column-number, ruler-mode-fill-column)
29198 (ruler-mode-comment-column, ruler-mode-goal-column)
29199 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29200 suffix from face names.
29201 (ruler-mode-default-face, ruler-mode-pad-face)
29202 (ruler-mode-margins-face, ruler-mode-fringes-face)
29203 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29204 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29205 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29206 New backward-compatibility aliases for renamed faces.
29207 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29208 (ruler-mode-column-number, ruler-mode-fill-column)
29209 (ruler-mode-comment-column, ruler-mode-goal-column)
29210 (ruler-mode-tab-stop, ruler-mode-current-column)
29211 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29212 faces.
29213
29214 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29215 face name.
29216 (whitespace-highlight-the-space): Use renamed face.
29217 (whitespace-highlight-face): New backward-compatibility alias for
29218 renamed face.
29219
29220 * woman.el (woman-italic, woman-bold, woman-unknown)
29221 (woman-addition, woman-symbol-face):
29222 Remove "-face" suffix from face names.
29223 (woman-italic-face, woman-bold-face, woman-unknown-face)
29224 (woman-addition-face):
29225 New backward-compatibility aliases for renamed faces.
29226 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29227 (woman-decode-region, woman-replace-match)
29228 (woman-display-extended-fonts, woman-special-characters)
29229 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29230 Use renamed woman faces.
29231
29232 * longlines.el (longlines-visible-face): Face removed.
29233
29234 * diff-mode.el (diff-header, diff-file-header, diff-index)
29235 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29236 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29237 suffix from face names.
29238 (diff-header-face, diff-file-header-face, diff-index-face)
29239 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29240 (diff-changed-face, diff-function-face, diff-context-face)
29241 (diff-nonexistent-face): New backward-compatibility aliases for
29242 renamed faces.
29243 (diff-header-face, diff-file-header-face)
29244 (diff-index, diff-index-face, diff-hunk-header)
29245 (diff-hunk-header-face, diff-removed, diff-removed-face)
29246 (diff-added, diff-added-face, diff-changed-face, diff-function)
29247 (diff-function-face, diff-context-face, diff-nonexistent)
29248 (diff-nonexistent-face): Use renamed diff-mode faces.
29249
29250 * progmodes/compile.el (compilation-warning-face)
29251 (compilation-info-face): Remove "-face" suffix from face names.
29252 (compilation-warning-face, compilation-info-face):
29253 New backward-compatibility aliases for renamed faces.
29254 (compilation-warning-face, compilation-info-face):
29255 Use renamed compilation faces.
29256
29257 * add-log.el (change-log-date, change-log-name)
29258 (change-log-email, change-log-file, change-log-list)
29259 (change-log-conditionals, change-log-function)
29260 (change-log-acknowledgement): Remove "-face" suffix from face names.
29261 (change-log-date-face, change-log-name-face)
29262 (change-log-email-face, change-log-file-face)
29263 (change-log-list-face, change-log-conditionals-face)
29264 (change-log-function-face, change-log-acknowledgement-face):
29265 New backward-compatibility aliases for renamed faces.
29266 (change-log-font-lock-keywords): Use renamed change-log faces.
29267
29268 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29269 (custom-set, custom-changed, custom-saved, custom-button)
29270 (custom-button-pressed, custom-documentation, custom-state)
29271 (custom-comment, custom-comment-tag, custom-variable-tag)
29272 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29273 (custom-group-tag): Remove "-face" suffix from face names.
29274 (custom-magic-alist, custom-magic-value-create)
29275 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29276 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29277 (custom-set-face, custom-changed-face, custom-saved-face)
29278 (custom-button-face, custom-button-pressed-face)
29279 (custom-documentation-face, custom-state-face)
29280 (custom-comment-face, custom-comment-tag-face)
29281 (custom-variable-tag-face, custom-variable-button-face)
29282 (custom-face-tag-face, custom-group-tag-face-1)
29283 (custom-group-tag-face):
29284 New backward-compatibility aliases for renamed faces.
29285
29286 * wid-edit.el (widget-documentation, widget-button)
29287 (widget-field, widget-single-line-field, widget-inactive)
29288 (widget-button-pressed): "-face" suffix removed from face names.
29289 (widget-documentation-face, widget-button-face)
29290 (widget-field-face, widget-single-line-field-face)
29291 (widget-inactive-face, widget-button-pressed-face):
29292 New backward-compatibility aliases for renamed faces.
29293 (widget-documentation-face, widget-button-face)
29294 (widget-button-pressed-face, widget-specify-field)
29295 (widget-specify-inactive): Use renamed widget faces.
29296
29297 2005-06-10 Kenichi Handa <handa@m17n.org>
29298
29299 * term/x-win.el (x-clipboard-yank): Remove condition-case
29300 wrapping.
29301
29302 2005-06-11 Kenichi Handa <handa@m17n.org>
29303
29304 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29305 date lines stricter.
29306
29307 2005-06-10 Zhang Wei <id.brep@gmail.com>
29308
29309 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29310 of x-get-selection.
29311
29312 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29313
29314 * comint.el (comint-mode, comint-snapshot-last-prompt):
29315 * frame.el (frame-current-scroll-bars):
29316 * term.el (term-mode, term-check-proc, term-input-sender)
29317 (term-simple-send, term-extract-string, term-word)
29318 (term-match-partial-filename):
29319 * window.el (window-current-scroll-bars):
29320 * emulation/cua-base.el (cua-normal-cursor-color)
29321 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29322 (cua-global-mark-cursor-color):
29323 * mail/undigest.el (rmail-forward-separator-regex):
29324 Fix typos in docstrings.
29325
29326 * comint.el (comint-check-proc, make-comint-in-buffer)
29327 (comint-source-default): Doc fixes.
29328
29329 * term.el (term-send-string): Improve argument/docstring consistency.
29330
29331 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29332
29333 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29334 call to `delete-region'.
29335 (comint-mode-hook): Do not enable Font Lock by default.
29336
29337 2005-06-09 Lute Kamstra <lute@gnu.org>
29338
29339 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29340 could be void.
29341
29342 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29343
29344 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29345 (debug): Use it.
29346 (debugger-step-through, debugger-continue, debugger-jump)
29347 (debugger-return-value): Set it when needed.
29348 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29349 Use inhibit-read-only.
29350
29351 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29352
29353 * window.el (shrink-window-if-larger-than-buffer)
29354 (window-size-fixed): Fix typo in docstring.
29355
29356 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29357 thumbnails directory on loading.
29358 (thumbs-conversion-program): Use `eq' to check the system type,
29359 not `equal'.
29360 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29361 not "/tmp". Fix docstring.
29362 (thumbs-thumbsdir): New function to return the thumbnails
29363 directory, creating it if needed.
29364 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29365 (thumbs-temp-file): Delete variable and make it into a function.
29366 (thumbs-resize-image, thumbs-modify-image): Use it.
29367 (thumbs-kill-buffer): Simplify.
29368 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29369 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29370 docstrings.
29371
29372 2005-06-09 Kim F. Storm <storm@cua.dk>
29373
29374 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29375 set-match-data to free markers in match-data.
29376
29377 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29378 match-data to unchain markers in match-data.
29379
29380 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29381
29382 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29383 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29384 unnecessary now.
29385
29386 2005-06-08 Richard M. Stallman <rms@gnu.org>
29387
29388 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29389 give the variable a doc string that doesn't say don't set it directly.
29390
29391 * textmodes/ispell.el (ispell-check-version):
29392 Use match-string-no-properties.
29393 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29394 (ispell-buffer-local-words): Likewise.
29395
29396 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29397 except on terminals with enough colors to really display it.
29398 (makefile-dependency-regex): Delete spurious `bb'.
29399
29400 * faces.el (escape-glyph): Use blue once again in last case.
29401 (no-break-space): Redefine so that it isn't invisible on a tty.
29402
29403 2005-06-08 Kim F. Storm <storm@cua.dk>
29404
29405 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29406 also when reading directory name.
29407
29408 2005-06-08 Lute Kamstra <lute@gnu.org>
29409
29410 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29411 (flyspell-mode-line-string): Remove autoload cookie.
29412 (flyspell-mode): Remove defvar.
29413
29414 2005-06-07 Lute Kamstra <lute@gnu.org>
29415
29416 * textmodes/org.el (org-run-mode-hooks): New function.
29417 (org-agenda-mode): Use it.
29418
29419 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29420
29421 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29422
29423 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29424
29425 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29426
29427 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29428
29429 * font-lock.el (font-lock-add-keywords): Doc fix.
29430
29431 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29432
29433 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29434 (tex-compile-default): In the absence of any history, use the order in
29435 tex-compile-alist to choose the preferred command.
29436 (tex-compile-commands): Reorder a bit.
29437
29438 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29439 (flyspell-incorrect-face, flyspell-duplicate-face):
29440 Use (X)Emacs-agnostic code.
29441 (flyspell-mode-map): Don't overwrite at each load. Remove code
29442 redundant with the subsequent add-minor-mode. Merge Emacs and
29443 XEmacs code.
29444 (flyspell-word): Minor simplification.
29445 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29446 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29447 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29448 Merge the corresponding Emacs code.
29449 (flyspell-correct-word, flyspell-xemacs-popup):
29450 Use flyspell-do-correct.
29451
29452 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29453 a dedicated window.
29454
29455 * international/latexenc.el (latexenc-find-file-coding-system):
29456 Undo part of last patch, to turn off a compiler warning.
29457
29458 2005-06-06 Juri Linkov <juri@jurta.org>
29459
29460 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29461 Rename `tmm-inactive-face' to `tmm-inactive'.
29462
29463 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29464
29465 * iswitchb.el: Rename faces.
29466
29467 2005-06-06 Kim F. Storm <storm@cua.dk>
29468
29469 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29470 (cua-global-mark): Remove -face suffix from face names.
29471
29472 * emulation/cua-gmrk.el (cua--init-global-mark):
29473 Remove cua-global-mark face setup.
29474
29475 2005-06-06 Richard M. Stallman <rms@gnu.org>
29476
29477 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29478 just like other allowed characters.
29479 (makefile-match-dependency): Exclude leading and training whitespace
29480 from the range of regexp subexp 1.
29481 (makefile-macroassign-regex): Don't try to match the body,
29482 just the name of the macro being defined.
29483
29484 * info.el (Info-read-node-name-2): New function.
29485 (Info-read-node-name-1): Use that.
29486 Add a completion-base-size-function property.
29487
29488 * simple.el (completion-setup-function): Look for
29489 completion-base-size-function property of minibuffer-completion-table.
29490
29491 * files.el (locate-file-completion): Doc fix.
29492
29493 * printing.el: Don't call pr-update-menus; user must do that.
29494
29495 * emacs-lisp/debug.el (debugger-window): New variable.
29496 (debug): Use debugger-window if it is set and still alive.
29497 Record debugger-window for next entry.
29498
29499 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29500
29501 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29502
29503 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29504 (hack-one-local-variable, hack-local-variables)
29505 (hack-local-variables-prop-line): Pass that arg.
29506
29507 2005-06-06 Kim F. Storm <storm@cua.dk>
29508
29509 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29510 (ido-indicator): Remove -face suffix from face names.
29511
29512 2005-06-06 Juri Linkov <juri@jurta.org>
29513
29514 * font-lock.el (font-lock-regexp-backslash)
29515 (font-lock-regexp-backslash-construct): New faces.
29516 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29517 after `('. Add `while-no-input' to control structures.
29518
29519 * faces.el (no-break-space, shadow): New faces.
29520 (escape-glyph): Use less loud colors pink2 and red4.
29521
29522 * diff-mode.el (diff-context-face)
29523 * dired.el (dired-ignored)
29524 * rfn-eshadow.el (file-name-shadow)
29525 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29526
29527 * info.el (Info-title-1-face): Use green instead of yellow because
29528 bold yellow is not readable on light backgrounds.
29529
29530 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29531 before selecting the desired mode to not spend time fontifying
29532 old contents.
29533
29534 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29535
29536 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29537 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29538
29539 * ps-print.el (ps-default-fg, ps-default-bg):
29540 Fix typos in docstrings.
29541
29542 * isearchb.el (isearchb): Don't pass a spurious second argument to
29543 `iswitchb-completions'.
29544
29545 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29546
29547 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29548 to preserve point.
29549 (gdb-find-file-hook): Add doc string.
29550
29551 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29552 C dereferenced pointer expression.
29553 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29554
29555 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29556
29557 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29558 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29559 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29560 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29561 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29562 Make background transparent.
29563
29564 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29565
29566 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29567 (font-lock-remove-keywords): Doc fix.
29568 (font-lock-mode-major-mode): Compiler defvar.
29569 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29570
29571 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29572 (font-lock-mode): Update `font-lock-mode-major-mode'.
29573 (font-lock-set-defaults): Compiler defvar.
29574 (font-lock-default-function): Take `font-lock-mode-major-mode'
29575 into account.
29576
29577 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29578 keep track of which major mode it enabled the minor mode for.
29579 Use find-file-hook again. Update docstring.
29580
29581 * simple.el (eval-expression-print-level)
29582 (eval-expression-print-length, eval-expression-debug-on-error):
29583 Doc fixes.
29584
29585 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29586
29587 * iswitchb.el (iswitchb-single-match-face)
29588 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29589 (iswitchb-invalid-regexp-face): New faces.
29590 (iswitchb-completions): Use them.
29591 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29592 now marked as an obsolete alias.
29593 (iswitchb-read-buffer): Remove check for bound font variables.
29594 (iswitchb-invalid-regexp): New free variable.
29595 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29596 set iswitchb-invalid-regexp.
29597 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29598 invalid regexps.
29599 (iswitchb-completions): Add check for complete match when entering
29600 a regexp.
29601 (iswitchb-completions): Remove require-match argument.
29602 (iswitchb-exhibit): Fix caller.
29603 (iswitchb-common-match-inserted): New variable.
29604 (iswitchb-complete, iswitchb-completion-help): Use it.
29605
29606 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29607
29608 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29609 Use `url-http-debug' instead of `message'.
29610
29611 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29612
29613 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29614 as a callback argument.
29615
29616 2005-06-04 Kim F. Storm <storm@cua.dk>
29617
29618 * simple.el (line-move): Only call sit-for when moving backwards.
29619
29620 * ido.el (ido-make-merged-file-list-1): New defun split from
29621 ido-make-merged-file-list.
29622 (ido-make-merged-file-list): Bind throw-on-input around call to
29623 ido-make-merged-file-list-1. Return input-pending-p if
29624 interrupted by more input available.
29625 (ido-read-internal): Handle input-pending-p return value from
29626 ido-make-merged-file-list.
29627
29628 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29629
29630 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29631 compatibility code.
29632
29633 * international/latexenc.el (latexenc-find-file-coding-system):
29634 Don't inherit the EOL part of the coding-system from the
29635 tex-main buffer. Fit within 80 columns.
29636
29637 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29638
29639 * tmm.el (tmm-inactive-face): New face.
29640 (tmm-remove-inactive-mouse-face): New function.
29641 (tmm-prompt, tmm-add-one-shortcut)
29642 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29643 but not selectable.
29644
29645 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29646
29647 * faces.el (face-equal): Improve argument/docstring consistency.
29648
29649 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29650
29651 * progmodes/make-mode.el (makefile-targets-face)
29652 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29653 (makefile-bsdmake-dependency-regex)
29654 (makefile-makepp-rule-action-regex)
29655 (makefile-bsdmake-rule-action-regex): New constants.
29656 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29657
29658 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29659 Allow (...) within `...' for makepp messages.
29660
29661 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29662
29663 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29664
29665 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29666 "." files are deleted from all file lists before comparison.
29667
29668 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29669 (viper-ESC-key): Made them customizable.
29670
29671 * emulation/viper.el (viper-non-hook-settings):
29672 Fix the names of defadvices.
29673
29674 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29675
29676 * autorevert.el (auto-revert-buffers): Use save-match-data.
29677
29678 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29679
29680 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29681 menu items with a nil command binding.
29682
29683 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29684
29685 * emacs-lisp/cl-macs.el (defsetf):
29686 Improve argument/docstring consistency.
29687
29688 * faces.el (list-faces-display): Improve the formatting by
29689 computing the maximum length required for any face-name (reworked
29690 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29691 (internal-find-face): Remove redundant info in docstring.
29692
29693 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29694
29695 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29696 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29697 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29698 (gdb-assembler-custom): Improve regexps.
29699 (def-gdb-auto-update-handler): Use window point to preserve point.
29700
29701 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29702
29703 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29704
29705 2005-05-31 Jay Belanger <belanger@truman.edu>
29706
29707 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29708 to calc-embedded.
29709 (calc-embedded-make-info): Have plain prefix argument select
29710 entire line.
29711
29712 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29713
29714 * faces.el (list-faces-display): Signal error if passed a regexp
29715 that matches no face name.
29716
29717 * simple.el (filter-buffer-substring): Fix typo in docstring.
29718
29719 2005-05-31 Richard M. Stallman <rms@gnu.org>
29720
29721 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29722 (vhdl-emacs-21): Doc fix.
29723 (vhdl-mode): Unconditionally set comment-padding.
29724 (vhdl-fixup-whitespace-region): Insert spaces only where
29725 there are none.
29726 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29727
29728 2005-05-30 John Wiegley <johnw@newartisans.com>
29729
29730 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29731 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29732 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29733 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29734 `string-to-number'.
29735
29736 2005-05-30 Jay Belanger <belanger@truman.edu>
29737
29738 * calc/calc.el (calc-bug-address): Fix docstring.
29739 (calc-window-hook, calc-trail-window-hook): New variables.
29740 (calc-trail-display): Restore use of calc-trail-window-hook.
29741 (calc): Restore use of calc-window-hook.
29742
29743 2005-05-31 Masatake YAMATO <jet@gyve.org>
29744
29745 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29746
29747 * help-fns.el (help-C-file-name): Add autoload mark for
29748 `find-function-noselect'.
29749
29750 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29751
29752 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29753 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29754
29755 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29756
29757 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29758 included diary buffer if it was not already being visited.
29759 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29760
29761 * calendar/icalendar.el (top-level): Do not require appt.
29762
29763 * mail/supercite.el (sc-select-attribution): Only use a list
29764 element from sc-attrib-selection-list if it returns a string.
29765 Reported by Davide G. M. Salvetti <salve@debian.org>.
29766
29767 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29768
29769 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29770 includes a hash value to improve its uniqueness, and has a ".jpg"
29771 extension. Also, it is now a valid filename on all systems.
29772 (thumbs-make-thumb): Use `let', not `let*'.
29773 (thumbs-show-thumbs-list): Check for JPEG availability.
29774
29775 2005-05-30 Richard M. Stallman <rms@gnu.org>
29776
29777 * filesets.el (filesets-menu-ensure-use-cached):
29778 Prevent warning when emacs-version>= is undefined.
29779
29780 * printing.el (pr-interactive-n-up): Use string-to-number.
29781
29782 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29783
29784 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29785 Warn only when name to be defined is quoted.
29786
29787 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29788
29789 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29790 Make regexp more robust.
29791 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29792 Force regeneration of disassembly.
29793
29794 2005-05-29 Jay Belanger <belanger@truman.edu>
29795
29796 * calc/calc.el (calc-user-invocation): Check if
29797 calc-invocation-macro is non-nil.
29798
29799 2005-05-29 Juri Linkov <juri@jurta.org>
29800
29801 * add-log.el (change-log-font-lock-keywords):
29802 Add `+' to e-mail regexp to accept mail address with keywords.
29803
29804 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29805
29806 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29807
29808 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29809
29810 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29811
29812 2005-05-29 Richard M. Stallman <rms@gnu.org>
29813
29814 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29815 Undo the change that moves to end of the current word.
29816
29817 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29818
29819 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29820 Throw error when count <= 0 to ensure input is a number.
29821 (gdb-read-memory-custom): Pick up address from buffer.
29822 (gdb-memory-mode): Allow user to increment and decrement
29823 memory address from header line.
29824
29825 2005-05-29 Richard M. Stallman <rms@gnu.org>
29826
29827 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29828 (flyspell-auto-correct-previous-hook): Doc fix.
29829
29830 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29831 Do nothing if memory is full.
29832
29833 * font-lock.el (font-lock-fontify-syntactically-region):
29834 Pass t for GREEDY to looking-back.
29835
29836 * saveplace.el (save-place-alist-to-file): Write the file
29837 using write-region.
29838
29839 * subr.el (looking-back): New argument GREEDY.
29840
29841 * progmodes/compile.el (compilation-start): Set the mode
29842 before inserting the initial text.
29843
29844 * progmodes/which-func.el (which-func-update-1): Turn the mode
29845 off in case of error by setting which-func-mode.
29846
29847 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29848
29849 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29850 Narrow down to what's on the screen, and recenter overlays
29851 at the end of the next word.
29852
29853 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29854
29855 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29856 8Vars moved up.
29857 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29858 (flyspell-abbrev-p): Default to nil.
29859 (flyspell-use-global-abbrev-table-p): Doc fix.
29860 (flyspell-large-region): Allow nil as value.
29861 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29862
29863 (mail-mode-flyspell-verify): More robust handling
29864 of `mail-header-separator'. More efficient signature detection.
29865 Allow for regexp metacharacters in message-header-separator.
29866 Adding `To' not to be checked in mail-mode-flyspell-verify.
29867
29868 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29869 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29870 Bind flyspell-auto-correct-binding.
29871 Bind C-. and C-, .
29872 (flyspell-mode-map): Likewise.
29873 (flyspell-mode): Doc fix.
29874 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29875 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29876 (flyspell-word-cache-result): New var, always local.
29877 (flyspell-check-pre-word-p): Doc fix.
29878 (flyspell-check-changed-word-p): Handle spc like newline.
29879 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29880 (flyspell-word-search-backward, flyspell-word-search-forward):
29881 New functions.
29882 (flyspell-word): Return t if nothing to check.
29883 When parsing TeX code, check for after } or \.
29884 Use flyspell-word-search-backward to find previous word.
29885 Return nil if duplicated word.
29886 For word already checked, return same value as last time.
29887 Set flyspell-word-cache-result after checking.
29888 Don't clobber the return value.
29889 (flyspell-get-word): Major rewrite.
29890 (flyspell-external-point-words): New locals pword, pcount.
29891 Fix size used in progress message.
29892 Find the proper corresponding word in flyspell-large-region-buffer.
29893 (flyspell-region): Check for flyspell-large-region = nil.
29894 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29895 (flyspell-auto-correct-word): Check that WORD is a cons.
29896 (flyspell-correct-word): Likewise.
29897
29898 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29899
29900 * progmodes/make-mode.el (makefile-rule-action-regex)
29901 (makefile-macroassign-regex, makefile-makepp-mode)
29902 (makefile-bsdmake-mode): Continuation lines may be empty.
29903 Reported by Joshua Varner.
29904 (makefile-makepp-font-lock-keywords): Add $(stem).
29905
29906 2005-05-28 Karl Berry <karl@gnu.org>
29907
29908 * textmodes/tex-mode.el: Now that tex-send-command calls
29909 shell-quote-argument (2005-03-31 change), remove all calls to
29910 shell-quote-argument; they all end up invoking tex-send-command.
29911 The double quoting loses on filenames with non-safe characters,
29912 such as "@". Reported by Frederik Fouvry.
29913
29914 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29915
29916 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29917 about preserving point.
29918
29919 2005-05-27 Jay Belanger <belanger@truman.edu>
29920
29921 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29922 Info-goto-node.
29923
29924 * calc/calc-embed.el (calc-embed-arg): New variable.
29925 (calc-do-embedded-activate, calc-embedded-activate-formula)
29926 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29927 variable by new variable.
29928 (calc-embedded-make-info): Replace undeclared variable by new
29929 variable. When selecting region with positive prefix
29930 argument, use end of previous line instead of beginning of line.
29931
29932 * calc/calc-aent.el (calc-arg-values): Declare it.
29933
29934 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29935 Declare them.
29936
29937 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29938
29939 * calc/calc.el (calc-alg-map): Declare it.
29940
29941 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29942
29943 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29944
29945 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29946 (gdb-registers-buffer, toggle-gdb-all-registers):
29947 Toggle display of floating point registers.
29948 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29949
29950 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29951 (toggle-gud-tooltip-dereference):
29952 Rename from gud-toggle-tooltip-dereference.
29953
29954 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29955
29956 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29957
29958 2005-05-27 Jay Belanger <belanger@truman.edu>
29959
29960 * calc/calc-prog.el (calc-kbd-report): Remove.
29961 (calc-kbd-query): Rewrite.
29962
29963 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29964
29965 * image.el (image-library-alist): Move to image.c.
29966 (image-type-available-p): Doc fix.
29967
29968 2005-05-27 Lute Kamstra <lute@gnu.org>
29969
29970 * calc/calc.el (calc):
29971 * outline.el (outline-1, outline-2, outline-3, outline-4)
29972 (outline-5, outline-6, outline-7, outline-8):
29973 * textmodes/dns-mode.el (dns-mode):
29974 * textmodes/sgml-mode.el (sgml-namespace-face):
29975 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29976 (tex-verbatim-face, tex-use-reftex):
29977 * textmodes/texinfo.el (texinfo-heading-face):
29978 Specify customization group.
29979
29980 * longlines.el: Don't require easy-mmode.
29981 (longlines-visible-face): Specify customization group.
29982
29983 2005-05-27 Kenichi Handa <handa@m17n.org>
29984
29985 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29986 encoding table of windows-1251.
29987
29988 * international/ucs-tables.el (ucs-set-table-for-input):
29989 If translation-table-for-input of a coding system is a symbol, get
29990 its translation-table property.
29991
29992 * international/code-pages.el: Don't register a coding system into
29993 non-iso-charset-alist more than once.
29994 (cp-make-coding-system): Likewise.
29995
29996 2005-05-26 John Wiegley <johnw@newartisans.com>
29997
29998 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29999 `eshell-resume-eval' is wrapped in a list, it indicates that the
30000 command was run asynchronously. In that case, unwrap the value
30001 before checking the delimiter value.
30002
30003 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30004 character before a space at the end of a line is \, assume the space
30005 is part of the last argument rather than a final argument separator.
30006
30007 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30008 is in use, and the target is `t' or `nil' (which are the most common
30009 values), don't assume that the symbol target is a buffer.
30010
30011 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30012
30013 * calendar/calendar.el (calendar-mode-line-format):
30014 Use mode-line-highlight as mouse-face.
30015
30016 * time.el (display-time-string-forms, display-time-update):
30017 Use mode-line-highlight as mouse-face.
30018
30019 2005-05-26 Jay Belanger <belanger@truman.edu>
30020
30021 * calc/calc.el (calc-language-alist): Remove extra defvar.
30022
30023 2005-05-26 Lute Kamstra <lute@gnu.org>
30024
30025 * arc-mode.el (archive-mode):
30026 * bookmark.el (bookmark-read-annotation-mode)
30027 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30028 * bs.el (bs-mode):
30029 * calc/calc-yank.el (calc-edit-mode):
30030 * calc/calc.el (calc-mode, calc-trail-mode):
30031 * calculator.el (calculator-mode):
30032 * chistory.el (command-history-mode):
30033 * comint.el:
30034 * cus-edit.el (custom-mode):
30035 * descr-text.el (describe-text-mode):
30036 * ebuff-menu.el (Electric-buffer-menu-mode):
30037 * ediff-util.el (ediff-mode):
30038 * emacs-lisp/re-builder.el (reb-mode):
30039 * emulation/vi.el (vi-mode-setup):
30040 * emulation/ws-mode.el (wordstar-mode):
30041 * eshell/esh-mode.el (eshell-mode):
30042 * forms.el (forms-mode):
30043 * help-mode.el (help-mode):
30044 * hexl.el (hexl-mode):
30045 * ibuffer.el (ibuffer-mode):
30046 * ielm.el (inferior-emacs-lisp-mode):
30047 * info.el (Info-mode, Info-edit-mode):
30048 * international/swedish.el:
30049 * ledit.el (ledit-from-lisp-mode):
30050 * locate.el (locate-mode):
30051 * mail/rmail.el (rmail-mode):
30052 * mail/rmailedit.el (rmail-edit-mode):
30053 * mail/rmailsum.el (rmail-summary-mode):
30054 * mail/supercite.el (sc-electric-mode):
30055 * net/eudc.el (eudc-mode):
30056 * net/quickurl.el (quickurl-list-mode):
30057 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30058 * obsolete/ooutline.el (outline-mode):
30059 * obsolete/options.el (Edit-options-mode):
30060 * obsolete/rnews.el (news-mode):
30061 * obsolete/rnewspost.el (news-reply-mode):
30062 * play/5x5.el (5x5-mode):
30063 * play/decipher.el (decipher-mode, decipher-stats-mode):
30064 * play/gomoku.el (gomoku-mode):
30065 * play/snake.el (snake-mode):
30066 * play/solitaire.el (solitaire-mode):
30067 * play/tetris.el (tetris-mode):
30068 * progmodes/ada-mode.el (ada-mode):
30069 * progmodes/antlr-mode.el (antlr-mode):
30070 * progmodes/autoconf.el (autoconf-mode):
30071 * progmodes/dcl-mode.el (dcl-mode):
30072 * progmodes/delphi.el (delphi-mode):
30073 * progmodes/ebrowse.el (ebrowse-tree-mode)
30074 (ebrowse-electric-list-mode, ebrowse-member-mode)
30075 (ebrowse-electric-position-mode):
30076 * progmodes/f90.el (f90-mode):
30077 * progmodes/fortran.el (fortran-mode):
30078 * progmodes/icon.el (icon-mode):
30079 * progmodes/idlw-help.el (idlwave-help-mode):
30080 * progmodes/idlw-shell.el (idlwave-shell-mode):
30081 * progmodes/idlwave.el (idlwave-mode):
30082 * progmodes/inf-lisp.el (inferior-lisp-mode):
30083 * progmodes/m4-mode.el (m4-mode):
30084 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30085 * progmodes/modula2.el (modula-2-mode):
30086 * progmodes/octave-inf.el (inferior-octave-mode):
30087 * progmodes/octave-mod.el (octave-mode):
30088 * progmodes/pascal.el (pascal-mode):
30089 * progmodes/sh-script.el (sh-mode):
30090 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30091 * progmodes/vhdl-mode.el (vhdl-mode):
30092 * progmodes/xscheme.el (scheme-interaction-mode):
30093 * replace.el (occur-mode):
30094 * ses.el (ses-mode):
30095 * simple.el (completion-list-mode):
30096 * skeleton.el:
30097 * speedbar.el (speedbar-mode):
30098 * term.el (term-mode):
30099 * terminal.el (terminal-edit-mode):
30100 * textmodes/reftex-index.el (reftex-index-mode)
30101 (reftex-index-phrases-mode):
30102 * textmodes/reftex-sel.el (reftex-select-label-mode)
30103 (reftex-select-bib-mode):
30104 * textmodes/reftex-toc.el (reftex-toc-mode):
30105 * wdired.el (wdired-change-to-wdired-mode):
30106 * wid-browse.el (widget-browse-mode):
30107 Use run-mode-hooks.
30108
30109 * array.el (array-mode):
30110 * calendar/todo-mode.el (todo-mode):
30111 * man.el (Man-mode):
30112 * play/landmark.el (lm-mode):
30113 * play/mpuz.el (mpuz-mode):
30114 Use kill-all-local-variables and run-mode-hooks.
30115
30116 * subr.el (delay-mode-hooks): Specify indentation.
30117
30118 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30119
30120 * xml.el (xml-substitute-special): Don't die for undefined xml
30121 entities.
30122
30123 2005-05-26 Jay Belanger <belanger@truman.edu>
30124
30125 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30126 of nil.
30127
30128 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30129
30130 * progmodes/gdb-ui.el (gdb-frame-address):
30131 Rename from gdb-current-address.
30132 (gdb-previous-frame-address): Rename from gdb-previous-address.
30133 (gdb-selected-frame): Rename from gdb-current-frame.
30134 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30135 (gdb-frame-number): Rename from gdb-current-stack-level.
30136 (gdb-ann3): Match new mode-name for disassembly buffer.
30137 Extend initialization of variables.
30138 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30139 (gdb-memory-mode): Use mouse-face in header line.
30140 (gdb-assembler-buffer-name): Call it disassembly and give frame
30141 in mode line.
30142 (gdb-source-spec-regexp, gdb-assembler-custom)
30143 (gdb-invalidate-assembler, gdb-frame-handler):
30144 Make robust to leading zeroes in address format.
30145
30146 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30147
30148 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30149 define `org-mode'.
30150 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30151
30152 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30153
30154 * log-edit.el (log-edit-changelog-entries): Distinguish between
30155 filenames like xfns.c and fns.c.
30156
30157 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30158
30159 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30160 point after reverting.
30161 (Buffer-menu-make-sort-button): Handle the case where
30162 `Buffer-menu-use-header-line' is nil.
30163
30164 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30165
30166 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30167 New funcs. In minibuffer-local-completion-map bind `]', `/'
30168 and `:' to them.
30169
30170 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30171
30172 * startup.el (normal-top-level): Allow modification of load-path while
30173 we're iterating over it.
30174
30175 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30176
30177 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30178 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30179 (thumbs-resize-interactive, thumbs-insert-image)
30180 (thumbs-insert-thumb, thumbs-dired-show-marked)
30181 (thumbs-find-image-at-point, thumbs-delete-images)
30182 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30183 (thumbs-increment-image-size, thumbs-decrement-image-size):
30184 Fix typos in docstrings.
30185
30186 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30187
30188 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30189 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30190 (cperl-mode): Use them.
30191
30192 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30193
30194 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30195 Doc fixes.
30196
30197 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30198
30199 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30200 Bind C-d to gdb-inferior-io-eof.
30201
30202 * dired.el (dired-dnd-popup-notice): Use message-box.
30203
30204 2005-05-23 Masatake YAMATO <jet@gyve.org>
30205
30206 * bindings.el (mode-line-major-mode-keymap):
30207 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30208
30209 * faces.el (mode-line-highlight): New face.
30210
30211 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30212 as mouse-face.
30213
30214 * bindings.el (top-level, help-echo, mode-line-modified)
30215 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30216 as mouse-face.
30217
30218 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30219
30220 * progmodes/cc-engine.el (c-guess-basic-syntax):
30221 Remove spurious call to `zerop'.
30222
30223 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30224
30225 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30226
30227 CC Mode update to 5.30.10:
30228
30229 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30230 the point could go past the limit in decoration level 2, thereby
30231 causing errors during interactive fontification.
30232
30233 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30234 bug when the file is evaluated interactively.
30235
30236 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30237 declarations somewhat better in C++.
30238
30239 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30240 New helper macro to make use of `run-mode-hooks'
30241 which has been added in Emacs 21.1.
30242 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30243 (awk-mode): Use it.
30244 (make-local-hook): Suppress warning about obsoleteness.
30245
30246 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30247 (c-append-backslashes-forward, c-delete-backslashes-forward)
30248 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30249 Compensate for return value from `forward-line' when it has moved
30250 but not to a different line due to eob.
30251
30252 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30253 `objc-method-intro' and `objc-method-args-cont'.
30254
30255 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30256
30257 CC Mode update to 5.30.10:
30258
30259 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30260 address in the copyright statement. Incidentally, change "along with
30261 GNU Emacs" to "along with this program" where it occurs.
30262
30263 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30264 autoload, so that it is interactive, hence can be found by M-x awk-mode
30265 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30266 <gmorris+emacs@ast.cam.ac.uk>.
30267
30268 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30269 Mode's regexps.
30270
30271 2005-05-23 Kevin Ryde <user42@zip.com.au>
30272
30273 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30274 from c-parse-state, to avoid a lisp error (on bad code).
30275
30276 2005-05-23 Lute Kamstra <lute@gnu.org>
30277
30278 * subr.el (font-lock-defaults): Remove defvar as it's already
30279 defined in font-core.el.
30280
30281 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30282
30283 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30284
30285 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30286 more general and work when GDB variable "print pretty" is on,
30287 as with Emacs, for example.
30288
30289 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30290
30291 * font-core.el: Update comment.
30292
30293 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30294 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30295
30296 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30297
30298 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30299
30300 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30301 and `yank-handler' in the doc strings.
30302
30303 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30304
30305 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30306
30307 2005-05-22 Richard M. Stallman <rms@gnu.org>
30308
30309 * help.el (describe-key): Move print-help-return-message call
30310 out of conditional.
30311
30312 * progmodes/etags.el (list-tags): Use with-no-warnings.
30313
30314 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30315 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30316 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30317
30318 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30319
30320 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30321 Add defvar.
30322
30323 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30324 Use defvar, not defconst.
30325
30326 * hexl.el (hexl-follow-line): Use with-no-warnings.
30327
30328 * emulation/tpu-extras.el: Use write-file-functions instead of
30329 write-file-hooks.
30330
30331 * dired.el (dired-font-lock-keywords): Fontify files with junk
30332 extensions even if marked by -F.
30333
30334 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30335
30336 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30337 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30338 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30339 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30340 (concatenate, list-length, get*, getf, cl-remprop):
30341 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30342 (etypecase, progv, lexical-let, lexical-let*)
30343 (multiple-value-bind, multiple-value-setq, shiftf):
30344 Improve argument/docstring consistency.
30345
30346 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30347
30348 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30349
30350 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30351 doesn't exist.
30352
30353 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30354 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30355
30356 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30357
30358 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30359 already deleted variables: auto-fill-hook, blink-paren-hook,
30360 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30361 suspend-hooks, comment-indent-hook, meta-flag,
30362 before-change-function, after-change-function,
30363 font-lock-doc-string-face.
30364
30365 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30366
30367 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30368
30369 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30370
30371 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30372 rmail-dont-reply-to.
30373
30374 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30375
30376 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30377 literal blank when splitting new-header-values.
30378
30379 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30380
30381 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30382 string so that tmm doesn't create a completion entry for it.
30383
30384 * textmodes/table.el (table-disable-menu): Ditto.
30385
30386 2005-05-21 Richard M. Stallman <rms@gnu.org>
30387
30388 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30389
30390 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30391
30392 * net/rcompile.el (remote-compile): Use compilation-start.
30393
30394 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30395
30396 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30397
30398 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30399 Default to makefile-bsdmake-mode on BSD systems.
30400
30401 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30402 REGEXP may also be a search function now. The part of doc-string
30403 for describing the structure was 95% identical to that of
30404 `imenu--generic-function'. Unify it there.
30405
30406 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30407 Use function to find dependencies, because regexp alone is so complex,
30408 it easily goes into an endless loop.
30409 (makefile-makepp-mode): Also add submenu for Perl functions
30410 defined in the makefile.
30411 (makefile-bsdmake-mode): Special imenu-generic-expression no
30412 longer needed, due to function call.
30413 (makefile-match-dependency): Take BOUND into account when checking
30414 if we're through.
30415
30416 2005-05-20 Jay Belanger <belanger@truman.edu>
30417
30418 * calc/calc-units.el (calc-invalidate-units-table):
30419 Use inhibit-read-only.
30420 (math-build-units-table-buffer): Use view-mode.
30421
30422 2005-05-20 David Kastrup <dak@gnu.org>
30423
30424 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30425 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30426
30427 2005-05-20 Lute Kamstra <lute@gnu.org>
30428
30429 * diff-mode.el (diff-header-face, diff-file-header-face)
30430 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30431 (diff-added-face, diff-changed-face, diff-function-face)
30432 (diff-context-face, diff-nonexistent-face): Put them in the
30433 diff-mode customization group.
30434
30435 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30436
30437 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30438
30439 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30440
30441 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30442 Minor regexp-optimization.
30443
30444 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30445
30446 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30447 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30448 (org-agenda-add-time-grid-maybe): New function.
30449 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30450 (org-table-create): `dotimes' instead of `mapcar'.
30451 (org-xor): Simplify implementation.
30452 (org-agenda): `inhibit-redisplay' turned on.
30453 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30454 a consistent line after a state change.
30455 (org-agenda-remove-times-when-in-prefix): New option.
30456 (org-prefix-has-time): New variable.
30457 (org-parse-time-string): Optional argument NODEFAULT.
30458 (org-format-agenda-item): Parse items for time-of-day
30459 specifications and move these into the prefix if possible.
30460 (org-agenda-priority): Get current heading, not previous heading
30461 during agenda remote editing.
30462
30463 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30464
30465 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30466 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30467 (remove-duplicates, delete-duplicates, substitute)
30468 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30469 (nsubstitute-if-not, find, find-if, find-if-not, position)
30470 (position-if, position-if-not, count, count-if, count-if-not)
30471 (mismatch, search, sort*, stable-sort, merge, member*)
30472 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30473 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30474 (intersection, nintersection, set-difference, nset-difference)
30475 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30476 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30477 (nsublis, tree-equal): Improve argument/docstring consistency.
30478
30479 * subr.el (send-string, send-region): Remove obsolescence declaration.
30480 (window-dot, set-window-dot, read-input, show-buffer)
30481 (eval-current-buffer, string-to-int):
30482 Add release number to obsolescence declarations.
30483
30484 2005-05-19 Kim F. Storm <storm@cua.dk>
30485
30486 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30487 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30488
30489 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30490
30491 * faces.el (list-faces-display): Make back button respect optional
30492 regexp arg.
30493
30494 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30495
30496 * calculator.el (calculator-radix-grouping-mode)
30497 (calculator-radix-grouping-digits, calculator-displayer)
30498 (calculator-radix-grouping-separator, calculator-copy-displayer):
30499 * dabbrev.el (dabbrev-search-these-buffers-only):
30500 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30501 (diff-advance-after-apply-hunk, diff-mode-hook)
30502 (diff-minor-mode-prefix):
30503 * imenu.el (imenu-use-popup-menu):
30504 * jit-lock.el (jit-lock-context-time):
30505 * newcomment.el (comment-fill-column, comment-column)
30506 (comment-style, comment-padding, comment-multi-line)
30507 (comment-empty-lines, comment-auto-fill-only-comments):
30508 * reveal.el (reveal-around-mark):
30509 * uniquify.el (uniquify-buffer-name-style)
30510 (uniquify-after-kill-buffer-p)
30511 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30512 (uniquify-min-dir-content, uniquify-separator)
30513 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30514 * w32-vars.el (w32-fixed-font-alist):
30515 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30516 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30517 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30518 * progmodes/perl-mode.el (perl-indent-level)
30519 (perl-continued-statement-offset, perl-continued-brace-offset)
30520 (perl-brace-offset, perl-brace-imaginary-offset)
30521 (perl-label-offset, perl-indent-continued-arguments)
30522 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30523 * progmodes/tcl.el (tcl-indent-level)
30524 (tcl-continued-indent-level, tcl-auto-newline)
30525 (tcl-tab-always-indent, tcl-electric-hash-style)
30526 (tcl-help-directory-list, tcl-use-smart-word-finder)
30527 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30528 (inferior-tcl-source-command):
30529 * textmodes/fill.el (enable-kinsoku):
30530 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30531 * textmodes/table.el (table-yank-handler):
30532 Specify missing group (and type, if simple) in defcustom.
30533
30534 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30535
30536 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30537
30538 2005-05-19 Richard M. Stallman <rms@gnu.org>
30539
30540 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30541
30542 * subr.el (event-basic-type): Don't get an error.
30543 (left-fringe-p): Function deleted.
30544
30545 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30546 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30547
30548 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30549 in recursive copy.
30550
30551 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30552
30553 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30554
30555 * emacs-lisp/bytecomp.el
30556 (byte-compile-file-form-custom-declare-variable):
30557 Call byte-compile-nogroup-warn if appropriate.
30558
30559 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30560 (compilation-set-window): Don't call left-fringe-p; do it directly.
30561
30562 2005-05-19 Jay Belanger <belanger@truman.edu>
30563
30564 * calc/calc-graph.el (calc-graph-format-data): Make sure
30565 var-PlotRejects is bound before trying to check its value.
30566
30567 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30568
30569 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30570 definition of this variable from reftex-global.el to reftex.el,
30571 because it is needed in the menu.
30572
30573 2005-05-19 Lute Kamstra <lute@gnu.org>
30574
30575 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30576 years are fixed. Don't insert a space after a dash.
30577
30578 2005-05-19 Kim F. Storm <storm@cua.dk>
30579
30580 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30581
30582 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30583
30584 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30585 strings, because (eq ... ?\\) is fairly frequent.
30586
30587 * progmodes/make-mode.el (makefile-add-this-line-targets):
30588 Simplify and integrate into `makefile-pickup-targets'.
30589 (makefile-add-this-line-macro): Simplify and integrate into
30590 `makefile-pickup-macros.
30591 (makefile-pickup-filenames-as-targets): Simplify.
30592 (makefile-previous-dependency, makefile-match-dependency):
30593 Don't stumble over `::'.
30594
30595 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30596
30597 * subr.el (post-command-idle-hook, post-command-idle-delay):
30598 Remove obsoletion of post-command-idle-hook and
30599 post-command-idle-delay.
30600
30601 * faces.el (list-faces-display): Provide button when describe-face
30602 is called to take user back to the list of faces.
30603
30604 * help-fns.el (describe-variable): Remove hyperlinks in a
30605 variable's value as these are quite frequently inappropriate.
30606
30607 * follow.el (follow-submit-feedback, follow-mode):
30608 Remove references to post-command-idle-hook.
30609
30610 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30611
30612 * progmodes/make-mode.el (makefile-previous-dependency)
30613 (makefile-match-dependency): Check for := (and in bsd mode also
30614 !=) to give a better result, even when font-lock is not on.
30615
30616 2005-05-18 Jay Belanger <belanger@truman.edu>
30617
30618 * calc/calc-help.el (calc-s-prefix-help):
30619 Add `calc-copy-special-constant' to help string.
30620
30621 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30622
30623 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30624
30625 2005-05-18 Jay Belanger <belanger@truman.edu>
30626
30627 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30628 in linear factors are in proper order.
30629
30630 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30631
30632 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30633 Support for jurabib.
30634
30635 * textmodes/reftex.el (featurep): Define aliases for overlay
30636 commands, for XEmacs compatibility, and use these aliases in
30637 overlay initializations.
30638 (reftex-highlight): Use `reftex-move-overlay'.
30639 (reftex-unhighlight): Use `reftex-delete-overlay'.
30640 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30641 (reftex-access-search-path): Use `reftex-uniquify' instead of
30642 `reftex-uniq'.
30643
30644 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30645 `before-string' property modification enables for Emacs as well.
30646 (reftex-select-item): Use `reftex-delete-overlay'.
30647 (reftex-select-mark): Use `reftex-make-overlay' and
30648 `reftex-overlay-put'.
30649 (reftex-select-unmark): Use `reftex-delete-overlay' and
30650 `reftex-overlay-put'.
30651
30652 2005-05-18 Lute Kamstra <lute@gnu.org>
30653
30654 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30655
30656 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30657
30658 * add-log.el (add-change-log-entry):
30659 * array.el (array-make-template, array-reconfigure-rows)
30660 (array-init-max-row, array-init-max-column)
30661 (array-init-columns-per-line, array-init-field-width):
30662 * replace.el (replace-match-maybe-edit, perform-replace):
30663 * textmodes/spell.el (spell-region):
30664 Replace `read-input' by `read-string'.
30665
30666 * forms.el (forms-mode):
30667 * finder.el (finder-compile-keywords):
30668 * shadowfile.el (shadow-read-files):
30669 Replace `eval-current-buffer' by `eval-buffer'.
30670
30671 * terminal.el (te-pass-through):
30672 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30673 (ange-ftp-raw-send-cmd):
30674 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30675 (send-process-next-char, telnet-initial-filter, telnet):
30676 Replace `send-string' by `process-send-string'.
30677
30678 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30679 (prolog-consult-region): Replace `send-string' by
30680 `process-send-string'; replace `send-region' by `process-send-region'.
30681
30682 * progmodes/delphi.el (delphi-log-msg):
30683 Replace `set-window-dot' by `set-window-point'.
30684
30685 * subr.el (window-dot, set-window-dot, read-input, send-string)
30686 (send-region, show-buffer, eval-current-buffer):
30687 Make really obsolete, as the comment says.
30688
30689 2005-05-17 Kim F. Storm <storm@cua.dk>
30690
30691 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30692 (cua--init-keymaps): Bind C-return instead of S-return to set
30693 rectangle mark.
30694
30695 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30696 instead of S-return to toggle/clear rectangle mark.
30697
30698 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30699
30700 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30701 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30702 Also fontify plain strings assigned to variables, mostly so that a
30703 colon has a face and is thus not taken as a dependency separator.
30704 (makefile-previous-dependency): Inline the new matcher, because it
30705 is too complex to work in both directions.
30706 (makefile-match-dependency): Eliminate `backward' arg (see above).
30707 Completely reimplemented so as to not sometimes go into an endless
30708 loop. It should also be more efficient, because first it only
30709 searches for `:', instead of applying the very complex regexp.
30710 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30711 to be fontified in one piece can be too long for JIT.
30712 Makefiles are never *that* big.
30713
30714 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30715
30716 * dired.el (dired-mode): Simplify.
30717
30718 2005-05-17 Lute Kamstra <lute@gnu.org>
30719
30720 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30721 defcustom for the mode hook variable.
30722
30723 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30724 Emacs Lisp Reference Manual.
30725
30726 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30727
30728 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30729 (evenp, list*):
30730 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30731 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30732
30733 * net/tramp-smb.el (tramp-smb-open-connection):
30734 Pass `tramp-chunksize' as fifth (required) argument.
30735
30736 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30737
30738 * font-lock.el (lisp-font-lock-keywords-1):
30739 Set `font-lock-negation-char-face' for [^...] char group.
30740 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30741
30742 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30743 a var, and refine it to mask one more level of nested vars.
30744 (makefile-rule-action-regex): Turn it into a var, and refine it so
30745 it recognizes backslashed continuation lines as belonging to the
30746 same command.
30747 (makefile-macroassign-regex): Refine it so it recognizes
30748 backslashed continuation lines as belonging to the same command.
30749 (makefile-var-use-regex): Don't look at the next char, because it
30750 might be the same one to be skipped by the initial [^$], leading
30751 to an overlooked variable use.
30752 (makefile-make-font-lock-keywords): Remove two parameters, which
30753 are now variables that some of the modes set locally.
30754 Handle dependency and rule action matching through functions, because
30755 regexps alone match too often. Dependency matching now comes
30756 last, so it can check, whether a colon already matched something else.
30757 (makefile-mode): Inform that font-lock improves makefile parsing
30758 capabilities.
30759 (makefile-match-dependency, makefile-match-action): New functions.
30760
30761 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30762
30763 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30764
30765 * align.el (align-regexp):
30766 * ansi-color.el (ansi-color-get-face):
30767 * array.el (array-reconfigure-rows, array-init-max-row)
30768 (array-init-max-column, array-init-columns-per-line)
30769 (array-init-field-width):
30770 * dired-aux.el (dired-trample-file-versions):
30771 * dired-x.el (dired-mark-sexp):
30772 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30773 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30774 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30775 * faces.el (face-read-integer):
30776 * files.el (backup-extract-version, insert-directory):
30777 * hexl.el (hexl-insert-decimal-char):
30778 * server.el (server-process-filter):
30779 * shell.el (shell-extract-num):
30780 * startup.el (command-line-1):
30781 * term.el (term-command-hook):
30782 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30783 (time-stamp-do-number):
30784 * time.el (display-time-update):
30785 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30786 (timezone-fix-time):
30787 * vms-patch.el (vms-suspend-resume-hook):
30788 * calendar/appt.el (appt-convert-time):
30789 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30790 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30791 * calendar/cal-islam.el (mark-islamic-diary-entries):
30792 * calendar/calendar.el (calendar-cursor-to-date)
30793 (calendar-star-date):
30794 * calendar/diary-lib.el (diary-attrtype-convert)
30795 (mark-diary-entries, diary-entry-time):
30796 * calendar/solar.el (solar-get-number):
30797 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30798 * emacs-lisp/re-builder.el (reb-display-subexp):
30799 * emulation/edt.el (edt-set-scroll-margins):
30800 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30801 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30802 (vip-get-ex-count):
30803 * emulation/viper-ex.el (viper-get-ex-token)
30804 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30805 * international/fontset.el (fontset-plain-name):
30806 * mail/feedmail.el (feedmail-look-at-queue-directory):
30807 * mail/mailalias.el (mail-get-names):
30808 * mail/rmail.el (rmail-convert-to-babyl-format):
30809 * mail/rmailsum.el (rmail-make-basic-summary-line)
30810 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30811 (rmail-summary-goto-msg):
30812 * mail/smtpmail.el (smtpmail-read-response):
30813 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30814 (ange-ftp-vms-add-file-entry):
30815 * play/gametree.el (gametree-looking-at-ply)
30816 (gametree-current-branch-score):
30817 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30818 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30819 * progmodes/cperl-mode.el (condition-case):
30820 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30821 (ebrowse-set-member-buffer-column-width)
30822 (ebrowse-select-1st-to-9nth):
30823 * progmodes/etags.el (etags-snarf-tag):
30824 * progmodes/flymake.el (flymake-parse-line):
30825 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30826 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30827 (idlwave-shell-menu-def):
30828 * progmodes/ps-mode.el (ps-run-goto-error):
30829 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30830 (vhdl-speedbar-contract-level):
30831 * term/mac-win.el (x-handle-numeric-switch):
30832 * term/sun-mouse.el (sun-get-frame-data):
30833 * term/w32-win.el (x-handle-numeric-switch):
30834 * term/x-win.el (x-handle-numeric-switch):
30835 * textmodes/ispell.el (ispell-parse-output):
30836 * textmodes/nroff-mode.el (nroff-outline-level):
30837 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30838 (reftex-bib-sort-year-reverse, reftex-format-citation):
30839 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30840 (reftex-section-number):
30841 * textmodes/texinfmt.el (texinfo-paragraphindent):
30842 Replace `string-to-int' by `string-to-number'.
30843
30844 * international/latexenc.el: Add page marker to force the "Local
30845 Variables:" string out of the last page.
30846
30847 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30848
30849 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30850 tooltip-change-major-mode.
30851 (gud-tooltip-print-command): Remove case where gud-minor-mode
30852 is gdb ("--fullname").
30853 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30854 explain to user.
30855
30856 2005-05-16 Jay Belanger <belanger@truman.edu>
30857
30858 * calc/calc-store.el (calc-copy-special-constant): New function.
30859
30860 * calc/calc-ext.el (calc-init-extensions): Add binding for
30861 `calc-copy-special-constant'.
30862
30863 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30864 for the `calc-copy-special-constant' command.
30865
30866 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30867
30868 * subr.el (left-fringe-p): New function.
30869
30870 * progmodes/compile.el (compilation-setup): Set local value of
30871 overlay-arrow-string to "" always.
30872 (compilation-set-window): Left fringe then don't scroll.
30873 No left fringe then no arrow and scroll message to top.
30874 (compilation-context-lines): Adjust doc string accordingly.
30875
30876 2005-05-16 Kim F. Storm <storm@cua.dk>
30877
30878 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30879 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30880 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30881 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30882 (ido-read-file-name): Handle commands with ido property value
30883 equal to find-file as reading a file name, to allow C-d to enter dired.
30884 (ibuffer-find-file): Add ido property with value find-file.
30885
30886 2005-05-15 Kim F. Storm <storm@cua.dk>
30887
30888 * subr.el (open-network-stream-nowait): Remove.
30889 (open-network-stream-server): Remove.
30890
30891 2005-05-15 Richard M. Stallman <rms@gnu.org>
30892
30893 * faces.el (describe-face): Output a definition link button.
30894
30895 * help-mode.el (help-face-def): New button type.
30896
30897 * emacs-lisp/copyright.el (copyright-fix-years):
30898 Match properly if the first year is 2-digit.
30899 Don't mess up the whitespace after the years by filling.
30900
30901 * dired-aux.el (dired-mark-confirm):
30902 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30903
30904 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30905 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30906 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30907
30908 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30909 Set font-lock-comment-start-skip.
30910
30911 * font-lock.el (font-lock-comment-start-skip): New variable.
30912 (font-lock-comment-end-skip): New variable.
30913 (font-lock-fontify-syntactically-region): Use them if non-nil.
30914
30915 2005-05-15 Jay Belanger <belanger@truman.edu>
30916
30917 * calc/calc-store.el (calc-store-value): Return a string rather
30918 than display it as a message.
30919 Use calc-var-name for variable name.
30920 (calc-store-into): Add the result of calc-store-value to message.
30921 (calc-copy-variable): Add a message.
30922 (calc-store-exchange): Improve error messages.
30923 (calc-store-binary, calc-store-map): Don't reset the values of
30924 special constants.
30925
30926 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30927
30928 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30929 manual to docstring.
30930
30931 * files.el (hack-local-variables-confirm): Add STRING argument.
30932 Make the function handle non file visiting buffers correctly.
30933 (hack-local-variables-prop-line, hack-local-variables)
30934 (hack-one-local-variable): Use STRING arg of
30935 `hack-local-variables-confirm'.
30936
30937 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30938
30939 Sync with Tramp 2.0.49.
30940
30941 * net/tramp.el (tramp-handle-dired-call-process)
30942 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30943 because the contents of the Tramp buffer is changed before
30944 insertion (`expand-file' and alike).
30945 (tramp-handle-insert-directory): If `localname' has an empty
30946 nondirectory name, it must not be quoted.
30947 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30948 variable `tramp-chunksize'. Change callees.
30949 (tramp-open-connection-setup-interactive-shell): Check remote host
30950 for buggy `send-process-string' implementation.
30951 Set `tramp-chunksize' if found. Reported by Michael Kifer
30952 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30953 (tramp-handle-shell-command): `insert-buffer' cannot be used
30954 because the contents of the Tramp buffer is changed before
30955 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30956 <frederic.bothamy@free.fr>.
30957 (tramp-set-auto-save): Actions should be done for Tramp file name
30958 handler only. Ange-FTP has its own auto-save mechanism.
30959 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30960 (tramp-set-auto-save-file-modes): Set file modes of
30961 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30962 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30963 (tramp-bug): Remove obsolete variable.
30964 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30965 for presence of `mml-mode'. Make it running for older Emacsen as well.
30966
30967 2005-05-14 John Paul Wallington <jpw@pobox.com>
30968
30969 * ibuf-ext.el (define-ibuffer-filter filename):
30970 If `dired-directory' is a list, use its car.
30971
30972 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30973
30974 * ibuffer.el (define-ibuffer-column filename):
30975 If `dired-directory' is a list, use its car.
30976
30977 2005-05-14 Richard M. Stallman <rms@gnu.org>
30978
30979 * subr.el (symbol-file): Doc fix.
30980
30981 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30982 (byte-compile-form): Call byte-compile-nogroup-warn.
30983 (byte-compile-warning-types): Doc fix.
30984
30985 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30986
30987 * progmodes/cc-engine.el (c-literal-faces):
30988 Add font-lock-comment-delimiter-face.
30989
30990 * net/net-utils.el (dig): Use with-no-warnings.
30991
30992 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30993 (sc-recite-frame-alist, sc-default-cite-frame)
30994 (sc-default-uncite-frame, sc-default-recite-frame)
30995 (sc-attrib-selection-list, sc-rewrite-header-list):
30996 Mark as risky-local-variable.
30997
30998 * international/ogonek.el (ogonek-jak, ogonek-how):
30999 Don't use beginning-of-buffer.
31000
31001 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31002
31003 * calendar/solar.el (solar-data-list): Move definition up.
31004
31005 * dnd.el (dnd-protocol-alist): Add autoload.
31006
31007 * progmodes/sh-script.el: Many doc usage fixes.
31008 (sh-indent-after-do): Change default to match common styles.
31009
31010 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31011
31012 * files.el (interpreter-mode-alist)
31013 (auto-mode-interpreter-regexp): Doc fixes.
31014
31015 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31016
31017 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31018
31019 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31020
31021 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31022
31023 * dired.el (dired-mode): make-variable-buffer-local =>
31024 make-local-variable.
31025
31026 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31027
31028 * term/mac-win.el (mac-select-convert-to-string): Try coding
31029 systems in mac-script-code-coding-systems if specified one cannot
31030 encode string for `com.apple.traditional-mac-plain-text'.
31031
31032 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31033
31034 * progmodes/make-mode.el (makefile-targets-face)
31035 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31036 (makefile-dependency-regex): Fix it to not make the colon in
31037 $(var:a=b) special.
31038 (makefile-rule-action-regex): New regexp for highlighting embedded
31039 Shell strings.
31040 (makefile-macroassign-regex): Handle != for highlighting as
31041 embedded Shell strings.
31042 (makefile-var-use-regex): New const.
31043 (makefile-statements, makefile-automake-statements)
31044 (makefile-gmake-statements, makefile-makepp-statements)
31045 (makefile-bsdmake-statements): New consts.
31046 (makefile-make-font-lock-keywords): New function.
31047 (makefile-automake-font-lock-keywords)
31048 (makefile-gmake-font-lock-keywords)
31049 (makefile-makepp-font-lock-keywords)
31050 (makefile-bsdmake-font-lock-keywords): New consts.
31051 (makefile-mode-map): Add switchers between the various submodes.
31052 (makefile-mode): Document the availability of the variants.
31053 (makefile-automake-mode, makefile-gmake-mode)
31054 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31055
31056 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31057 new variants of makefile-mode.
31058
31059 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31060
31061 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31062 the inheritance.
31063
31064 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31065
31066 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31067 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31068
31069 * files.el (normal-mode): Extend the scope of the
31070 `enable-local-variables' binding to include the `set-auto-mode' call.
31071 (magic-mode-alist): Doc fix.
31072
31073 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31074
31075 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31076 font-lock-comment-face rather than copying its setting.
31077
31078 2005-05-12 Andreas Schwab <schwab@suse.de>
31079
31080 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31081
31082 2005-05-12 Lute Kamstra <lute@gnu.org>
31083
31084 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31085 defcustom for the mode hook variable. Delete the last argument.
31086 * generic-x.el: Fix callers of define-generic-mode.
31087 (generic-x-modes): Delete group.
31088 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31089 generic-x customization group.
31090
31091 2005-05-12 Kim F. Storm <storm@cua.dk>
31092
31093 * font-lock.el (font-lock-negation-char-face): Default to "off".
31094
31095 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31096 font-lock-negation-char-face to ! in !=.
31097
31098 2005-05-12 Masatake YAMATO <jet@gyve.org>
31099
31100 * add-log.el (find-change-log): Fix typos in the docstring
31101 of function.
31102
31103 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31104
31105 * international/latexenc.el (latexenc-find-file-coding-system):
31106 Avoid `re-search-forward' when looking for input encoding because
31107 of speed and safety. Better regular expressions for recognizing
31108 input encoding. Limit a search for TeX-master/tex-main-file to
31109 the local variable section.
31110
31111 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31112
31113 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31114 syntax of $ to "'" (quote).
31115
31116 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31117
31118 * dnd.el (dnd-protocol-alist): Improve custom type.
31119
31120 * dired.el (dired-dnd-protocol-alist): New variable.
31121 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31122 `dired-mode-hook' to the end.
31123
31124 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31125
31126 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31127 comment-end if comment-start-skip is not set.
31128 Obey the font-lock-comment-delimiter-face variables.
31129
31130 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31131
31132 * files.el (executable-find): Move from executable.el. Use
31133 locate-file.
31134 * progmodes/executable.el (executable-find): Move to files.el.
31135
31136 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31137 when trying to ensure forward progress.
31138
31139 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31140
31141 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31142 (mouse-select, mouse-select-internal, mouse-extend-internal):
31143 Use it to implement mouse-1-click-follows-link functionality.
31144
31145 2005-05-11 Richard M. Stallman <rms@gnu.org>
31146
31147 * font-lock.el (font-lock-fontify-syntactically-region):
31148 Use font-lock-comment-delimiter-face for comment delimiters.
31149
31150 2005-05-10 Jay Belanger <belanger@truman.edu>
31151
31152 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31153 preserving embedded modes.
31154
31155 2005-05-10 Richard M. Stallman <rms@gnu.org>
31156
31157 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31158
31159 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31160 Move from ada-stmt.el.
31161 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31162
31163 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31164 Move to ada-mode.el.
31165 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31166
31167 * cus-edit.el (custom-file): Call file-chase-links.
31168
31169 * files.el (read-directory-name): Fix previous change.
31170 (hack-local-variables-confirm): New function.
31171 (hack-local-variables-prop-line, hack-local-variables)
31172 (hack-one-local-variable): Use it.
31173
31174 2005-05-10 Lute Kamstra <lute@gnu.org>
31175
31176 * font-lock.el (font-lock-keywords-alist)
31177 (font-lock-removed-keywords-alist): Clarify docstrings.
31178
31179 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31180
31181 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31182 (gdb-source-info): Check for preprocessor info.
31183 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31184 a macro for a function.
31185 (gdb-info-breakpoints-custom): Try to find file again if not already
31186 found (user might have used GDB dir command).
31187 (gdb-get-location): Update gdb-location-alist correctly for change
31188 to gdb-info-breakpoints-custom.
31189
31190 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31191 (gud-tooltip-print-command): Add gdbmi case.
31192 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31193 preprocessor info.
31194
31195 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31196
31197 * startup.el (fancy-splash-insert): Fix typo in doc string.
31198
31199 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31200
31201 * obsolete/float.el (string-to-float):
31202 * obsolete/hilit19.el (hilit-add-pattern):
31203 * obsolete/rnews.el (news-parse-range, news-select-message)
31204 (news-get-pruned-list-of-files): Replace `string-to-int' by
31205 `string-to-number'.
31206
31207 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31208 `find-file-not-found-hooks'; use `add-hook'.
31209 (uncompress-while-visiting): Set `write-file-functions', not
31210 `write-file-hooks'; use `add-hook'.
31211
31212 2005-05-09 Kim F. Storm <storm@cua.dk>
31213
31214 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31215 (cua-paste): Handle clipboard action.
31216 (cua--init-keymaps): Remap clipboard-kill-region and
31217 clipboard-kill-ring-save.
31218
31219 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31220
31221 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31222 Improve commentary.
31223
31224 * simple.el (next-error-overlay-arrow-position): Revert the change
31225 made on 2005-04-30.
31226
31227 2005-05-07 Jay Belanger <belanger@truman.edu>
31228
31229 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31230 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31231 `calc-sel-reselect'.
31232
31233 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31234 Calc is in embedded mode.
31235
31236 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31237
31238 * progmodes/compile.el (compilation-setup):
31239 Set overlay-arrow-string to an empty string on text terminals.
31240
31241 * textmodes/ispell.el (ispell-program-name): Try looking for
31242 "aspell" along exec-path, and if found, use it as the default
31243 speller program.
31244
31245 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31246
31247 * international/mule.el (sgml-xml-auto-coding-function):
31248 Recognize encoding='FOO' in single quotes as well as in double quotes.
31249
31250 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31251
31252 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31253 as well as `interactive', so that defmacro* would recognize
31254 `declare' forms.
31255
31256 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31257
31258 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31259 Explain more about the LIGHTER arg's usage in the doc string.
31260 Add commentary to clarify what the code does. Fix the regexp that
31261 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31262 since it could have characters special to regular expressions.
31263
31264 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31265
31266 * replace.el (occur-1): Bind inhibit-read-only so that
31267 erase-buffer doesn't barf on read-only text properties (likewise
31268 for add-text-properties in occur-engine). Mark buffer as unmodified.
31269 (occur-engine): Don't set buffer-read-only here.
31270
31271 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31272
31273 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31274 list-buffers-directory. This caused the *cvs-commit* buffer to be
31275 sometimes mistakenly reused as a *cvs* buffer.
31276
31277 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31278
31279 * tooltip.el: Move code for GUD tooltips into gud.el.
31280 (require): CL no longer needed to compile case.
31281 (tooltip-mode): Do not toggle functions for GUD tooltips.
31282 (tooltip-gud-tips-p): Remove. Replace with minor mode
31283 gud-tooltip-mode in gud.el.
31284 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31285 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31286 tooltip-gud prefix with gud-tooltip and obsolete.
31287 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31288 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31289 (tooltip-mouse-motion): Mouse movement functions/variable.
31290 Rename in gud.el by adding gud prefix.
31291 (tooltip-gud-original-filter, tooltip-gud-dereference)
31292 (tooltip-gud-event, tooltip-toggle-gud-tips)
31293 (tooltip-gud-process-output, tooltip-gud-print-command)
31294 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31295 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31296 (gdb-tooltip-print): Move to gdb-ui.el.
31297
31298 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31299 (require): CL needed to compile case.
31300 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31301 tooltip-gud-tips-p. Make it a minor-mode.
31302 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31303 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31304 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31305 (gud-tooltip-change-major-mode)
31306 (gud-tooltip-activate-mouse-motions-if-enabled)
31307 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31308 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31309 (gud-tooltip-original-filter, gud-tooltip-dereference)
31310 (gud-tooltip-event, tooltip-toggle-gud-tips)
31311 (gud-tooltip-process-output, gud-tooltip-print-command)
31312 (gud-tooltip-tips): Move from tooltip.el.
31313
31314 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31315 (gdb-cpp-define-alist-flags): Doc fix.
31316 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31317 gud-tooltip-mode is t.
31318
31319 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31320
31321 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31322 evaporate if their text is deleted.
31323 (goto-address-at-point): Make it work as a mouse binding as well.
31324 (goto-address-at-mouse): Obsolete it. Update users.
31325
31326 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31327
31328 * calendar/appt.el (top-level): No longer activate on load.
31329
31330 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31331
31332 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31333 * net/webjump.el (webjump):
31334 * progmodes/idlw-help.el (idlwave-do-context-help1)
31335 (idlwave-highlight-linked-completions):
31336 * textmodes/po.el (po-find-file-coding-system-guts):
31337 Replace `assoc-ignore-case' by `assoc-string'.
31338
31339 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31340
31341 * files.el (locate-file): Doc fix.
31342
31343 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31344 Remove the redundant test for ms-dos.
31345
31346 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31347 look for the preprocessor with exec-suffixes. If not found in
31348 standard places, look in exec-path. Remove most of the tests that
31349 used system-type.
31350
31351 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31352
31353 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31354
31355 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31356 file-name clash with jka-compr.el on 8+3 filesystems.
31357
31358 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31359
31360 * term/mac-win.el: Don't define or bind scroll bar functions if
31361 x-toolkit-scroll-bars is t.
31362 (x-select-text, x-get-selection-value): Clear
31363 x-last-selected-text-clipboard if x-select-enable-clipboard is
31364 nil.
31365 (PRIMARY): Put mac-scrap-name property.
31366 (mac-select-convert-to-file-url): New function.
31367 (public.file-url): New selection target type. Add to
31368 selection-converter-alist.
31369 (x-get-selection, x-selection-value): Handle it.
31370 (x-cut-buffer-or-selection-value): New alias.
31371
31372 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31373
31374 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31375 entry to avoid calling bibtex-find-entry with arg global
31376 being t. Remove arg key.
31377 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31378 (bibtex-copy-summary-as-kill): Change accordingly.
31379
31380 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31381
31382 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31383 (org-agenda-date-later): Use with-current-buffer.
31384
31385 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31386
31387 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31388 (define-obsolete-variable-alias): Doc Fixes.
31389
31390 2005-05-06 Kim F. Storm <storm@cua.dk>
31391
31392 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31393 vertical-motion when selective-display is active.
31394
31395 * ido.el (ido-setup-hook): New hook.
31396 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31397 (ido-input-stack): New var.
31398 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31399 ido-next-work-file binding to M-O.
31400 Bind M-f to ido-wide-find-file-or-pop-dir.
31401 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31402 (ido-read-internal): Run ido-setup-hook.
31403 Catch quit in read-file-name and read-string to cancel edit.
31404 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31405 Automatically pop-all when completing a directory name (RET).
31406 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31407 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31408 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31409 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31410 New functions for M-b/M-f to move among the directory components.
31411 (ido-make-merged-file-list): Catch quit to cancel merge.
31412 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31413 (ido-completion-help): No warnings for ido-completion-buffer-full.
31414
31415 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31416
31417 * font-lock.el (font-lock-negation-char-face): New face and variable.
31418 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31419 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31420 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31421 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31422
31423 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31424
31425 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31426 Fix typo in docstring.
31427
31428 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31429 (ebrowse-print-statistics-line)
31430 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31431
31432 * term/w32-win.el (image-library-alist): Add additional name for
31433 Xpm library.
31434
31435 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31436
31437 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31438 use gcc instead of cpp.
31439
31440 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31441 (gdb-create-define-alist): Use it.
31442 (gdb-cpp-define-alist-program): Update for MS-DOS.
31443
31444 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31445
31446 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31447
31448 2005-05-04 Richard M. Stallman <rms@gnu.org>
31449
31450 * help.el (describe-key): No error when UNTRANSLATED is nil.
31451
31452 * simple.el (line-move-1): Fix previous change to signal errors
31453 appropriately.
31454
31455 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31456
31457 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31458 (icalendar-duration-correction): Remove.
31459 (icalendar--get-event-properties): Split result at commas.
31460 (icalendar--decode-isoduration): New optional argument
31461 DURATION-CORRECTION.
31462 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31463 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31464 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31465 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31466 (icalendar--convert-anniversary-to-ical): New functions, extracted
31467 from icalendar-export-region, with bug fixes.
31468 (icalendar-export-region): Use the above functions.
31469 (icalendar-import-buffer): Check before saving diary file.
31470 (icalendar--convert-recurring-to-diary)
31471 (icalendar--convert-non-recurring-all-day-to-diary)
31472 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31473 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31474 (icalendar--convert-ical-to-diary): Use the above functions.
31475
31476 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31477
31478 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31479 Remove these recent additions.
31480 (c-mode): Restore to before 2005-04-28.
31481
31482 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31483 recent addition.
31484
31485 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31486 (gdb-define-alist): New variables.
31487 (gdb-create-define-alist): New function.
31488 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31489 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31490 with string-to-number.
31491 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31492
31493 * progmodes/gud.el: Replace string-to-int with string-to-number.
31494 (gud-find-file): Handle gdb-define-alist.
31495
31496 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31497
31498 2005-05-02 Jay Belanger <belanger@truman.edu>
31499
31500 * calc/calc-aent.el (math-read-token):
31501 * calc/calc-bin.el (calc-word-size):
31502 * calc/calc-ext.el (calc-read-number-fancy):
31503 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31504 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31505 * calc/calc-frac.el (calc-over-notation):
31506 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31507 (calc-graph-num-points, calc-graph-init):
31508 * calc/calc-prog.el (calc-read-parse-table-part)
31509 (calc-edit-macro-repeats):
31510 * calc/calc-yank.el (calc-do-grab-rectangle):
31511 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31512 Replace `string-to-int' by `string-to-number'.
31513
31514 2005-05-02 Kim F. Storm <storm@cua.dk>
31515
31516 * kmacro.el: Use executing-kbd-macro-index variable.
31517
31518 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31519
31520 * net/rlogin.el (rlogin-parse-words): Delete func.
31521 (rlogin): Use split-string, not rlogin-parse-words.
31522 Also, if there are option-like elements in the parsed args,
31523 take the host to be the first arg immediately following them.
31524 Suggested by Michael Mauger.
31525
31526 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31527
31528 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31529
31530 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31531
31532 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31533 (cc-mode-cpp-program): Rename to cc-define-list-program and
31534 move to cc-vars.el.
31535
31536 * progmodes/cc-vars.el (cc-define-list-program):
31537 Change to "gcc -E -dM -". Make customizable.
31538
31539 2005-05-02 Kim F. Storm <storm@cua.dk>
31540
31541 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31542
31543 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31544
31545 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31546
31547 * international/mule-util.el (truncate-string): Remove alias and
31548 obsolete declaration.
31549
31550 * international/mule-cmds.el (update-iso-coding-systems):
31551 Remove alias and obsolete declaration.
31552
31553 * international/mule.el (coding-system-parent): Remove alias and
31554 obsolete declaration.
31555
31556 * subr.el (define-function, sref): Remove aliases and obsolete
31557 declarations.
31558 (chars-in-region): Remove obsolete declaration.
31559
31560 2005-05-01 Richard M. Stallman <rms@gnu.org>
31561
31562 * info.el (Info-mode): Set widen-automatically to nil, locally.
31563
31564 * simple.el (widen-automatically): New variable.
31565 (pop-global-mark): Obey widen-automatically.
31566
31567 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31568
31569 * term/xterm.el (function-key-map): Call substitute-key-definition
31570 before the keymap size is increased by a lot of define-key calls.
31571
31572 2005-05-01 Richard M. Stallman <rms@gnu.org>
31573
31574 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31575 Rename ARG to ELEMENT. Doc fix.
31576
31577 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31578
31579 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31580 Remove references to allout-exposure/change to allout-new-exposure.
31581
31582 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31583 bytecode symbols.
31584
31585 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31586 (compiled-function-p, focus-frame, unfocus-frame):
31587 Remove aliases and obsolete declarations.
31588 Back out inadvertent changes from previous commit.
31589
31590 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31591
31592 * files.el (require-final-newline): Make Custom tags consistent
31593 with mode-require-final-newline.
31594 (mode-require-final-newline): Doc fix.
31595
31596 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31597
31598 * international/latexenc.el (latexenc-find-file-coding-system):
31599 Fix regular expressions.
31600
31601 2005-05-01 David Kastrup <dak@gnu.org>
31602
31603 * international/latexenc.el (latexenc-find-file-coding-system):
31604 Fix regular expressions.
31605
31606 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31607
31608 * subr.el (string-to-int): Make obsolete.
31609
31610 2005-04-30 Richard M. Stallman <rms@gnu.org>
31611
31612 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31613
31614 * loadup.el: Load jka-comp-hook.
31615
31616 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31617 (jka-compr-handler): Add autoload. `put' calls moved
31618 to jka-comp-hook.el.
31619 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31620 (jka-compr-inhibit): Autoload.
31621
31622 * jka-comp-hook.el: New file.
31623 Enable the mode by default.
31624
31625 * files.el (backup-buffer-copy): Use copy-file instead
31626 of write-region, and put back the 'excl.
31627
31628 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31629
31630 * progmodes/flymake.el (flymake-split-string)
31631 (flymake-split-string, flymake-log, flymake-pid-to-names)
31632 (flymake-reg-names, flymake-get-source-buffer-name)
31633 (flymake-unreg-names, flymake-add-line-err-info)
31634 (flymake-add-err-info): Clarify docstrings.
31635 (flymake-popup-menu, flymake-make-emacs-menu)
31636 (flymake-make-xemacs-menu): Add docstrings.
31637 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31638 Set variables directly throughout.
31639
31640 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31641
31642 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31643 exists. Initialize cc-define-alist.
31644 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31645 If there is no file (Macroexpansion) don't create an alist.
31646
31647 2005-04-29 Sam Steingold <sds@gnu.org>
31648
31649 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31650 (cc-create-define-alist): Use it instead of the hard-coded string.
31651
31652 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31653
31654 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31655 for latexenc.
31656
31657 2005-04-29 Lute Kamstra <lute@gnu.org>
31658
31659 * emacs-lisp/generic.el: Improve commentary section.
31660 (define-generic-mode): Improve docstring.
31661
31662 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31663
31664 * textmodes/org.el (many places): Change to quiet the byte compiler.
31665 (org-prefix-format-compiled): New variable.
31666 (org-compile-prefix-format): New function.
31667 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31668 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31669 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31670 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31671 consistency with entries from `org-mode' files.
31672 (org-get-time-of-day): Fix bug with partial matches early in a line.
31673 (org-non-link-chars): New constant.
31674 (org-link-regexp): Respect `org-non-link-chars'.
31675 (org-agenda-day-view): Remove command.
31676 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31677 (org-follow-bbdb-link, org-store-link): Search also company field.
31678 (org-highlight-overlay): New variable.
31679 (org-highlight, org-unhighlight): New functions.
31680 (org-agenda-mode): Add pre-command-hook to remove highlight.
31681 (org-evaluate-time-range): Behavior depends upon whether time stamp
31682 contains a time or not.
31683 (org-show-subtree, org-show-entry): New functions.
31684 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31685
31686 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31687
31688 * comint.el (comint-output-filter-functions): Add autoload cookie.
31689
31690 2005-04-28 Kim F. Storm <storm@cua.dk>
31691
31692 * ido.el (ido-everywhere): Fix last change.
31693
31694 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31695
31696 * international/latexenc.el: New file.
31697 * international/mule-conf.el (file-coding-system-alist): For .tex,
31698 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31699
31700 2005-04-28 Lute Kamstra <lute@gnu.org>
31701
31702 * font-lock.el (font-lock-add-keywords)
31703 (font-lock-remove-keywords): Clarify docstring.
31704 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31705 Don't start docstrings with a `*'.
31706 (font-lock-update-removed-keyword-alist): Give it a docstring.
31707
31708 * generic-x.el: Update commentary section.
31709 Only require font-lock when compiling.
31710 Define all modes conditionally.
31711 Place all generic modes in the generic-x-modes customization group.
31712 (generic-x-modes): New customization group.
31713 (generic-default-modes, generic-mswindows-modes)
31714 (generic-unix-modes, generic-other-modes): New constants.
31715 (generic-define-mswindows-modes, generic-define-unix-modes):
31716 Update docstrings. Make them obsolete.
31717 (generic-extras-enable-list): New default value. Update docstring.
31718 Improve :type. Change :set function.
31719 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31720 Fix docstring.
31721
31722 * emacs-lisp/generic.el (generic-mode-internal):
31723 Simplify font-lock-defaults.
31724 (define-generic-mode): Fix docstring.
31725
31726 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31727
31728 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31729 font-lock-face property to highlight matches.
31730
31731 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31732
31733 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31734 (cc-define-alist): New variable.
31735 (c-mode): Make it local and initialize it.
31736
31737 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31738 (gdb-exited): New function.
31739 (gdb-annotation-rules): Use it.
31740 (gdb-starting): Set gdb-active-process to t.
31741 (gdb-stopping): Amend doc string.
31742 (gdb-reset): Set gdb-active-process to nil.
31743
31744 * tooltip.el (tooltip-gud-tips): Show the associated #define
31745 directives when a C program under GDB is not executing.
31746
31747 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31748
31749 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31750 font-lock-fontify-syntactic-keywords.
31751
31752 * font-lock.el (font-lock-default-fontify-region): Don't force
31753 parse-sexp-lookup-properties to nil.
31754
31755 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31756
31757 * man.el (man-mode-syntax-table): Set up `:' to have
31758 word-constituent syntax.
31759
31760 2005-04-27 Lute Kamstra <lute@gnu.org>
31761
31762 * novice.el (disable-command): Don't add spurious newlines to the
31763 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31764
31765 2005-04-26 Jay Belanger <belanger@truman.edu>
31766
31767 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31768 than one window before deleting window.
31769
31770 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31771
31772 * shell.el (shell-prompt-pattern): Doc fix.
31773 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31774
31775 * comint.el (comint-prompt-regexp, comint-get-old-input)
31776 (comint-use-prompt-regexp)
31777 (comint-use-prompt-regexp-instead-of-fields)
31778 (comint-replace-by-expanded-history, comint-send-input)
31779 (comint-output-filter, comint-get-old-input-default)
31780 (comint-line-beginning-position, comint-bol, comint-show-output)
31781 (comint-backward-matching-input, comint-forward-matching-input)
31782 (comint-next-prompt, comint-previous-prompt):
31783 Rename `comint-use-prompt-regexp-instead-of-fields' to
31784 `comint-use-prompt-regexp'. Keep old name as alias and declare
31785 obsolete.
31786 (comint-use-prompt-regexp): Shorten first line of doc string.
31787
31788 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31789 Set paragraph-separate buffer locally to "\\'".
31790
31791 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31792 Adapt to above name change.
31793
31794 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31795 (smbclient-prompt-regexp): Ditto.
31796
31797 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31798
31799 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31800
31801 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31802 gdb-location-list.
31803 Break lines that are over 80 characters wide.
31804
31805 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31806
31807 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31808 New fun and var, to preserve compatibility.
31809
31810 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31811
31812 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31813
31814 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31815 name to file-newer-than-file-p.
31816
31817 2005-04-26 Richard M. Stallman <rms@gnu.org>
31818
31819 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31820
31821 * progmodes/python.el (python-mode):
31822 Use new name eldoc-documentation-function.
31823
31824 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31825
31826 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31827 (eldoc-documentation-function):
31828 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31829
31830 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31831
31832 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31833
31834 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31835
31836 * term/xterm.el (function-key-map): Fix strings for
31837 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31838 {C,S,A,C-S}-{f1-f12}.
31839
31840 2005-04-26 Kenichi Handa <handa@m17n.org>
31841
31842 * international/mule-cmds.el (select-safe-coding-system):
31843 Fix previous change.
31844
31845 2005-04-26 Lute Kamstra <lute@gnu.org>
31846
31847 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31848
31849 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31850 (font-lock-comment-delimiter-face): Ditto.
31851
31852 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31853
31854 2005-04-25 Jay Belanger <belanger@truman.edu>
31855
31856 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31857 to t while inserting information; use help-mode.
31858
31859 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31860
31861 * term.el (ansi-term-color-vector): Use the xterm colors.
31862 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31863
31864 2005-04-25 Lute Kamstra <lute@gnu.org>
31865
31866 * font-core.el (font-lock-defaults): Fix docstring.
31867
31868 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31869
31870 2005-04-25 Kenichi Handa <handa@m17n.org>
31871
31872 * international/mule-cmds.el (select-safe-coding-system):
31873 Don't check consistency with coding: spec, etc if raw-text or
31874 no-conversion was found to be safe.
31875
31876 2005-04-24 Richard M. Stallman <rms@gnu.org>
31877
31878 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31879 citation markers at start of each line.
31880
31881 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31882 citation markers at start of each line.
31883
31884 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31885
31886 * files.el (mode-require-final-newline): Fix previous change.
31887 (require-final-newline): Fix type label.
31888
31889 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31890
31891 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31892 statement in buffer (broken by 2004-11-24 change).
31893
31894 2005-04-24 Kim F. Storm <storm@cua.dk>
31895
31896 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31897 and read-file-name-function values. Don't overwrite existing
31898 non-nil values if ido-mode is enabled without ido-everywhere.
31899
31900 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31901
31902 * files.el (mode-require-final-newline): Minor doc fix.
31903
31904 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31905
31906 * subr.el (syntax-after): Doc fix.
31907 (syntax-class): If argument is nil, return nil. Mask off upper 16
31908 bits, not 8 bits.
31909
31910 * files.el (mode-require-final-newline): Doc fix.
31911 (backup-buffer-copy): Fix last change.
31912
31913 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31914
31915 * term/mac-win.el: Require select. Set selection-coding-system to
31916 mac-system-coding-system. Call menu-bar-enable-clipboard.
31917 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31918 (x-select-enable-clipboard): New variables.
31919 (x-select-text, x-get-selection, x-selection-value)
31920 (x-get-selection-value, mac-select-convert-to-string)
31921 (mac-services-open-file, mac-services-open-selection)
31922 (mac-services-insert-text): New functions.
31923 (CLIPBOARD, FIND): Put mac-scrap-name property.
31924 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31925 (public.tiff): Put mac-ostype property.
31926 (selection-converter-alist): Add entries for them.
31927 (mac-application-menu-map): New keymap.
31928 (interprogram-cut-function, interprogram-paste-function): Set to
31929 x-select-text and x-get-selection-value, respectively.
31930 (split-window-keep-point): Set to t.
31931
31932 2005-04-23 Richard M. Stallman <rms@gnu.org>
31933
31934 * files.el (read-directory-name): Always pass non-nil
31935 DEFAULT-FILENAME arg to read-file-name.
31936 (backup-buffer-copy, basic-save-buffer-2): Take care against
31937 writing thru an unexpected existing symlink.
31938 (revert-buffer): In indirect buffer, revert the base buffer.
31939 (magic-mode-alist): Doc fix.
31940 (buffer-stale-function): Doc fix.
31941 (minibuffer-with-setup-hook): Avoid warning.
31942 (mode-require-final-newline): Doc and custom fix.
31943
31944 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31945
31946 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31947 use the default appearance.
31948 (font-lock-comment-delimiter-face): New face, new variable.
31949
31950 * imenu.el (imenu--generic-function): The official position of a
31951 definition is the start of the line that BEG is in.
31952
31953 * midnight.el (midnight-timer): Move defvar up.
31954
31955 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31956
31957 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31958
31959 * startup.el (command-line): Use with-no-warnings.
31960
31961 * window.el (window-size-fixed): New defvar.
31962
31963 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31964
31965 * mail/rmail.el (rmail-font-lock-keywords):
31966 Use font-lock-comment-delimiter-face.
31967
31968 * mail/sendmail.el (mail-font-lock-keywords):
31969 Use font-lock-comment-delimiter-face.
31970
31971 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31972
31973 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31974
31975 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31976 Specify t for LAXMATCH when matching directories.
31977 Save match data around compilation-compat-error-properties form.
31978
31979 2005-04-23 David Kastrup <dak@gnu.org>
31980
31981 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31982 Mention that the autoloaded aliases should be kept for AUCTeX.
31983
31984 2005-04-23 Andreas Schwab <schwab@suse.de>
31985
31986 * isearch.el (isearch-forward): Doc fix.
31987
31988 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31989
31990 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31991 (jit-lock-stealth-nice): Change default value to 0.5.
31992
31993 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31994
31995 * abbrev.el (write-abbrev-file): Write table entries in
31996 alphabetical order by table name.
31997
31998 2005-04-22 Kim F. Storm <storm@cua.dk>
31999
32000 * ido.el (ido-read-internal): Fix `list' completion.
32001
32002 2005-04-22 Kenichi Handa <handa@m17n.org>
32003
32004 * recentf.el (recentf-save-file-coding-system): New variable.
32005 (recentf-save-list): Encode the file by
32006 recentf-save-file-coding-system and add coding: tag.
32007
32008 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32009
32010 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32011
32012 2005-04-21 Lute Kamstra <lute@gnu.org>
32013
32014 * loadhist.el (unload-feature): Don't remove a function from hooks
32015 if it is about to be restored to an autoload . Remove functions
32016 that will become unbound from auto-mode-alist. Simplify the code.
32017
32018 * subr.el (assq-delete-all): New implementation that is linear,
32019 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32020 (rassq-delete-all): New function.
32021
32022 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32023 Add size-indication-mode.
32024
32025 2005-04-21 Kenichi Handa <handa@m17n.org>
32026
32027 * international/mule-cmds.el: Add autoload for widget-value in
32028 eval-when-compile.
32029
32030 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32031
32032 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32033 Add tooltip-mode.
32034
32035 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32036
32037 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32038
32039 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32040 (inferior-lisp-filter-regexp, inferior-lisp-program)
32041 (inferior-lisp-load-command, inferior-lisp-prompt)
32042 (inferior-lisp-mode-hook, lisp-source-modes)
32043 (inferior-lisp-load-hook): defvar->defcustom.
32044 (inferior-lisp-program, inferior-lisp-prompt)
32045 (inferior-lisp-load-hook): Doc fixes.
32046 (inferior-lisp-install-letter-bindings): Small change in
32047 introductory comment.
32048
32049 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32050
32051 * vc.el (vc-annotate-color-map): Change some colors so that text
32052 using them as foreground is readable on both white and black
32053 backgrounds.
32054
32055 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32056
32057 * international/mule-conf.el (translation-table-for-input):
32058 Remove redundant declaration.
32059
32060 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32061
32062 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32063
32064 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32065 (tooltip-toggle-gud-tips): New function.
32066
32067 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32068
32069 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32070 right angle brackets.
32071
32072 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32073
32074 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32075
32076 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32077
32078 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32079 Remove. Update callers to use expand-file-name instead.
32080
32081 * subr.el (syntax-class): New function.
32082
32083 * simple.el (blink-matching-open): Use it.
32084
32085 * paren.el (show-paren-function): Use it to recognize parens that are
32086 also used in 2-char comment markers.
32087
32088 2005-04-19 Lute Kamstra <lute@gnu.org>
32089
32090 * loadhist.el (unload-feature): Update for new format of
32091 load-history. Simplify the code.
32092
32093 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32094
32095 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32096 (mac-add-charset-info): New function. Initialize variable
32097 mac-charset-info-alist using it.
32098 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32099 for translation.
32100 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32101 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32102 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32103 New CCL programs.
32104
32105 2005-04-19 Kim F. Storm <storm@cua.dk>
32106
32107 * simple.el (next-buffer, prev-buffer, next-error)
32108 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32109 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32110
32111 * bindings.el (next-buffer, prev-buffer, next-error)
32112 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32113 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32114 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32115 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32116
32117 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32118
32119 * isearch.el (isearch-edit-string): Make the search-ring available for
32120 minibuffer history commands.
32121 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32122 the default history commands now work just as well.
32123 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32124
32125 2005-04-18 Kim F. Storm <storm@cua.dk>
32126
32127 * emulation/cua-base.el (cua--pre-command-handler): Add more
32128 elaborate check for shift modifier on non-window systems.
32129
32130 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32131
32132 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32133
32134 2005-04-18 Kim F. Storm <storm@cua.dk>
32135
32136 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32137 and make it optional. Don't test tooltip-gud-echo-area here.
32138 (tooltip-gud-process-output, gdb-tooltip-print):
32139 Pass tooltip-gud-echo-area to tooltip-show.
32140 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32141
32142 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32143
32144 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32145 `display-graphic-p' may not be bound yet.
32146
32147 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32148
32149 * startup.el (command-line): No longer enable Xterm Mouse mode by
32150 default in terminals compatible with xterm.
32151
32152 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32153
32154 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32155
32156 * tooltip.el (tooltip-gud-echo-area): Rename from
32157 tooltip-use-echo-area.
32158 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32159 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32160 area independently of where help tooltips are displayed.
32161
32162 2005-04-17 David Kastrup <dak@gnu.org>
32163
32164 * cus-theme.el (custom-theme-write-variables): Quote variables
32165 where necessary.
32166
32167 2005-04-17 Richard M. Stallman <rms@gnu.org>
32168
32169 * simple.el (yank-excluded-properties): Add follow-link to value.
32170
32171 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32172
32173 * startup.el (fancy-splash-max-time): Just 30 seconds.
32174 (fancy-splash-delay): Just 7.
32175 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32176
32177 * loadhist.el (unload-feature): Update for new format of load-history.
32178 Simplify the code.
32179
32180 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32181 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32182
32183 * mail/sendmail.el (mail-font-lock-keywords):
32184 Don't fontify subject text.
32185 Don't fontify the text of a citation.
32186
32187 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32188
32189 * comint.el (comint-output-filter): Run comint-output-filter-functions
32190 with point where the user had it.
32191
32192 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32193
32194 * international/ucs-tables.el (ucs-set-table-for-input):
32195 Disable when using unify-on-decoding.
32196
32197 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32198
32199 * emulation/cua-base.el (cua-global-mark-face): Add special case
32200 for displays supporting a high number of colors.
32201
32202 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32203
32204 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32205
32206 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32207
32208 * filesets.el (filesets-add-buffer): If user supplies a name of a
32209 non-existing fileset, create a new fileset.
32210
32211 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32212
32213 * textmodes/org.el (org-up-heading-all): Fix bug with
32214 `outline-up-heading-all'.
32215
32216 2005-04-16 Andreas Schwab <schwab@suse.de>
32217
32218 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32219 /etc/permissions.d/* and /etc/aliases.d/*.
32220
32221 2005-04-16 Kenichi Handa <handa@m17n.org>
32222
32223 * international/code-pages.el (cp-make-coding-system):
32224 Set `translation-table-for-input' property value to the symbol
32225 ucs-mule-to-mule-unicode, not to that value.
32226 (pt154): Escape guillemet by `\'.
32227
32228 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32229
32230 * loadup.el: Load tooltip if x-show-tip is fboundp.
32231
32232 * startup.el (command-line): Add comment.
32233
32234 * tooltip.el (tooltip-mode): Specify correct standard value for
32235 Custom in init-value.
32236
32237 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32238
32239 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32240 possible.
32241
32242 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32243
32244 * textmodes/org.el (org-agenda-date-prompt): Rename from
32245 `org-agenda-date-today'.
32246 (org-evaluate-time-range): Insert at point instead of directly
32247 after time range.
32248 (org-first-headline-recenter, org-subtree-end-visible-p)
32249 (org-optimize-window-after-visibility-change): New functions
32250 (org-agenda-post-command-hook): Don't allow point at end of line,
32251 to make sure it always hits the text properties.
32252 (org-agenda-next-date-line, org-agenda-previous-date-line):
32253 New commands.
32254 (org-set-regexps-and-options): Category may contain white space.
32255 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32256 Improve marker positions.
32257 (org-agenda-new-marker): Argument POS made optional.
32258 (org-agenda-get-timestamps): Deadlines which are done are listed
32259 in org-done-face now.
32260 (org-agenda-get-todos, org-agenda-get-timestamps)
32261 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32262 Set `undone-face' and `done-face' properties.
32263 (org-last-todo-state-is-todo): New variable.
32264 (org-todo): Set `org-last-todo-state-is-todo'.
32265 (org-agenda-todo): Change face according to
32266 `org-last-todo-state-is-todo'. And change other lines referring to
32267 the same entry.
32268 (org-calendar-goto-agenda): New command.
32269 (org-calendar-to-agenda-key): New option.
32270 (org-startup-folded): New allowed value `content'.
32271 (org-set-regexps-and-options): Accept new value `content' for
32272 `org-startup-folded'.
32273 (org-get-current-options): Handle new value `content' for
32274 `org-startup-folded'.
32275 (org-insert-todo-heading): New command.
32276 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32277 interactively in empty file and option
32278 `org-insert-mode-line-in-empty-file' has been set.
32279 (org-agenda-todo, org-agenda-priority): Modify to use
32280 `org-agenda-change-all-lines'.
32281 (org-warning-face): Change color on dark background.
32282
32283 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32284
32285 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32286 use preferences AppleLocale and AppleLanguages, and variable
32287 mac-system-locale for default locale. On Mac OS Classic, use
32288 mac-system-coding-system for default coding systems.
32289
32290 * term/mac-win.el: Don't set file-name-coding-system.
32291 Decode variables system-name, emacs-build-system, user-login-name, and
32292 user-full-name by mac-system-coding-system on Mac OS Classic.
32293 (mac-system-coding-system): New variable.
32294
32295 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32296
32297 * startup.el (command-line): Handle `xterm-mouse-mode' before
32298 reading init file.
32299
32300 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32301
32302 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32303
32304 * progmodes/sh-script.el (sh-here-document-word): Make it a
32305 defcustom. Doc fix.
32306 (sh-add): Bash uses $(( )) for arithmetic.
32307 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32308 (sh-maybe-here-document): Remove quotes and leading whitespace
32309 from heredoc word when closing. Indent heredoc with tabs if word
32310 starts with "-".
32311
32312 2005-04-13 Richard M. Stallman <rms@gnu.org>
32313
32314 * simple.el (undo): Fix previous change.
32315
32316 * custom.el (defface): Doc fix.
32317
32318 2005-04-13 Lute Kamstra <lute@gnu.org>
32319
32320 * Makefile.in (DONTCOMPILE): Remove list.
32321 (compile, compile-always): Don't use DONTCOMPILE.
32322 (update-authors): Load the library in which batch-update-authors
32323 is defined.
32324 * makefile.w32-in (DONTCOMPILE): Remove list.
32325 (compile, compile-always): Fix comments.
32326 (update-authors): Load the library in which batch-update-authors
32327 is defined.
32328
32329 * generic-x.el (generic-mode-ini-file-find-file-hook):
32330 Rename to ini-generic-mode-find-file-hook.
32331 Keep generic-mode-ini-file-find-file-hook as an alias.
32332 (ini-generic-mode-find-file-hook): Rename from
32333 generic-mode-ini-file-find-file-hook. Fix docstring.
32334 (ini-generic-mode): Docstring change.
32335 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32336
32337 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32338 called from lisp.
32339
32340 * generic.el: Move to the emacs-lisp subdir.
32341
32342 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32343
32344 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32345 and C-S- function and cursor motion keys.
32346
32347 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32348
32349 * startup.el (command-line): Enable Xterm Mouse mode by default.
32350 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32351 for Custom. No longer show "Mouse" in mode line when enabled.
32352 Doc fix.
32353
32354 2005-04-12 Kim F. Storm <storm@cua.dk>
32355
32356 * emulation/cua-base.el (cua-rectangle-face)
32357 (cua-rectangle-noselect-face): Define face attributes here.
32358
32359 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32360
32361 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32362
32363 * startup.el (command-line): Turn off blinking cursor if
32364 cursorBlink in resources is off or false.
32365
32366 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32367
32368 * term/mac-win.el (dnd): Require dnd.
32369 (mac-drag-n-drop): Call dnd-handle-one-url.
32370 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32371 (kTextEncodingISOLatin2): Remove constants.
32372 (mac-script-code-coding-systems): New constant.
32373 (mac-handle-language-change): New function.
32374 (special-event-map): Bind it to `language-change' event.
32375 (mac-centraleurroman, mac-cyrillic): New coding systems.
32376 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32377 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32378 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32379 encode-mac-cyrillic, respectively.
32380
32381 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32382
32383 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32384 Don't set overlay-arrow-string to "=>" as this is done
32385 globally in C now.
32386
32387 2005-04-12 Lute Kamstra <lute@gnu.org>
32388
32389 * generic-x.el (rc-generic-mode, rul-generic-mode):
32390 Fix auto-mode-alist entries.
32391 (etc-fstab-generic-mode): Tweak fontification.
32392
32393 * generic.el (generic-make-keywords-list): Fix docstring.
32394 (generic-mode-internal): Simplify generic-font-lock-keywords.
32395
32396 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32397
32398 * whitespace.el (whitespace-buffer-leading)
32399 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32400 However, fix the highlight area for the leading and
32401 trailing whitespaces to show space.
32402
32403 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32404
32405 * whitespace.el (whitespace-version): Bump to 3.5.
32406
32407 (whitespace-buffer-leading, whitespace-buffer-trailing):
32408 Invert sense of the test to highlight the whitespace.
32409
32410 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32411
32412 * progmodes/gud.el (gud-display-line): GUD uses its own
32413 overlay arrow now so don't set overlay-arrow-string.
32414 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32415
32416 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32417
32418 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32419 (term-ansi-current-reverse, term-ansi-current-invisible)
32420 (term-ansi-face-already-done): Change to boolean.
32421 (term-reset-terminal, term-handle-colors-array): Handle the above
32422 vars accordingly.
32423 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32424 (term-emulate-terminal): Use the new name.
32425
32426 * faces.el (secondary-selection): Use yellow1, not yellow.
32427 (trailing-whitespace): Use red1, not red.
32428
32429 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32430
32431 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32432 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32433 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32434
32435 * cus-edit.el (dnd): New group.
32436
32437 * term/w32-win.el (dnd): Require dnd
32438 (w32-drag-n-drop): Call dnd-handle-one-url.
32439
32440 * x-dnd.el: Require dnd.
32441 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32442 Call dnd-handle-one-url.
32443 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32444 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32445 to dnd-insert-text.
32446 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32447 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32448 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32449 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32450
32451 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32452
32453 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32454
32455 * wdired.el: Doc fixes.
32456 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32457 (wdired-use-dired-vertical-movement): Rename from
32458 wdired-always-move-to-filename-beginning.
32459 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32460 (wdired-change-to-wdired-mode): Change mode name.
32461 (wdired-newline): Delete.
32462
32463 2005-04-11 Richard M. Stallman <rms@gnu.org>
32464
32465 * whitespace.el (whitespace-highlight-the-space):
32466 Don't call whitespace-unhighlight-the-space here.
32467
32468 * simple.el (undo): Record t in undo-equiv-table
32469 for the redo record made by an undo-in-region.
32470
32471 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32472
32473 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32474 (gdb-frame-inferior-io-buffer): New Functions to control
32475 display of separate IO buffer.
32476 (menu): Add them to menu-bar.
32477 (gdb-display-buffer): Check for buffer another frame.
32478 Protect GUD buffer.
32479 (gdb-setup-windows): Create IO buffer if not already there.
32480 (gdb-memory-mode): Remove purecopy noops.
32481
32482 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32483
32484 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32485 and pass to self-insert-command.
32486
32487 2005-04-11 Lute Kamstra <lute@gnu.org>
32488
32489 * generic.el: Commentary section cleanup.
32490 (generic): Delete.
32491 (generic-use-find-file-hook, generic-lines-to-scan)
32492 (generic-find-file-regexp, generic-ignore-files-regexp)
32493 (default-generic-mode, generic-mode-find-file-hook)
32494 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32495 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32496 (generic-use-find-file-hook, generic-lines-to-scan)
32497 (generic-find-file-regexp, generic-ignore-files-regexp)
32498 (default-generic-mode, generic-mode-find-file-hook)
32499 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32500
32501 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32502
32503 * bookmark.el (bookmark-write-file): Catch errors writing file.
32504 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32505
32506 2005-04-10 Richard M. Stallman <rms@gnu.org>
32507
32508 * startup.el (fancy-splash-tail): Update copyright year.
32509 (command-line): Split part of -Q into -D.
32510 (emacs-basic-display): New defvar.
32511 (fancy-splash-text): Correct name of menu item.
32512
32513 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32514
32515 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32516 lines in one node.
32517
32518 * comint.el (comint-send-input): New arg ARTIFICIAL.
32519 Callers in this file changed.
32520
32521 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32522
32523 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32524
32525 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32526
32527 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32528 `ldap-search-internal'.
32529
32530 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32531
32532 * files.el (set-auto-mode-1): Use line-end-position.
32533
32534 * international/latin-1.el:
32535 * international/latin-2.el:
32536 * international/latin-3.el:
32537 * international/latin-4.el:
32538 * international/latin-5.el:
32539 * international/latin-8.el:
32540 * international/latin-9.el: Give punctuation syntax to NBSP.
32541
32542 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32543 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32544 Use char-classes to accept non-ascii letters, accepted in some recent
32545 bibtex implementations.
32546
32547 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32548
32549 * custom.el (custom-set-minor-mode): Any non-nil value for the
32550 variable should enable the mode when set through Custom.
32551
32552 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32553
32554 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32555 TAB binding so tab-always-indent is obeyed.
32556 (vhdl-minibuffer-local-map): Move initialization into declaration.
32557 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32558 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32559 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32560 (vhdl-current-line): Use line-beginning-position.
32561 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32562 with-output-to-temp-buffer, so the current position can be recorded.
32563
32564 2005-04-10 Masatake YAMATO <jet@gyve.org>
32565
32566 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32567 Add regexp for gcov.
32568
32569 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32570
32571 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32572 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32573 syntax which Emacs 20 doesn't support.
32574
32575 2005-04-09 Richard M. Stallman <rms@gnu.org>
32576
32577 * help.el (describe-key-briefly, describe-key):
32578 Replace strings as event types with "(any string)".
32579
32580 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32581
32582 * arc-mode.el (archive-mode-map): Move initialization into
32583 the declaration. Override *all* bindings of `undo'.
32584 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32585
32586 2005-04-09 Jay Belanger <belanger@truman.edu>
32587
32588 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32589
32590 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32591
32592 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32593 (xterm-register-default-colors): Update color values computation
32594 to match xterm-200.
32595
32596 2005-04-09 Kenichi Handa <handa@m17n.org>
32597
32598 * international/code-pages.el (iso-latin-7): Fix the map.
32599
32600 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32601
32602 * emacs-lisp/lisp.el (defun-prompt-regexp)
32603 (parens-require-spaces, buffer-end, end-of-defun)
32604 (insert-parentheses): Doc fixes.
32605
32606 2005-04-08 Kim F. Storm <storm@cua.dk>
32607
32608 * comint.el (comint-highlight-prompt): Fix face spec.
32609 * hi-lock.el (hi-green): Likewise.
32610
32611 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32612
32613 * cus-edit.el (custom-modified-face):
32614 * comint.el (comint-highlight-input): Fix previous changes.
32615 * term.el (term-handle-ansi-escape): Add a comment.
32616
32617 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32618
32619 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32620 in the buffer and in whitespace-highlighted-space.
32621 (whitespace-unhighlight-the-space): Simplify.
32622 (whitespace-buffer): Simplify.
32623
32624 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32625
32626 * textmodes/table.el (table-cell-face): Add special case for
32627 displays supporting a high number of colors.
32628 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32629 (vhdl-font-lock-reserved-words-face)
32630 (vhdl-speedbar-architecture-face)
32631 (vhdl-speedbar-instantiation-face)
32632 (vhdl-speedbar-architecture-selected-face)
32633 (vhdl-speedbar-instantiation-selected-face): Likewise.
32634 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32635 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32636 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32637 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32638 (ebrowse-progress-face): Likewise.
32639 * progmodes/compile.el (compilation-info-face): Likewise.
32640 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32641 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32642 * calendar/calendar.el (diary-face): Likewise.
32643 * woman.el (woman-italic-face, woman-bold-face)
32644 (woman-unknown-face): Likewise.
32645 * wid-edit.el (widget-button-pressed-face): Likewise.
32646 * whitespace.el (whitespace-highlight-face): Likewise.
32647 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32648 * pcvs-info.el (cvs-marked-face): Likewise.
32649 * info.el (info-xref): Likewise.
32650 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32651 * hilit-chg.el (highlight-changes-face)
32652 (highlight-changes-delete-face): Likewise.
32653 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32654 (hi-red-b): Likewise.
32655 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32656 * font-lock.el (font-lock-keyword-face)
32657 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32658 * cus-edit.el (custom-invalid-face, custom-modified-face)
32659 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32660 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32661 * comint.el (comint-highlight-prompt): Likewise.
32662
32663 2005-04-08 Lute Kamstra <lute@gnu.org>
32664
32665 * font-lock.el (font-lock-keywords): Docstring fixes.
32666
32667 2005-04-08 Kenichi Handa <handa@m17n.org>
32668
32669 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32670 chars are more than a limit, print " and more..." at the tail.
32671
32672 2005-04-08 Kim F. Storm <storm@cua.dk>
32673
32674 * emacs-lisp/authors.el (authors-aliases): Update list.
32675 (authors-ignored-files): New list.
32676 (authors-fixed-entries): Fix typo.
32677 (authors-renamed-files-alist): Update list.
32678 (authors-add): Check authors-ignored-files.
32679
32680 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32681
32682 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32683 optional, to ensure backward compatibility.
32684
32685 2005-04-08 Stephen Eglen <stephen@gnu.org>
32686
32687 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32688
32689 2005-04-08 Kim F. Storm <storm@cua.dk>
32690
32691 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32692
32693 * mouse.el (mouse-on-link-p): Doc fix.
32694
32695 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32696
32697 * ielm.el (ielm-prompt-read-only): Doc fix.
32698
32699 * comint.el (comint-prompt-read-only): Doc fix.
32700
32701 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32702
32703 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32704 ensure dired always handles wildcards passed to ffap.
32705 (find-file-at-point): Use it.
32706 (ffap-dired-wildcards): Doc fix.
32707
32708 2005-04-07 Juri Linkov <juri@jurta.org>
32709
32710 * simple.el (next-error-overlay-arrow-position): New defvar.
32711 Put "=>" on its property `overlay-arrow-string'. Add it to
32712 `overlay-arrow-variable-list'.
32713
32714 * progmodes/compile.el (compilation-setup):
32715 Set `next-error-overlay-arrow-position' to nil. Also set it to
32716 nil in the local hook `kill-buffer-hook'. Make local variable
32717 `overlay-arrow-string' and set it to "=>".
32718 (compilation-goto-locus): Set BOL position to
32719 `next-error-overlay-arrow-position' instead of
32720 `overlay-arrow-position'.
32721
32722 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32723 locally instead of adding it to the global hook.
32724 (Info-kill-buffer): Move up.
32725
32726 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32727
32728 * term/xterm.el (xterm-standard-colors): Update color values from
32729 xterm-200.
32730
32731 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32732
32733 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32734
32735 * fast-lock.el:
32736 * lazy-lock.el: Move them to the obsolete subdir.
32737
32738 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32739
32740 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32741 (wdired-add-replace-advice): Remove.
32742 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32743
32744 2005-04-06 Kim F. Storm <storm@cua.dk>
32745
32746 * startup.el (command-line): Add --bare-bones alias for -Q.
32747
32748 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32749
32750 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32751 create the startup fontset if a font specification ends with
32752 `mac-roman'.
32753
32754 2005-04-06 Lute Kamstra <lute@gnu.org>
32755
32756 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32757 change.
32758
32759 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32760 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32761
32762 2005-04-05 Lute Kamstra <lute@gnu.org>
32763
32764 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32765 (define-generic-mode): Ditto. Fix debug declaration.
32766
32767 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32768 Put them in the generic-x group.
32769
32770 * calendar/timeclock.el (timeclock): Doc fix.
32771
32772 * generic.el (define-generic-mode): Don't use custom-current-group.
32773 Document default :group value.
32774 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32775 (define-global-minor-mode): Don't use custom-current-group.
32776
32777 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32778
32779 * startup.el (command-line-1): Display startup-echo-area-message
32780 when fancy splash screen is in use.
32781
32782 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32783 (sh-escaped-newline): New face.
32784 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32785 newline, and use sh-escaped-newline face.
32786
32787 * progmodes/tcl.el (tcl-escaped-newline): New face.
32788 (tcl-builtin-list): New variable.
32789 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32790 newlines. Fix keywords subexpression number.
32791
32792 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32793
32794 * textmodes/org.el (org-diary-default-entry): Fix call to
32795 `add-to-diary-entry'.
32796
32797 2005-04-05 Kim F. Storm <storm@cua.dk>
32798
32799 * ediff-init.el: Use (featurep 'xemacs).
32800
32801 2005-04-05 David Ponce <david@dponce.com>
32802
32803 * cus-edit.el (face): Derive from symbol widget. Display sample
32804 of the current face on the fly.
32805 (widget-face-sample-face-get, widget-face-notify): New functions.
32806 (widget-face-value-create): Remove.
32807
32808 * wid-edit.el (widget-field-end): Temporarily remove field
32809 narrowing before to call `get-char-property'.
32810
32811 2005-04-04 Jay Belanger <belanger@truman.edu>
32812
32813 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32814 (math-read-subscripts): New variable.
32815 (math-read-preprocess-string): Process subscripts.
32816
32817 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32818
32819 * comint.el (comint-prompt-read-only): Doc fix.
32820
32821 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32822 `-1'. Doc fix.
32823
32824 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32825
32826 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32827 Change default value to nil.
32828
32829 2005-04-04 Lute Kamstra <lute@gnu.org>
32830
32831 * autorevert.el (auto-revert-mode): Specify :group.
32832 * battery.el (display-battery-mode): Specify :group.
32833 * diff-mode.el (diff-minor-mode): Specify :group.
32834 * font-core.el (font-lock-mode): Specify :group.
32835 * hl-line.el (hl-line-mode): Specify :group.
32836 * iimage.el (iimage): New customization group.
32837 (iimage-mode): Specify :group.
32838 * longlines.el (longlines-mode): Specify :group.
32839 * master.el: Don't require easy-mmode.
32840 (master): New customization group.
32841 (master-mode): Specify :group.
32842 * msb.el (msb-mode): Specify :group.
32843 * reveal.el (reveal-mode): Specify :group.
32844 * simple.el (next-error-follow-minor-mode): Specify :group.
32845 * smerge-mode.el (smerge-mode): Specify :group.
32846 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32847 * emulation/cua-base.el (cua-mode): Specify :group.
32848 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32849 * language/thai-util.el (thai-auto-composition-mode)
32850 (thai-word-mode): Specify :group.
32851 * mail/supercite.el (sc-minor-mode): Specify :group.
32852 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32853 * progmodes/flymake.el (flymake-mode): Specify :group.
32854 * progmodes/glasses.el (glasses-mode): Specify :group.
32855 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32856 * textmodes/enriched.el (enriched-mode): Specify :group.
32857 * textmodes/refill.el (refill-mode): Specify :group.
32858
32859 * add-log.el (change-log-font-lock-keywords): Names in
32860 parenthesized lists can contain spaces.
32861
32862 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32863
32864 * startup.el (fancy-splash-text): Shorten default text of
32865 "Emacs Tutorial" line. Also, if the current language env
32866 indicates an available tutorial file other than TUTORIAL,
32867 extract its title and append it to the line in parentheses.
32868 (fancy-splash-insert): If arg is a thunk, funcall it.
32869
32870 2005-04-04 Jay Belanger <belanger@truman.edu>
32871
32872 * calc.el (calc-language-alist): Add tags to customization type.
32873
32874 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32875
32876 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32877 Doc fix.
32878
32879 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32880
32881 * add-log.el (change-log-font-lock-keywords): The manual
32882 describing a Change Log entry, says: (...) "Aside from these
32883 header lines, every line in the change log starts with a space or
32884 a tab.". The font-lock was not highlighting lines started with
32885 spaces, added support for it.
32886
32887 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32888
32889 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32890 (bibtex-generate-url-list): Update docstring accordingly. Put the
32891 complex example in the docstring.
32892 (bibtex-font-lock-url): Use pop.
32893
32894 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32895
32896 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32897
32898 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32899
32900 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32901
32902 * filesets.el (filesets-set-default): Doc fix.
32903
32904 2005-04-03 Lute Kamstra <lute@gnu.org>
32905
32906 * generic.el (define-generic-mode): Add argument to specify
32907 keywords for defcustom.
32908 (default-generic-mode): Specify :group.
32909
32910 * generic-x.el: Specify :group for all generic modes.
32911
32912 * desktop.el (desktop-no-desktop-file-hook)
32913 (desktop-after-read-hook): Doc fix.
32914
32915 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32916
32917 * simple.el (visible-mode): Use explicit :group keyword.
32918 This changes the group of `visible-mode-hook' from paren-blinking
32919 to editing-basics.
32920
32921 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32922
32923 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32924 mailbox specifications as well as URLs.
32925 (rmail-insert-inbox-text): Remove unused conditional branches.
32926
32927 2005-04-01 Jay Belanger <belanger@truman.edu>
32928
32929 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32930 (calc-gnuplot-print-command): Move definitions to calc.el.
32931
32932 * calc/calc-embed.el (calc-embedded-announce-formula)
32933 (calc-embedded-open-formula, calc-embedded-close-formula)
32934 (calc-embedded-open-word, calc-embedded-close-word)
32935 (calc-embedded-open-plain, calc-embedded-close-plain)
32936 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32937 (calc-embedded-open-mode, calc-embedded-close-mode):
32938 Move definitions to calc.el.
32939
32940 * calc/calc.el (calc-settings-file, calc-language-alist):
32941 Make customizable.
32942 (calc-embedded-announce-formula, calc-embedded-open-formula)
32943 (calc-embedded-close-formula, calc-embedded-open-word)
32944 (calc-embedded-close-word, calc-embedded-open-plain)
32945 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32946 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32947 (calc-embedded-close-mode, calc-gnuplot-name)
32948 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32949 from other files and make customizable.
32950
32951 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32952
32953 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32954 Use buffer-live-p.
32955 (cvs-mode-run): Don't call cvs-update-header here.
32956 (cvs-run-process): Call cvs-update-header.
32957 Use process properties for cvs-postprocess and cvs-buffer so that
32958 the sentinel can behave better if the temp buffer is killed.
32959 Use a pipe rather than a tty, to better handle unexpected prompts.
32960 (cvs-sentinel): Rewrite. Call cvs-update-header.
32961
32962 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32963
32964 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32965 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32966
32967 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32968
32969 * generic.el (define-generic-mode): Add indentation rule.
32970
32971 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32972
32973 * files.el (mode-require-final-newline): Make Custom correctly
32974 report a nil value and allow to set it to nil via Custom.
32975 Doc fix.
32976
32977 2005-04-01 Kenichi Handa <handa@m17n.org>
32978
32979 * international/characters.el: Enable the correct case setting for
32980 dotless-i and dotted-I.
32981
32982 2005-04-01 Kim F. Storm <storm@cua.dk>
32983
32984 * ido.el (ido-file-internal): Fall back to non-ido command if
32985 initial directory is on slow ftp (or tramp) host.
32986
32987 2005-03-31 Richard M. Stallman <rms@gnu.org>
32988
32989 * emacs-lisp/autoload.el (make-autoload):
32990 Handle define-global-minor-mode.
32991
32992 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32993 Rename from easy-mmode-define-global-mode.
32994 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32995
32996 * progmodes/scheme.el (scheme-mode-syntax-table):
32997 Update syntax of | and # for two-character comment syntax.
32998
32999 2005-03-31 Lute Kamstra <lute@gnu.org>
33000
33001 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33002 (define-minor-mode): Call custom-current-group at load-time.
33003
33004 * generic.el (define-generic-mode): Add debug declaration.
33005 Add defcustom for the mode hook.
33006 (generic-mode-internal): Use run-mode-hooks.
33007
33008 2005-03-31 Kim F. Storm <storm@cua.dk>
33009
33010 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33011 (mouse-fixup-help-message): New defun called by show_help_echo
33012 to fixup mouse-2 prefix in help messages when applicable.
33013
33014 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33015
33016 2005-03-31 Kenichi Handa <handa@m17n.org>
33017
33018 * language/thai-word.el (thai-find-word-ends): Pay attention to
33019 the case that we reach the end of buffer.
33020
33021 * textmodes/fill.el (fill-text-properties-at): New function.
33022 (fill-newline): Use fill-text-properties-at instead of
33023 text-properties-at.
33024
33025 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33026
33027 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33028 not comint-quote-filename.
33029
33030 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33031
33032 * help-fns.el (help-with-tutorial): Revert last change.
33033
33034 2005-03-31 Kim F. Storm <storm@cua.dk>
33035
33036 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33037
33038 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33039
33040 * calendar/cal-china.el: Update reference to "Calendrical
33041 Calculations" book; there's a new edition.
33042 * calendar/cal-coptic.el: Likewise.
33043 * calendar/cal-french.el: Likewise.
33044 * calendar/cal-hebrew.el: Likewise.
33045 * calendar/cal-islam.el: Likewise.
33046 * calendar/cal-iso.el: Likewise.
33047 * calendar/cal-julian.el: Likewise.
33048 * calendar/cal-mayan.el: Likewise.
33049 * calendar/cal-persia.el: Likewise.
33050 * calendar/calendar.el: Likewise.
33051 * calendar/holidays.el: Likewise.
33052 * calendar/lunar.el: Likewise.
33053 * calendar/solar.el: Likewise.
33054
33055 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33056 white space from doc string.
33057
33058 2005-03-30 Jay Belanger <belanger@truman.edu>
33059
33060 * calc/calc-help.el (calc-full-help): Remove email address.
33061
33062 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33063
33064 * help-fns.el (help-with-tutorial): Delete title line.
33065
33066 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33067
33068 * calendar/cal-x.el (calendar-one-frame-setup)
33069 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33070 rather than `symbol' for set-window-dedicated-p.
33071
33072 * calendar/appt.el (appt-buffer-name): Make it a constant.
33073 (appt-add): Doc fix.
33074
33075 * filesets.el (filesets-menu-path, filesets-menu-before)
33076 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33077 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33078 (filesets-add-submenu): Delete and use add-submenu instead.
33079
33080 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33081
33082 * textmodes/org.el (org-agenda-phases-of-moon)
33083 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33084 (org-agenda-goto-calendar): New commands.
33085 (org-diary-default-entry): New function.
33086 (org-get-entries-from-diary): Better parsing of diary entries.
33087 (org-agenda-check-no-diary): New function.
33088 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33089 linking to diary entries.
33090 (org-agenda-execute-calendar-command): New function.
33091 (org-agenda): Improve visible section in window.
33092 Use `org-fit-agenda-window'.
33093 (org-fit-agenda-window): New option.
33094 (org-move-subtree-down): Better handling of empty lines
33095 at end of subtree.
33096 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33097 levels up.
33098 (org-fontify-done-headline): New option.
33099 (org-headline-done-face): New face.
33100 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33101 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33102 When current field is non-empty, it is copied to next row.
33103 (org-table-copy-from-above): Fix bug which made it
33104 impossible to copy fields containing only a single non-white character.
33105
33106 2005-03-30 Kim F. Storm <storm@cua.dk>
33107
33108 * kmacro.el (kmacro-end-macro): Isearch may store this command
33109 into the macro -- so ignore it when executing keyboard macro.
33110
33111 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33112
33113 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33114
33115 2005-03-29 Kenichi Handa <handa@m17n.org>
33116
33117 * language/thai.el ("Thai"): Set setup-function and exit-function
33118 for Thai language environment.
33119
33120 * language/thai-util.el: Require thai-word.
33121 (thai-word-mode-map): New variable.
33122 (thai-word-mode): New minor mode.
33123 (setup-thai-language-environment-internal): New function.
33124 (exit-thai-language-environment-internal): New function.
33125
33126 * language/thai-word.el (thai-word-table): Declare it by defvar,
33127 use dolist to initialize it.
33128 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33129 (thai-fill-find-break-point): New functions.
33130
33131 2005-03-29 Richard M. Stallman <rms@gnu.org>
33132
33133 * simple.el (idle-update-delay): Move definition up.
33134 (set-mark): Doc fix.
33135
33136 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33137
33138 * longlines.el: New file.
33139
33140 * simple.el (buffer-substring-filters): New variable.
33141 (filter-buffer-substring): New function.
33142 (kill-region, copy-region-as-kill): Use it.
33143
33144 * register.el (copy-to-register, append-to-register)
33145 (prepend-to-register): Use filter-buffer-substring.
33146
33147 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33148
33149 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33150 (gud-filter-pending-text): Move in front of gdb.
33151 (gud-overlay-arrow-position): New variable.
33152 (gud-sentinel, gud-display-line): Use it in place of
33153 overlay-arrow-position.
33154
33155 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33156
33157 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33158 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33159 (fortran-font-lock-keywords-4): New variable.
33160 (fortran-blocks-re, fortran-end-block-re)
33161 (fortran-start-block-re): New constants, for hideshow.
33162 (hs-special-modes-alist): Add a Fortran entry.
33163 (fortran-mode-map): Bind fortran-end-of-block,
33164 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33165 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33166 (fortran-looking-at-if-then, fortran-end-of-block)
33167 (fortran-beginning-of-block): New functions, for hideshow.
33168
33169 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33170 Doc fix. Tweak regexp.
33171 (f90-beginning-of-block): Push mark first.
33172
33173 2005-03-29 Jay Belanger <belanger@truman.edu>
33174
33175 * calc/calc.el: Update copyright date.
33176 (calc-version): Increase to 2.1.
33177 (calc-version-date): Remove.
33178
33179 * calc/calc-help.el: Update copyright date.
33180 (calc-full-help): Remove reference to calc-version-date.
33181 Update copyright date.
33182
33183 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33184
33185 * vc.el (vc-do-command): Use a pipe for async processes, so password
33186 prompts don't show up at places where the user can't reply.
33187
33188 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33189
33190 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33191 on the file name we pass to the inferior shell.
33192
33193 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33194
33195 * progmodes/which-func.el (which-function): Be robust in the face of an
33196 imenu--make-index-alist failure.
33197
33198 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33199
33200 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33201
33202 * progmodes/python.el (python-preoutput-filter): Fix last change.
33203
33204 2005-03-29 Lute Kamstra <lute@gnu.org>
33205
33206 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33207 functions and compiled macros.
33208 (debug-convert-byte-code): Handle macros too.
33209 (debug-on-entry-1): Don't signal an error when trying to clear a
33210 function that is not set to debug on entry.
33211
33212 2005-03-29 Jay Belanger <belanger@truman.edu>
33213
33214 * calc/calc-lang.el: Add functions to math-function-table
33215 properties of tex and math.
33216
33217 2005-03-29 Kenichi Handa <handa@m17n.org>
33218
33219 * ps-mule.el (ps-mule-plot-string): Translate characters by
33220 ps-print-translation-table.
33221 (ps-mule-begin-job): Call find-charset-region/string with
33222 ps-print-translation-table.
33223 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33224
33225 * ps-print.el (ps-print-translation-table): New variable.
33226 (ps-plot-region): Translate characters by ps-print-translation-table.
33227
33228 2005-03-29 Juri Linkov <juri@jurta.org>
33229
33230 * simple.el (next-error-highlight-timer): New variable.
33231
33232 * progmodes/compile.el (compilation-goto-locus):
33233 Use `next-error-highlight-timer' instead of `sit-for'.
33234
33235 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33236
33237 * mail/supercite.el (sc-mail-field): Use assoc-string.
33238 (sc-get-address): Simplify regexps.
33239
33240 * files.el (minibuffer-with-setup-hook): New macro.
33241 (find-file-read-args): Use it to avoid let-binding
33242 minibuffer-with-setup-hook (which breaks turning on/off
33243 file-name-shadow-mode while in the prompt).
33244
33245 * complete.el (PC-read-include-file-name-internal):
33246 Use test-completion.
33247
33248 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33249
33250 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33251
33252 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33253
33254 * window.el (window-buffer-height): Use count-screen-lines.
33255
33256 * progmodes/python.el (python-preoutput-leftover): New var.
33257 (python-preoutput-filter): Use it.
33258 (python-send-receive): Loop until all the result has been received.
33259
33260 2005-03-28 Juri Linkov <juri@jurta.org>
33261
33262 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33263
33264 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33265 "Recover Crashed Session".
33266 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33267 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33268 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33269 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33270 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33271 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33272 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33273 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33274
33275 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33276 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33277 Ediff Sessions", "Toggle use of separate control buffer frame",
33278 "Use separate frame for Ediff control buffer".
33279
33280 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33281 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33282 "Rename Bookmark", "Delete Bookmark".
33283
33284 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33285 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33286 Add `:active Info-index-alternatives' to "Next Matching Item".
33287
33288 * wdired.el (wdired-change-to-wdired-mode):
33289 Mention `wdired-abort-changes' key in the initial message.
33290
33291 * international/mule.el (auto-coding-alist): Associate non-ascii
33292 image filename extensions with `no-conversion'.
33293
33294 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33295
33296 * international/iso-acc.el:
33297 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33298
33299 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33300
33301 * textmodes/sgml-mode.el (html-mode): Doc update.
33302
33303 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33304
33305 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33306
33307 * term.el (term-move-columns): Fix face after extending a line.
33308 (term-insert-spaces): Likewise.
33309 (term-reset-terminal): Fix off by one error.
33310
33311 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33312
33313 * international/mule.el (auto-coding-alist): Add .xpi files.
33314
33315 * files.el (auto-mode-alist): Add .xpi files.
33316
33317 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33318
33319 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33320
33321 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33322
33323 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33324
33325 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33326
33327 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33328 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33329
33330 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33331 cursor to Jan 1 when needed.
33332 (calendar-end-of-year): Fix -/+ typo.
33333 Reported by Chong Yidong <cyd@stupidchicken.com>.
33334
33335 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33336
33337 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33338
33339 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33340 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33341
33342 2005-03-25 Richard M. Stallman <rms@gnu.org>
33343
33344 * filesets.el (filesets-init): Add autoload.
33345
33346 * mail/mailalias.el (mail-directory): Doc fix.
33347
33348 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33349
33350 * mail/mailalias.el (mail-directory-process): Do nothing if
33351 mail-directory-process is an atom.
33352 (mail-get-names): Ignore mail-directory-names if it is an atom.
33353 (mail-directory-process defvar): Doc fix.
33354 (mail-names): Doc fix.
33355
33356 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33357
33358 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33359
33360 2005-03-26 Kenichi Handa <handa@m17n.org>
33361
33362 * international/mule-util.el (detect-coding-with-priority):
33363 Call update-coding-systems-internal before detect-coding-region.
33364
33365 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33366
33367 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33368 (gdb-frames-mode-map): Add follow-link property.
33369
33370 2005-03-25 Jay Belanger <belanger@truman.edu>
33371
33372 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33373 for variables.
33374
33375 2005-03-25 Juri Linkov <juri@jurta.org>
33376
33377 * image-mode.el: Optimize image filename extension regexps in
33378 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33379 in `auto-mode-alist'.
33380 (image-mode): Add `image-toggle-display-text' to local hook
33381 `change-major-mode-hook'. Display the image as an image by
33382 default. Set `cursor-type' and `truncate-lines' if the image
33383 is already displayed. Take into account the current mode (image
33384 or text) in message.
33385 (image-minor-mode): New minor mode.
33386 (image-mode-maybe, image-toggle-display-text): New functions.
33387 (image-toggle-display): Use called-interactively-p.
33388 Let-bind `inhibit-read-only' to t.
33389
33390 * image-mode.el (image-minor-mode): Set `cursor-type' and
33391 `truncate-lines' if the image is already displayed. Add turning
33392 image-minor-mode off to `change-major-mode-hook'. Add message.
33393 Call `image-toggle-display-text' after turning image-minor-mode off.
33394
33395 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33396
33397 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33398 Terminal.app, use utf-8.
33399 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33400 (set-locale-environment): Use it.
33401
33402 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33403
33404 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33405
33406 * progmodes/python.el (python-close-block-statement-p)
33407 (python-outdent-p, python-current-defun): Use symbol-end.
33408
33409 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33410
33411 * files.el (save-some-buffers): Doc fix.
33412
33413 2005-03-25 Werner Lemberg <wl@gnu.org>
33414
33415 * complete.el, thumbs.el: Replace `legal' with `valid'.
33416 * calendar/calendar.el: Replace `legal' with `valid'.
33417 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33418 * mail/supercite.el: Replace `legal' with `valid'.
33419 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33420 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33421 Replace `legal' with `valid'.
33422 * textmodes/reftex-vars.el, textmodes/reftex.el:
33423 Replace `legal' with `valid'.
33424
33425 2005-03-25 Werner Lemberg <wl@gnu.org>
33426
33427 * calc/calc-forms.el, calc/calc-sel.el
33428 * midnight.el, vc-cvs.el
33429 * emacs-lisp/cl-macs.el
33430 * emulation/vip.el
33431 * eshell/esh-io.el, eshell/esh-var.el
33432 * mail/supercite.el
33433 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33434 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33435 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33436 * progmodes/sh-script.el, progmodes/xscheme.el
33437 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33438 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33439 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33440 * textmodes/reftex.el, textmodes/org.el:
33441 Replace `illegal' with `invalid'.
33442
33443 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33444
33445 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33446 (flymake-find-buildfile, flymake-find-possible-master-files)
33447 (flymake-check-include, flymake-parse-line): Replace loops over the
33448 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33449
33450 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33451 Substitute file-name-as-directory in the rest of the file.
33452 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33453 (flymake-replace-region): Remove unused arg `buffer'.
33454 (flymake-check-patch-master-file-buffer): Update calls to it.
33455 (flymake-add-err-info): Remove unused var `count'.
33456 (flymake-mode): Use define-minor-mode.
33457
33458 * progmodes/flymake.el: Use with-current-buffer.
33459 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33460 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33461 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33462 Avoid testing for `xemacs'.
33463 (flymake-nop): Move.
33464 (flymake-region-has-flymake-overlays): Return the computed value.
33465 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33466 Remove unused var `endline'.
33467 (flymake-get-line-count): Remove unused function.
33468 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33469
33470 * emulation/vi.el:
33471 * generic.el:
33472 * hilit-chg.el (global-highlight-changes):
33473 * hi-lock.el (hi-lock-mode):
33474 * follow.el: find-file-hooks -> find-file-hook.
33475
33476 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33477
33478 2005-03-24 Juri Linkov <juri@jurta.org>
33479
33480 * dired.el (dired-mode-map): Add menu item "Compare directories"
33481 for dired-compare-directories.
33482
33483 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33484 Doc fix. Replace `read-file-name' with `read-directory-name'.
33485
33486 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33487
33488 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33489
33490 2005-03-24 Jay Belanger <belanger@truman.edu>
33491
33492 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33493 relevant mode settings in calc-embedded-original-modes when modes
33494 are permanently changed.
33495
33496 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33497
33498 * autoinsert.el: find-file-hooks -> find-file-hook.
33499
33500 2005-03-24 Lute Kamstra <lute@gnu.org>
33501
33502 * generic.el (generic-font-lock-defaults): Make it obsolete.
33503 (generic-font-lock-keywords): New variable to replace
33504 generic-font-lock-defaults.
33505 (generic-mode-set-font-lock): Delete it.
33506 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33507 (generic-bracket-support): Add docstring.
33508
33509 * generic-x.el: Rename generic-font-lock-defaults to
33510 generic-font-lock-keywords throughout.
33511 (mailagent-rules-setup-function): Delete it.
33512 (mailagent-rules-generic-mode): Use anonymous function instead.
33513 (show-tabs-generic-mode-font-lock-defaults-1)
33514 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33515 Quote faces.
33516 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33517 not foreground.
33518
33519 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33520 Recognize define-generic-mode.
33521
33522 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33523
33524 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33525 if there's no completion table.
33526
33527 2005-03-23 Miles Bader <miles@gnu.org>
33528
33529 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33530 Remove tty-specific variants, as they're no longer needed.
33531
33532 2005-03-23 Lute Kamstra <lute@gnu.org>
33533
33534 * generic-x.el: Code cleanup: make args constant whenever possible.
33535 (installshield-statement-keyword-list)
33536 (installshield-system-functions-list)
33537 (installshield-system-variables-list, installshield-types-list)
33538 (installshield-funarg-constants-list): Make them constants.
33539
33540 * generic.el (generic-make-keywords-list): Add autoload cookie.
33541
33542 * calendar/time-date.el: Add comment on time value formats.
33543 Don't require parse-time.
33544 (with-decoded-time-value): New macro.
33545 (encode-time-value): New function.
33546 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33547 (days-to-time): Return a valid time value when arg is huge.
33548 (time-since): Use time-subtract.
33549 (time-to-number-of-days): Use time-to-seconds.
33550
33551 2005-03-23 David Ponce <david@dponce.com>
33552
33553 * recentf.el (recentf-keep): New option.
33554 (recentf-menu-action): Default to `find-file'.
33555 (recentf-keep-non-readable-files-flag)
33556 (recentf-keep-non-readable-files-p)
33557 (recentf-file-readable-p, recentf-find-file)
33558 (recentf-cleanup-remote): Remove.
33559 (recentf-include-p): More robust.
33560 (recentf-keep-p): New function.
33561 (recentf-remove-if-non-kept): Rename from
33562 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33563 All callers updated.
33564 (recentf-menu-items-for-commands): Fix help string.
33565 (recentf-track-closed-file): Update. Doc fix.
33566 (recentf-cleanup): Update. Count removed files. Doc fix.
33567
33568 2005-03-23 Kim F. Storm <storm@cua.dk>
33569
33570 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33571 Don't inherit from fringe face (now happens automatically).
33572
33573 2005-03-22 Kim F. Storm <storm@cua.dk>
33574
33575 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33576 position values.
33577
33578 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33579
33580 * menu-bar.el (showhide-date-time): Remove.
33581 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33582 (menu-bar-make-mm-toggle): Simplify.
33583
33584 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33585
33586 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33587 Accept qualified variable and function names.
33588
33589 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33590
33591 * bindings.el (completion-ignored-extensions):
33592 Remove ".lis" for `vax-vms'.
33593
33594 2005-03-22 Andreas Schwab <schwab@suse.de>
33595
33596 * generic-x.el: Revert last change.
33597 * ldefs-boot.el: Update.
33598
33599 2005-03-22 Jay Belanger <belanger@truman.edu>
33600
33601 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33602 (calc-embedded-save-original-modes)
33603 (calc-embedded-restore-original-modes): New functions.
33604 (calc-do-embedded): Save original modes when entering embedded mode
33605 and restore when leaving embedded mode.
33606 (calc-embedded-modes-change): Change the value of
33607 calc-embedded-original-modes to reflect permanent changes.
33608
33609 2005-03-22 Lute Kamstra <lute@gnu.org>
33610
33611 * generic-x.el: Require generic again.
33612
33613 2005-03-22 Miles Bader <miles@gnu.org>
33614
33615 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33616 Tweak details to look good on both ttys and bitmap displays, light
33617 or dark background, etc.
33618
33619 2005-03-21 Kim F. Storm <storm@cua.dk>
33620
33621 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33622 mouse position.
33623
33624 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33625
33626 * icomplete.el: Don't forcibly turn on the mode upon load.
33627 (icomplete-mode): Use define-minor-mode.
33628 (icomplete-eoinput): Default to nil.
33629 (icomplete-minibuffer-setup): Remove autoload.
33630 (icomplete-tidy): Simplify.
33631 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33632 in the initial state or if the user has modified the field.
33633 Fix handling of icomplete-max-delay-chars.
33634 Remove code that handles the oddball case where
33635 minibuffer-completion-table is an integer.
33636 Wrap icomplete-completions in while-no-input in case building
33637 completions takes more time than expected.
33638 (icomplete-completions): Simplify.
33639
33640 2005-03-21 Richard M. Stallman <rms@gnu.org>
33641
33642 * jka-compr.el (jka-compr-really-do-compress):
33643 Make variable buffer-local.
33644
33645 * image-mode.el: Handle .xpm files too.
33646 (image-toggle-display): Preserve modification flag.
33647
33648 * help.el (where-is): Don't mention aliases with no key bindings.
33649
33650 2005-03-21 Lute Kamstra <lute@gnu.org>
33651
33652 * generic.el: Fix commentary section. Don't require cl for
33653 compilation.
33654 (generic-mode-list): Add autoload cookie.
33655 (generic-use-find-file-hook, generic-lines-to-scan)
33656 (generic-find-file-regexp, generic-ignore-files-regexp)
33657 (generic-mode, generic-mode-find-file-hook)
33658 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33659 (define-generic-mode): Make it a defmacro. Fix docstring.
33660 (generic-mode-internal): Code cleanup. Add autoload cookie.
33661 (generic-mode-set-comments): Code cleanup.
33662 * generic-x.el: Don't prevent compilation. Don't require generic.
33663 Follow coding conventions. Minor code cleanup.
33664 (etc-fstab-generic-mode): Add some keywords.
33665 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33666 define-generic-mode like a function declaration.
33667
33668 2005-03-21 Jay Belanger <belanger@truman.edu>
33669
33670 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33671 changing modes.
33672
33673 2005-03-21 Sam Steingold <sds@gnu.org>
33674
33675 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33676
33677 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33678
33679 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33680 Add underscore to "f$ lexicals" regexp.
33681
33682 2005-03-20 Juri Linkov <juri@jurta.org>
33683
33684 * subr.el (progress-reporter-do-update): When `min-value' is equal
33685 to `max-value', set `percentage' to 0 and prevent division by zero.
33686
33687 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33688
33689 Sync with Tramp 2.0.48.
33690
33691 * net/tramp.el (all): Change all addresses to .gnu.org.
33692 (tramp-append-tramp-buffers): New defun.
33693 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33694 Catch `dont-send' signal.
33695 (tramp-set-auto-save-file-modes): Set always permissions, because
33696 there might be an old auto-saved file belonging to another
33697 original file. This could be a security threat. Reported by
33698 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33699 Check for Emacs 21.3.50 removed.
33700
33701 * net/tramp-smb.el (all): Remove debug construct for
33702 `with-parsed-tramp-file-name'.
33703 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33704 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33705 No error message if DIRECTORY or FILENAME doesn't exist.
33706 (tramp-smb-open-connection): Check existence of
33707 `tramp-smb-program'.
33708
33709 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33710
33711 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33712 Properly handle the case where the `m' or `s' command's argument is not
33713 yet terminated.
33714 (perl-indent-new-calculate): New function.
33715 (perl-indent-line): Use it.
33716
33717 2005-03-20 Miles Bader <miles@gnu.org>
33718
33719 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33720 in text-mode too. Change to new face names.
33721 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33722 Add `:weight bold' attribute.
33723 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33724
33725 2005-03-19 Juri Linkov <juri@jurta.org>
33726
33727 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33728
33729 * international/mule.el (auto-coding-alist): Sync with
33730 `auto-mode-alist' by adding upper case archive file extensions
33731 and adding ear/war to jar extension.
33732
33733 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33734
33735 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33736 running, restart it.
33737
33738 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33739
33740 * finder.el (finder-current-item): Throw an error on an empty line.
33741
33742 * man.el (Man-follow-manual-reference): If current-word returns
33743 nil, use "".
33744
33745 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33746
33747 * simple.el (goto-line): Doc fix.
33748
33749 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33750
33751 * files.el (save-buffer): Doc fix.
33752
33753 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33754
33755 * recentf.el (recentf-cleanup-remote): New variable.
33756 (recentf-cleanup): Use it to conditionally check availability of
33757 remote files.
33758
33759 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33760
33761 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33762 function names.
33763
33764 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33765
33766 * language/thai-word.el: New file.
33767
33768 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33769
33770 * files.el (backup-buffer): If the file's directory is not
33771 writable, use copy instead of move to backup the file.
33772
33773 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33774
33775 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33776
33777 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33778
33779 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33780 Use functionp instead of symbolp and fboundp. Reported by Drkm
33781 <darkman_spam@yahoo.fr>.
33782 (ps-print-version): New version 6.6.6.
33783
33784 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33785
33786 * textmodes/table.el (table--line-column-position): New idiom.
33787 (table--row-column-insertion-point-p): New function to test
33788 validity of row and column insertion operation at a location.
33789 (table-global-menu, table-cell-menu): Use above functions for
33790 deterministic test operation.
33791 (table--editable-cell-p): Behave in deterministic fashion.
33792
33793 2005-03-18 Juri Linkov <juri@jurta.org>
33794
33795 * isearch.el (isearch-lazy-highlight-new-loop):
33796 Make arguments beg and end optional.
33797 (isearch-update): Remove optional arguments nil from
33798 isearch-lazy-highlight-new-loop.
33799 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33800 isearch-lazy-highlight-case-fold-search instead of
33801 isearch-case-fold-search, and let-bind isearch-regexp to
33802 isearch-lazy-highlight-regexp.
33803 Use isearch-lazy-highlight-last-string instead of isearch-string.
33804
33805 * replace.el (perform-replace): Remove bindings of global
33806 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33807 Add three new arguments to `replace-highlight'.
33808 (replace-highlight): Add arguments string, regexp, case-fold.
33809 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33810 to allow isearch-lazy-highlight-new-loop to use these values
33811 to set corresponding isearch-lazy-highlight-* internal
33812 variables whose values lazy highlighting will use regardless of
33813 changes to global variables isearch-string, isearch-regexp,
33814 isearch-case-fold-search during lazy highlighting loop.
33815 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33816 to `lazy-highlight-cleanup'.
33817
33818 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33819 (ispell-highlight-face): Set default face to `isearch' when
33820 lazy highlighting is enabled.
33821 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33822 priority to 1. Add lazy highlighting.
33823 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33824 from `isearch-dehighlight'.
33825
33826 2005-03-18 David Ponce <david@dponce.com>
33827
33828 * files.el (hack-local-variables): Do a case-insensitive search
33829 for End.
33830
33831 2005-03-18 Juri Linkov <juri@jurta.org>
33832
33833 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33834 `isearch-lazy-highlight-cleanup', add alias to old name and
33835 declare obsolete. Add release numbers to other obsolete vars.
33836 (isearch-done, isearch-lazy-highlight-new-loop):
33837 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33838 (lazy-highlight-cleanup) <variable>: Doc fix.
33839 (isearch-lazy-highlight-update): Rename obsolete
33840 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33841
33842 2005-03-18 Kenichi Handa <handa@m17n.org>
33843
33844 * language/thai-util.el: Fix categorization of Thai characters in
33845 thai-category-table.
33846 (thai-composition-pattern): Adjust it for the above change.
33847 (thai-self-insert-command, thai-compose-syllable): New functions.
33848 (thai-compose-region): Use thai-compose-syllable.
33849 (thai-compose-string): Likewise.
33850 (thai-composition-function): Likewise.
33851 (thai-auto-composition): New function.
33852 (thai-auto-composition-mode): New minor mode.
33853
33854 * language/thai.el: Fix patterns to be registered in
33855 composition-function-table.
33856
33857 * international/quail.el (quail-input-method): Locally bind
33858 inhibit-modification-hooks to t.
33859
33860 2005-03-17 Richard M. Stallman <rms@gnu.org>
33861
33862 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33863 (perl-mode): Use run-mode-hooks.
33864
33865 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33866 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33867 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33868
33869 * mail/sendmail.el (sendmail-send-it): Reenable the code
33870 to compute resend-to-address and use it.
33871
33872 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33873
33874 * image-mode.el: New file.
33875
33876 * image.el (insert-sliced-image): Add autoload cookie.
33877
33878 * font-lock.el (font-lock-lines-before): New user option.
33879 (font-lock-after-change-function): Obey it.
33880
33881 * bindings.el (esc-map): Make M-g a prefix.
33882 Bind M-g g and M-g M-g to goto-line.
33883
33884 * faces.el (face-id): Doc fix.
33885
33886 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33887
33888 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33889 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33890 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33891
33892 * mail/sendmail.el (mail-yank-ignored-headers)
33893 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33894 Add Mail-Followup-To and Mail-Reply-To headers.
33895 (mail-citation-hook): Add autoload cookie.
33896 (mail-mode): Doc fix.
33897 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33898 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33899 (mail-mode-fill-paragraph): Handle those headers.
33900 (mail-mailing-lists): New variable.
33901 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33902
33903 2005-03-17 Juri Linkov <juri@jurta.org>
33904
33905 * isearch.el (isearch-fallback): Check for `(car previous)'
33906 before calling `isearch-other-end-state'.
33907
33908 2005-03-17 Kim F. Storm <storm@cua.dk>
33909
33910 * simple.el (move-beginning-of-line): Move to beginning of buffer
33911 line, as well as beginning of screen line.
33912
33913 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33914
33915 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33916 argument REDRAW rather than calendar-redrawing variable.
33917 * calendar/calendar.el (calendar-redrawing): Delete.
33918 (redraw-calendar): Do not bind calendar-redrawing.
33919
33920 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33921
33922 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33923 diary-file buffer.
33924
33925 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33926
33927 * help.el (describe-mode): Allow a :minor-mode-function property to
33928 specify a different minor mode toggle function than the variable.
33929 * simple.el (auto-fill-function):
33930 * subr.el (add-minor-mode): Use it.
33931
33932 2005-03-16 Kenichi Handa <handa@m17n.org>
33933
33934 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33935 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33936 (ethio-fidel-to-sera-buffer): Likewise.
33937
33938 2005-03-16 Juri Linkov <juri@jurta.org>
33939
33940 * emacs-lisp/find-func.el (find-function-regexp):
33941 Add defun-emitting macro `menu-bar-make-toggle'.
33942
33943 * isearch.el: Put `isearch-scroll' property to
33944 `split-window-horizontally'.
33945
33946 * info.el: Update error messages for `debug-ignored-errors'.
33947 (Info-isearch-search): Doc fix.
33948 (Info-find-node): Move up code to go into info buffer before
33949 recording the node to the history.
33950 (Info-fontify-node): Fontify titles only if the next line
33951 has two or more `*', `=', `-', `.'.
33952 Display "go to this node" for empty (match-string 3).
33953
33954 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33955
33956 * term/mac-win.el: Add mouse pointer shape constants.
33957
33958 2005-03-15 Kim F. Storm <storm@cua.dk>
33959
33960 * simple.el (move-beginning-of-line): Use vertical-motion.
33961
33962 2005-03-15 Juri Linkov <juri@jurta.org>
33963
33964 * isearch.el (isearch-error): New variable.
33965 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33966 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33967 (isearch-within-brackets-state): Remove.
33968 (isearch-case-fold-search-state, isearch-pop-fun-state):
33969 Decrease frame index.
33970 (isearch-mode, isearch-top-state, isearch-push-state)
33971 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33972 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33973 (isearch-search, isearch-lazy-highlight-new-loop):
33974 Replace `isearch-invalid-regexp' with `isearch-error'.
33975 Remove `isearch-within-brackets'.
33976 (isearch-search): Add `search-failed' handler to `condition-case'.
33977 (isearch-lazy-highlight-search): Add `condition-case' to catch
33978 errors and allow `isearch-lazy-highlight-update' to try
33979 highlighting from the beginning of the window.
33980 (isearch-repeat): Move up code to set isearch-wrapped to t
33981 before calling isearch-wrap-function.
33982
33983 * info.el (Info-isearch-initial-node): New internal variable.
33984 (Info-search): Signal an error in isearch mode when search leaves
33985 the initial node. Signal an error when `bound' is non-nil and
33986 nothing was found in the current subfile.
33987 (Info-isearch-search): Remove `condition-case'.
33988 (Info-isearch-wrap): Don't wrap when search failed during leaving
33989 the initial node. If `Info-isearch-search' is nil, wrap around
33990 the current node.
33991 (Info-isearch-start): New fun.
33992 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33993 `isearch-mode-hook'.
33994
33995 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33996
33997 * simple.el (normal-erase-is-backspace): Set default to t if
33998 running on Mac.
33999
34000 * term/mac-win.el (function-key-map): Sync with x-win.el.
34001
34002 2005-03-15 Kenichi Handa <handa@m17n.org>
34003
34004 * international/mule-cmds.el (locale-language-names): Modify the
34005 format of elements and add more entries.
34006 (locale-preferred-coding-systems): Add more entries.
34007 (set-locale-environment): Adjust for the change of
34008 locale-language-names.
34009
34010 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34011
34012 * pcvs.el (smerge-ediff): Remove bogus autoload.
34013
34014 2005-03-14 Lute Kamstra <lute@gnu.org>
34015
34016 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34017 Ignore a `*' at the beginning of a line.
34018
34019 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34020 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34021 subr.el.
34022 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34023 to specify indentation.
34024
34025 * generic.el (define-generic-mode): Let generic-mode-list be a
34026 list of strings; test membership with equal.
34027
34028 2005-03-14 Kim F. Storm <storm@cua.dk>
34029
34030 * simple.el (next-line, previous-line): Add optional try-vscroll
34031 arg to recognize interactive use. Pass it on to line-move.
34032 (line-move): Don't perform auto-window-vscroll when defining or
34033 executing keyboard macro to ensure consistent behavior.
34034
34035 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34036
34037 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34038
34039 2005-03-13 Lute Kamstra <lute@gnu.org>
34040
34041 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34042 debugger-setup-buffer so that backtrace marks the frames set to
34043 debug-on-exit and we don't have to do it manually. Set an extra
34044 debug-on-exit for macro's.
34045 (debugger-setup-buffer): Don't mark the top frame manually.
34046
34047 2005-03-12 Lute Kamstra <lute@gnu.org>
34048
34049 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34050 lisp-indent-function throughout.
34051 (with-no-warnings): Set lisp-indent-function property.
34052
34053 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34054
34055 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34056 Add entry for backslash.
34057
34058 2005-03-12 Juri Linkov <juri@jurta.org>
34059
34060 * info.el (Info-search): Four fixes for backward search.
34061
34062 2005-03-11 Jay Belanger <belanger@truman.edu>
34063
34064 * calc/calc.el (calc-language-alist): New variable.
34065 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34066 (calc-embedded-find-modes): Use calc-language-alist instead of
34067 calc-embedded-language-alist.
34068
34069 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34070
34071 * calendar/calendar.el (calendar-redrawing): New internal
34072 variable.
34073 (redraw-calendar): Remove bogus save-excursion from previous
34074 change. Bind calendar-redrawing to t for mark-diary-entries.
34075 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34076 calendar if that is why we were called.
34077
34078 2005-03-11 Kenichi Handa <handa@m17n.org>
34079
34080 * international/mule.el (make-coding-system): Set property
34081 coding-system-define-form to nil.
34082 (define-coding-system-alias): Likewise.
34083
34084 2005-03-11 Kenichi Handa <handa@m17n.org>
34085
34086 These changes are suggested by Dave Love <fx@gnu.org>.
34087
34088 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34089 coding: tag.
34090 (adaptive-fill-regexp): Add more bullets.
34091 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34092 regexps.
34093
34094 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34095
34096 * help.el (describe-mode): Properly handle non-trivial lighters.
34097 Don't ignore minor modes that are not listed in minor-mode-list.
34098
34099 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34100 feature ON when the user requests to turn it OFF.
34101
34102 2005-03-10 Lute Kamstra <lute@gnu.org>
34103
34104 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34105 (implement-debug-on-entry): New function to replace debug-entry-code.
34106 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34107 second argument as the 2005-03-07 change makes it obsolete.
34108 (debug-on-entry, cancel-debug-on-entry): Update call to
34109 debug-on-entry-1.
34110 (debug, debugger-setup-buffer): Comment update.
34111 (debugger-frame-number): Update to work with implement-debug-on-entry.
34112
34113 2005-03-10 Jay Belanger <belanger@truman.edu>
34114
34115 * calc/calc-embed.el (math-ms-args): Declare it.
34116 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34117 math-ms-args.
34118 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34119 variables.
34120
34121 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34122
34123 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34124 Use message-box.
34125
34126 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34127 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34128 (tooltip-gud-tips): Simplify.
34129 (tooltip-gud-tips-p): Remove superfluous :set.
34130 (tooltip-gud-modes): Add fortran-mode.
34131 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34132
34133 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34134
34135 2005-03-09 Kim F. Storm <storm@cua.dk>
34136
34137 * play/animate.el (animate-place-char): Use forward-line instead
34138 of next-line to improve performance.
34139
34140 2005-03-09 Simon Josefsson <jas@extundo.com>
34141
34142 * net/browse-url.el (browse-url-default-browser): Doc fix.
34143
34144 2005-03-09 Miles Bader <miles@gnu.org>
34145
34146 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34147 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34148
34149 2005-03-09 Kenichi Handa <handa@m17n.org>
34150
34151 * international/latin-1.el: Set case and syntax for 255 only if
34152 set-case-syntax-set-multibyte is nil.
34153
34154 * textmodes/ispell.el (ispell-insert-word): New function.
34155 (ispell-word): Use ispell-insert-word to insert a new word.
34156 (ispell-process-line): Likewise.
34157 (ispell-complete-word): Likewise.
34158
34159 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34160
34161 * calendar/calendar.el (redraw-calendar): Preserve point.
34162 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34163 (calendar-week-start-day): Move after definition of
34164 redraw-calendar. Delete buffer test, since redraw-calendar has
34165 that now.
34166
34167 * calendar/diary-lib.el (mark-diary-entries): Only call
34168 redraw-calendar in the first of any recursive calls.
34169 Reported by Alan Shutko <ats@acm.org>.
34170
34171 2005-03-08 Juri Linkov <juri@jurta.org>
34172
34173 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34174 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34175 (html-radio-buttons): Add a space before the trailing `/>' where
34176 sgml-xml-mode is non-nil.
34177 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34178 the subsequent tag of the empty XML tag.
34179 (html-href-anchor): Don't set initial input to "http:".
34180 (html-image): Ask for the image URL and set point inside alt="".
34181 (html-name-anchor): Duplicate the name in the `id' attribute when
34182 sgml-xml-mode is non-nil.
34183 (html-paragraph): Remove \n before <p>.
34184 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34185 instead of `checked' when sgml-xml-mode is non-nil.
34186
34187 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34188 Remove 1 space before #RRGGBB to not truncate it on terminal
34189 windows w/o fringes. Remove 1 space between bg and fg examples
34190 to get more space.
34191 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34192 avoid byte-compile warnings.
34193
34194 * image-file.el (image-file-handler): Put `safe-magic' property to
34195 `image-file-handler'.
34196
34197 * info.el (Info-isearch-search): Emulate word search in
34198 isearching through multiple Info nodes with Info-search.
34199 (Info-isearch-wrap): Allow isearch-word.
34200
34201 2005-03-08 Lute Kamstra <lute@gnu.org>
34202
34203 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34204 stepping into the debugger's code is not possible.
34205 (debugger-jumping-flag): Docstring update.
34206
34207 2005-03-08 Jay Belanger <belanger@truman.edu>
34208
34209 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34210 embedded mode begins.
34211 (calc-embedded-language-alist): New variable.
34212 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34213 set default language mode.
34214
34215 2005-03-08 Kenichi Handa <handa@m17n.org>
34216
34217 * international/ccl.el (define-ccl-program): Fix docstring about
34218 extra 256 bytes assured for the output buffer.
34219
34220 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34221 Fix BUFFER_MAGNIFICATION to 2.
34222 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34223
34224 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34225
34226 * align.el (align-rules-list): Added an alignment rule for CSS
34227 declarations (applies to css-mode and html-mode buffers).
34228
34229 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34230
34231 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34232
34233 2005-03-07 Kim F. Storm <storm@cua.dk>
34234
34235 * simple.el (move-beginning-of-line): New command.
34236
34237 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34238
34239 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34240
34241 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34242 and move-beginning-of-line.
34243
34244 * apropos.el (apropos-print): Omit command from M-x ... RET.
34245
34246 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34247
34248 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34249 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34250
34251 2005-03-06 Richard M. Stallman <rms@gnu.org>
34252
34253 * bindings.el (esc-map): Bind M-g to goto-line.
34254
34255 * facemenu.el (global-map): Bind M-o, not M-g.
34256
34257 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34258
34259 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34260 "Open Directory" as for "Open File".
34261
34262 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34263
34264 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34265 (push-mark-command): Run activate-mark-hook.
34266
34267 2005-03-06 Richard M. Stallman <rms@gnu.org>
34268
34269 * help-mode.el (help-mode-finish): Don't alter the element
34270 in view-return-to-alist if there already is one.
34271
34272 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34273 make sure the current buffer is the expected one.
34274
34275 * novice.el (disabled-command-function): Output in *Disabled Command*.
34276 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34277
34278 * textmodes/flyspell.el (flyspell-large-region):
34279 Pass args differently for aspell.
34280
34281 * files.el (mode-require-final-newline): Doc fix.
34282
34283 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34284
34285 * progmodes/which-func.el (which-function):
34286 Specify NOERROR when calling imenu--make-index-alist.
34287
34288 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34289
34290 * simple.el (normal-erase-is-backspace): Define default value.
34291
34292 * custom.el (custom-theme-set-variables): Remove unused var
34293 `immediate'.
34294 (custom-reevaluate-setting): Simple function to handle variables
34295 that are defined before their default value can really be
34296 computed.
34297
34298 * startup.el (command-line): Use it for temporary-file-directory,
34299 small-emporary-file-directory, auto-save-file-name-transforms,
34300 blink-cursor-mode, and normal-erase-is-backspace.
34301
34302 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34303 progress, even with buggy anchored keywords.
34304
34305 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34306
34307 * simple.el (goto-line): Remove unbalanced final parenthesis.
34308
34309 2005-03-05 Richard M. Stallman <rms@gnu.org>
34310
34311 * simple.el (goto-line): Use a number at point as the default.
34312 With C-u as arg, switch buffers.
34313
34314 2005-03-05 Juri Linkov <juri@jurta.org>
34315
34316 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34317 with `no-blinking-cursor'.
34318
34319 * startup.el (no-blinking-cursor): New defvar.
34320 (command-line): Add `--no-blinking-cursor' to longopts.
34321 Set `no-blinking-cursor' to t for command line arguments
34322 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34323 with `no-blinking-cursor' in the condition for calling
34324 `blink-cursor-mode'.
34325
34326 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34327
34328 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34329 (menu-bar-options-save): Add blink-cursor-mode.
34330 (menu-bar-options-menu): Add blink-cursor-mode.
34331
34332 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34333
34334 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34335 (icalendar-export-file, icalendar-export-region)
34336 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34337 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34338
34339 2005-03-04 Lute Kamstra <lute@gnu.org>
34340
34341 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34342 (debug-function-list): Ditto.
34343
34344 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34345
34346 * textmodes/texinfmt.el (texinfo-append-refill):
34347 Redefine the types of line to which @refill
34348 is not appended by replacing a search for `@refill\\|@bye' with
34349 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34350 itemize@refill' bug and the unfilled long lines bug.
34351 (texinfmt-version): Update number and date.
34352
34353 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34354
34355 * international/code-pages.el (windows-1250, windows-125[2-8])
34356 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34357
34358 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34359
34360 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34361 bound yet.
34362
34363 2005-03-02 Romain Francoise <romain@orebokech.com>
34364
34365 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34366 buffer after removing limits.
34367 (ibuffer-pop-filter): Ditto.
34368 Update copyright.
34369
34370 2005-03-02 Miles Bader <miles@gnu.org>
34371
34372 * button.el (make-text-button): If the user doesn't specify a
34373 type, use the default. Rewrite to use `add-text-properties' and
34374 plist functions.
34375
34376 2005-03-01 Lute Kamstra <lute@gnu.org>
34377
34378 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34379 (debugger-jumping-flag): New var.
34380 (debug-entry-code): Use it.
34381 (debugger-jump): Use debugger-jumping-flag and add
34382 debugger-reenable to post-command-hook.
34383 (debugger-reenable): Use debugger-jumping-flag and remove itself
34384 from post-command-hook.
34385 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34386 debugger-reenable.
34387
34388 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34389
34390 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34391 inclusion of "itemize\\|", which may be unnecessary, is certainly
34392 inelegant, and stops refilling in itemize lists when formatting
34393 Japanese Texinfo files to Info.
34394 Update copyright to 2005.
34395
34396 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34397
34398 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34399 of an error if GDB can't find the source file.
34400
34401 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34402
34403 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34404 not just the calendar.
34405
34406 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34407 first.
34408 (diary-redraw-calendar): New function.
34409 (make-diary-entry): Add diary-redraw-calendar to local
34410 write-contents-functions. Turn off selective display before
34411 inserting in diary.
34412
34413 2005-03-01 Kim F. Storm <storm@cua.dk>
34414
34415 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34416
34417 2005-03-01 Lute Kamstra <lute@gnu.org>
34418
34419 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34420 that debug-entry-code can be safely removed from a function while
34421 this code is being evaluated. Revert the 2005-02-27 change as the
34422 new implementation no longer requires it. Make sure that a
34423 function body containing just a string is not mistaken for a docstring.
34424 (debug): Skip one more frame in case of debug on entry.
34425 (debugger-setup-buffer): Delete one more frame line in case of
34426 debug on entry.
34427 (debugger-frame-number): Update to use the new text introduced by
34428 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34429
34430 2005-02-28 Kim F. Storm <storm@cua.dk>
34431
34432 * double.el (double-translate-key): Call force-window-update after
34433 read-event to avoid crash in redisplay.
34434
34435 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34436
34437 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34438 (debug): Use it. Move the inhibit-trace earlier.
34439 (debug-entry-code): New const.
34440 (debug-on-entry-1): Use it.
34441
34442 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34443
34444 * international/utf-16.el (ccl-encode-mule-utf-16le):
34445 Fix BUFFER_MAGNIFICATION to 2.
34446 (ccl-encode-mule-utf-16be): Likewise.
34447
34448 2005-02-28 Kenichi Handa <handa@m17n.org>
34449
34450 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34451 Fix BUFFER_MAGNIFICATION to 4.
34452 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34453
34454 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34455
34456 * speedbar.el (speedbar-update-flag): Doc fix.
34457 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34458 argument.
34459
34460 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34461
34462 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34463 have a non-nil `invisible' property but are actually visible.
34464
34465 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34466 for perldoc sections.
34467 (perl-outline-regexp, perl-outline-level): New var and function.
34468 (perl-mode): Use them.
34469
34470 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34471
34472 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34473 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34474
34475 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34476
34477 * cus-edit.el: Comment change.
34478 (custom-buffer-create-internal): Slightly reword text at top of
34479 Custom buffers. Mention there that saving an option edits the
34480 init file. Add link to Emacs manual node on `custom-file'.
34481 (custom-magic-alist): Rewrite individual State messages to use
34482 capitalized keywords. Doc fix.
34483
34484 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34485
34486 * calendar/calendar.el (calendar-buffer): Move above
34487 calendar-week-start-day.
34488 (calendar-week-start-day): Doc fix. Add :set function.
34489 (calendar-minimum-window-height): New variable.
34490 (generate-calendar-window): Only resize window if selected-window
34491 is displaying the calendar buffer. Use new variable
34492 calendar-minimum-window-height.
34493 (generate-calendar): Reword error message.
34494 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34495
34496 2005-02-27 Andreas Schwab <schwab@suse.de>
34497
34498 * vc.el (vc-do-command): Don't run command asynchronously when
34499 operating in a remote directory.
34500
34501 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34502 change from sync with Tramp 2.0.47.
34503
34504 2005-02-27 Richard M. Stallman <rms@gnu.org>
34505
34506 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34507
34508 * textmodes/flyspell.el (flyspell-mode-on):
34509 Call ispell-change-dictionary only if necessary.
34510
34511 * emacs-lisp/re-builder.el (regexp-builder): New function.
34512
34513 * register.el (describe-register-1): Explicitly handle
34514 yank-excluded-properties = t.
34515
34516 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34517 (custom-magic-alist): Change the status descriptions again.
34518 (face widget-type): Total rewrite based on `restricted-sexp'
34519 to eliminate the confusing double hiding levels.
34520
34521 * emacs-lisp/debug.el (debug-on-entry-1):
34522 If function body is empty, add nil as body form.
34523
34524 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34525
34526 * emacs-lisp/trace.el (inhibit-trace): New var.
34527 (trace-make-advice): Use it.
34528
34529 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34530
34531 2005-02-26 Kim F. Storm <storm@cua.dk>
34532
34533 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34534 (mouse-on-link-p, mouse-drag-region-1): Use it.
34535
34536 2005-02-25 Lute Kamstra <lute@gnu.org>
34537
34538 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34539
34540 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34541
34542 * frame.el (blink-cursor-mode): Add :group keyword.
34543
34544 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34545
34546 * calendar/icalendar.el (icalendar--decode-isodatetime):
34547 New optional argument DAY-SHIFT.
34548 (icalendar-export-region): Fix coding-system-for-write.
34549 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34550 events by one.
34551
34552 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34553
34554 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34555
34556 2005-02-24 Kim F. Storm <storm@cua.dk>
34557
34558 * international/iso-acc.el (iso-accents-compose): Fix crash
34559 during redisplay. Call force-window-update after read-event
34560 and delete-region to signal that window is not accurate.
34561
34562 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34563
34564 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34565 Remove unused and inexistent var `inhibit-trace'.
34566 (debugger-mode): Use run-mode-hooks.
34567 (debugger-list-functions): Add buttons; setup xref stack.
34568
34569 2005-02-23 Richard M. Stallman <rms@gnu.org>
34570
34571 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34572 appointment says it was explicitly made.
34573 (appt-add): Set the 3rd element.
34574 (appt-make-list): Preserve explicit appointments.
34575
34576 * subr.el (find-tag-default): Catch errors in forward-sexp.
34577
34578 2005-02-23 Juri Linkov <juri@jurta.org>
34579
34580 * info.el (Info-isearch-search): New defcustom.
34581 (Info-isearch-search): Call the default isearch function
34582 when Info-isearch-search is nil.
34583 (Info-isearch-wrap): Use variable Info-isearch-search.
34584
34585 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34586
34587 * cus-edit.el: Comment change.
34588
34589 2005-02-22 Kim F. Storm <storm@cua.dk>
34590
34591 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34592 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34593
34594 2005-02-22 Simon Josefsson <jas@extundo.com>
34595
34596 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34597 New variable.
34598 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34599 Oskarsson" <myrkraverk@users.sourceforget.net>.
34600
34601 2005-02-22 Kim F. Storm <storm@cua.dk>
34602
34603 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34604 check that window of that event is the selected window.
34605 (mouse-drag-region-1): Compare mouse event window to selected
34606 window before setting point.
34607
34608 * tooltip.el (tooltip-show-help-function): Pass event to
34609 mouse-on-link-p so it can check selected window.
34610
34611 2005-02-22 Kenichi Handa <handa@m17n.org>
34612
34613 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34614 (ps-mule-show-warning): New function.
34615 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34616 characters are found.
34617
34618 * ps-print.el (ps-header-footer-string): Return a list of header
34619 and footer strings.
34620
34621 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34622
34623 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34624
34625 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34626
34627 * frame.el (blink-cursor-mode): Use define-minor-mode.
34628
34629 * term/mac-win.el (function-key-map): Use char-names more consistently.
34630 (file-name-coding-system): Only set it for MacOS-9. The other case is
34631 already handled in mule-cmds.el (where it also works when mac-win.el
34632 is not used).
34633
34634 2005-02-21 Kenichi Handa <handa@m17n.org>
34635
34636 * international/mule.el (ctext-pre-write-conversion): Always use
34637 " *code-converting-work*" buffer for work.
34638
34639 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34640
34641 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34642
34643 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34644
34645 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34646
34647 * ses.el (undo-more): Restore defadvice, but only the part that
34648 allows changes outside the restricted area of the buffer.
34649
34650 2005-02-20 Kim F. Storm <storm@cua.dk>
34651
34652 * simple.el (line-move): Add fourth optional arg try-vscroll which
34653 must be set to perform auto-window-vscroll.
34654 When moving backwards and doing auto-window-vscroll, automatically
34655 vscroll to the last part of lines which are taller than the window.
34656 (next-line, previous-line): Set try-vscroll arg on line-move.
34657
34658 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34659
34660 * replace.el (query-replace, query-replace-regexp)
34661 (replace-string, replace-regexp): When operating on region, make
34662 the minibuffer prompt say so.
34663
34664 * isearch.el (isearch-forward): Document isearch-query-replace and
34665 isearch-query-replace-regexp keybindings.
34666
34667 2005-02-19 Jay Belanger <belanger@truman.edu>
34668
34669 * calc/calc-aent.el (math-read-token): Add local variable.
34670
34671 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34672 (calc-edit-top): Move declaration to earlier in file.
34673 (calc-edit-macro-repeats): Add local variables.
34674
34675 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34676 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34677 calcFunc-tanh.
34678 Adjust integration rule for calcFunc-tan.
34679
34680 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34681
34682 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34683 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34684 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34685 (viper-skip-separators): Bug fix.
34686 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34687 particular major mode.
34688 (viper-del-backward-char-in-replace): Don't put deleted char on the
34689 kill ring.
34690
34691 * emulation/viper-ex.el (viper-color-display-p): New function.
34692 (viper-has-face-support-p): Use viper-color-display-p.
34693
34694 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34695
34696 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34697
34698 * emulation/viper-util.el (viper-glob-unix-files):
34699 Fix shell status check.
34700 (viper-file-remote-p): Make equivalent to file-remote-p.
34701
34702 * emulation/viper.el (viper-major-mode-modifier-list):
34703 Use viper-gnus-modifier-map.
34704
34705 2005-02-19 David Kastrup <dak@gnu.org>
34706
34707 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34708 quoting.
34709
34710 2005-02-19 Jay Belanger <belanger@truman.edu>
34711
34712 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34713 Remove extra definitions.
34714 (calc-coth): New function.
34715 (calcFunc-cot): Fix `let'.
34716
34717 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34718
34719 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34720 the reasons we use "type pc" in these faces.
34721
34722 * button.el (button): Ditto.
34723
34724 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34725
34726 * replace.el (query-replace-read-from): Set the value of
34727 query-replace-from-history-variable to handle the case of an empty
34728 string entered to accept the suggested default.
34729
34730 * net/tramp.el (tramp-file-name-for-operation):
34731 Use dired-call-process instead of dired-call-process-command.
34732
34733 2005-02-19 Jay Belanger <belanger@truman.edu>
34734
34735 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34736 (math-div-non-trig): New variables.
34737 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34738 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34739 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34740 trig expressions.
34741
34742 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34743
34744 * progmodes/gdb-ui.el (gdb-var-update-handler)
34745 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34746 for watch expressions,
34747 (gdb-var-create-handler): Don't set speedbar-update-flag.
34748 (gdb-post-prompt): Simplify test for speedbar.
34749
34750 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34751
34752 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34753 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34754 we use the syntax table of the correct buffer.
34755 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34756 Felix Gatzemeier.
34757
34758 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34759 (ediff-file-remote-p): Make synonymous with file-remote-p.
34760 In all deffaces ediff-*-face-*, use min-colors.
34761
34762 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34763 ediff-recurse-to-subdirectories.
34764 (ediff-mark-if-equal): Check that the arguments are strings, use
34765 ediff-same-contents (after to Felix Gatzemeier).
34766
34767 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34768 nil.
34769
34770 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34771
34772 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34773
34774 2005-02-18 David Kastrup <dak@gnu.org>
34775
34776 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34777 use `mark-active' when defined.
34778
34779 2005-02-18 Kenichi Handa <handa@m17n.org>
34780
34781 * ps-print.el (ps-font-info-database): New entry
34782 ZapfChancery-MediumItalic with correct font name. Fix font name
34783 of the entry Zapf-Chancery-MediumItalic.
34784
34785 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34786
34787 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34788
34789 2005-02-16 Kim F. Storm <storm@cua.dk>
34790
34791 * ido.el (ido-fallback-command): Pass user input to fallback command.
34792
34793 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34794
34795 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34796 (gdb-find-file-hook): Add server prefix.
34797
34798 2005-02-16 Richard M. Stallman <rms@gnu.org>
34799
34800 * replace.el (perform-replace): Pass new args to replace-highlight.
34801 (replace-highlight): Take region args,
34802 and pass them to isearch-lazy-highlight-new-loop.
34803
34804 * novice.el (disabled-command-hook): Autoload the defalias
34805 and the make-obsolete-variable call.
34806
34807 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34808
34809 * isearch.el (isearch-lazy-highlight-start-limit)
34810 (isearch-lazy-highlight-end-limit): New variables limit
34811 the region for highlighting.
34812 (isearch-lazy-highlight-new-loop): New args BEG and END.
34813 (isearch-lazy-highlight-search): Use the new vars.
34814 (isearch-lazy-highlight-update): Likewise.
34815
34816 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34817
34818 * cus-start.el (all): Use default-boundp.
34819
34820 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34821
34822 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34823
34824 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34825
34826 * autorevert.el (auto-revert-stop-on-user-input)
34827 (auto-revert-verbose): Doc fixes.
34828
34829 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34830
34831 * international/mule-cmds.el (set-locale-environment): Remove call
34832 to set-selection-coding-system on Windows.
34833
34834 2005-02-15 Jay Belanger <belanger@truman.edu>
34835
34836 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34837 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34838 calcFunc-coth.
34839 (math-simplify-sqrt): Add simplifications.
34840
34841 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34842 to list.
34843
34844 * calc/calc-ext.el: Add functions to autoloads.
34845
34846 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34847 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34848 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34849 (math-csc-raw, math-cot-raw): New functions.
34850
34851 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34852
34853 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34854 the variable name in a message.
34855
34856 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34857 calcFunc-csc, calcFunc-cot.
34858
34859 * calc/calcalg2.el: Add derivative and integration rules for
34860 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34861 calcFunc-csch, calcFunc-coth.
34862 (math-do-integral-methods): Add to checks for when to use
34863 substitutions.
34864
34865 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34866
34867 2005-02-15 Lute Kamstra <lute@gnu.org>
34868
34869 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34870 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34871 <monnier@iro.umontreal.ca>.
34872 (lisp-outline-level): Improve efficiency. Suggested by David
34873 Kastrup <dak@gnu.org>.
34874
34875 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34876
34877 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34878 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34879 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34880 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34881 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34882
34883 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34884
34885 * cus-start.el (all): Comment change.
34886
34887 2005-02-14 Lute Kamstra <lute@gnu.org>
34888
34889 * cus-start.el (all): Check if symbol is void.
34890
34891 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34892
34893 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34894 optional argument to \cite.
34895
34896 2005-02-14 Richard M. Stallman <rms@gnu.org>
34897
34898 * cus-edit.el (custom-buffer-create-internal): Update help message.
34899 (custom-magic-alist): Update help messages.
34900
34901 * cus-start.el (all): Allow a var to specify a standard value.
34902
34903 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34904
34905 * custom.el (custom-theme-set-variables): Handle variable aliases.
34906
34907 * frame.el (blink-cursor-timer): Doc fix.
34908 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34909 declare obsolete.
34910 (blink-cursor-mode): Define with defcustom and use correct
34911 standard expression in that defcustom.
34912 * startup.el (command-line): Adapt to above changes in frame.el.
34913
34914 2005-02-11 Lute Kamstra <lute@gnu.org>
34915
34916 * apropos.el (apropos-score-doc): Prevent division by zero.
34917
34918 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34919
34920 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34921 (icalendar--get-event-property-attributes)
34922 (icalendar--get-event-properties)
34923 (icalendar--datetime-to-diary-date): New functions.
34924 (icalendar--split-value): Doc fix.
34925 (icalendar--datetime-to-noneuropean-date)
34926 (icalendar--datetime-to-european-date): New optional argument
34927 SEPARATOR. Return result as a string instead of a list.
34928 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34929 (icalendar--convert-string-for-export): Rename arg S to STRING.
34930 (icalendar-export-region): Doc fix. Change name of error buffer.
34931 Save output buffer.
34932 (icalendar-import-file): Add blank at end of prompt.
34933 (icalendar-import-buffer): Doc fix. Do not switch to error
34934 buffer. Indicate status in return value.
34935 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34936 buffer. Save output buffer. Handle exception from recurrence
34937 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34938 events. Fix problems with weekly all-day events.
34939
34940 2005-02-10 Richard M. Stallman <rms@gnu.org>
34941
34942 * simple.el (eval-expression-print-format):
34943 Avoid warning about edebug-active.
34944
34945 * help.el (help-for-help-internal): Rename from help-for-help.
34946 (help-for-help): Define with defalias.
34947
34948 * font-core.el (font-lock-default-function): Use with-no-warnings.
34949
34950 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34951
34952 * custom.el (defface): Doc fix.
34953
34954 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34955
34956 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34957 width 0" to prevent word wrapping problems.
34958
34959 2005-02-09 Kim F. Storm <storm@cua.dk>
34960
34961 * ido.el (ido-file-extensions-order): New defcustom.
34962 (ido-file-extension-lessp, ido-file-extension-aux)
34963 (ido-file-extension-order): New advanced file ordering.
34964 (ido-file-lessp): New simple file ordering.
34965 (ido-sort-list): Remove.
34966 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34967 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34968
34969 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34970
34971 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34972 that some versions of grep produce.
34973 (grep-mode-font-lock-keywords): Likewise.
34974
34975 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34976
34977 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34978 (gdb-cdir): Delete.
34979 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34980 (gdb-source-info): Treat case when source file is in another
34981 directory properly.
34982 (gdb-get-location): New function.
34983
34984 2005-02-07 Jay Belanger <belanger@truman.edu>
34985
34986 * calc/calc-prog.el (calc-write-parse-table-part)
34987 (calc-fix-token-name): Fix a check for language type.
34988
34989 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34990
34991 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34992
34993 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34994 as directory not writable.
34995
34996 2005-02-07 Kim F. Storm <storm@cua.dk>
34997
34998 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34999 (cua--standard-movement-commands): Remove list.
35000 Instead, set CUA property value to move for movement commands.
35001 (cua-movement-commands): Remove. Users must set CUA prop instead.
35002 (cua--pre-command-handler): Check CUA property.
35003 (cua--init-keymaps): Don't remap undo commands.
35004 (cua-mode): Don't call cua--rectangle-on-off.
35005
35006 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35007 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35008 (cua--rect-undo-set-point): New var.
35009 (cua--rectangle-undo-boundary): Setup undo apply entry.
35010 (cua--rect-undo-handler): New function for rectangle undo.
35011 (cua--rect-start-position, cua--rect-end-position): Add.
35012 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35013 for restored rectangle. Set point if cua--rect-undo-set-point.
35014
35015 2005-02-06 Jay Belanger <belanger@truman.edu>
35016
35017 * calc/calc-lang.el (calc-tex-language): Display more information
35018 in messages.
35019
35020 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35021 in TeX mode.
35022
35023 2005-02-06 Richard M. Stallman <rms@gnu.org>
35024
35025 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35026
35027 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35028
35029 * net/ldap.el (ldap-search-internal): Support attributes with
35030 optional descriptions separated by a semi-colon, as in
35031 "userCertificate;binary".
35032
35033 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35034
35035 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35036 isn't a cons (i.e. the version is 0).
35037
35038 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35039
35040 * help.el (help-for-help): Doc fix.
35041
35042 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35043
35044 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35045 GDB-Windows on the menu-bar as this works better.
35046
35047 2005-02-04 Jay Belanger <belanger@truman.edu>
35048
35049 * calc/calc-embed.el (calc-embedded-update): Don't put in
35050 unnecessary newlines. Adjust the end of formula marker.
35051
35052 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35053 (math-latex-parse-two-args): New function.
35054
35055 2005-02-03 Lute Kamstra <lute@gnu.org>
35056
35057 * help-fns.el (help-with-tutorial): Make sure that users cannot
35058 remove the entire text of the tutorial by means of `undo'.
35059
35060 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35061
35062 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35063 in recent changes, where the ispell process was repeatedly
35064 killed & restarted.
35065
35066 * international/mule-cmds.el (set-locale-environment): Set file-name
35067 coding system to utf-8 on Darwin systems.
35068 (set-default-coding-systems): Don't set default-file-name-coding-system
35069 on Darwin systems.
35070
35071 2005-02-03 Richard M. Stallman <rms@gnu.org>
35072
35073 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35074
35075 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35076
35077 * faces.el (list-faces-display): Add optional argument.
35078
35079 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35080
35081 * font-core.el (font-lock-default-function): Handle the rare case where
35082 only font-lock-keywords is set.
35083
35084 2005-02-02 Kenichi Handa <handa@m17n.org>
35085
35086 * international/characters.el: Cancel previous change for
35087 I-WITH-DOT-ABOVE and DOTLESS-i.
35088
35089 * international/latin-5.el: Cancel previous change.
35090
35091 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35092
35093 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35094
35095 2005-02-02 Kenichi Handa <handa@m17n.org>
35096
35097 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35098 DOTLESS-i.
35099
35100 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35101 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35102
35103 * case-table.el (get-upcase-table): New function.
35104 (copy-case-table): Copy upcaes table too if non-nil.
35105 (set-case-syntax-delims): Maintain upcase table too.
35106 (set-case-syntax-pair): Likewise.
35107 (set-upcase-syntax, set-downcase-syntax): New functions.
35108 (set-case-syntax): Maintain upcase table too.
35109
35110 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35111
35112 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35113
35114 * progmodes/gud.el (gud-goto-info): New function.
35115 (gud-tool-bar-map): Use correct icon.
35116
35117 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35118
35119 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35120 When delegating, order args in the funcall correctly.
35121
35122 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35123
35124 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35125
35126 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35127
35128 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35129 buffer not visiting a file.
35130
35131 2005-01-31 Jay Belanger <belanger@truman.edu>
35132
35133 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35134 bound on the line with the formula.
35135
35136 2005-01-31 Kim F. Storm <storm@cua.dk>
35137
35138 * ses.el (ses-create-cell-variable-range)
35139 (ses-destroy-cell-variable-range, ses-reset-header-string)
35140 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35141 (ses-insert-row): Fix format of apply undo entries.
35142
35143 2005-01-31 Jay Belanger <belanger@truman.edu>
35144
35145 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35146 parts.
35147
35148 * calc/calc-embed.el (calc-embedded-open-formula)
35149 (calc-embedded-close-formula): Ignore matrix environments.
35150
35151 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35152 TeX mode.
35153
35154 * calc/calc-lang.el (math-function-table, math-oper-table)
35155 (math-variable-table): Adjust the LaTeX portions.
35156
35157 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35158 (math-latex-ignore-words): New constant.
35159
35160 2005-01-31 Richard M. Stallman <rms@gnu.org>
35161
35162 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35163 (ispell-local-dictionary): Doc fix.
35164 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35165 Don't reinitialize at run time. Don't defcustom.
35166 All uses changed to append ispell-local-dictionary-alist,
35167 or check it first.
35168 (ispell-current-dictionary): New variable for dictionary in use.
35169 (ispell-dictionary): Now used only for global default.
35170 (ispell-start-process): Set ispell-current-dictionary,
35171 not ispell-dictionary.
35172 (ispell-change-dictionary): Use this only for setting
35173 user preferences.
35174 (ispell-internal-change-dictionary): New function
35175 to change the current dictionary in use.
35176 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35177 Use ispell-current-dictionary.
35178 Handle ispell-local-dictionary-overridden.
35179 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35180
35181 2005-01-31 Jay Belanger <belanger@truman.edu>
35182
35183 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35184
35185 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35186 (calc-mode-map): Add calc-latex-language.
35187
35188 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35189 (math-latex-print-frac): New functions.
35190 (math-oper-table, math-function-table, math-variable-table)
35191 (math-complex-format, math-input-filter): Add latex properties.
35192 (calc-set-language): Set math-expr-special-function-mapping.
35193
35194 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35195 (calc-write-parse-table-part): Add LaTeX support.
35196
35197 * calc/calc.el (calc-language): Adjust docstring.
35198 (calc-set-mode-line): Add LaTeX support.
35199 (math-expr-special-function-mapping): New variable.
35200 (math-tex-ignore-words): Add to list.
35201
35202 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35203 Add LaTeX support.
35204 (math-compose-expr): Add support for special functions.
35205
35206 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35207
35208 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35209
35210 * progmodes/gdb-ui.el (gdb-memory-address)
35211 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35212 (gdb-memory-mode-map, gdb-memory-format-keymap)
35213 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35214 (gdb-memory-unit-menu): New variables for a buffer
35215 that lets the user examine program memory.
35216 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35217 (gdb-memory-format-binary, gdb-memory-format-octal)
35218 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35219 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35220 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35221 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35222 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35223 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35224 (gdb-memory-mode, gdb-memory-buffer-name)
35225 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35226 New functions for above buffer.
35227
35228 2005-01-30 Richard M. Stallman <rms@gnu.org>
35229
35230 * cus-edit.el (custom-bury-buffer): Function deleted.
35231 (custom-buffer-done-function): Option deleted.
35232 (custom-buffer-done-kill): New replacement option.
35233 (Custom-buffer-done): Call quit-window.
35234 (custom-buffer-create-internal): Update for above changes.
35235
35236 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35237
35238 * simple.el (undo-ask-before-discard): New var.
35239 (undo-outer-limit-truncate): Implement it.
35240 (undo-extra-outer-limit): Doc update.
35241
35242 2005-01-29 Richard M. Stallman <rms@gnu.org>
35243
35244 * ses.el (undo-more): Delete defadvice.
35245 (ses-begin-change): Doc fix.
35246
35247 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35248 instead of rebinding C-x u and C-_.
35249
35250 * files.el (normal-backup-enable-predicate): Return nil for files
35251 in /tmp, regardless of temporary-file-directory.
35252
35253 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35254
35255 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35256 (open-rectangle, delete-whitespace-rectangle-line)
35257 (clear-rectangle-line): If FILL, pass t instead of FILL
35258 for move-to-column's 2nd arg.
35259
35260 * simple.el (undo): Fix the test for continuing a series of undos.
35261 (undo-more): Set pending-undo-list to t when we reach end.
35262 (pending-undo-list): Move up defvar.
35263
35264 * wid-edit.el (widget-button-click):
35265 Shorten the range of the track-mouse binding.
35266
35267 * comint.el (comint-insert-input): Undo previous changes;
35268 use last-input-event in interactive spec.
35269
35270 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35271
35272 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35273 to nil before invoking call-process. Reset buffer's modified flag
35274 after fontifying it in the no-async branch.
35275
35276 * wid-edit.el (widget-specify-button): If mouse pointer shape
35277 cannot be changed, use mouse face instead.
35278
35279 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35280
35281 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35282 (gdb-goto-breakpoint): Make breakpoint handling work on template
35283 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35284 (gdb-assembler-custom): Update to recognize breakpoint information
35285 added on 2005-01-19.
35286
35287 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35288
35289 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35290 (dsssl-mode): Use define-derived-mode.
35291 (scheme-mode-initialize): Remove.
35292 (scheme-mode): Use run-mode-hooks.
35293
35294 * cus-edit.el (customize-group-other-window)
35295 (custom-buffer-create-other-window): Don't override special-display-*.
35296 (custom-mode-map): Make it dense.
35297
35298 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35299 sets the default value.
35300
35301 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35302
35303 * descr-text.el: Add more keywords.
35304
35305 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35306
35307 * speedbar.el: Avoid unnecessary use of locate-library.
35308
35309 * international/mule-cmds.el (standard-display-european-internal):
35310 Don't fiddle with latin-1 non-break space any more since it's now
35311 special cased in the C code.
35312 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35313
35314 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35315
35316 * cus-start.el (all): Add `undo-outer-limit'.
35317
35318 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35319
35320 * textmodes/bibtex.el (bibtex-format-entry):
35321 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35322 field lines.
35323 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35324 not on part of a buffer.
35325
35326 2005-01-25 Lute Kamstra <lute@gnu.org>
35327
35328 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35329 nonempty field text strings like "{letters\\macro{}more letters}".
35330 Clarify docstring.
35331 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35332 (bibtex-entry-offset, bibtex-parse-association)
35333 (bibtex-parse-field-name): Fix typos in docstrings.
35334 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35335
35336 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35337 Juri Linkov <juri@jurta.org>
35338
35339 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35340 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35341 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35342 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35343
35344 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35345 isearch minor mode.
35346
35347 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35348
35349 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35350
35351 2005-01-24 Lute Kamstra <lute@gnu.org>
35352
35353 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35354 CASECHARS and NOT-CASECHARS regular expressions of the
35355 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35356 striding over charsets" error.
35357
35358 2005-01-24 Jay Belanger <belanger@truman.edu>
35359
35360 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35361 display variable name.
35362
35363 2005-01-24 Kenichi Handa <handa@m17n.org>
35364
35365 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35366 Fix setting of the element of encoded-kbd-iso2022-invocations.
35367
35368 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35369
35370 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35371 (gdb-threads-select): Change to also accept mouse events.
35372 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35373 (gdb-threads-mouse-select): Delete.
35374
35375 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35376
35377 * files.el (insert-directory): Take care of empty directory,
35378 listed without -a switch.
35379
35380 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35381
35382 * textmodes/refill.el (refill-post-command-function):
35383 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35384 to the list of functions that we should be careful not to undo.
35385 (refill-late-fill-paragraph-function): Remove.
35386 (refill-saved-state): New var.
35387 (refill-mode): Use it to save fill-paragraph-function.
35388 Save also the value of auto-fill-function.
35389
35390 * term/w32-win.el: Simplify code.
35391
35392 2005-01-23 Kim F. Storm <storm@cua.dk>
35393
35394 * simple.el (line-move): Adapt to new return value from
35395 pos-visible-in-window-p.
35396
35397 * simple.el (line-move): Fix last change. Check partial
35398 visibility at point rather than at window-start.
35399
35400 2005-01-22 Jason Rumney <jasonr@gnu.org>
35401
35402 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35403
35404 2005-01-22 David Kastrup <dak@gnu.org>
35405
35406 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35407
35408 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35409
35410 * type-break.el (type-break-mode): Add a test for
35411 type-break-file-name being non-nil.
35412
35413 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35414
35415 * net/eudc.el (top level): Call (message "") via progn, so that
35416 eudc-options-file is loaded.
35417
35418 2005-01-22 Kim F. Storm <storm@cua.dk>
35419
35420 * simple.el (line-move-1): Rename from line-move.
35421 (line-move): New function that adjusts vscroll for partially
35422 visible rows, and calls line-move-1 otherwise.
35423
35424 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35425
35426 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35427 since it's not a complete read-event implementation.
35428
35429 2005-01-20 Jay Belanger <belanger@truman.edu>
35430
35431 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35432 for called function.
35433
35434 2005-01-20 Steven Tamm <steventamm@mac.com>
35435
35436 * term/mac-win.el (process-connection-type): Remove.
35437 Controlled now by s/darwin.h:PTY_ITERATION.
35438
35439 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35440
35441 * window.el (handle-select-window): Don't switch window when we're
35442 in the minibuffer.
35443
35444 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35445
35446 * subr.el (dotimes-with-progress-reporter): New macro.
35447
35448 * ses.el (ses-dotimes-msg): Remove macro.
35449 Use `dotimes-with-progress-reporter' instead.
35450
35451 2005-01-19 Steven Tamm <steventamm@mac.com>
35452
35453 * term/mac-win.el (process-connection-type): Use new
35454 operating-system-release variable to use ptys on Darwin 7 (OS X
35455 10.3) when using carbon build.
35456
35457 2005-01-19 Jay Belanger <belanger@truman.edu>
35458
35459 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35460 flags if the last command was a tab or M-tab.
35461
35462 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35463 in formula editing buffer.
35464
35465 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35466
35467 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35468 breakpoint image symbol in margin.
35469
35470 2005-01-19 Jay Belanger <belanger@truman.edu>
35471
35472 * calc/calc-prog.el (calc-execute-kbd-macro):
35473 Ignore calc-keep-arg-flag.
35474
35475 2005-01-19 Kenichi Handa <handa@m17n.org>
35476
35477 * textmodes/ispell.el (ispell-looking-at): New function.
35478 (ispell-process-line): Use ispell-looking-at to compare the ispell
35479 output and the buffer contents.
35480
35481 2005-01-18 Jay Belanger <belanger@truman.edu>
35482
35483 * calc/calc.el (calc-display-raw): Fix docstring.
35484
35485 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35486
35487 * simple.el (blink-matching-open): Strip extra info from syntax.
35488
35489 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35490 funny chars in the end-of-here-doc marker.
35491
35492 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35493
35494 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35495 that enable/disabled state of breakpoints is shown correctly in
35496 fringe and on ttys.
35497 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35498 Add breakpoint information as text properties.
35499 (gdb-mouse-toggle-breakpoint):
35500 Rename to gdb-mouse-set-clear-breakpoint.
35501 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35502 breakpoints in the margin.
35503 (gdb-remove-strings): Simplify.
35504
35505 2005-01-17 Jay Belanger <belanger@truman.edu>
35506
35507 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35508 erasing buffer.
35509
35510 2005-01-17 Richard M. Stallman <rms@gnu.org>
35511
35512 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35513 for calling grep-compute-defaults.
35514
35515 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35516 if buffer is empty.
35517
35518 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35519
35520 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35521
35522 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35523
35524 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35525 non-preloaded variables.
35526
35527 2005-01-17 Steven Tamm <steventamm@mac.com>
35528
35529 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35530 tex-shell cause to force interactivity when using pipes.
35531
35532 2005-01-17 Kim F. Storm <storm@cua.dk>
35533
35534 * simple.el (just-one-space): Make arg optional.
35535
35536 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35537
35538 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35539 posn-at-x-y to t to access left-margin.
35540
35541 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35542
35543 Sync with Tramp 2.0.47.
35544
35545 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35546 catching keep-date problems in cp/scp operations.
35547 (tramp-handle-copy-file): Don't call `set-file-modes'
35548 unconditionally. Specialized functions should know better what is
35549 necessary. This improves performance a little bit, and the
35550 functions could catch errors with `cp -p' and `scp -p'.
35551 (tramp-do-copy-or-rename-file-via-buffer)
35552 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35553 when appropriate.
35554 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35555 Call `set-file-modes' when appropriate.
35556 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35557 Johnsson <isak@hypergene.com>.
35558 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35559 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35560 <joakim@verona.se>.
35561 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35562 Emacs only.
35563
35564 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35565 `find-file-hooks' and `dired-mode-hook'.
35566 (tramp-minor-mode-map): Respective map. Add remapping for
35567 `compile' and `recompile'.
35568 (tramp-remap-command, tramp-recompile): New defuns.
35569 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35570 in buffer "*Compilation*". Call the commands asynchronously.
35571
35572 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35573 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35574 `shell-command', because it isn't magic in XEmacs. Reported by
35575 Adrian Aichner <adrian@xemacs.org>.
35576
35577 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35578 `substitute-in-file-name.
35579 (tramp-smb-handle-substitute-in-file-name): New defun.
35580 (tramp-smb-advice-PC-do-completion): Delete advice.
35581
35582 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35583
35584 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35585 Fix error in deleting region.
35586
35587 2005-01-15 Richard M. Stallman <rms@gnu.org>
35588
35589 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35590 In non-temp buffer, switch syntax table temporarily.
35591
35592 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35593
35594 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35595
35596 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35597
35598 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35599 (imenu--generic-function): Use START, not BEG, as pos of definition.
35600
35601 * simple.el (just-one-space): Argument specifies number of spaces.
35602
35603 * simple.el (eval-expression-print-format): Avoid warning
35604 about edebug-active.
35605
35606 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35607
35608 * progmodes/sh-script.el: Code copied from make-mode.el
35609 with small changes,
35610 (sh-mode-map): Bind C-c C-\.
35611 (sh-backslash-column, sh-backslash-align): New variables.
35612 (sh-backslash-region, sh-append-backslash): New functions.
35613
35614 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35615
35616 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35617 (rmail-pop-password, rmail-pop-password-required): Move to
35618 rmail-obsolete group.
35619 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35620 All callers updated.
35621 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35622 Take an argument specifying whether it is POP or IMAP mailbox we
35623 are using. All callers updated.
35624 (rmail-pop-password-error): Rename to
35625 rmail-remote-password-error. Added mailutils-specific error message.
35626 (rmail-movemail-search-path)
35627 (rmail-movemail-variant-in-use): New variables.
35628 (rmail-remote-password, rmail-remote-password-required):
35629 New customization variables.
35630 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35631 (rmail-parse-url): New function.
35632 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35633 with GNU mailutils movemail.
35634
35635 2005-01-15 Kevin Ryde <user42@zip.com.au>
35636
35637 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35638 suffix to space, $ or '$, to correctly position point when going
35639 to @table style constants like DBL_MAX.
35640
35641 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35642
35643 * type-break.el (type-break-mode, type-break-file-time)
35644 (type-break-file-keystroke-count, type-break-choose-file):
35645 Don't store data in or load data from the file if type-break-file-name
35646 is nil.
35647 (type-break-file-name): Doc update as per the above.
35648
35649 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35650
35651 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35652 lookup-key might return nil; handle that.
35653
35654 2005-01-15 Alan Mackenzie <acm@muc.de>
35655
35656 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35657 Return the tail of the tree rather than the element found,
35658 thus enabling the tree to be setcar'd.
35659
35660 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35661
35662 * textmodes/org.el (org-show-following-heading): New option.
35663 (org-show-hierarchy-above): Use `org-show-following-heading'.
35664 (org-cycle): Documentation fix.
35665
35666 * textmodes/org.el (orgtbl-optimized): New option.
35667 (orgtbl-mode): New command, a minor mode.
35668 (orgtbl-mode-map): New variable.
35669 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35670 (orgtbl-error, orgtbl-self-insert-command)
35671 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35672
35673 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35674 a local variable in each org-mode buffer.
35675
35676 * textmodes/org.el (org-set-regexps-and-options): Rename from
35677 `org-set-regexps'. Added checking for STARTUP keyword.
35678 (org-get-current-options): Add STARTUP options.
35679 (org-table-insert-row): Make mode intelligent about when
35680 realignment is needed.
35681 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35682 New commands.
35683 (org-enable-table-editor): New default value `optimized'.
35684 (org-table-blank-field): Support blanking regions if active.
35685
35686 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35687
35688 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35689 if the year is not given.
35690
35691 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35692 Add new escapes %m and %M, fixed bug with %F by adding
35693 save-match-data.
35694 (reftex-reference): Remove ?. from list of spaces.
35695 (reftex-label-info): Add automatic label prefix recognition.
35696
35697 * textmodes/reftex-index.el (reftex-index-next-phrase):
35698 Add slave parameter to call of `reftex-index-this-phrase'.
35699 (reftex-index-this-phrase): New optional argument.
35700 (reftex-index-region-phrases): Add slave parameter to call of
35701 `reftex-index-this-phrase'.
35702 (reftex-display-index): New argument redo.
35703 (reftex-index-rescan): Add `redo' to arguments of
35704 `reftex-display-index'.
35705 (reftex-index-Rescan, reftex-index-revert)
35706 (reftex-index-switch-index-tag): Add `redo' to arguments of
35707 `reftex-display-index'.
35708 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35709 indexing. Fix bug with matching is there is a quote before or
35710 after the word.
35711
35712 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35713 Fix bug when collecting citation keys in lines with comments.
35714 (reftex-citation): Prefix argument no longer rescans the document,
35715 but forces prompting for optional arguments of cite macros.
35716 (reftex-do-citation): Prompting for optional arguments implemented.
35717
35718 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35719 Add optional arguments to most cite commands.
35720 (reftex-cite-cleanup-optional-args): New option
35721 (reftex-cite-prompt-optional-args): New option.
35722 (reftex-trust-label-prefix): New option.
35723
35724 * textmodes/reftex-toc.el (reftex-toc-find-section):
35725 Add push-mark before changing the position in the buffer.
35726
35727 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35728 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35729
35730 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35731
35732 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35733 more carefully.
35734
35735 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35736
35737 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35738 (sgml-mode): Use it.
35739 (sgml-get-context): Better keep track of implicitly closed tags.
35740
35741 2005-01-13 Kenichi Handa <handa@m17n.org>
35742
35743 * textmodes/ispell.el: These changes are to fix misalignment error
35744 caused by equivalent characters of different Emacs charsets.
35745 (ispell-unified-chars-table): New variable.
35746 (ispell-get-decoded-string): New function.
35747 (ispell-get-casechars, ispell-get-not-casechars)
35748 (ispell-get-otherchars): Call ispell-get-decoded-string.
35749
35750 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35751
35752 * custom.el (custom-declare-variable): Just put symbol instead
35753 of (defvar . symbol) in `current-load-list'.
35754
35755 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35756
35757 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35758
35759 2005-01-12 Jay Belanger <belanger@truman.edu>
35760
35761 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35762 to create a Calc summary.
35763
35764 2005-01-12 Kim F. Storm <storm@cua.dk>
35765
35766 * mouse.el (mouse-on-link-p): Change functionality and doc
35767 string to comply with latest description in lisp ref.
35768
35769 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35770
35771 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35772 Enable mouse clicks on mode-line, header-line and margin.
35773 (event-type): Give mouse event symbols an `event-kind' property
35774 with value `mouse-click'.
35775
35776 2005-01-12 Juri Linkov <juri@jurta.org>
35777
35778 * facemenu.el (list-colors-display): Add new arg buffer-name.
35779 Use it. Fix docstring. Replace code for identifying duplicate
35780 colors by the name with call to `list-colors-duplicates' which
35781 identifies duplicate colors by the value unless the color
35782 is one of special Windows colors. Set truncate-lines to t.
35783 Print sorted duplicate color names on each line. Indent to 22
35784 \(the longest color name in rgb.txt) instead of 20. Optimize.
35785 (list-colors-duplicates): New function.
35786 (facemenu-color-name-equal): Delete function.
35787
35788 * facemenu.el (list-colors-print): New function created from code
35789 in list-colors-display. Print #RRGGBB at the window right edge.
35790 (list-colors-display): When temp-buffer-show-function is not
35791 defined, call list-colors-print from temp-buffer-show-hook
35792 to get the right value of window-width in list-colors-print
35793 after the buffer is displayed.
35794
35795 * simple.el (pop-mark): Move deactivate-mark out of conditional
35796 part to deactivate the active mark regardless of the state of the
35797 mark ring.
35798
35799 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35800 variables line in desktop files.
35801
35802 2005-01-12 Juri Linkov <juri@jurta.org>
35803
35804 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35805 Bring together isearch highlight related options.
35806 (lazy-highlight): Replace group `replace' by `matching'.
35807 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35808 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35809 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35810 and declare them obsolete.
35811 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35812 (isearch-faces): Remove defgroup.
35813 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35814 Move isearch highlighting code closer to lazy highlighting code.
35815
35816 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35817 (query-replace-highlight, query-replace-lazy-highlight)
35818 (query-replace): Move definitions to the beginning of the file.
35819
35820 2005-01-11 Juri Linkov <juri@jurta.org>
35821
35822 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35823 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35824 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35825
35826 * info.el (Info-history-forward): New variable.
35827 (Info-select-node): Reset Info-history-forward to nil.
35828 (Info-last): Turn into defalias.
35829 (Info-history-back): Rename from Info-last.
35830 Add current node to Info-history-forward.
35831 (Info-history-forward): New fun.
35832 (Info-mode-map): Replace Info-last by Info-history-back.
35833 Bind Info-history-forward to "r".
35834 (Info-mode-menu): Replace Info-last by Info-history-back.
35835 Fix menu item text. Add menu item for Info-history-forward.
35836 (info-tool-bar-map): Replace Info-last by Info-history-back.
35837 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35838 for Info-history-forward.
35839 (Info-mode): Replace Info-last by Info-history-back in docstring.
35840 Add local variable Info-history-forward.
35841 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35842
35843 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35844
35845 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35846 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35847 Ignore select-window events rather than fiddle with
35848 mouse-autoselect-window.
35849
35850 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35851
35852 * type-break.el (type-break-mode): Fix previous change.
35853
35854 2005-01-10 Jay Belanger <belanger@truman.edu>
35855
35856 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35857 calculator; only reset when point is inside a calculator.
35858 Don't adjust the window height if the window takes up the whole height
35859 of the frame.
35860
35861 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35862
35863 * ebuff-menu.el (Electric-buffer-menu-mode):
35864 Preserve value of buffer-local var header-line-format.
35865
35866 2005-01-09 Jay Belanger <belanger@truman.edu>
35867
35868 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35869 Make sure settings file exists before accessing it.
35870
35871 * calc/calc-embed.el (calc-embedded-subst):
35872 Replace math-multi-subst-rec, which is only supposed to be called
35873 by math-multi-subst, by math-multi-subst.
35874
35875 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35876
35877 * vc.el (vc-allow-async-revert): New user option.
35878 (vc-disable-async-diff): New internal variable.
35879 (vc-revert-buffer): Use them to disable asynchronous diff.
35880
35881 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35882 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35883 asynchronously if vc-disable-async-diff is t.
35884
35885 2005-01-09 Jay Belanger <belanger@truman.edu>
35886
35887 * calc/calc.el (defcalcmodevar): New macro.
35888 (calc-mode-var-list-restore-default-values)
35889 (calc-mode-var-list-restore-saved-values): New functions.
35890 (calc-mode-var-list): Use defcalcmodevar to define it.
35891 (calc-always-load-extensions, calc-line-numbering)
35892 (calc-line-breaking, calc-display-just, calc-display-origin)
35893 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35894 (calc-group-char, calc-point-char, calc-frac-format)
35895 (calc-prefer-frac, calc-hms-format, calc-date-format)
35896 (calc-float-format, calc-full-float-format, calc-complex-format)
35897 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35898 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35899 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35900 (calc-matrix-brackets, calc-language, calc-language-option)
35901 (calc-left-label, calc-right-label, calc-word-size)
35902 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35903 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35904 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35905 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35906 (calc-window-height, calc-display-trail, calc-show-selections)
35907 (calc-use-selections, calc-assoc-selections)
35908 (calc-display-working-message, calc-auto-why, calc-timing)
35909 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35910 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35911 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35912 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35913 (calc-gnuplot-geometry, calc-graph-default-resolution)
35914 (calc-graph-default-resolution-3d, calc-invocation-macro)
35915 (calc-show-banner): Use defcalcmodevar to declare them and set
35916 their default values.
35917
35918 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35919 instead of default values (but restore default values if there is
35920 an argument of 0).
35921
35922 2005-01-09 David Kastrup <dak@gnu.org>
35923
35924 * desktop.el (desktop-restore-eager): Fix typo in type.
35925
35926 2005-01-08 Richard M. Stallman <rms@gnu.org>
35927
35928 * cus-edit.el (customize): Delete :link.
35929
35930 2005-01-08 Jay Belanger <belanger@truman.edu>
35931
35932 * calc/calc.el (calc-mode): Remove the extension from the
35933 `calc-settings-file' file name when loading it.
35934
35935 2005-01-08 Kim F. Storm <storm@cua.dk>
35936
35937 * info.el (Info-mode-map, Info-next-link-keymap)
35938 (Info-prev-link-keymap, Info-up-link-keymap):
35939 Map follow-link to mouse-face.
35940 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35941
35942 2005-01-08 Jay Belanger <belanger@truman.edu>
35943
35944 * calc/calc.el (calc-settings-file): Change default value.
35945 Suggested by cgw in a comment in calc-mode.el.
35946
35947 * calc/calc-mode.el (calc-settings-file-name):
35948 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35949 Replace ~/.emacs in a prompt by calc-settings-file.
35950
35951 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35952
35953 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35954 (desktop-lazy-idle-delay): New customizable variables.
35955 (desktop-buffer-args-list): New variable.
35956 (desktop-append-buffer-args): New function.
35957 (desktop-save): Call desktop-append-buffer-args for some buffers.
35958 (desktop-lazy-create-buffer): New function.
35959 (desktop-idle-create-buffers): New function.
35960 (desktop-read): Add message about buffers to restore lazily.
35961 (desktop-lazy-abort): New command.
35962 (desktop-clear): Call desktop-lazy-abort.
35963 (desktop-lazy-complete): New command.
35964
35965 2005-01-06 Richard M. Stallman <rms@gnu.org>
35966
35967 * emacs-lisp/find-func.el (find-face-definition):
35968 Rename from find-face.
35969
35970 2005-01-06 Kim F. Storm <storm@cua.dk>
35971
35972 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35973
35974 * man.el (Man-xref-man-page, Man-xref-header-file)
35975 (Man-xref-normal-file): Add follow-link property.
35976
35977 2005-01-06 Jay Belanger <belanger@truman.edu>
35978
35979 * calc/calc-units.el: Make sure the proper macro definitions are
35980 available when compiling.
35981
35982 2005-01-06 Juri Linkov <juri@jurta.org>
35983
35984 * isearch.el (isearch-lazy-highlight-update):
35985 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35986
35987 2005-01-06 Miles Bader <miles@gnu.org>
35988
35989 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35990 (isearch-lazy-highlight-face): Use new name.
35991
35992 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35993
35994 * uniquify.el (uniquify-rationalize-file-buffer-names):
35995 Re-add an interactive spec.
35996 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35997 to the same name.
35998
35999 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36000 (isearch-update, isearch-done): Adjust calls accordingly.
36001
36002 2005-01-05 Richard M. Stallman <rms@gnu.org>
36003
36004 * custom.el (custom-set-variables, custom-theme-set-variables):
36005 Clarify documentation.
36006
36007 * emacs-lisp/find-func.el (find-variable)
36008 (find-variable-other-window, find-variable-other-frame):
36009 Fix the TYPE args to find-function-read and find-function-do-it.
36010 (find-function): Doc fix.
36011 (find-function-at-point): Replace function-at-point alias.
36012
36013 2005-01-04 Richard M. Stallman <rms@gnu.org>
36014
36015 * cus-face.el (custom-declare-face):
36016 Record defface in current-load-list.
36017
36018 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36019
36020 * emacs-lisp/find-func.el: Doc fixes.
36021 (find-face-regexp): New variable.
36022 (find-function-regexp-alist): New variable.
36023 (find-function-C-source): Third arg is now TYPE.
36024 (find-function-search-for-symbol): Handle general TYPE.
36025 (find-function-read, find-function-do-it): Handle general TYPE.
36026 (find-definition-noselect, find-face): New functions.
36027 (function-at-point): Alias deleted.
36028
36029 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36030
36031 * battery.el (display-battery-mode): Rename from display-battery.
36032 Handle the case where it gets turned off.
36033
36034 2005-01-04 Richard M. Stallman <rms@gnu.org>
36035
36036 * cus-edit.el (customize): Make :link point to user doc.
36037
36038 * man.el (Man-fontify-manpage): Turn off undo generation.
36039
36040 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36041
36042 2005-01-04 Andreas Schwab <schwab@suse.de>
36043
36044 * files.el (insert-directory): Only look for error lines in
36045 inserted text. Don't move too far after processing --dired markers.
36046
36047 2005-01-04 Richard M. Stallman <rms@gnu.org>
36048
36049 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36050 Don't expand if the character is @, period, dash, etc.
36051 (define-mail-abbrev): Quote names that contain problem characters.
36052
36053 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36054
36055 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36056
36057 2005-01-03 Richard M. Stallman <rms@gnu.org>
36058
36059 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36060 (query-replace-highlight, query-replace-lazy-highlight)
36061 (query-replace): Definitions moved up. Doc fix.
36062
36063 2005-01-03 Richard M. Stallman <rms@gnu.org>
36064
36065 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36066 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36067 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36068 (lazy-highlight-face): Rename from isearch-lazy-...
36069 Change all references to them.
36070
36071 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36072
36073 * cus-edit.el (custom-file): Doc fix for defcustom.
36074 (custom-file): The function no longer sets the variable
36075 `custom-file' to its return value.
36076
36077 * startup.el (command-line): No longer load `custom-file'.
36078
36079 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36080
36081 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36082
36083 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36084 Don't confuse module-prefixed identifiers for labels.
36085 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36086
36087 2005-01-02 Richard M. Stallman <rms@gnu.org>
36088
36089 * files.el (basic-save-buffer-1): Fix previous change.
36090
36091 * loadhist.el (file-loadhist-lookup): New function.
36092 (file-provides, file-requires): Use it.
36093
36094 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36095 instead of calculating the right size.
36096
36097 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36098
36099 * vc-svn.el (vc-svn-diff): Stay local if possible.
36100
36101 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36102
36103 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36104
36105 * files.el (hack-local-variables): Fix last change.
36106
36107 2005-01-02 Jay Belanger <belanger@truman.edu>
36108
36109 * calc/calc-yank.el (calc-edit-top): New variable.
36110 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36111 object. Change header properties.
36112 (calc-edit-finish, calc-edit-finish-stack-object)
36113 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36114 edited object.
36115 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36116 for the beginning of the edited object.
36117 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36118 for the beginning of the edited object.
36119 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36120 (calc-finish-formula-edit, calc-macro-repeats)
36121 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36122 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36123 beginning of the edited object.
36124 (calc-user-define-edit): Change the header for editing macros.
36125 Remove unnecessary variable.
36126
36127 2005-01-01 Jay Belanger <belanger@truman.edu>
36128
36129 * calc/calc-yank.el (calc-edit-mode): Change default header.
36130 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36131 * calc/calc-store.el (calc-edit-variable): Change title to match new
36132 header.
36133 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36134 mode to match new header.
36135 (calc-user-define-edit): Change titles to include names of commands.
36136 (calc-finish-formula-edit): Adjust to handle new header.
36137 (calc-finish-macro-edit): Remove.
36138 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36139 (calc-edit-macro-command, calc-edit-macro-command-type)
36140 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36141 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36142 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36143 (calc-edit-macro-finish-edit): New functions.
36144 (calc-user-define-edit): Use new functions to edit named calc macros.
36145
36146 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36147
36148 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36149
36150 * ses.el (copy-region-as-kill): Deactivate mark.
36151
36152 2005-01-01 Richard M. Stallman <rms@gnu.org>
36153
36154 * replace.el (occur-1): If the output buffer is also an input,
36155 don't kill it, rename it.
36156
36157 * faces.el (set-face-background, set-face-foreground): Doc fix.
36158
36159 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36160 for :foreground and :background.
36161
36162 * dired.el (dired-view-command-alist): Variable deleted.
36163 (dired-view-file, dired-mouse-find-file-other-window):
36164 Delete the code to use it.
36165
36166 2005-01-01 Kim F. Storm <storm@cua.dk>
36167
36168 * image.el (insert-sliced-image): Use t for line-height property.
36169
36170 See ChangeLog.11 for earlier changes.
36171
36172 ;; Local Variables:
36173 ;; coding: iso-2022-7bit
36174 ;; add-log-time-zone-rule: t
36175 ;; End:
36176
36177 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36178
36179 This file is part of GNU Emacs.
36180
36181 GNU Emacs is free software; you can redistribute it and/or modify
36182 it under the terms of the GNU General Public License as published by
36183 the Free Software Foundation; either version 3, or (at your option)
36184 any later version.
36185
36186 GNU Emacs is distributed in the hope that it will be useful,
36187 but WITHOUT ANY WARRANTY; without even the implied warranty of
36188 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36189 GNU General Public License for more details.
36190
36191 You should have received a copy of the GNU General Public License
36192 along with GNU Emacs; see the file COPYING. If not, write to the
36193 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36194 Boston, MA 02110-1301, USA.
36195
36196 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1